PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SSM; use Moose; sub service { 'ssm' } sub signing_name { 'ssm' } sub version { '2014-11-06' } sub target_prefix { 'AmazonSSM' } sub json_version { "1.1" } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth_factor => 2 } }); has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [ ] }); with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::JsonCaller'; sub AddTagsToResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::AddTagsToResource', @_); return $self->caller->do_call($self, $call_object); } sub AssociateOpsItemRelatedItem { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::AssociateOpsItemRelatedItem', @_); return $self->caller->do_call($self, $call_object); } sub CancelCommand { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CancelCommand', @_); return $self->caller->do_call($self, $call_object); } sub CancelMaintenanceWindowExecution { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CancelMaintenanceWindowExecution', @_); return $self->caller->do_call($self, $call_object); } sub CreateActivation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreateActivation', @_); return $self->caller->do_call($self, $call_object); } sub CreateAssociation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreateAssociation', @_); return $self->caller->do_call($self, $call_object); } sub CreateAssociationBatch { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreateAssociationBatch', @_); return $self->caller->do_call($self, $call_object); } sub CreateDocument { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreateDocument', @_); return $self->caller->do_call($self, $call_object); } sub CreateMaintenanceWindow { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreateMaintenanceWindow', @_); return $self->caller->do_call($self, $call_object); } sub CreateOpsItem { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreateOpsItem', @_); return $self->caller->do_call($self, $call_object); } sub CreateOpsMetadata { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreateOpsMetadata', @_); return $self->caller->do_call($self, $call_object); } sub CreatePatchBaseline { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreatePatchBaseline', @_); return $self->caller->do_call($self, $call_object); } sub CreateResourceDataSync { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::CreateResourceDataSync', @_); return $self->caller->do_call($self, $call_object); } sub DeleteActivation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteActivation', @_); return $self->caller->do_call($self, $call_object); } sub DeleteAssociation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteAssociation', @_); return $self->caller->do_call($self, $call_object); } sub DeleteDocument { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteDocument', @_); return $self->caller->do_call($self, $call_object); } sub DeleteInventory { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteInventory', @_); return $self->caller->do_call($self, $call_object); } sub DeleteMaintenanceWindow { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteMaintenanceWindow', @_); return $self->caller->do_call($self, $call_object); } sub DeleteOpsMetadata { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteOpsMetadata', @_); return $self->caller->do_call($self, $call_object); } sub DeleteParameter { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteParameter', @_); return $self->caller->do_call($self, $call_object); } sub DeleteParameters { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteParameters', @_); return $self->caller->do_call($self, $call_object); } sub DeletePatchBaseline { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeletePatchBaseline', @_); return $self->caller->do_call($self, $call_object); } sub DeleteResourceDataSync { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeleteResourceDataSync', @_); return $self->caller->do_call($self, $call_object); } sub DeregisterManagedInstance { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeregisterManagedInstance', @_); return $self->caller->do_call($self, $call_object); } sub DeregisterPatchBaselineForPatchGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeregisterPatchBaselineForPatchGroup', @_); return $self->caller->do_call($self, $call_object); } sub DeregisterTargetFromMaintenanceWindow { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeregisterTargetFromMaintenanceWindow', @_); return $self->caller->do_call($self, $call_object); } sub DeregisterTaskFromMaintenanceWindow { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DeregisterTaskFromMaintenanceWindow', @_); return $self->caller->do_call($self, $call_object); } sub DescribeActivations { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeActivations', @_); return $self->caller->do_call($self, $call_object); } sub DescribeAssociation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeAssociation', @_); return $self->caller->do_call($self, $call_object); } sub DescribeAssociationExecutions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeAssociationExecutions', @_); return $self->caller->do_call($self, $call_object); } sub DescribeAssociationExecutionTargets { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeAssociationExecutionTargets', @_); return $self->caller->do_call($self, $call_object); } sub DescribeAutomationExecutions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeAutomationExecutions', @_); return $self->caller->do_call($self, $call_object); } sub DescribeAutomationStepExecutions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeAutomationStepExecutions', @_); return $self->caller->do_call($self, $call_object); } sub DescribeAvailablePatches { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeAvailablePatches', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDocument { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeDocument', @_); return $self->caller->do_call($self, $call_object); } sub DescribeDocumentPermission { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeDocumentPermission', @_); return $self->caller->do_call($self, $call_object); } sub DescribeEffectiveInstanceAssociations { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeEffectiveInstanceAssociations', @_); return $self->caller->do_call($self, $call_object); } sub DescribeEffectivePatchesForPatchBaseline { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeEffectivePatchesForPatchBaseline', @_); return $self->caller->do_call($self, $call_object); } sub DescribeInstanceAssociationsStatus { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeInstanceAssociationsStatus', @_); return $self->caller->do_call($self, $call_object); } sub DescribeInstanceInformation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeInstanceInformation', @_); return $self->caller->do_call($self, $call_object); } sub DescribeInstancePatches { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeInstancePatches', @_); return $self->caller->do_call($self, $call_object); } sub DescribeInstancePatchStates { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeInstancePatchStates', @_); return $self->caller->do_call($self, $call_object); } sub DescribeInstancePatchStatesForPatchGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeInstancePatchStatesForPatchGroup', @_); return $self->caller->do_call($self, $call_object); } sub DescribeInventoryDeletions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeInventoryDeletions', @_); return $self->caller->do_call($self, $call_object); } sub DescribeMaintenanceWindowExecutions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeMaintenanceWindowExecutions', @_); return $self->caller->do_call($self, $call_object); } sub DescribeMaintenanceWindowExecutionTaskInvocations { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeMaintenanceWindowExecutionTaskInvocations', @_); return $self->caller->do_call($self, $call_object); } sub DescribeMaintenanceWindowExecutionTasks { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeMaintenanceWindowExecutionTasks', @_); return $self->caller->do_call($self, $call_object); } sub DescribeMaintenanceWindows { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeMaintenanceWindows', @_); return $self->caller->do_call($self, $call_object); } sub DescribeMaintenanceWindowSchedule { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeMaintenanceWindowSchedule', @_); return $self->caller->do_call($self, $call_object); } sub DescribeMaintenanceWindowsForTarget { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeMaintenanceWindowsForTarget', @_); return $self->caller->do_call($self, $call_object); } sub DescribeMaintenanceWindowTargets { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeMaintenanceWindowTargets', @_); return $self->caller->do_call($self, $call_object); } sub DescribeMaintenanceWindowTasks { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeMaintenanceWindowTasks', @_); return $self->caller->do_call($self, $call_object); } sub DescribeOpsItems { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeOpsItems', @_); return $self->caller->do_call($self, $call_object); } sub DescribeParameters { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeParameters', @_); return $self->caller->do_call($self, $call_object); } sub DescribePatchBaselines { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribePatchBaselines', @_); return $self->caller->do_call($self, $call_object); } sub DescribePatchGroups { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribePatchGroups', @_); return $self->caller->do_call($self, $call_object); } sub DescribePatchGroupState { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribePatchGroupState', @_); return $self->caller->do_call($self, $call_object); } sub DescribePatchProperties { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribePatchProperties', @_); return $self->caller->do_call($self, $call_object); } sub DescribeSessions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DescribeSessions', @_); return $self->caller->do_call($self, $call_object); } sub DisassociateOpsItemRelatedItem { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::DisassociateOpsItemRelatedItem', @_); return $self->caller->do_call($self, $call_object); } sub GetAutomationExecution { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetAutomationExecution', @_); return $self->caller->do_call($self, $call_object); } sub GetCalendarState { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetCalendarState', @_); return $self->caller->do_call($self, $call_object); } sub GetCommandInvocation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetCommandInvocation', @_); return $self->caller->do_call($self, $call_object); } sub GetConnectionStatus { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetConnectionStatus', @_); return $self->caller->do_call($self, $call_object); } sub GetDefaultPatchBaseline { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetDefaultPatchBaseline', @_); return $self->caller->do_call($self, $call_object); } sub GetDeployablePatchSnapshotForInstance { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetDeployablePatchSnapshotForInstance', @_); return $self->caller->do_call($self, $call_object); } sub GetDocument { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetDocument', @_); return $self->caller->do_call($self, $call_object); } sub GetInventory { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetInventory', @_); return $self->caller->do_call($self, $call_object); } sub GetInventorySchema { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetInventorySchema', @_); return $self->caller->do_call($self, $call_object); } sub GetMaintenanceWindow { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetMaintenanceWindow', @_); return $self->caller->do_call($self, $call_object); } sub GetMaintenanceWindowExecution { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetMaintenanceWindowExecution', @_); return $self->caller->do_call($self, $call_object); } sub GetMaintenanceWindowExecutionTask { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetMaintenanceWindowExecutionTask', @_); return $self->caller->do_call($self, $call_object); } sub GetMaintenanceWindowExecutionTaskInvocation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetMaintenanceWindowExecutionTaskInvocation', @_); return $self->caller->do_call($self, $call_object); } sub GetMaintenanceWindowTask { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetMaintenanceWindowTask', @_); return $self->caller->do_call($self, $call_object); } sub GetOpsItem { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetOpsItem', @_); return $self->caller->do_call($self, $call_object); } sub GetOpsMetadata { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetOpsMetadata', @_); return $self->caller->do_call($self, $call_object); } sub GetOpsSummary { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetOpsSummary', @_); return $self->caller->do_call($self, $call_object); } sub GetParameter { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetParameter', @_); return $self->caller->do_call($self, $call_object); } sub GetParameterHistory { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetParameterHistory', @_); return $self->caller->do_call($self, $call_object); } sub GetParameters { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetParameters', @_); return $self->caller->do_call($self, $call_object); } sub GetParametersByPath { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetParametersByPath', @_); return $self->caller->do_call($self, $call_object); } sub GetPatchBaseline { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetPatchBaseline', @_); return $self->caller->do_call($self, $call_object); } sub GetPatchBaselineForPatchGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetPatchBaselineForPatchGroup', @_); return $self->caller->do_call($self, $call_object); } sub GetServiceSetting { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::GetServiceSetting', @_); return $self->caller->do_call($self, $call_object); } sub LabelParameterVersion { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::LabelParameterVersion', @_); return $self->caller->do_call($self, $call_object); } sub ListAssociations { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListAssociations', @_); return $self->caller->do_call($self, $call_object); } sub ListAssociationVersions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListAssociationVersions', @_); return $self->caller->do_call($self, $call_object); } sub ListCommandInvocations { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListCommandInvocations', @_); return $self->caller->do_call($self, $call_object); } sub ListCommands { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListCommands', @_); return $self->caller->do_call($self, $call_object); } sub ListComplianceItems { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListComplianceItems', @_); return $self->caller->do_call($self, $call_object); } sub ListComplianceSummaries { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListComplianceSummaries', @_); return $self->caller->do_call($self, $call_object); } sub ListDocumentMetadataHistory { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListDocumentMetadataHistory', @_); return $self->caller->do_call($self, $call_object); } sub ListDocuments { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListDocuments', @_); return $self->caller->do_call($self, $call_object); } sub ListDocumentVersions { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListDocumentVersions', @_); return $self->caller->do_call($self, $call_object); } sub ListInventoryEntries { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListInventoryEntries', @_); return $self->caller->do_call($self, $call_object); } sub ListOpsItemEvents { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListOpsItemEvents', @_); return $self->caller->do_call($self, $call_object); } sub ListOpsItemRelatedItems { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListOpsItemRelatedItems', @_); return $self->caller->do_call($self, $call_object); } sub ListOpsMetadata { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListOpsMetadata', @_); return $self->caller->do_call($self, $call_object); } sub ListResourceComplianceSummaries { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListResourceComplianceSummaries', @_); return $self->caller->do_call($self, $call_object); } sub ListResourceDataSync { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListResourceDataSync', @_); return $self->caller->do_call($self, $call_object); } sub ListTagsForResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ListTagsForResource', @_); return $self->caller->do_call($self, $call_object); } sub ModifyDocumentPermission { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ModifyDocumentPermission', @_); return $self->caller->do_call($self, $call_object); } sub PutComplianceItems { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::PutComplianceItems', @_); return $self->caller->do_call($self, $call_object); } sub PutInventory { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::PutInventory', @_); return $self->caller->do_call($self, $call_object); } sub PutParameter { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::PutParameter', @_); return $self->caller->do_call($self, $call_object); } sub RegisterDefaultPatchBaseline { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::RegisterDefaultPatchBaseline', @_); return $self->caller->do_call($self, $call_object); } sub RegisterPatchBaselineForPatchGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::RegisterPatchBaselineForPatchGroup', @_); return $self->caller->do_call($self, $call_object); } sub RegisterTargetWithMaintenanceWindow { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::RegisterTargetWithMaintenanceWindow', @_); return $self->caller->do_call($self, $call_object); } sub RegisterTaskWithMaintenanceWindow { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::RegisterTaskWithMaintenanceWindow', @_); return $self->caller->do_call($self, $call_object); } sub RemoveTagsFromResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::RemoveTagsFromResource', @_); return $self->caller->do_call($self, $call_object); } sub ResetServiceSetting { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ResetServiceSetting', @_); return $self->caller->do_call($self, $call_object); } sub ResumeSession { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::ResumeSession', @_); return $self->caller->do_call($self, $call_object); } sub SendAutomationSignal { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::SendAutomationSignal', @_); return $self->caller->do_call($self, $call_object); } sub SendCommand { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::SendCommand', @_); return $self->caller->do_call($self, $call_object); } sub StartAssociationsOnce { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::StartAssociationsOnce', @_); return $self->caller->do_call($self, $call_object); } sub StartAutomationExecution { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::StartAutomationExecution', @_); return $self->caller->do_call($self, $call_object); } sub StartChangeRequestExecution { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::StartChangeRequestExecution', @_); return $self->caller->do_call($self, $call_object); } sub StartSession { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::StartSession', @_); return $self->caller->do_call($self, $call_object); } sub StopAutomationExecution { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::StopAutomationExecution', @_); return $self->caller->do_call($self, $call_object); } sub TerminateSession { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::TerminateSession', @_); return $self->caller->do_call($self, $call_object); } sub UnlabelParameterVersion { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UnlabelParameterVersion', @_); return $self->caller->do_call($self, $call_object); } sub UpdateAssociation { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateAssociation', @_); return $self->caller->do_call($self, $call_object); } sub UpdateAssociationStatus { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateAssociationStatus', @_); return $self->caller->do_call($self, $call_object); } sub UpdateDocument { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateDocument', @_); return $self->caller->do_call($self, $call_object); } sub UpdateDocumentDefaultVersion { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateDocumentDefaultVersion', @_); return $self->caller->do_call($self, $call_object); } sub UpdateDocumentMetadata { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateDocumentMetadata', @_); return $self->caller->do_call($self, $call_object); } sub UpdateMaintenanceWindow { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateMaintenanceWindow', @_); return $self->caller->do_call($self, $call_object); } sub UpdateMaintenanceWindowTarget { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateMaintenanceWindowTarget', @_); return $self->caller->do_call($self, $call_object); } sub UpdateMaintenanceWindowTask { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateMaintenanceWindowTask', @_); return $self->caller->do_call($self, $call_object); } sub UpdateManagedInstanceRole { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateManagedInstanceRole', @_); return $self->caller->do_call($self, $call_object); } sub UpdateOpsItem { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateOpsItem', @_); return $self->caller->do_call($self, $call_object); } sub UpdateOpsMetadata { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateOpsMetadata', @_); return $self->caller->do_call($self, $call_object); } sub UpdatePatchBaseline { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdatePatchBaseline', @_); return $self->caller->do_call($self, $call_object); } sub UpdateResourceDataSync { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateResourceDataSync', @_); return $self->caller->do_call($self, $call_object); } sub UpdateServiceSetting { my $self = shift; my $call_object = $self->new_with_coercions('Paws::SSM::UpdateServiceSetting', @_); return $self->caller->do_call($self, $call_object); } sub DescribeAllActivations { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeActivations(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeActivations(@_, NextToken => $next_result->NextToken); push @{ $result->ActivationList }, @{ $next_result->ActivationList }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'ActivationList') foreach (@{ $result->ActivationList }); $result = $self->DescribeActivations(@_, NextToken => $result->NextToken); } $callback->($_ => 'ActivationList') foreach (@{ $result->ActivationList }); } return undef } sub DescribeAllAssociationExecutions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeAssociationExecutions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeAssociationExecutions(@_, NextToken => $next_result->NextToken); push @{ $result->AssociationExecutions }, @{ $next_result->AssociationExecutions }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'AssociationExecutions') foreach (@{ $result->AssociationExecutions }); $result = $self->DescribeAssociationExecutions(@_, NextToken => $result->NextToken); } $callback->($_ => 'AssociationExecutions') foreach (@{ $result->AssociationExecutions }); } return undef } sub DescribeAllAssociationExecutionTargets { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeAssociationExecutionTargets(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeAssociationExecutionTargets(@_, NextToken => $next_result->NextToken); push @{ $result->AssociationExecutionTargets }, @{ $next_result->AssociationExecutionTargets }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'AssociationExecutionTargets') foreach (@{ $result->AssociationExecutionTargets }); $result = $self->DescribeAssociationExecutionTargets(@_, NextToken => $result->NextToken); } $callback->($_ => 'AssociationExecutionTargets') foreach (@{ $result->AssociationExecutionTargets }); } return undef } sub DescribeAllAutomationExecutions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeAutomationExecutions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeAutomationExecutions(@_, NextToken => $next_result->NextToken); push @{ $result->AutomationExecutionMetadataList }, @{ $next_result->AutomationExecutionMetadataList }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'AutomationExecutionMetadataList') foreach (@{ $result->AutomationExecutionMetadataList }); $result = $self->DescribeAutomationExecutions(@_, NextToken => $result->NextToken); } $callback->($_ => 'AutomationExecutionMetadataList') foreach (@{ $result->AutomationExecutionMetadataList }); } return undef } sub DescribeAllAutomationStepExecutions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeAutomationStepExecutions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeAutomationStepExecutions(@_, NextToken => $next_result->NextToken); push @{ $result->StepExecutions }, @{ $next_result->StepExecutions }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'StepExecutions') foreach (@{ $result->StepExecutions }); $result = $self->DescribeAutomationStepExecutions(@_, NextToken => $result->NextToken); } $callback->($_ => 'StepExecutions') foreach (@{ $result->StepExecutions }); } return undef } sub DescribeAllAvailablePatches { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeAvailablePatches(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeAvailablePatches(@_, NextToken => $next_result->NextToken); push @{ $result->Patches }, @{ $next_result->Patches }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Patches') foreach (@{ $result->Patches }); $result = $self->DescribeAvailablePatches(@_, NextToken => $result->NextToken); } $callback->($_ => 'Patches') foreach (@{ $result->Patches }); } return undef } sub DescribeAllEffectiveInstanceAssociations { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeEffectiveInstanceAssociations(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeEffectiveInstanceAssociations(@_, NextToken => $next_result->NextToken); push @{ $result->Associations }, @{ $next_result->Associations }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Associations') foreach (@{ $result->Associations }); $result = $self->DescribeEffectiveInstanceAssociations(@_, NextToken => $result->NextToken); } $callback->($_ => 'Associations') foreach (@{ $result->Associations }); } return undef } sub DescribeAllEffectivePatchesForPatchBaseline { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeEffectivePatchesForPatchBaseline(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeEffectivePatchesForPatchBaseline(@_, NextToken => $next_result->NextToken); push @{ $result->EffectivePatches }, @{ $next_result->EffectivePatches }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'EffectivePatches') foreach (@{ $result->EffectivePatches }); $result = $self->DescribeEffectivePatchesForPatchBaseline(@_, NextToken => $result->NextToken); } $callback->($_ => 'EffectivePatches') foreach (@{ $result->EffectivePatches }); } return undef } sub DescribeAllInstanceAssociationsStatus { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeInstanceAssociationsStatus(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeInstanceAssociationsStatus(@_, NextToken => $next_result->NextToken); push @{ $result->InstanceAssociationStatusInfos }, @{ $next_result->InstanceAssociationStatusInfos }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'InstanceAssociationStatusInfos') foreach (@{ $result->InstanceAssociationStatusInfos }); $result = $self->DescribeInstanceAssociationsStatus(@_, NextToken => $result->NextToken); } $callback->($_ => 'InstanceAssociationStatusInfos') foreach (@{ $result->InstanceAssociationStatusInfos }); } return undef } sub DescribeAllInstanceInformation { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeInstanceInformation(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeInstanceInformation(@_, NextToken => $next_result->NextToken); push @{ $result->InstanceInformationList }, @{ $next_result->InstanceInformationList }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'InstanceInformationList') foreach (@{ $result->InstanceInformationList }); $result = $self->DescribeInstanceInformation(@_, NextToken => $result->NextToken); } $callback->($_ => 'InstanceInformationList') foreach (@{ $result->InstanceInformationList }); } return undef } sub DescribeAllInstancePatches { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeInstancePatches(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeInstancePatches(@_, NextToken => $next_result->NextToken); push @{ $result->Patches }, @{ $next_result->Patches }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Patches') foreach (@{ $result->Patches }); $result = $self->DescribeInstancePatches(@_, NextToken => $result->NextToken); } $callback->($_ => 'Patches') foreach (@{ $result->Patches }); } return undef } sub DescribeAllInstancePatchStates { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeInstancePatchStates(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeInstancePatchStates(@_, NextToken => $next_result->NextToken); push @{ $result->InstancePatchStates }, @{ $next_result->InstancePatchStates }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'InstancePatchStates') foreach (@{ $result->InstancePatchStates }); $result = $self->DescribeInstancePatchStates(@_, NextToken => $result->NextToken); } $callback->($_ => 'InstancePatchStates') foreach (@{ $result->InstancePatchStates }); } return undef } sub DescribeAllInstancePatchStatesForPatchGroup { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeInstancePatchStatesForPatchGroup(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeInstancePatchStatesForPatchGroup(@_, NextToken => $next_result->NextToken); push @{ $result->InstancePatchStates }, @{ $next_result->InstancePatchStates }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'InstancePatchStates') foreach (@{ $result->InstancePatchStates }); $result = $self->DescribeInstancePatchStatesForPatchGroup(@_, NextToken => $result->NextToken); } $callback->($_ => 'InstancePatchStates') foreach (@{ $result->InstancePatchStates }); } return undef } sub DescribeAllInventoryDeletions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeInventoryDeletions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeInventoryDeletions(@_, NextToken => $next_result->NextToken); push @{ $result->InventoryDeletions }, @{ $next_result->InventoryDeletions }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'InventoryDeletions') foreach (@{ $result->InventoryDeletions }); $result = $self->DescribeInventoryDeletions(@_, NextToken => $result->NextToken); } $callback->($_ => 'InventoryDeletions') foreach (@{ $result->InventoryDeletions }); } return undef } sub DescribeAllMaintenanceWindowExecutions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeMaintenanceWindowExecutions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeMaintenanceWindowExecutions(@_, NextToken => $next_result->NextToken); push @{ $result->WindowExecutions }, @{ $next_result->WindowExecutions }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'WindowExecutions') foreach (@{ $result->WindowExecutions }); $result = $self->DescribeMaintenanceWindowExecutions(@_, NextToken => $result->NextToken); } $callback->($_ => 'WindowExecutions') foreach (@{ $result->WindowExecutions }); } return undef } sub DescribeAllMaintenanceWindowExecutionTaskInvocations { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeMaintenanceWindowExecutionTaskInvocations(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeMaintenanceWindowExecutionTaskInvocations(@_, NextToken => $next_result->NextToken); push @{ $result->WindowExecutionTaskInvocationIdentities }, @{ $next_result->WindowExecutionTaskInvocationIdentities }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'WindowExecutionTaskInvocationIdentities') foreach (@{ $result->WindowExecutionTaskInvocationIdentities }); $result = $self->DescribeMaintenanceWindowExecutionTaskInvocations(@_, NextToken => $result->NextToken); } $callback->($_ => 'WindowExecutionTaskInvocationIdentities') foreach (@{ $result->WindowExecutionTaskInvocationIdentities }); } return undef } sub DescribeAllMaintenanceWindowExecutionTasks { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeMaintenanceWindowExecutionTasks(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeMaintenanceWindowExecutionTasks(@_, NextToken => $next_result->NextToken); push @{ $result->WindowExecutionTaskIdentities }, @{ $next_result->WindowExecutionTaskIdentities }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'WindowExecutionTaskIdentities') foreach (@{ $result->WindowExecutionTaskIdentities }); $result = $self->DescribeMaintenanceWindowExecutionTasks(@_, NextToken => $result->NextToken); } $callback->($_ => 'WindowExecutionTaskIdentities') foreach (@{ $result->WindowExecutionTaskIdentities }); } return undef } sub DescribeAllMaintenanceWindows { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeMaintenanceWindows(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeMaintenanceWindows(@_, NextToken => $next_result->NextToken); push @{ $result->WindowIdentities }, @{ $next_result->WindowIdentities }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'WindowIdentities') foreach (@{ $result->WindowIdentities }); $result = $self->DescribeMaintenanceWindows(@_, NextToken => $result->NextToken); } $callback->($_ => 'WindowIdentities') foreach (@{ $result->WindowIdentities }); } return undef } sub DescribeAllMaintenanceWindowSchedule { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeMaintenanceWindowSchedule(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeMaintenanceWindowSchedule(@_, NextToken => $next_result->NextToken); push @{ $result->ScheduledWindowExecutions }, @{ $next_result->ScheduledWindowExecutions }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'ScheduledWindowExecutions') foreach (@{ $result->ScheduledWindowExecutions }); $result = $self->DescribeMaintenanceWindowSchedule(@_, NextToken => $result->NextToken); } $callback->($_ => 'ScheduledWindowExecutions') foreach (@{ $result->ScheduledWindowExecutions }); } return undef } sub DescribeAllMaintenanceWindowsForTarget { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeMaintenanceWindowsForTarget(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeMaintenanceWindowsForTarget(@_, NextToken => $next_result->NextToken); push @{ $result->WindowIdentities }, @{ $next_result->WindowIdentities }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'WindowIdentities') foreach (@{ $result->WindowIdentities }); $result = $self->DescribeMaintenanceWindowsForTarget(@_, NextToken => $result->NextToken); } $callback->($_ => 'WindowIdentities') foreach (@{ $result->WindowIdentities }); } return undef } sub DescribeAllMaintenanceWindowTargets { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeMaintenanceWindowTargets(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeMaintenanceWindowTargets(@_, NextToken => $next_result->NextToken); push @{ $result->Targets }, @{ $next_result->Targets }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Targets') foreach (@{ $result->Targets }); $result = $self->DescribeMaintenanceWindowTargets(@_, NextToken => $result->NextToken); } $callback->($_ => 'Targets') foreach (@{ $result->Targets }); } return undef } sub DescribeAllMaintenanceWindowTasks { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeMaintenanceWindowTasks(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeMaintenanceWindowTasks(@_, NextToken => $next_result->NextToken); push @{ $result->Tasks }, @{ $next_result->Tasks }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Tasks') foreach (@{ $result->Tasks }); $result = $self->DescribeMaintenanceWindowTasks(@_, NextToken => $result->NextToken); } $callback->($_ => 'Tasks') foreach (@{ $result->Tasks }); } return undef } sub DescribeAllOpsItems { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeOpsItems(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeOpsItems(@_, NextToken => $next_result->NextToken); push @{ $result->OpsItemSummaries }, @{ $next_result->OpsItemSummaries }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'OpsItemSummaries') foreach (@{ $result->OpsItemSummaries }); $result = $self->DescribeOpsItems(@_, NextToken => $result->NextToken); } $callback->($_ => 'OpsItemSummaries') foreach (@{ $result->OpsItemSummaries }); } return undef } sub DescribeAllParameters { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeParameters(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeParameters(@_, NextToken => $next_result->NextToken); push @{ $result->Parameters }, @{ $next_result->Parameters }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); $result = $self->DescribeParameters(@_, NextToken => $result->NextToken); } $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); } return undef } sub DescribeAllPatchBaselines { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribePatchBaselines(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribePatchBaselines(@_, NextToken => $next_result->NextToken); push @{ $result->BaselineIdentities }, @{ $next_result->BaselineIdentities }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'BaselineIdentities') foreach (@{ $result->BaselineIdentities }); $result = $self->DescribePatchBaselines(@_, NextToken => $result->NextToken); } $callback->($_ => 'BaselineIdentities') foreach (@{ $result->BaselineIdentities }); } return undef } sub DescribeAllPatchGroups { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribePatchGroups(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribePatchGroups(@_, NextToken => $next_result->NextToken); push @{ $result->Mappings }, @{ $next_result->Mappings }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Mappings') foreach (@{ $result->Mappings }); $result = $self->DescribePatchGroups(@_, NextToken => $result->NextToken); } $callback->($_ => 'Mappings') foreach (@{ $result->Mappings }); } return undef } sub DescribeAllPatchProperties { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribePatchProperties(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribePatchProperties(@_, NextToken => $next_result->NextToken); push @{ $result->Properties }, @{ $next_result->Properties }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Properties') foreach (@{ $result->Properties }); $result = $self->DescribePatchProperties(@_, NextToken => $result->NextToken); } $callback->($_ => 'Properties') foreach (@{ $result->Properties }); } return undef } sub DescribeAllSessions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->DescribeSessions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->DescribeSessions(@_, NextToken => $next_result->NextToken); push @{ $result->Sessions }, @{ $next_result->Sessions }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Sessions') foreach (@{ $result->Sessions }); $result = $self->DescribeSessions(@_, NextToken => $result->NextToken); } $callback->($_ => 'Sessions') foreach (@{ $result->Sessions }); } return undef } sub GetAllInventory { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetInventory(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetInventory(@_, NextToken => $next_result->NextToken); push @{ $result->Entities }, @{ $next_result->Entities }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Entities') foreach (@{ $result->Entities }); $result = $self->GetInventory(@_, NextToken => $result->NextToken); } $callback->($_ => 'Entities') foreach (@{ $result->Entities }); } return undef } sub GetAllInventorySchema { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetInventorySchema(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetInventorySchema(@_, NextToken => $next_result->NextToken); push @{ $result->Schemas }, @{ $next_result->Schemas }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Schemas') foreach (@{ $result->Schemas }); $result = $self->GetInventorySchema(@_, NextToken => $result->NextToken); } $callback->($_ => 'Schemas') foreach (@{ $result->Schemas }); } return undef } sub GetAllOpsSummary { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetOpsSummary(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetOpsSummary(@_, NextToken => $next_result->NextToken); push @{ $result->Entities }, @{ $next_result->Entities }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Entities') foreach (@{ $result->Entities }); $result = $self->GetOpsSummary(@_, NextToken => $result->NextToken); } $callback->($_ => 'Entities') foreach (@{ $result->Entities }); } return undef } sub GetAllParameterHistory { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetParameterHistory(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetParameterHistory(@_, NextToken => $next_result->NextToken); push @{ $result->Parameters }, @{ $next_result->Parameters }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); $result = $self->GetParameterHistory(@_, NextToken => $result->NextToken); } $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); } return undef } sub GetAllParametersByPath { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetParametersByPath(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetParametersByPath(@_, NextToken => $next_result->NextToken); push @{ $result->Parameters }, @{ $next_result->Parameters }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); $result = $self->GetParametersByPath(@_, NextToken => $result->NextToken); } $callback->($_ => 'Parameters') foreach (@{ $result->Parameters }); } return undef } sub ListAllAssociations { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListAssociations(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListAssociations(@_, NextToken => $next_result->NextToken); push @{ $result->Associations }, @{ $next_result->Associations }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Associations') foreach (@{ $result->Associations }); $result = $self->ListAssociations(@_, NextToken => $result->NextToken); } $callback->($_ => 'Associations') foreach (@{ $result->Associations }); } return undef } sub ListAllAssociationVersions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListAssociationVersions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListAssociationVersions(@_, NextToken => $next_result->NextToken); push @{ $result->AssociationVersions }, @{ $next_result->AssociationVersions }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'AssociationVersions') foreach (@{ $result->AssociationVersions }); $result = $self->ListAssociationVersions(@_, NextToken => $result->NextToken); } $callback->($_ => 'AssociationVersions') foreach (@{ $result->AssociationVersions }); } return undef } sub ListAllCommandInvocations { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListCommandInvocations(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListCommandInvocations(@_, NextToken => $next_result->NextToken); push @{ $result->CommandInvocations }, @{ $next_result->CommandInvocations }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'CommandInvocations') foreach (@{ $result->CommandInvocations }); $result = $self->ListCommandInvocations(@_, NextToken => $result->NextToken); } $callback->($_ => 'CommandInvocations') foreach (@{ $result->CommandInvocations }); } return undef } sub ListAllCommands { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListCommands(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListCommands(@_, NextToken => $next_result->NextToken); push @{ $result->Commands }, @{ $next_result->Commands }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Commands') foreach (@{ $result->Commands }); $result = $self->ListCommands(@_, NextToken => $result->NextToken); } $callback->($_ => 'Commands') foreach (@{ $result->Commands }); } return undef } sub ListAllComplianceItems { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListComplianceItems(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListComplianceItems(@_, NextToken => $next_result->NextToken); push @{ $result->ComplianceItems }, @{ $next_result->ComplianceItems }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'ComplianceItems') foreach (@{ $result->ComplianceItems }); $result = $self->ListComplianceItems(@_, NextToken => $result->NextToken); } $callback->($_ => 'ComplianceItems') foreach (@{ $result->ComplianceItems }); } return undef } sub ListAllComplianceSummaries { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListComplianceSummaries(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListComplianceSummaries(@_, NextToken => $next_result->NextToken); push @{ $result->ComplianceSummaryItems }, @{ $next_result->ComplianceSummaryItems }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'ComplianceSummaryItems') foreach (@{ $result->ComplianceSummaryItems }); $result = $self->ListComplianceSummaries(@_, NextToken => $result->NextToken); } $callback->($_ => 'ComplianceSummaryItems') foreach (@{ $result->ComplianceSummaryItems }); } return undef } sub ListAllDocuments { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListDocuments(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListDocuments(@_, NextToken => $next_result->NextToken); push @{ $result->DocumentIdentifiers }, @{ $next_result->DocumentIdentifiers }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'DocumentIdentifiers') foreach (@{ $result->DocumentIdentifiers }); $result = $self->ListDocuments(@_, NextToken => $result->NextToken); } $callback->($_ => 'DocumentIdentifiers') foreach (@{ $result->DocumentIdentifiers }); } return undef } sub ListAllDocumentVersions { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListDocumentVersions(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListDocumentVersions(@_, NextToken => $next_result->NextToken); push @{ $result->DocumentVersions }, @{ $next_result->DocumentVersions }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'DocumentVersions') foreach (@{ $result->DocumentVersions }); $result = $self->ListDocumentVersions(@_, NextToken => $result->NextToken); } $callback->($_ => 'DocumentVersions') foreach (@{ $result->DocumentVersions }); } return undef } sub ListAllOpsItemEvents { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListOpsItemEvents(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListOpsItemEvents(@_, NextToken => $next_result->NextToken); push @{ $result->Summaries }, @{ $next_result->Summaries }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Summaries') foreach (@{ $result->Summaries }); $result = $self->ListOpsItemEvents(@_, NextToken => $result->NextToken); } $callback->($_ => 'Summaries') foreach (@{ $result->Summaries }); } return undef } sub ListAllOpsItemRelatedItems { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListOpsItemRelatedItems(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListOpsItemRelatedItems(@_, NextToken => $next_result->NextToken); push @{ $result->Summaries }, @{ $next_result->Summaries }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Summaries') foreach (@{ $result->Summaries }); $result = $self->ListOpsItemRelatedItems(@_, NextToken => $result->NextToken); } $callback->($_ => 'Summaries') foreach (@{ $result->Summaries }); } return undef } sub ListAllOpsMetadata { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListOpsMetadata(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListOpsMetadata(@_, NextToken => $next_result->NextToken); push @{ $result->OpsMetadataList }, @{ $next_result->OpsMetadataList }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'OpsMetadataList') foreach (@{ $result->OpsMetadataList }); $result = $self->ListOpsMetadata(@_, NextToken => $result->NextToken); } $callback->($_ => 'OpsMetadataList') foreach (@{ $result->OpsMetadataList }); } return undef } sub ListAllResourceComplianceSummaries { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListResourceComplianceSummaries(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListResourceComplianceSummaries(@_, NextToken => $next_result->NextToken); push @{ $result->ResourceComplianceSummaryItems }, @{ $next_result->ResourceComplianceSummaryItems }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'ResourceComplianceSummaryItems') foreach (@{ $result->ResourceComplianceSummaryItems }); $result = $self->ListResourceComplianceSummaries(@_, NextToken => $result->NextToken); } $callback->($_ => 'ResourceComplianceSummaryItems') foreach (@{ $result->ResourceComplianceSummaryItems }); } return undef } sub ListAllResourceDataSync { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListResourceDataSync(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListResourceDataSync(@_, NextToken => $next_result->NextToken); push @{ $result->ResourceDataSyncItems }, @{ $next_result->ResourceDataSyncItems }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'ResourceDataSyncItems') foreach (@{ $result->ResourceDataSyncItems }); $result = $self->ListResourceDataSync(@_, NextToken => $result->NextToken); } $callback->($_ => 'ResourceDataSyncItems') foreach (@{ $result->ResourceDataSyncItems }); } return undef } sub operations { qw/AddTagsToResource AssociateOpsItemRelatedItem CancelCommand CancelMaintenanceWindowExecution CreateActivation CreateAssociation CreateAssociationBatch CreateDocument CreateMaintenanceWindow CreateOpsItem CreateOpsMetadata CreatePatchBaseline CreateResourceDataSync DeleteActivation DeleteAssociation DeleteDocument DeleteInventory DeleteMaintenanceWindow DeleteOpsMetadata DeleteParameter DeleteParameters DeletePatchBaseline DeleteResourceDataSync DeregisterManagedInstance DeregisterPatchBaselineForPatchGroup DeregisterTargetFromMaintenanceWindow DeregisterTaskFromMaintenanceWindow DescribeActivations DescribeAssociation DescribeAssociationExecutions DescribeAssociationExecutionTargets DescribeAutomationExecutions DescribeAutomationStepExecutions DescribeAvailablePatches DescribeDocument DescribeDocumentPermission DescribeEffectiveInstanceAssociations DescribeEffectivePatchesForPatchBaseline DescribeInstanceAssociationsStatus DescribeInstanceInformation DescribeInstancePatches DescribeInstancePatchStates DescribeInstancePatchStatesForPatchGroup DescribeInventoryDeletions DescribeMaintenanceWindowExecutions DescribeMaintenanceWindowExecutionTaskInvocations DescribeMaintenanceWindowExecutionTasks DescribeMaintenanceWindows DescribeMaintenanceWindowSchedule DescribeMaintenanceWindowsForTarget DescribeMaintenanceWindowTargets DescribeMaintenanceWindowTasks DescribeOpsItems DescribeParameters DescribePatchBaselines DescribePatchGroups DescribePatchGroupState DescribePatchProperties DescribeSessions DisassociateOpsItemRelatedItem GetAutomationExecution GetCalendarState GetCommandInvocation GetConnectionStatus GetDefaultPatchBaseline GetDeployablePatchSnapshotForInstance GetDocument GetInventory GetInventorySchema GetMaintenanceWindow GetMaintenanceWindowExecution GetMaintenanceWindowExecutionTask GetMaintenanceWindowExecutionTaskInvocation GetMaintenanceWindowTask GetOpsItem GetOpsMetadata GetOpsSummary GetParameter GetParameterHistory GetParameters GetParametersByPath GetPatchBaseline GetPatchBaselineForPatchGroup GetServiceSetting LabelParameterVersion ListAssociations ListAssociationVersions ListCommandInvocations ListCommands ListComplianceItems ListComplianceSummaries ListDocumentMetadataHistory ListDocuments ListDocumentVersions ListInventoryEntries ListOpsItemEvents ListOpsItemRelatedItems ListOpsMetadata ListResourceComplianceSummaries ListResourceDataSync ListTagsForResource ModifyDocumentPermission PutComplianceItems PutInventory PutParameter RegisterDefaultPatchBaseline RegisterPatchBaselineForPatchGroup RegisterTargetWithMaintenanceWindow RegisterTaskWithMaintenanceWindow RemoveTagsFromResource ResetServiceSetting ResumeSession SendAutomationSignal SendCommand StartAssociationsOnce StartAutomationExecution StartChangeRequestExecution StartSession StopAutomationExecution TerminateSession UnlabelParameterVersion UpdateAssociation UpdateAssociationStatus UpdateDocument UpdateDocumentDefaultVersion UpdateDocumentMetadata UpdateMaintenanceWindow UpdateMaintenanceWindowTarget UpdateMaintenanceWindowTask UpdateManagedInstanceRole UpdateOpsItem UpdateOpsMetadata UpdatePatchBaseline UpdateResourceDataSync UpdateServiceSetting / } 1; ### main pod documentation begin ### =head1 NAME Paws::SSM - Perl Interface to AWS Amazon Simple Systems Manager (SSM) =head1 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' } ], ); =head1 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 I 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 I. B =over =item * For information about how to use a Query API, see Making API requests (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html). =item * For information about other API actions you can perform on EC2 instances, see the Amazon EC2 API Reference (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/). =item * For information about AWS AppConfig, a capability of Systems Manager, see the AWS AppConfig User Guide (https://docs.aws.amazon.com/appconfig/latest/userguide/) and the AWS AppConfig API Reference (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/). =item * For information about AWS Incident Manager, a capability of Systems Manager, see the AWS Incident Manager User Guide (https://docs.aws.amazon.com/incident-manager/latest/userguide/) and the AWS Incident Manager API Reference (https://docs.aws.amazon.com/incident-manager/latest/APIReference/). =back For the AWS API documentation, see L =head1 METHODS =head2 AddTagsToResource =over =item ResourceId => Str =item ResourceType => Str =item Tags => ArrayRef[L] =back Each argument is described in detail in: L Returns: a L 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 I. =head2 AssociateOpsItemRelatedItem =over =item AssociationType => Str =item OpsItemId => Str =item ResourceType => Str =item ResourceUri => Str =back Each argument is described in detail in: L Returns: a L 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. =head2 CancelCommand =over =item CommandId => Str =item [InstanceIds => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L 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. =head2 CancelMaintenanceWindowExecution =over =item WindowExecutionId => Str =back Each argument is described in detail in: L Returns: a L 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.) =head2 CreateActivation =over =item IamRole => Str =item [DefaultInstanceName => Str] =item [Description => Str] =item [ExpirationDate => Str] =item [RegistrationLimit => Int] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L 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 I. On-premises servers or VMs that are registered with Systems Manager and EC2 instances that you manage with Systems Manager are all called I. =head2 CreateAssociation =over =item Name => Str =item [ApplyOnlyAtCronInterval => Bool] =item [AssociationName => Str] =item [AutomationTargetParameterName => Str] =item [CalendarNames => ArrayRef[Str|Undef]] =item [ComplianceSeverity => Str] =item [DocumentVersion => Str] =item [InstanceId => Str] =item [MaxConcurrency => Str] =item [MaxErrors => Str] =item [OutputLocation => L] =item [Parameters => L] =item [ScheduleExpression => Str] =item [SyncCompliance => Str] =item [TargetLocations => ArrayRef[L]] =item [Targets => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L 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. =head2 CreateAssociationBatch =over =item Entries => ArrayRef[L] =back Each argument is described in detail in: L Returns: a L 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. =head2 CreateDocument =over =item Content => Str =item Name => Str =item [Attachments => ArrayRef[L]] =item [DisplayName => Str] =item [DocumentFormat => Str] =item [DocumentType => Str] =item [Requires => ArrayRef[L]] =item [Tags => ArrayRef[L]] =item [TargetType => Str] =item [VersionName => Str] =back Each argument is described in detail in: L Returns: a L 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 I. =head2 CreateMaintenanceWindow =over =item AllowUnassociatedTargets => Bool =item Cutoff => Int =item Duration => Int =item Name => Str =item Schedule => Str =item [ClientToken => Str] =item [Description => Str] =item [EndDate => Str] =item [ScheduleOffset => Int] =item [ScheduleTimezone => Str] =item [StartDate => Str] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a new maintenance window. The value you specify for C 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 C. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for C is one hour, no maintenance window tasks can start after 5 PM. =head2 CreateOpsItem =over =item Description => Str =item Source => Str =item Title => Str =item [ActualEndTime => Str] =item [ActualStartTime => Str] =item [Category => Str] =item [Notifications => ArrayRef[L]] =item [OperationalData => L] =item [OpsItemType => Str] =item [PlannedEndTime => Str] =item [PlannedStartTime => Str] =item [Priority => Int] =item [RelatedOpsItems => ArrayRef[L]] =item [Severity => Str] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L 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 I. 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 I. =head2 CreateOpsMetadata =over =item ResourceId => Str =item [Metadata => L] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L 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. =head2 CreatePatchBaseline =over =item Name => Str =item [ApprovalRules => L] =item [ApprovedPatches => ArrayRef[Str|Undef]] =item [ApprovedPatchesComplianceLevel => Str] =item [ApprovedPatchesEnableNonSecurity => Bool] =item [ClientToken => Str] =item [Description => Str] =item [GlobalFilters => L] =item [OperatingSystem => Str] =item [RejectedPatches => ArrayRef[Str|Undef]] =item [RejectedPatchesAction => Str] =item [Sources => ArrayRef[L]] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a patch baseline. For information about valid key and value pairs in C for each supported operating system type, see PatchFilter (http://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html). =head2 CreateResourceDataSync =over =item SyncName => Str =item [S3Destination => L] =item [SyncSource => L] =item [SyncType => Str] =back Each argument is described in detail in: L Returns: a L 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: C and C. You can configure Systems Manager Inventory to use the C 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 I. You can configure Systems Manager Explorer to use the C 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 C 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 I. 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. =head2 DeleteActivation =over =item ActivationId => Str =back Each argument is described in detail in: L Returns: a L 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. =head2 DeleteAssociation =over =item [AssociationId => Str] =item [InstanceId => Str] =item [Name => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 DeleteDocument =over =item Name => Str =item [DocumentVersion => Str] =item [Force => Bool] =item [VersionName => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 DeleteInventory =over =item TypeName => Str =item [ClientToken => Str] =item [DryRun => Bool] =item [SchemaDeleteOption => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 DeleteMaintenanceWindow =over =item WindowId => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a maintenance window. =head2 DeleteOpsMetadata =over =item OpsMetadataArn => Str =back Each argument is described in detail in: L Returns: a L instance Delete OpsMetadata related to an application. =head2 DeleteParameter =over =item Name => Str =back Each argument is described in detail in: L Returns: a L instance Delete a parameter from the system. =head2 DeleteParameters =over =item Names => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: a L instance Delete a list of parameters. =head2 DeletePatchBaseline =over =item BaselineId => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a patch baseline. =head2 DeleteResourceDataSync =over =item SyncName => Str =item [SyncType => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 DeregisterManagedInstance =over =item InstanceId => Str =back Each argument is described in detail in: L Returns: a L 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. =head2 DeregisterPatchBaselineForPatchGroup =over =item BaselineId => Str =item PatchGroup => Str =back Each argument is described in detail in: L Returns: a L instance Removes a patch group from a patch baseline. =head2 DeregisterTargetFromMaintenanceWindow =over =item WindowId => Str =item WindowTargetId => Str =item [Safe => Bool] =back Each argument is described in detail in: L Returns: a L instance Removes a target from a maintenance window. =head2 DeregisterTaskFromMaintenanceWindow =over =item WindowId => Str =item WindowTaskId => Str =back Each argument is described in detail in: L Returns: a L instance Removes a task from a maintenance window. =head2 DescribeActivations =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 DescribeAssociation =over =item [AssociationId => Str] =item [AssociationVersion => Str] =item [InstanceId => Str] =item [Name => Str] =back Each argument is described in detail in: L Returns: a L instance Describes the association for the specified target or instance. If you created the association by using the C 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. =head2 DescribeAssociationExecutions =over =item AssociationId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Use this API action to view all executions for a specific association ID. =head2 DescribeAssociationExecutionTargets =over =item AssociationId => Str =item ExecutionId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Use this API action to view information about a specific execution of a specific association. =head2 DescribeAutomationExecutions =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Provides details about all active and terminated Automation executions. =head2 DescribeAutomationStepExecutions =over =item AutomationExecutionId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [ReverseOrder => Bool] =back Each argument is described in detail in: L Returns: a L instance Information about all active and terminated step executions in an Automation workflow. =head2 DescribeAvailablePatches =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists all patches eligible to be included in a patch baseline. =head2 DescribeDocument =over =item Name => Str =item [DocumentVersion => Str] =item [VersionName => Str] =back Each argument is described in detail in: L Returns: a L instance Describes the specified Systems Manager document. =head2 DescribeDocumentPermission =over =item Name => Str =item PermissionType => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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 (I). =head2 DescribeEffectiveInstanceAssociations =over =item InstanceId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance All associations for the instance(s). =head2 DescribeEffectivePatchesForPatchBaseline =over =item BaselineId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 DescribeInstanceAssociationsStatus =over =item InstanceId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance The status of the associations for the instance(s). =head2 DescribeInstanceInformation =over =item [Filters => ArrayRef[L]] =item [InstanceInformationFilterList => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 DescribeInstancePatches =over =item InstanceId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves information about the patches on the specified instance and their state relative to the patch baseline being used for the instance. =head2 DescribeInstancePatchStates =over =item InstanceIds => ArrayRef[Str|Undef] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves the high-level patch state of one or more instances. =head2 DescribeInstancePatchStatesForPatchGroup =over =item PatchGroup => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves the high-level patch state for the instances in the specified patch group. =head2 DescribeInventoryDeletions =over =item [DeletionId => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Describes a specific delete inventory operation. =head2 DescribeMaintenanceWindowExecutions =over =item WindowId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 DescribeMaintenanceWindowExecutionTaskInvocations =over =item TaskId => Str =item WindowExecutionId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution. =head2 DescribeMaintenanceWindowExecutionTasks =over =item WindowExecutionId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance For a given maintenance window execution, lists the tasks that were run. =head2 DescribeMaintenanceWindows =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves the maintenance windows in an AWS account. =head2 DescribeMaintenanceWindowSchedule =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [ResourceType => Str] =item [Targets => ArrayRef[L]] =item [WindowId => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves information about upcoming executions of a maintenance window. =head2 DescribeMaintenanceWindowsForTarget =over =item ResourceType => Str =item Targets => ArrayRef[L] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves information about the maintenance window targets or tasks that an instance is associated with. =head2 DescribeMaintenanceWindowTargets =over =item WindowId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the targets registered with the maintenance window. =head2 DescribeMaintenanceWindowTasks =over =item WindowId => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the tasks in a maintenance window. For maintenance window tasks without a specified target, you cannot supply values for C<--max-errors> and C<--max-concurrency>. Instead, the system inserts a placeholder value of C<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. =head2 DescribeOpsItems =over =item [MaxResults => Int] =item [NextToken => Str] =item [OpsItemFilters => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L 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 I. 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 I. =head2 DescribeParameters =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [ParameterFilters => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Get information about a parameter. Request results are returned on a best-effort basis. If you specify C 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 C. 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 C. You can specify the C in a subsequent call to get the next set of results. =head2 DescribePatchBaselines =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the patch baselines in your AWS account. =head2 DescribePatchGroups =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists all patch groups that have been registered with patch baselines. =head2 DescribePatchGroupState =over =item PatchGroup => Str =back Each argument is described in detail in: L Returns: a L instance Returns high-level aggregated patch compliance state for a patch group. =head2 DescribePatchProperties =over =item OperatingSystem => Str =item Property => Str =item [MaxResults => Int] =item [NextToken => Str] =item [PatchSet => Str] =back Each argument is described in detail in: L Returns: a L 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: =over =item AMAZON_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY =item AMAZON_LINUX_2 Valid properties: PRODUCT, CLASSIFICATION, SEVERITY =item CENTOS Valid properties: PRODUCT, CLASSIFICATION, SEVERITY =item DEBIAN Valid properties: PRODUCT, PRIORITY =item MACOS Valid properties: PRODUCT, CLASSIFICATION =item ORACLE_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY =item REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT, CLASSIFICATION, SEVERITY =item SUSE Valid properties: PRODUCT, CLASSIFICATION, SEVERITY =item UBUNTU Valid properties: PRODUCT, PRIORITY =item WINDOWS Valid properties: PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, MSRC_SEVERITY =back =head2 DescribeSessions =over =item State => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days. =head2 DisassociateOpsItemRelatedItem =over =item AssociationId => Str =item OpsItemId => Str =back Each argument is described in detail in: L Returns: a L 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. =head2 GetAutomationExecution =over =item AutomationExecutionId => Str =back Each argument is described in detail in: L Returns: a L instance Get detailed information about a particular Automation execution. =head2 GetCalendarState =over =item CalendarNames => ArrayRef[Str|Undef] =item [AtTime => Str] =back Each argument is described in detail in: L Returns: a L instance Gets the state of the AWS Systems Manager Change Calendar at an optional, specified time. If you specify a time, C 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, C assumes the current time. Change Calendar entries have two possible states: C or C. If you specify more than one calendar in a request, the command returns the status of C only if all calendars in the request are open. If one or more calendars in the request are closed, the status returned is C. 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 I. =head2 GetCommandInvocation =over =item CommandId => Str =item InstanceId => Str =item [PluginName => Str] =back Each argument is described in detail in: L Returns: a L instance Returns detailed information about command execution for an invocation or plugin. C 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. =head2 GetConnectionStatus =over =item Target => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves the Session Manager connection status for an instance to determine whether it is running and ready to receive Session Manager connections. =head2 GetDefaultPatchBaseline =over =item [OperatingSystem => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 GetDeployablePatchSnapshotForInstance =over =item InstanceId => Str =item SnapshotId => Str =item [BaselineOverride => L] =back Each argument is described in detail in: L Returns: a L instance Retrieves the current snapshot for the patch baseline the instance uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document. =head2 GetDocument =over =item Name => Str =item [DocumentFormat => Str] =item [DocumentVersion => Str] =item [VersionName => Str] =back Each argument is described in detail in: L Returns: a L instance Gets the contents of the specified Systems Manager document. =head2 GetInventory =over =item [Aggregators => ArrayRef[L]] =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [ResultAttributes => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Query inventory information. =head2 GetInventorySchema =over =item [Aggregator => Bool] =item [MaxResults => Int] =item [NextToken => Str] =item [SubType => Bool] =item [TypeName => Str] =back Each argument is described in detail in: L Returns: a L instance Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type. =head2 GetMaintenanceWindow =over =item WindowId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves a maintenance window. =head2 GetMaintenanceWindowExecution =over =item WindowExecutionId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves details about a specific a maintenance window execution. =head2 GetMaintenanceWindowExecutionTask =over =item TaskId => Str =item WindowExecutionId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves the details about a specific task run as part of a maintenance window execution. =head2 GetMaintenanceWindowExecutionTaskInvocation =over =item InvocationId => Str =item TaskId => Str =item WindowExecutionId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves information about a specific task running on a specific target. =head2 GetMaintenanceWindowTask =over =item WindowId => Str =item WindowTaskId => Str =back Each argument is described in detail in: L Returns: a L instance Lists the tasks in a maintenance window. For maintenance window tasks without a specified target, you cannot supply values for C<--max-errors> and C<--max-concurrency>. Instead, the system inserts a placeholder value of C<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. =head2 GetOpsItem =over =item OpsItemId => Str =back Each argument is described in detail in: L Returns: a L 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 I. 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 I. =head2 GetOpsMetadata =over =item OpsMetadataArn => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance View operational metadata related to an application in Application Manager. =head2 GetOpsSummary =over =item [Aggregators => ArrayRef[L]] =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [ResultAttributes => ArrayRef[L]] =item [SyncName => Str] =back Each argument is described in detail in: L Returns: a L instance View a summary of OpsItems based on specified filters and aggregators. =head2 GetParameter =over =item Name => Str =item [WithDecryption => Bool] =back Each argument is described in detail in: L Returns: a L instance Get information about a parameter by using the parameter name. Don't confuse this API action with the GetParameters API action. =head2 GetParameterHistory =over =item Name => Str =item [MaxResults => Int] =item [NextToken => Str] =item [WithDecryption => Bool] =back Each argument is described in detail in: L Returns: a L instance Retrieves the history of all changes to a parameter. =head2 GetParameters =over =item Names => ArrayRef[Str|Undef] =item [WithDecryption => Bool] =back Each argument is described in detail in: L Returns: a L instance Get details of a parameter. Don't confuse this API action with the GetParameter API action. =head2 GetParametersByPath =over =item Path => Str =item [MaxResults => Int] =item [NextToken => Str] =item [ParameterFilters => ArrayRef[L]] =item [Recursive => Bool] =item [WithDecryption => Bool] =back Each argument is described in detail in: L Returns: a L instance Retrieve information about one or more parameters in a specific hierarchy. Request results are returned on a best-effort basis. If you specify C 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 C. 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 C. You can specify the C in a subsequent call to get the next set of results. =head2 GetPatchBaseline =over =item BaselineId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves information about a patch baseline. =head2 GetPatchBaselineForPatchGroup =over =item PatchGroup => Str =item [OperatingSystem => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves the patch baseline that should be used for the specified patch group. =head2 GetServiceSetting =over =item SettingId => Str =back Each argument is described in detail in: L Returns: a L instance C 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 C object to a setting value. AWS services teams define the default value for a C. You can't create a new C, but you can overwrite the default value if you have the C 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. =head2 LabelParameterVersion =over =item Labels => ArrayRef[Str|Undef] =item Name => Str =item [ParameterVersion => Int] =back Each argument is described in detail in: L Returns: a L 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. =over =item * A version of a parameter can have a maximum of 10 labels. =item * 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. =item * You can move a label from one version of a parameter to another. =item * You can't create a label when you create a new parameter. You must attach a label to a specific version of a parameter. =item * If you no longer want to use a parameter label, then you can either delete it or move it to a different version of a parameter. =item * A label can have a maximum of 100 characters. =item * Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or underscores (_). =item * 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. =back =head2 ListAssociations =over =item [AssociationFilterList => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 ListAssociationVersions =over =item AssociationId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves all versions of an association for a specific association ID. =head2 ListCommandInvocations =over =item [CommandId => Str] =item [Details => Bool] =item [Filters => ArrayRef[L]] =item [InstanceId => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 ListCommands =over =item [CommandId => Str] =item [Filters => ArrayRef[L]] =item [InstanceId => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Lists the commands requested by users of the AWS account. =head2 ListComplianceItems =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [ResourceIds => ArrayRef[Str|Undef]] =item [ResourceTypes => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L 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. =head2 ListComplianceSummaries =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 ListDocumentMetadataHistory =over =item Metadata => Str =item Name => Str =item [DocumentVersion => Str] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Information about approval reviews for a version of an SSM document. =head2 ListDocuments =over =item [DocumentFilterList => ArrayRef[L]] =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 ListDocumentVersions =over =item Name => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance List all versions for a document. =head2 ListInventoryEntries =over =item InstanceId => Str =item TypeName => Str =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance A list of inventory items returned by the request. =head2 ListOpsItemEvents =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 ListOpsItemRelatedItems =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =item [OpsItemId => Str] =back Each argument is described in detail in: L Returns: a L instance Lists all related-item resources associated with an OpsItem. =head2 ListOpsMetadata =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Systems Manager calls this API action when displaying all Application Manager OpsMetadata objects or blobs. =head2 ListResourceComplianceSummaries =over =item [Filters => ArrayRef[L]] =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L 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. =head2 ListResourceDataSync =over =item [MaxResults => Int] =item [NextToken => Str] =item [SyncType => Str] =back Each argument is described in detail in: L Returns: a L 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 C. You can limit the number of sync configurations returned by using the C parameter. To determine whether there are more sync configurations to list, check the value of C in the output. If there are more sync configurations to list, you can request them by specifying the C returned in the call to the parameter of a subsequent call. =head2 ListTagsForResource =over =item ResourceId => Str =item ResourceType => Str =back Each argument is described in detail in: L Returns: a L instance Returns a list of the tags assigned to the specified resource. =head2 ModifyDocumentPermission =over =item Name => Str =item PermissionType => Str =item [AccountIdsToAdd => ArrayRef[Str|Undef]] =item [AccountIdsToRemove => ArrayRef[Str|Undef]] =item [SharedDocumentVersion => Str] =back Each argument is described in detail in: L Returns: a L 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 I as the account ID. =head2 PutComplianceItems =over =item ComplianceType => Str =item ExecutionSummary => L =item Items => ArrayRef[L] =item ResourceId => Str =item ResourceType => Str =item [ItemContentHash => Str] =item [UploadType => Str] =back Each argument is described in detail in: L Returns: a L 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: =over =item * ExecutionId: The execution ID when the patch, association, or custom compliance item was applied. =item * ExecutionType: Specify patch, association, or Custom:C. =item * ExecutionTime. The time the patch, association, or custom compliance item was applied to the instance. =item * Id: The patch, association, or custom compliance ID. =item * Title: A title. =item * Status: The status of the compliance item. For example, C for patches, or C for associations. =item * Severity: A patch severity. For example, C. =item * DocumentName: A SSM document name. For example, AWS-RunPatchBaseline. =item * DocumentVersion: An SSM document version number. For example, 4. =item * Classification: A patch classification. For example, C. =item * PatchBaselineId: A patch baseline ID. =item * PatchSeverity: A patch severity. For example, C. =item * PatchState: A patch state. For example, C. =item * PatchGroup: The name of a patch group. =item * 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' =back =head2 PutInventory =over =item InstanceId => Str =item Items => ArrayRef[L] =back Each argument is described in detail in: L Returns: a L 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. =head2 PutParameter =over =item Name => Str =item Value => Str =item [AllowedPattern => Str] =item [DataType => Str] =item [Description => Str] =item [KeyId => Str] =item [Overwrite => Bool] =item [Policies => Str] =item [Tags => ArrayRef[L]] =item [Tier => Str] =item [Type => Str] =back Each argument is described in detail in: L Returns: a L instance Add a parameter to the system. =head2 RegisterDefaultPatchBaseline =over =item BaselineId => Str =back Each argument is described in detail in: L Returns: a L 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 C instead of C. =head2 RegisterPatchBaselineForPatchGroup =over =item BaselineId => Str =item PatchGroup => Str =back Each argument is described in detail in: L Returns: a L instance Registers a patch baseline for a patch group. =head2 RegisterTargetWithMaintenanceWindow =over =item ResourceType => Str =item Targets => ArrayRef[L] =item WindowId => Str =item [ClientToken => Str] =item [Description => Str] =item [Name => Str] =item [OwnerInformation => Str] =back Each argument is described in detail in: L Returns: a L instance Registers a target with a maintenance window. =head2 RegisterTaskWithMaintenanceWindow =over =item TaskArn => Str =item TaskType => Str =item WindowId => Str =item [ClientToken => Str] =item [Description => Str] =item [LoggingInfo => L] =item [MaxConcurrency => Str] =item [MaxErrors => Str] =item [Name => Str] =item [Priority => Int] =item [ServiceRoleArn => Str] =item [Targets => ArrayRef[L]] =item [TaskInvocationParameters => L] =item [TaskParameters => L] =back Each argument is described in detail in: L Returns: a L instance Adds a new task to a maintenance window. =head2 RemoveTagsFromResource =over =item ResourceId => Str =item ResourceType => Str =item TagKeys => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: a L instance Removes tag keys from the specified resource. =head2 ResetServiceSetting =over =item SettingId => Str =back Each argument is described in detail in: L Returns: a L instance C 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 C object to a setting value. AWS services teams define the default value for a C. You can't create a new C, but you can overwrite the default value if you have the C 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. =head2 ResumeSession =over =item SessionId => Str =back Each argument is described in detail in: L Returns: a L 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. =head2 SendAutomationSignal =over =item AutomationExecutionId => Str =item SignalType => Str =item [Payload => L] =back Each argument is described in detail in: L Returns: a L instance Sends a signal to an Automation execution to change the current behavior or status of the execution. =head2 SendCommand =over =item DocumentName => Str =item [CloudWatchOutputConfig => L] =item [Comment => Str] =item [DocumentHash => Str] =item [DocumentHashType => Str] =item [DocumentVersion => Str] =item [InstanceIds => ArrayRef[Str|Undef]] =item [MaxConcurrency => Str] =item [MaxErrors => Str] =item [NotificationConfig => L] =item [OutputS3BucketName => Str] =item [OutputS3KeyPrefix => Str] =item [OutputS3Region => Str] =item [Parameters => L] =item [ServiceRoleArn => Str] =item [Targets => ArrayRef[L]] =item [TimeoutSeconds => Int] =back Each argument is described in detail in: L Returns: a L instance Runs commands on one or more managed instances. =head2 StartAssociationsOnce =over =item AssociationIds => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: a L instance Use this API action to run an association immediately and only one time. This action can be helpful when troubleshooting associations. =head2 StartAutomationExecution =over =item DocumentName => Str =item [ClientToken => Str] =item [DocumentVersion => Str] =item [MaxConcurrency => Str] =item [MaxErrors => Str] =item [Mode => Str] =item [Parameters => L] =item [Tags => ArrayRef[L]] =item [TargetLocations => ArrayRef[L]] =item [TargetMaps => ArrayRef[L]] =item [TargetParameterName => Str] =item [Targets => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Initiates execution of an Automation document. =head2 StartChangeRequestExecution =over =item DocumentName => Str =item Runbooks => ArrayRef[L] =item [ChangeDetails => Str] =item [ChangeRequestName => Str] =item [ClientToken => Str] =item [DocumentVersion => Str] =item [Parameters => L] =item [ScheduledEndTime => Str] =item [ScheduledTime => Str] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L 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. =head2 StartSession =over =item Target => Str =item [DocumentName => Str] =item [Parameters => L] =back Each argument is described in detail in: L Returns: a L 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: C 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 I. AWS Tools for PowerShell usage: Start-SSMSession is not currently supported by AWS Tools for PowerShell on Windows local machines. =head2 StopAutomationExecution =over =item AutomationExecutionId => Str =item [Type => Str] =back Each argument is described in detail in: L Returns: a L instance Stop an Automation that is currently running. =head2 TerminateSession =over =item SessionId => Str =back Each argument is described in detail in: L Returns: a L 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. =head2 UnlabelParameterVersion =over =item Labels => ArrayRef[Str|Undef] =item Name => Str =item ParameterVersion => Int =back Each argument is described in detail in: L Returns: a L instance Remove a label or labels from a parameter. =head2 UpdateAssociation =over =item AssociationId => Str =item [ApplyOnlyAtCronInterval => Bool] =item [AssociationName => Str] =item [AssociationVersion => Str] =item [AutomationTargetParameterName => Str] =item [CalendarNames => ArrayRef[Str|Undef]] =item [ComplianceSeverity => Str] =item [DocumentVersion => Str] =item [MaxConcurrency => Str] =item [MaxErrors => Str] =item [Name => Str] =item [OutputLocation => L] =item [Parameters => L] =item [ScheduleExpression => Str] =item [SyncCompliance => Str] =item [TargetLocations => ArrayRef[L]] =item [Targets => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L 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: Cuser_arnE is not authorized to perform: ssm:DescribeAssociation on resource: Eresource_arnE> When you update an association, the association immediately runs against the specified targets. =head2 UpdateAssociationStatus =over =item AssociationStatus => L =item InstanceId => Str =item Name => Str =back Each argument is described in detail in: L Returns: a L instance Updates the status of the Systems Manager document associated with the specified instance. =head2 UpdateDocument =over =item Content => Str =item Name => Str =item [Attachments => ArrayRef[L]] =item [DisplayName => Str] =item [DocumentFormat => Str] =item [DocumentVersion => Str] =item [TargetType => Str] =item [VersionName => Str] =back Each argument is described in detail in: L Returns: a L instance Updates one or more values for an SSM document. =head2 UpdateDocumentDefaultVersion =over =item DocumentVersion => Str =item Name => Str =back Each argument is described in detail in: L Returns: a L instance Set the default version of a document. =head2 UpdateDocumentMetadata =over =item DocumentReviews => L =item Name => Str =item [DocumentVersion => Str] =back Each argument is described in detail in: L Returns: a L instance Updates information related to approval reviews for a specific version of a document. =head2 UpdateMaintenanceWindow =over =item WindowId => Str =item [AllowUnassociatedTargets => Bool] =item [Cutoff => Int] =item [Description => Str] =item [Duration => Int] =item [Enabled => Bool] =item [EndDate => Str] =item [Name => Str] =item [Replace => Bool] =item [Schedule => Str] =item [ScheduleOffset => Int] =item [ScheduleTimezone => Str] =item [StartDate => Str] =back Each argument is described in detail in: L Returns: a L instance Updates an existing maintenance window. Only specified parameters are modified. The value you specify for C 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 C. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for C is one hour, no maintenance window tasks can start after 5 PM. =head2 UpdateMaintenanceWindowTarget =over =item WindowId => Str =item WindowTargetId => Str =item [Description => Str] =item [Name => Str] =item [OwnerInformation => Str] =item [Replace => Bool] =item [Targets => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Modifies the target of an existing maintenance window. You can change the following: =over =item * Name =item * Description =item * Owner =item * IDs for an ID target =item * Tags for a Tag target =item * From any supported tag type to another. The three supported tag types are ID target, Tag target, and resource group. For more information, see Target. =back If a parameter is null, then the corresponding field is not modified. =head2 UpdateMaintenanceWindowTask =over =item WindowId => Str =item WindowTaskId => Str =item [Description => Str] =item [LoggingInfo => L] =item [MaxConcurrency => Str] =item [MaxErrors => Str] =item [Name => Str] =item [Priority => Int] =item [Replace => Bool] =item [ServiceRoleArn => Str] =item [Targets => ArrayRef[L]] =item [TaskArn => Str] =item [TaskInvocationParameters => L] =item [TaskParameters => L] =back Each argument is described in detail in: L Returns: a L instance Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values: =over =item * TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript. =item * ServiceRoleArn =item * TaskInvocationParameters =item * Priority =item * MaxConcurrency =item * MaxErrors =back 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 I. If the value for a parameter in C is null, then the corresponding field is not modified. If you set C 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 C, you must provide again all the C 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 C values for C, C, and C. If you update the maintenance window task and specify only a different C value, the values for C and C are removed. =head2 UpdateManagedInstanceRole =over =item IamRole => Str =item InstanceId => Str =back Each argument is described in detail in: L Returns: a L 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. =head2 UpdateOpsItem =over =item OpsItemId => Str =item [ActualEndTime => Str] =item [ActualStartTime => Str] =item [Category => Str] =item [Description => Str] =item [Notifications => ArrayRef[L]] =item [OperationalData => L] =item [OperationalDataToDelete => ArrayRef[Str|Undef]] =item [PlannedEndTime => Str] =item [PlannedStartTime => Str] =item [Priority => Int] =item [RelatedOpsItems => ArrayRef[L]] =item [Severity => Str] =item [Status => Str] =item [Title => Str] =back Each argument is described in detail in: L Returns: a L 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 I. 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 I. =head2 UpdateOpsMetadata =over =item OpsMetadataArn => Str =item [KeysToDelete => ArrayRef[Str|Undef]] =item [MetadataToUpdate => L] =back Each argument is described in detail in: L Returns: a L instance Systems Manager calls this API action when you edit OpsMetadata in Application Manager. =head2 UpdatePatchBaseline =over =item BaselineId => Str =item [ApprovalRules => L] =item [ApprovedPatches => ArrayRef[Str|Undef]] =item [ApprovedPatchesComplianceLevel => Str] =item [ApprovedPatchesEnableNonSecurity => Bool] =item [Description => Str] =item [GlobalFilters => L] =item [Name => Str] =item [RejectedPatches => ArrayRef[Str|Undef]] =item [RejectedPatchesAction => Str] =item [Replace => Bool] =item [Sources => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Modifies an existing patch baseline. Fields not specified in the request are left unchanged. For information about valid key and value pairs in C for each supported operating system type, see PatchFilter (http://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PatchFilter.html). =head2 UpdateResourceDataSync =over =item SyncName => Str =item SyncSource => L =item SyncType => Str =back Each argument is described in detail in: L Returns: a L 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 C. =head2 UpdateServiceSetting =over =item SettingId => Str =item SettingValue => Str =back Each argument is described in detail in: L Returns: a L instance C 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 C object to a setting value. AWS services teams define the default value for a C. You can't create a new C, but you can overwrite the default value if you have the C 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. =head1 PAGINATORS Paginator methods are helpers that repetively call methods that return partial results =head2 DescribeAllActivations(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllActivations([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllAssociationExecutions(sub { },AssociationId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllAssociationExecutions(AssociationId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllAssociationExecutionTargets(sub { },AssociationId => Str, ExecutionId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllAssociationExecutionTargets(AssociationId => Str, ExecutionId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllAutomationExecutions(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllAutomationExecutions([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllAutomationStepExecutions(sub { },AutomationExecutionId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ReverseOrder => Bool]) =head2 DescribeAllAutomationStepExecutions(AutomationExecutionId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllAvailablePatches(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllAvailablePatches([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllEffectiveInstanceAssociations(sub { },InstanceId => Str, [MaxResults => Int, NextToken => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllEffectivePatchesForPatchBaseline(sub { },BaselineId => Str, [MaxResults => Int, NextToken => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllInstanceAssociationsStatus(sub { },InstanceId => Str, [MaxResults => Int, NextToken => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllInstanceInformation(sub { },[Filters => ArrayRef[L], InstanceInformationFilterList => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllInstanceInformation([Filters => ArrayRef[L], InstanceInformationFilterList => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllInstancePatches(sub { },InstanceId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllInstancePatches(InstanceId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllInstancePatchStates(sub { },InstanceIds => ArrayRef[Str|Undef], [MaxResults => Int, NextToken => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllInstancePatchStatesForPatchGroup(sub { },PatchGroup => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllInstancePatchStatesForPatchGroup(PatchGroup => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllInventoryDeletions(sub { },[DeletionId => Str, MaxResults => Int, NextToken => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllMaintenanceWindowExecutions(sub { },WindowId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllMaintenanceWindowExecutions(WindowId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllMaintenanceWindowExecutionTaskInvocations(sub { },TaskId => Str, WindowExecutionId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllMaintenanceWindowExecutionTaskInvocations(TaskId => Str, WindowExecutionId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllMaintenanceWindowExecutionTasks(sub { },WindowExecutionId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllMaintenanceWindowExecutionTasks(WindowExecutionId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllMaintenanceWindows(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllMaintenanceWindows([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllMaintenanceWindowSchedule(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ResourceType => Str, Targets => ArrayRef[L], WindowId => Str]) =head2 DescribeAllMaintenanceWindowSchedule([Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ResourceType => Str, Targets => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllMaintenanceWindowsForTarget(sub { },ResourceType => Str, Targets => ArrayRef[L], [MaxResults => Int, NextToken => Str]) =head2 DescribeAllMaintenanceWindowsForTarget(ResourceType => Str, Targets => ArrayRef[L], [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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllMaintenanceWindowTargets(sub { },WindowId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllMaintenanceWindowTargets(WindowId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllMaintenanceWindowTasks(sub { },WindowId => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllMaintenanceWindowTasks(WindowId => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllOpsItems(sub { },[MaxResults => Int, NextToken => Str, OpsItemFilters => ArrayRef[L]]) =head2 DescribeAllOpsItems([MaxResults => Int, NextToken => Str, OpsItemFilters => ArrayRef[L]]) 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllParameters(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ParameterFilters => ArrayRef[L]]) =head2 DescribeAllParameters([Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ParameterFilters => ArrayRef[L]]) 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllPatchBaselines(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllPatchBaselines([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllPatchGroups(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllPatchGroups([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllPatchProperties(sub { },OperatingSystem => Str, Property => Str, [MaxResults => Int, NextToken => Str, PatchSet => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 DescribeAllSessions(sub { },State => Str, [Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 DescribeAllSessions(State => Str, [Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllInventory(sub { },[Aggregators => ArrayRef[L], Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ResultAttributes => ArrayRef[L]]) =head2 GetAllInventory([Aggregators => ArrayRef[L], Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ResultAttributes => ArrayRef[L]]) 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllInventorySchema(sub { },[Aggregator => Bool, MaxResults => Int, NextToken => Str, SubType => Bool, TypeName => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllOpsSummary(sub { },[Aggregators => ArrayRef[L], Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ResultAttributes => ArrayRef[L], SyncName => Str]) =head2 GetAllOpsSummary([Aggregators => ArrayRef[L], Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ResultAttributes => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllParameterHistory(sub { },Name => Str, [MaxResults => Int, NextToken => Str, WithDecryption => Bool]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllParametersByPath(sub { },Path => Str, [MaxResults => Int, NextToken => Str, ParameterFilters => ArrayRef[L], Recursive => Bool, WithDecryption => Bool]) =head2 GetAllParametersByPath(Path => Str, [MaxResults => Int, NextToken => Str, ParameterFilters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllAssociations(sub { },[AssociationFilterList => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 ListAllAssociations([AssociationFilterList => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllAssociationVersions(sub { },AssociationId => Str, [MaxResults => Int, NextToken => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllCommandInvocations(sub { },[CommandId => Str, Details => Bool, Filters => ArrayRef[L], InstanceId => Str, MaxResults => Int, NextToken => Str]) =head2 ListAllCommandInvocations([CommandId => Str, Details => Bool, Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllCommands(sub { },[CommandId => Str, Filters => ArrayRef[L], InstanceId => Str, MaxResults => Int, NextToken => Str]) =head2 ListAllCommands([CommandId => Str, Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllComplianceItems(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, ResourceIds => ArrayRef[Str|Undef], ResourceTypes => ArrayRef[Str|Undef]]) =head2 ListAllComplianceItems([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllComplianceSummaries(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 ListAllComplianceSummaries([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllDocuments(sub { },[DocumentFilterList => ArrayRef[L], Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 ListAllDocuments([DocumentFilterList => ArrayRef[L], Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllDocumentVersions(sub { },Name => Str, [MaxResults => Int, NextToken => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllOpsItemEvents(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 ListAllOpsItemEvents([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllOpsItemRelatedItems(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str, OpsItemId => Str]) =head2 ListAllOpsItemRelatedItems([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllOpsMetadata(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 ListAllOpsMetadata([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllResourceComplianceSummaries(sub { },[Filters => ArrayRef[L], MaxResults => Int, NextToken => Str]) =head2 ListAllResourceComplianceSummaries([Filters => ArrayRef[L], 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllResourceDataSync(sub { },[MaxResults => Int, NextToken => Str, SyncType => Str]) =head2 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 L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head1 SEE ALSO This service class forms part of L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut