Module Awso_ssm_syncSource

include module type of struct include Awso_ssm.Values end
include module type of struct include Awso_ssm.Values_0 end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule AccessDeniedException = Awso_ssm.Values.AccessDeniedException

The requester doesn't have permissions to perform the requested operation.

Sourcemodule AccessKeyIdType = Awso_ssm.Values.AccessKeyIdType
Sourcemodule AccessKeySecretType = Awso_ssm.Values.AccessKeySecretType
Sourcemodule AccessRequestId = Awso_ssm.Values.AccessRequestId
Sourcemodule AccessRequestStatus = Awso_ssm.Values.AccessRequestStatus
Sourcemodule SharedDocumentVersion = Awso_ssm.Values.SharedDocumentVersion

The document version shared with other Amazon Web Services accounts. You can share Latest, Default or All versions.

Sourcemodule AccountSharingInfo = Awso_ssm.Values.AccountSharingInfo

Information includes the Amazon Web Services account ID where the current document is shared and the version shared with that account.

Sourcemodule AccountSharingInfoList = Awso_ssm.Values.AccountSharingInfoList

Metadata that you assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. In Amazon Web Services Systems Manager, you can apply tags to Systems Manager documents (SSM documents), managed nodes, maintenance windows, parameters, patch baselines, OpsItems, and OpsMetadata.

Sourcemodule RegistrationsCount = Awso_ssm.Values.RegistrationsCount
Sourcemodule RegistrationLimit = Awso_ssm.Values.RegistrationLimit
Sourcemodule ExpirationDate = Awso_ssm.Values.ExpirationDate
Sourcemodule DefaultInstanceName = Awso_ssm.Values.DefaultInstanceName
Sourcemodule ActivationDescription = Awso_ssm.Values.ActivationDescription

An activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with Amazon Web Services Systems Manager is called a managed node.

Sourcemodule ActivationCode = Awso_ssm.Values.ActivationCode
Sourcemodule ActivationList = Awso_ssm.Values.ActivationList
Sourcemodule ResourceTypeForTagging = Awso_ssm.Values.ResourceTypeForTagging
Sourcemodule AddTagsToResourceRequest = Awso_ssm.Values.AddTagsToResourceRequest

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, 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 nodes that helps you track each node's owner and stack level. For example: Key=Owner,Value=DbAdmin Key=Owner,Value=SysAdmin Key=Owner,Value=Dev Key=Stack,Value=Production Key=Stack,Value=Pre-Production Key=Stack,Value=Test Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 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 Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tag your Amazon EC2 resources in the Amazon EC2 User Guide.

Sourcemodule TooManyUpdates = Awso_ssm.Values.TooManyUpdates

There are concurrent updates for a resource that supports one update at a time.

Sourcemodule TooManyTagsError = Awso_ssm.Values.TooManyTagsError

The Targets parameter includes too many tags. Remove one or more tags and try the command again.

Sourcemodule InvalidResourceType = Awso_ssm.Values.InvalidResourceType

The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

Sourcemodule InvalidResourceId = Awso_ssm.Values.InvalidResourceId

The resource ID isn't valid. Verify that you entered the correct ID and try again.

Sourcemodule InternalServerError = Awso_ssm.Values.InternalServerError

An error occurred on the server side.

Sourcemodule AddTagsToResourceResult = Awso_ssm.Values.AddTagsToResourceResult

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, 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 nodes that helps you track each node's owner and stack level. For example: Key=Owner,Value=DbAdmin Key=Owner,Value=SysAdmin Key=Owner,Value=Dev Key=Stack,Value=Production Key=Stack,Value=Pre-Production Key=Stack,Value=Test Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 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 Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tag your Amazon EC2 resources in the Amazon EC2 User Guide.

Sourcemodule AgentErrorCode = Awso_ssm.Values.AgentErrorCode
Sourcemodule AggregatorSchemaOnly = Awso_ssm.Values.AggregatorSchemaOnly

A CloudWatch alarm you apply to an automation or command.

Sourcemodule AlarmConfiguration = Awso_ssm.Values.AlarmConfiguration

The details for the CloudWatch alarm you want to apply to an automation or command.

Sourcemodule ExternalAlarmState = Awso_ssm.Values.ExternalAlarmState
Sourcemodule AlarmStateInformation = Awso_ssm.Values.AlarmStateInformation

The details about the state of your CloudWatch alarm.

Sourcemodule AlarmStateInformationList = Awso_ssm.Values.AlarmStateInformationList
Sourcemodule AllowedPattern = Awso_ssm.Values.AllowedPattern
Sourcemodule AlreadyExistsException = Awso_ssm.Values.AlreadyExistsException

Error returned if an attempt is made to register a patch group with a patch baseline that is already registered with a different patch baseline.

Sourcemodule ApplyOnlyAtCronInterval = Awso_ssm.Values.ApplyOnlyAtCronInterval
Sourcemodule ApproveAfterDays = Awso_ssm.Values.ApproveAfterDays
Sourcemodule OpsItemRelatedItemAssociationType = Awso_ssm.Values.OpsItemRelatedItemAssociationType
Sourcemodule OpsItemRelatedItemAssociationResourceUri = Awso_ssm.Values.OpsItemRelatedItemAssociationResourceUri
Sourcemodule OpsItemRelatedItemAssociationResourceType = Awso_ssm.Values.OpsItemRelatedItemAssociationResourceType
Sourcemodule AssociateOpsItemRelatedItemRequest = Awso_ssm.Values.AssociateOpsItemRelatedItemRequest

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are tools in Amazon Web Services Systems Manager.

Sourcemodule OpsItemRelatedItemAssociationId = Awso_ssm.Values.OpsItemRelatedItemAssociationId
Sourcemodule OpsItemRelatedItemAlreadyExistsException = Awso_ssm.Values.OpsItemRelatedItemAlreadyExistsException

The Amazon Resource Name (ARN) is already associated with the OpsItem.

Sourcemodule OpsItemNotFoundException = Awso_ssm.Values.OpsItemNotFoundException

The specified OpsItem ID doesn't exist. Verify the ID and try again.

Sourcemodule OpsItemParameterNamesList = Awso_ssm.Values.OpsItemParameterNamesList
Sourcemodule OpsItemLimitExceededException = Awso_ssm.Values.OpsItemLimitExceededException

The request caused OpsItems to exceed one or more quotas.

Sourcemodule OpsItemInvalidParameterException = Awso_ssm.Values.OpsItemInvalidParameterException

A specified parameter argument isn't valid. Verify the available arguments and try again.

Sourcemodule OpsItemConflictException = Awso_ssm.Values.OpsItemConflictException

The specified OpsItem is in the process of being deleted.

Sourcemodule AssociateOpsItemRelatedItemResponse = Awso_ssm.Values.AssociateOpsItemRelatedItemResponse

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are tools in Amazon Web Services Systems Manager.

Sourcemodule AssociatedInstances = Awso_ssm.Values.AssociatedInstances

You must disassociate a document from all managed nodes before you can delete it.

An array of search criteria that targets managed nodes using a key-value pair that you specify. 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, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets in the Amazon Web Services Systems Manager User Guide. Supported formats include the following. For all Systems Manager tools: Key=tag-key,Values=tag-value-1,tag-value-2 For Automation and Change Manager: Key=tag:tag-key,Values=tag-value Key=ResourceGroup,Values=resource-group-name Key=ParameterValues,Values=value-1,value-2,value-3 To target all instances in the Amazon Web Services Region: Key=AWS::EC2::Instance,Values=* Key=InstanceIds,Values=* For Run Command and Maintenance Windows: Key=InstanceIds,Values=instance-id-1,instance-id-2,instance-id-3 Key=tag:tag-key,Values=tag-value-1,tag-value-2 Key=resource-groups:Name,Values=resource-group-name Additionally, Maintenance Windows support targeting resource types: Key=resource-groups:ResourceTypeFilters,Values=resource-type-1,resource-type-2 For State Manager: Key=InstanceIds,Values=instance-id-1,instance-id-2,instance-id-3 Key=tag:tag-key,Values=tag-value-1,tag-value-2 To target all instances in the Amazon Web Services Region: Key=InstanceIds,Values=* For more information about how to send commands that target managed nodes using Key,Value parameters, see Targeting multiple managed nodes in the Amazon Web Services Systems Manager User Guide.

Sourcemodule TargetMapValue = Awso_ssm.Values.TargetMapValue
Sourcemodule TargetMapValueList = Awso_ssm.Values.TargetMapValueList
Sourcemodule ScheduleOffset = Awso_ssm.Values.ScheduleOffset
Sourcemodule ScheduleExpression = Awso_ssm.Values.ScheduleExpression
Sourcemodule DocumentVersion = Awso_ssm.Values.DocumentVersion
Sourcemodule AssociationVersion = Awso_ssm.Values.AssociationVersion
Sourcemodule AssociationStatusAggregatedCount = Awso_ssm.Values.AssociationStatusAggregatedCount
Sourcemodule AssociationOverview = Awso_ssm.Values.AssociationOverview

Information about the association.

Sourcemodule AssociationName = Awso_ssm.Values.AssociationName

Describes an association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.

Sourcemodule AssociationAlreadyExists = Awso_ssm.Values.AssociationAlreadyExists

The specified association already exists.

Sourcemodule AssociationComplianceSeverity = Awso_ssm.Values.AssociationComplianceSeverity
Sourcemodule MaxConcurrency = Awso_ssm.Values.MaxConcurrency
Sourcemodule ExecutionRoleName = Awso_ssm.Values.ExecutionRoleName
Sourcemodule ExcludeAccount = Awso_ssm.Values.ExcludeAccount
Sourcemodule ExcludeAccounts = Awso_ssm.Values.ExcludeAccounts
Sourcemodule TargetLocation = Awso_ssm.Values.TargetLocation

The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.

Sourcemodule TargetLocations = Awso_ssm.Values.TargetLocations
Sourcemodule ParameterValue = Awso_ssm.Values.ParameterValue
Sourcemodule ParameterValueList = Awso_ssm.Values.ParameterValueList
Sourcemodule S3OutputLocation = Awso_ssm.Values.S3OutputLocation

An S3 bucket where you want to store the results of this request.

Sourcemodule InstanceAssociationOutputLocation = Awso_ssm.Values.InstanceAssociationOutputLocation

An S3 bucket where you want to store the results of this request. For the minimal permissions required to enable Amazon S3 output for an association, see Create an association (console) in the Systems Manager User Guide.

Sourcemodule CalendarNameOrARN = Awso_ssm.Values.CalendarNameOrARN
Sourcemodule CalendarNameOrARNList = Awso_ssm.Values.CalendarNameOrARNList
Sourcemodule AutomationTargetParameterName = Awso_ssm.Values.AutomationTargetParameterName
Sourcemodule AssociationSyncCompliance = Awso_ssm.Values.AssociationSyncCompliance
Sourcemodule StatusAdditionalInfo = Awso_ssm.Values.StatusAdditionalInfo
Sourcemodule AssociationStatusName = Awso_ssm.Values.AssociationStatusName
Sourcemodule AssociationStatus = Awso_ssm.Values.AssociationStatus

Describes an association status.

Sourcemodule AssociationDispatchAssumeRoleArn = Awso_ssm.Values.AssociationDispatchAssumeRoleArn
Sourcemodule AssociationDescription = Awso_ssm.Values.AssociationDescription

Describes the parameters for a document.

Sourcemodule AssociationDescriptionList = Awso_ssm.Values.AssociationDescriptionList
Sourcemodule AssociationDoesNotExist = Awso_ssm.Values.AssociationDoesNotExist

The specified association doesn't exist.

Sourcemodule ResourceCountByStatus = Awso_ssm.Values.ResourceCountByStatus
Sourcemodule AssociationExecutionId = Awso_ssm.Values.AssociationExecutionId
Sourcemodule AssociationExecution = Awso_ssm.Values.AssociationExecution

Includes information about the specified association.

Sourcemodule AssociationExecutionDoesNotExist = Awso_ssm.Values.AssociationExecutionDoesNotExist

The specified execution ID doesn't exist. Verify the ID number and try again.

Sourcemodule AssociationFilterOperatorType = Awso_ssm.Values.AssociationFilterOperatorType
Sourcemodule AssociationExecutionFilterValue = Awso_ssm.Values.AssociationExecutionFilterValue
Sourcemodule AssociationExecutionFilterKey = Awso_ssm.Values.AssociationExecutionFilterKey
Sourcemodule AssociationExecutionFilter = Awso_ssm.Values.AssociationExecutionFilter

Filters used in the request.

Sourcemodule AssociationExecutionFilterList = Awso_ssm.Values.AssociationExecutionFilterList
Sourcemodule OutputSourceType = Awso_ssm.Values.OutputSourceType
Sourcemodule OutputSourceId = Awso_ssm.Values.OutputSourceId

Information about the source where the association execution details are stored.

Sourcemodule AssociationResourceType = Awso_ssm.Values.AssociationResourceType
Sourcemodule AssociationResourceId = Awso_ssm.Values.AssociationResourceId
Sourcemodule AssociationExecutionTarget = Awso_ssm.Values.AssociationExecutionTarget

Includes information about the specified association execution.

Sourcemodule AssociationExecutionTargetsFilterValue = Awso_ssm.Values.AssociationExecutionTargetsFilterValue
Sourcemodule AssociationExecutionTargetsFilterKey = Awso_ssm.Values.AssociationExecutionTargetsFilterKey
Sourcemodule AssociationExecutionTargetsFilter = Awso_ssm.Values.AssociationExecutionTargetsFilter

Filters for the association execution.

Sourcemodule AssociationExecutionTargetsFilterList = Awso_ssm.Values.AssociationExecutionTargetsFilterList
Sourcemodule AssociationExecutionTargetsList = Awso_ssm.Values.AssociationExecutionTargetsList
Sourcemodule AssociationExecutionsList = Awso_ssm.Values.AssociationExecutionsList
Sourcemodule AssociationFilterValue = Awso_ssm.Values.AssociationFilterValue
Sourcemodule AssociationFilterKey = Awso_ssm.Values.AssociationFilterKey
Sourcemodule AssociationFilter = Awso_ssm.Values.AssociationFilter

Describes a filter.

Sourcemodule AssociationFilterList = Awso_ssm.Values.AssociationFilterList
Sourcemodule AssociationIdList = Awso_ssm.Values.AssociationIdList
Sourcemodule AssociationLimitExceeded = Awso_ssm.Values.AssociationLimitExceeded

You can have at most 2,000 active associations.

Sourcemodule AssociationList = Awso_ssm.Values.AssociationList
Sourcemodule AssociationVersionInfo = Awso_ssm.Values.AssociationVersionInfo

Information about the association version.

Sourcemodule AssociationVersionLimitExceeded = Awso_ssm.Values.AssociationVersionLimitExceeded

You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.

Sourcemodule AssociationVersionList = Awso_ssm.Values.AssociationVersionList
Sourcemodule AttachmentName = Awso_ssm.Values.AttachmentName
Sourcemodule AttachmentHashType = Awso_ssm.Values.AttachmentHashType
Sourcemodule AttachmentHash = Awso_ssm.Values.AttachmentHash
Sourcemodule AttachmentContent = Awso_ssm.Values.AttachmentContent

A structure that includes attributes that describe a document attachment.

Sourcemodule AttachmentContentList = Awso_ssm.Values.AttachmentContentList
Sourcemodule AttachmentIdentifier = Awso_ssm.Values.AttachmentIdentifier
Sourcemodule AttachmentInformation = Awso_ssm.Values.AttachmentInformation

An attribute of an attachment, such as the attachment name.

Sourcemodule AttachmentInformationList = Awso_ssm.Values.AttachmentInformationList
Sourcemodule AttachmentsSourceValue = Awso_ssm.Values.AttachmentsSourceValue
Sourcemodule AttachmentsSourceValues = Awso_ssm.Values.AttachmentsSourceValues
Sourcemodule AttachmentsSourceKey = Awso_ssm.Values.AttachmentsSourceKey
Sourcemodule AttachmentsSource = Awso_ssm.Values.AttachmentsSource

Identifying information about a document attachment, including the file name and a key-value pair that identifies the location of an attachment to a document.

Sourcemodule AttachmentsSourceList = Awso_ssm.Values.AttachmentsSourceList
Sourcemodule AttributeValue = Awso_ssm.Values.AttributeValue
Sourcemodule AutomationActionName = Awso_ssm.Values.AutomationActionName
Sourcemodule AutomationDefinitionNotApprovedException = Awso_ssm.Values.AutomationDefinitionNotApprovedException

Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.

Sourcemodule AutomationDefinitionNotFoundException = Awso_ssm.Values.AutomationDefinitionNotFoundException

An Automation runbook with the specified name couldn't be found.

Sourcemodule AutomationDefinitionVersionNotFoundException = Awso_ssm.Values.AutomationDefinitionVersionNotFoundException

An Automation runbook with the specified name and version couldn't be found.

Sourcemodule TargetLocationsURL = Awso_ssm.Values.TargetLocationsURL
Sourcemodule ValidNextStepList = Awso_ssm.Values.ValidNextStepList
Sourcemodule ParentStepDetails = Awso_ssm.Values.ParentStepDetails

A detailed status of the parent step.

Sourcemodule NormalStringMap = Awso_ssm.Values.NormalStringMap
Sourcemodule AutomationParameterValue = Awso_ssm.Values.AutomationParameterValue
Sourcemodule AutomationParameterValueList = Awso_ssm.Values.AutomationParameterValueList
Sourcemodule AutomationParameterKey = Awso_ssm.Values.AutomationParameterKey
Sourcemodule AutomationParameterMap = Awso_ssm.Values.AutomationParameterMap
Sourcemodule FailureDetails = Awso_ssm.Values.FailureDetails

Information about an Automation failure.

Sourcemodule AutomationExecutionStatus = Awso_ssm.Values.AutomationExecutionStatus

Detailed information about an the execution state of an Automation step.

Sourcemodule StepExecutionList = Awso_ssm.Values.StepExecutionList

Information about an Automation runbook used in a runbook workflow in Change Manager. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

Sourcemodule TargetParameterList = Awso_ssm.Values.TargetParameterList
Sourcemodule ResolvedTargets = Awso_ssm.Values.ResolvedTargets

Information about targets that resolved during the Automation execution.

Sourcemodule ProgressCounters = Awso_ssm.Values.ProgressCounters

An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

Sourcemodule ChangeRequestName = Awso_ssm.Values.ChangeRequestName
Sourcemodule AutomationSubtype = Awso_ssm.Values.AutomationSubtype
Sourcemodule AutomationExecutionId = Awso_ssm.Values.AutomationExecutionId
Sourcemodule AutomationExecution = Awso_ssm.Values.AutomationExecution

Detailed information about the current state of an individual Automation execution.

Sourcemodule AutomationExecutionFilterValue = Awso_ssm.Values.AutomationExecutionFilterValue
Sourcemodule AutomationExecutionFilterValueList = Awso_ssm.Values.AutomationExecutionFilterValueList
Sourcemodule AutomationExecutionFilterKey = Awso_ssm.Values.AutomationExecutionFilterKey
Sourcemodule AutomationExecutionFilter = Awso_ssm.Values.AutomationExecutionFilter

A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.

Sourcemodule AutomationExecutionFilterList = Awso_ssm.Values.AutomationExecutionFilterList
Sourcemodule AutomationExecutionInputs = Awso_ssm.Values.AutomationExecutionInputs

Information about the optional inputs that can be specified for an automation execution preview.

Sourcemodule AutomationExecutionLimitExceededException = Awso_ssm.Values.AutomationExecutionLimitExceededException

The number of simultaneously running Automation executions exceeded the allowable limit.

Sourcemodule AutomationType = Awso_ssm.Values.AutomationType
Sourcemodule AutomationExecutionMetadata = Awso_ssm.Values.AutomationExecutionMetadata

Details about a specific Automation execution.

Sourcemodule AutomationExecutionMetadataList = Awso_ssm.Values.AutomationExecutionMetadataList
Sourcemodule AutomationExecutionNotFoundException = Awso_ssm.Values.AutomationExecutionNotFoundException

There is no automation execution information for the requested automation execution ID.

Information about the resources that would be included in the actual runbook execution, if it were to be run.

Sourcemodule TargetPreviewList = Awso_ssm.Values.TargetPreviewList
Sourcemodule StepPreviewMap = Awso_ssm.Values.StepPreviewMap
Sourcemodule AutomationExecutionPreview = Awso_ssm.Values.AutomationExecutionPreview

Information about the results of the execution preview.

Sourcemodule AutomationStepNotFoundException = Awso_ssm.Values.AutomationStepNotFoundException

The specified step name and execution ID don't exist. Verify the information and try again.

Sourcemodule BaselineDescription = Awso_ssm.Values.BaselineDescription
Sourcemodule PatchSourceProduct = Awso_ssm.Values.PatchSourceProduct
Sourcemodule PatchSourceProductList = Awso_ssm.Values.PatchSourceProductList
Sourcemodule PatchSourceName = Awso_ssm.Values.PatchSourceName
Sourcemodule PatchSourceConfiguration = Awso_ssm.Values.PatchSourceConfiguration

Information about the patches to use to update the managed nodes, including target operating systems and source repository. Applies to Linux managed nodes only.

Sourcemodule PatchSourceList = Awso_ssm.Values.PatchSourceList
Sourcemodule PatchStringDateTime = Awso_ssm.Values.PatchStringDateTime
Sourcemodule PatchFilterValue = Awso_ssm.Values.PatchFilterValue
Sourcemodule PatchFilterValueList = Awso_ssm.Values.PatchFilterValueList
Sourcemodule PatchFilterKey = Awso_ssm.Values.PatchFilterKey

Defines which patches should be included in a patch baseline. A patch filter consists of a key and a set of values. The filter key is a patch property. For example, the available filter keys for WINDOWS are PATCH_SET, PRODUCT, PRODUCT_FAMILY, CLASSIFICATION, and MSRC_SEVERITY. The filter values define a matching criterion for the patch property indicated by the key. For example, if the filter key is PRODUCT and the filter values are ["Office 2013", "Office 2016"], then the filter accepts all patches where product name is either "Office 2013" or "Office 2016". The filter values can be exact values for the patch property given as a key, or a wildcard (*), which matches all values. You can view lists of valid values for the patch properties by running the DescribePatchProperties command. For information about which patch properties can be used with each major operating system, see DescribePatchProperties.

Sourcemodule PatchFilterList = Awso_ssm.Values.PatchFilterList
Sourcemodule PatchFilterGroup = Awso_ssm.Values.PatchFilterGroup

A set of patch filters, typically used for approval rules.

Sourcemodule PatchComplianceLevel = Awso_ssm.Values.PatchComplianceLevel

Defines an approval rule for a patch baseline.

Sourcemodule PatchRuleGroup = Awso_ssm.Values.PatchRuleGroup

A set of rules defining the approval rules for a patch baseline.

Sourcemodule PatchComplianceStatus = Awso_ssm.Values.PatchComplianceStatus
Sourcemodule OperatingSystem = Awso_ssm.Values.OperatingSystem
Sourcemodule BaselineOverride = Awso_ssm.Values.BaselineOverride

Defines the basic information about a patch baseline override.

Sourcemodule BatchErrorMessage = Awso_ssm.Values.BatchErrorMessage
Sourcemodule InstanceIdList = Awso_ssm.Values.InstanceIdList
Sourcemodule CancelCommandRequest = Awso_ssm.Values.CancelCommandRequest
Sourcemodule InvalidInstanceId = Awso_ssm.Values.InvalidInstanceId

The following problems can cause this exception: You don't have permission to access the managed node. Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running. SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent. The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

Sourcemodule InvalidCommandId = Awso_ssm.Values.InvalidCommandId

The specified command ID isn't valid. Verify the ID and try again.

Sourcemodule DuplicateInstanceId = Awso_ssm.Values.DuplicateInstanceId

You can't specify a managed node ID in more than one association.

Sourcemodule CancelCommandResult = Awso_ssm.Values.CancelCommandResult

Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled.

Sourcemodule MaintenanceWindowExecutionId = Awso_ssm.Values.MaintenanceWindowExecutionId
Sourcemodule CancelMaintenanceWindowExecutionRequest = Awso_ssm.Values.CancelMaintenanceWindowExecutionRequest

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.

Sourcemodule DoesNotExistException = Awso_ssm.Values.DoesNotExistException

Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist. For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas in the Amazon Web Services General Reference.

Sourcemodule CancelMaintenanceWindowExecutionResult = Awso_ssm.Values.CancelMaintenanceWindowExecutionResult

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.

Sourcemodule CategoryEnumList = Awso_ssm.Values.CategoryEnumList
Sourcemodule ChangeDetailsValue = Awso_ssm.Values.ChangeDetailsValue
Sourcemodule CloudWatchLogGroupName = Awso_ssm.Values.CloudWatchLogGroupName
Sourcemodule CloudWatchOutputEnabled = Awso_ssm.Values.CloudWatchOutputEnabled
Sourcemodule CloudWatchOutputConfig = Awso_ssm.Values.CloudWatchOutputConfig

Configuration options for sending command output to Amazon CloudWatch Logs.

Sourcemodule TimeoutSeconds = Awso_ssm.Values.TimeoutSeconds
Sourcemodule NotificationType = Awso_ssm.Values.NotificationType
Sourcemodule NotificationEvent = Awso_ssm.Values.NotificationEvent
Sourcemodule NotificationEventList = Awso_ssm.Values.NotificationEventList
Sourcemodule NotificationArn = Awso_ssm.Values.NotificationArn
Sourcemodule NotificationConfig = Awso_ssm.Values.NotificationConfig

Configurations for sending notifications.

Sourcemodule DeliveryTimedOutCount = Awso_ssm.Values.DeliveryTimedOutCount
Sourcemodule CompletedCount = Awso_ssm.Values.CompletedCount

Describes a command request.

Sourcemodule CommandFilterValue = Awso_ssm.Values.CommandFilterValue
Sourcemodule CommandFilterKey = Awso_ssm.Values.CommandFilterKey

Describes a command filter. A managed node ID can't be specified when a command status is Pending because the command hasn't run on the node yet.

Sourcemodule CommandFilterList = Awso_ssm.Values.CommandFilterList
Sourcemodule InvocationTraceOutput = Awso_ssm.Values.InvocationTraceOutput
Sourcemodule InstanceTagName = Awso_ssm.Values.InstanceTagName
Sourcemodule CommandPluginStatus = Awso_ssm.Values.CommandPluginStatus
Sourcemodule CommandPluginOutput = Awso_ssm.Values.CommandPluginOutput
Sourcemodule CommandPluginName = Awso_ssm.Values.CommandPluginName

Describes plugin details.

Sourcemodule CommandPluginList = Awso_ssm.Values.CommandPluginList
Sourcemodule CommandInvocationStatus = Awso_ssm.Values.CommandInvocationStatus
Sourcemodule CommandInvocation = Awso_ssm.Values.CommandInvocation

An invocation is a copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand against three managed nodes, then a command invocation is created for each requested managed node ID. A command invocation returns status and detail information about a command you ran.

Sourcemodule CommandInvocationList = Awso_ssm.Values.CommandInvocationList
Sourcemodule CommandMaxResults = Awso_ssm.Values.CommandMaxResults
Sourcemodule ComplianceExecutionId = Awso_ssm.Values.ComplianceExecutionId
Sourcemodule ComplianceExecutionType = Awso_ssm.Values.ComplianceExecutionType
Sourcemodule ComplianceExecutionSummary = Awso_ssm.Values.ComplianceExecutionSummary

A summary of the call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

Sourcemodule ComplianceFilterValue = Awso_ssm.Values.ComplianceFilterValue
Sourcemodule ComplianceTypeName = Awso_ssm.Values.ComplianceTypeName
Sourcemodule ComplianceStatus = Awso_ssm.Values.ComplianceStatus
Sourcemodule ComplianceSeverity = Awso_ssm.Values.ComplianceSeverity
Sourcemodule ComplianceResourceType = Awso_ssm.Values.ComplianceResourceType
Sourcemodule ComplianceResourceId = Awso_ssm.Values.ComplianceResourceId
Sourcemodule ComplianceItemTitle = Awso_ssm.Values.ComplianceItemTitle
Sourcemodule ComplianceItemId = Awso_ssm.Values.ComplianceItemId
Sourcemodule ComplianceItemDetails = Awso_ssm.Values.ComplianceItemDetails
Sourcemodule ComplianceItem = Awso_ssm.Values.ComplianceItem

Information about the compliance as defined by the resource type. For example, for a patch resource type, Items includes information about the PatchSeverity, Classification, and so on.

Sourcemodule ComplianceItemContentHash = Awso_ssm.Values.ComplianceItemContentHash
Sourcemodule ComplianceItemEntry = Awso_ssm.Values.ComplianceItemEntry

Information about a compliance item.

Sourcemodule ComplianceItemEntryList = Awso_ssm.Values.ComplianceItemEntryList
Sourcemodule ComplianceItemList = Awso_ssm.Values.ComplianceItemList
Sourcemodule ComplianceQueryOperatorType = Awso_ssm.Values.ComplianceQueryOperatorType
Sourcemodule ComplianceResourceIdList = Awso_ssm.Values.ComplianceResourceIdList
Sourcemodule ComplianceResourceTypeList = Awso_ssm.Values.ComplianceResourceTypeList
Sourcemodule ComplianceStringFilterValueList = Awso_ssm.Values.ComplianceStringFilterValueList
Sourcemodule ComplianceStringFilterKey = Awso_ssm.Values.ComplianceStringFilterKey
Sourcemodule ComplianceStringFilter = Awso_ssm.Values.ComplianceStringFilter

One or more filters. Use a filter to return a more specific list of results.

Sourcemodule ComplianceStringFilterList = Awso_ssm.Values.ComplianceStringFilterList
Sourcemodule ComplianceSummaryCount = Awso_ssm.Values.ComplianceSummaryCount
Sourcemodule SeveritySummary = Awso_ssm.Values.SeveritySummary

The number of managed nodes found for each patch severity level defined in the request filter.

Sourcemodule NonCompliantSummary = Awso_ssm.Values.NonCompliantSummary

A summary of resources that aren't compliant. The summary is organized according to resource type.

Sourcemodule CompliantSummary = Awso_ssm.Values.CompliantSummary

A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.

Sourcemodule ComplianceSummaryItem = Awso_ssm.Values.ComplianceSummaryItem

A summary of compliance information by compliance type.

Sourcemodule ComplianceSummaryItemList = Awso_ssm.Values.ComplianceSummaryItemList
Sourcemodule ComplianceTypeCountLimitExceededException = Awso_ssm.Values.ComplianceTypeCountLimitExceededException

You specified too many custom compliance types. You can specify a maximum of 10 different types.

Sourcemodule ComplianceUploadType = Awso_ssm.Values.ComplianceUploadType
Sourcemodule ConnectionStatus = Awso_ssm.Values.ConnectionStatus
Sourcemodule RegistrationMetadataValue = Awso_ssm.Values.RegistrationMetadataValue
Sourcemodule RegistrationMetadataKey = Awso_ssm.Values.RegistrationMetadataKey
Sourcemodule RegistrationMetadataItem = Awso_ssm.Values.RegistrationMetadataItem

Reserved for internal use.

Sourcemodule RegistrationMetadataList = Awso_ssm.Values.RegistrationMetadataList
Sourcemodule CreateActivationRequest = Awso_ssm.Values.CreateActivationRequest

Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager tools. 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 machines using Systems Manager, see Using Amazon Web Services Systems Manager in hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide. Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes.

Sourcemodule InvalidParameters = Awso_ssm.Values.InvalidParameters

You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

Sourcemodule CreateActivationResult = Awso_ssm.Values.CreateActivationResult

Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager tools. 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 machines using Systems Manager, see Using Amazon Web Services Systems Manager in hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide. Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes.

Sourcemodule CreateAssociationBatchRequestEntry = Awso_ssm.Values.CreateAssociationBatchRequestEntry

Describes the association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.

Sourcemodule CreateAssociationBatchRequestEntries = Awso_ssm.Values.CreateAssociationBatchRequestEntries
Sourcemodule CreateAssociationBatchRequest = Awso_ssm.Values.CreateAssociationBatchRequest

Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets. When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified. If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.

Sourcemodule UnsupportedPlatformType = Awso_ssm.Values.UnsupportedPlatformType

The document doesn't support the platform type of the given managed node IDs. For example, you sent an document for a Windows managed node to a Linux node.

Sourcemodule InvalidTargetMaps = Awso_ssm.Values.InvalidTargetMaps

TargetMap parameter isn't valid.

The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

Sourcemodule InvalidSchedule = Awso_ssm.Values.InvalidSchedule

The schedule is invalid. Verify your cron or rate expression and try again.

Sourcemodule InvalidOutputLocation = Awso_ssm.Values.InvalidOutputLocation

The output location isn't valid or doesn't exist.

Sourcemodule InvalidDocumentVersion = Awso_ssm.Values.InvalidDocumentVersion

The document version isn't valid or doesn't exist.

Sourcemodule InvalidDocument = Awso_ssm.Values.InvalidDocument

The specified SSM document doesn't exist.

Sourcemodule FailedCreateAssociation = Awso_ssm.Values.FailedCreateAssociation

Describes a failed association.

Sourcemodule FailedCreateAssociationList = Awso_ssm.Values.FailedCreateAssociationList
Sourcemodule CreateAssociationBatchResult = Awso_ssm.Values.CreateAssociationBatchResult

Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets. When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified. If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.

Sourcemodule CreateAssociationRequest = Awso_ssm.Values.CreateAssociationRequest

A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, 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 Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a tool in Amazon Web Services Systems Manager applies the configuration when new managed nodes 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 isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.

The specified tag key or value isn't valid.

Sourcemodule CreateAssociationResult = Awso_ssm.Values.CreateAssociationResult

A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, 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 Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a tool in Amazon Web Services Systems Manager applies the configuration when new managed nodes 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 isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.

Sourcemodule DocumentVersionName = Awso_ssm.Values.DocumentVersionName
Sourcemodule DocumentRequires = Awso_ssm.Values.DocumentRequires

An SSM document required by the current document.

Sourcemodule DocumentRequiresList = Awso_ssm.Values.DocumentRequiresList
Sourcemodule DocumentFormat = Awso_ssm.Values.DocumentFormat
Sourcemodule DocumentDisplayName = Awso_ssm.Values.DocumentDisplayName
Sourcemodule DocumentContent = Awso_ssm.Values.DocumentContent
Sourcemodule CreateDocumentRequest = Awso_ssm.Values.CreateDocumentRequest

Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents in the Amazon Web Services Systems Manager User Guide.

Sourcemodule NoLongerSupportedException = Awso_ssm.Values.NoLongerSupportedException

The requested operation is no longer supported by Systems Manager.

Sourcemodule MaxDocumentSizeExceeded = Awso_ssm.Values.MaxDocumentSizeExceeded

The size limit of a document is 64 KB.

Sourcemodule InvalidDocumentSchemaVersion = Awso_ssm.Values.InvalidDocumentSchemaVersion

The version of the document schema isn't supported.

Sourcemodule InvalidDocumentContent = Awso_ssm.Values.InvalidDocumentContent

The content for the document isn't valid.

Sourcemodule DocumentLimitExceeded = Awso_ssm.Values.DocumentLimitExceeded

You can have at most 500 active SSM documents.

Sourcemodule ReviewInformation = Awso_ssm.Values.ReviewInformation

Information about the result of a document review request.

Sourcemodule ReviewInformationList = Awso_ssm.Values.ReviewInformationList
Sourcemodule PlatformTypeList = Awso_ssm.Values.PlatformTypeList
Sourcemodule DocumentStatusInformation = Awso_ssm.Values.DocumentStatusInformation
Sourcemodule DocumentStatus = Awso_ssm.Values.DocumentStatus
Sourcemodule DocumentSchemaVersion = Awso_ssm.Values.DocumentSchemaVersion
Sourcemodule DocumentParameterType = Awso_ssm.Values.DocumentParameterType
Sourcemodule DocumentParameterName = Awso_ssm.Values.DocumentParameterName
Sourcemodule DocumentParameterDescrption = Awso_ssm.Values.DocumentParameterDescrption
Sourcemodule DocumentParameterDefaultValue = Awso_ssm.Values.DocumentParameterDefaultValue
Sourcemodule DocumentParameter = Awso_ssm.Values.DocumentParameter

Parameters specified in a Systems Manager document that run on the server when the command is run.

Sourcemodule DocumentParameterList = Awso_ssm.Values.DocumentParameterList
Sourcemodule DocumentHashType = Awso_ssm.Values.DocumentHashType
Sourcemodule DocumentAuthor = Awso_ssm.Values.DocumentAuthor
Sourcemodule DescriptionInDocument = Awso_ssm.Values.DescriptionInDocument
Sourcemodule DocumentDescription = Awso_ssm.Values.DocumentDescription

Describes an Amazon Web Services Systems Manager document (SSM document).

Sourcemodule DocumentAlreadyExists = Awso_ssm.Values.DocumentAlreadyExists

The specified document already exists.

Sourcemodule CreateDocumentResult = Awso_ssm.Values.CreateDocumentResult

Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents in the Amazon Web Services Systems Manager User Guide.

Sourcemodule MaintenanceWindowTimezone = Awso_ssm.Values.MaintenanceWindowTimezone
Sourcemodule MaintenanceWindowStringDateTime = Awso_ssm.Values.MaintenanceWindowStringDateTime
Sourcemodule MaintenanceWindowSchedule = Awso_ssm.Values.MaintenanceWindowSchedule
Sourcemodule MaintenanceWindowOffset = Awso_ssm.Values.MaintenanceWindowOffset
Sourcemodule MaintenanceWindowName = Awso_ssm.Values.MaintenanceWindowName
Sourcemodule MaintenanceWindowDurationHours = Awso_ssm.Values.MaintenanceWindowDurationHours
Sourcemodule MaintenanceWindowDescription = Awso_ssm.Values.MaintenanceWindowDescription
Sourcemodule MaintenanceWindowCutoff = Awso_ssm.Values.MaintenanceWindowCutoff
Sourcemodule MaintenanceWindowAllowUnassociatedTargets = Awso_ssm.Values.MaintenanceWindowAllowUnassociatedTargets
Sourcemodule CreateMaintenanceWindowRequest = Awso_ssm.Values.CreateMaintenanceWindowRequest

Creates a new maintenance window. The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

Sourcemodule ResourceLimitExceededException = Awso_ssm.Values.ResourceLimitExceededException

Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created. For information about resource quotas in Systems Manager, see Systems Manager service quotas in the Amazon Web Services General Reference.

Sourcemodule MaintenanceWindowId = Awso_ssm.Values.MaintenanceWindowId
Sourcemodule IdempotentParameterMismatch = Awso_ssm.Values.IdempotentParameterMismatch

Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

Sourcemodule CreateMaintenanceWindowResult = Awso_ssm.Values.CreateMaintenanceWindowResult

Creates a new maintenance window. The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

Sourcemodule RelatedOpsItem = Awso_ssm.Values.RelatedOpsItem

An OpsItems that shares something in common with the current OpsItem. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.

Sourcemodule RelatedOpsItems = Awso_ssm.Values.RelatedOpsItems
Sourcemodule OpsItemSeverity = Awso_ssm.Values.OpsItemSeverity
Sourcemodule OpsItemPriority = Awso_ssm.Values.OpsItemPriority
Sourcemodule OpsItemDataValueString = Awso_ssm.Values.OpsItemDataValueString
Sourcemodule OpsItemDataType = Awso_ssm.Values.OpsItemDataType
Sourcemodule OpsItemDataValue = Awso_ssm.Values.OpsItemDataValue

An object that defines the value of the key and its type in the OperationalData map.

Sourcemodule OpsItemDataKey = Awso_ssm.Values.OpsItemDataKey
Sourcemodule OpsItemOperationalData = Awso_ssm.Values.OpsItemOperationalData
Sourcemodule OpsItemNotification = Awso_ssm.Values.OpsItemNotification

A notification about the OpsItem.

Sourcemodule OpsItemNotifications = Awso_ssm.Values.OpsItemNotifications
Sourcemodule OpsItemDescription = Awso_ssm.Values.OpsItemDescription
Sourcemodule OpsItemCategory = Awso_ssm.Values.OpsItemCategory
Sourcemodule OpsItemAccountId = Awso_ssm.Values.OpsItemAccountId
Sourcemodule CreateOpsItemRequest = Awso_ssm.Values.CreateOpsItemRequest

Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcemodule OpsItemAlreadyExistsException = Awso_ssm.Values.OpsItemAlreadyExistsException

The OpsItem already exists.

Sourcemodule OpsItemAccessDeniedException = Awso_ssm.Values.OpsItemAccessDeniedException

You don't have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

Sourcemodule CreateOpsItemResponse = Awso_ssm.Values.CreateOpsItemResponse

Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcemodule OpsMetadataResourceId = Awso_ssm.Values.OpsMetadataResourceId
Sourcemodule MetadataValueString = Awso_ssm.Values.MetadataValueString

Metadata to assign to an Application Manager application.

Sourcemodule CreateOpsMetadataRequest = Awso_ssm.Values.CreateOpsMetadataRequest

If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.

Sourcemodule OpsMetadataTooManyUpdatesException = Awso_ssm.Values.OpsMetadataTooManyUpdatesException

The system is processing too many concurrent updates. Wait a few moments and try again.

Sourcemodule OpsMetadataLimitExceededException = Awso_ssm.Values.OpsMetadataLimitExceededException

Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.

Sourcemodule OpsMetadataInvalidArgumentException = Awso_ssm.Values.OpsMetadataInvalidArgumentException

One of the arguments passed is invalid.

Sourcemodule OpsMetadataArn = Awso_ssm.Values.OpsMetadataArn
Sourcemodule OpsMetadataAlreadyExistsException = Awso_ssm.Values.OpsMetadataAlreadyExistsException

An OpsMetadata object already exists for the selected resource.

Sourcemodule CreateOpsMetadataResult = Awso_ssm.Values.CreateOpsMetadataResult

If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.

Sourcemodule CreatePatchBaselineRequest = Awso_ssm.Values.CreatePatchBaselineRequest

Creates a patch baseline. For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Sourcemodule CreatePatchBaselineResult = Awso_ssm.Values.CreatePatchBaselineResult

Creates a patch baseline. For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Sourcemodule ResourceDataSyncType = Awso_ssm.Values.ResourceDataSyncType
Sourcemodule ResourceDataSyncSourceType = Awso_ssm.Values.ResourceDataSyncSourceType
Sourcemodule ResourceDataSyncSourceRegion = Awso_ssm.Values.ResourceDataSyncSourceRegion
Sourcemodule ResourceDataSyncSourceRegionList = Awso_ssm.Values.ResourceDataSyncSourceRegionList
Sourcemodule ResourceDataSyncIncludeFutureRegions = Awso_ssm.Values.ResourceDataSyncIncludeFutureRegions
Sourcemodule ResourceDataSyncEnableAllOpsDataSources = Awso_ssm.Values.ResourceDataSyncEnableAllOpsDataSources
Sourcemodule ResourceDataSyncOrganizationalUnitId = Awso_ssm.Values.ResourceDataSyncOrganizationalUnitId
Sourcemodule ResourceDataSyncOrganizationalUnit = Awso_ssm.Values.ResourceDataSyncOrganizationalUnit

The Organizations organizational unit data source for the sync.

Sourcemodule ResourceDataSyncOrganizationalUnitList = Awso_ssm.Values.ResourceDataSyncOrganizationalUnitList
Sourcemodule ResourceDataSyncOrganizationSourceType = Awso_ssm.Values.ResourceDataSyncOrganizationSourceType
Sourcemodule ResourceDataSyncAwsOrganizationsSource = Awso_ssm.Values.ResourceDataSyncAwsOrganizationsSource

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations or, if an Amazon Web Services organization isn't present, from multiple Amazon Web Services Regions.

Sourcemodule ResourceDataSyncSource = Awso_ssm.Values.ResourceDataSyncSource

Information about the source of the data included in the resource data sync.

Sourcemodule ResourceDataSyncS3Region = Awso_ssm.Values.ResourceDataSyncS3Region
Sourcemodule ResourceDataSyncS3Prefix = Awso_ssm.Values.ResourceDataSyncS3Prefix
Sourcemodule ResourceDataSyncS3Format = Awso_ssm.Values.ResourceDataSyncS3Format
Sourcemodule ResourceDataSyncS3BucketName = Awso_ssm.Values.ResourceDataSyncS3BucketName
Sourcemodule ResourceDataSyncDestinationDataSharingType = Awso_ssm.Values.ResourceDataSyncDestinationDataSharingType
Sourcemodule ResourceDataSyncDestinationDataSharing = Awso_ssm.Values.ResourceDataSyncDestinationDataSharing

Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.

Sourcemodule ResourceDataSyncAWSKMSKeyARN = Awso_ssm.Values.ResourceDataSyncAWSKMSKeyARN
Sourcemodule ResourceDataSyncS3Destination = Awso_ssm.Values.ResourceDataSyncS3Destination

Information about the target S3 bucket for the resource data sync.

Sourcemodule ResourceDataSyncName = Awso_ssm.Values.ResourceDataSyncName
Sourcemodule CreateResourceDataSyncRequest = Awso_ssm.Values.CreateResourceDataSyncRequest

A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource. You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Creating a resource data sync for Inventory in the Amazon Web Services Systems Manager User Guide. You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple Amazon Web Services accounts and Amazon Web Services Regions or EntireOrganization by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide. A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync. By default, data isn't 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.

Sourcemodule ResourceDataSyncInvalidConfigurationException = Awso_ssm.Values.ResourceDataSyncInvalidConfigurationException

The specified sync configuration is invalid.

Sourcemodule ResourceDataSyncCountExceededException = Awso_ssm.Values.ResourceDataSyncCountExceededException

You have exceeded the allowed maximum sync configurations.

Sourcemodule ResourceDataSyncAlreadyExistsException = Awso_ssm.Values.ResourceDataSyncAlreadyExistsException

A sync configuration with the same name already exists.

Sourcemodule CreateResourceDataSyncResult = Awso_ssm.Values.CreateResourceDataSyncResult

A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource. You can configure Systems Manager Inventory to use the SyncToDestination type to synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Creating a resource data sync for Inventory in the Amazon Web Services Systems Manager User Guide. You can configure Systems Manager Explorer to use the SyncFromSource type to synchronize operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple Amazon Web Services accounts and Amazon Web Services Regions or EntireOrganization by using Organizations. For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide. A resource data sync is an asynchronous operation that returns immediately. After a successful initial sync is completed, the system continuously syncs data. To check the status of a sync, use the ListResourceDataSync. By default, data isn't 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.

Sourcemodule SessionTokenType = Awso_ssm.Values.SessionTokenType

The temporary security credentials, which include an access key ID, a secret access key, and a security (or session) token.

Sourcemodule CustomSchemaCountLimitExceededException = Awso_ssm.Values.CustomSchemaCountLimitExceededException

You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.

Sourcemodule DefaultBaseline = Awso_ssm.Values.DefaultBaseline
Sourcemodule DeleteActivationRequest = Awso_ssm.Values.DeleteActivationRequest

Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.

Sourcemodule InvalidActivationId = Awso_ssm.Values.InvalidActivationId

The activation ID isn't valid. Verify that you entered the correct ActivationId or ActivationCode and try again.

Sourcemodule InvalidActivation = Awso_ssm.Values.InvalidActivation

The activation isn't valid. The activation might have been deleted, or the ActivationId and the ActivationCode don't match.

Sourcemodule DeleteActivationResult = Awso_ssm.Values.DeleteActivationResult

Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.

Sourcemodule DeleteAssociationRequest = Awso_ssm.Values.DeleteAssociationRequest

Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.

Sourcemodule DeleteAssociationResult = Awso_ssm.Values.DeleteAssociationResult

Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.

Sourcemodule DeleteDocumentRequest = Awso_ssm.Values.DeleteDocumentRequest

Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document. Before you delete the document, we recommend that you use DeleteAssociation to disassociate all managed nodes that are associated with the document.

Sourcemodule InvalidDocumentOperation = Awso_ssm.Values.InvalidDocumentOperation

You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

Sourcemodule DeleteDocumentResult = Awso_ssm.Values.DeleteDocumentResult

Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document. Before you delete the document, we recommend that you use DeleteAssociation to disassociate all managed nodes that are associated with the document.

Sourcemodule InventorySchemaDeleteOption = Awso_ssm.Values.InventorySchemaDeleteOption
Sourcemodule InventoryItemTypeName = Awso_ssm.Values.InventoryItemTypeName
Sourcemodule DeleteInventoryRequest = Awso_ssm.Values.DeleteInventoryRequest

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.

Sourcemodule RemainingCount = Awso_ssm.Values.RemainingCount
Sourcemodule InventoryItemSchemaVersion = Awso_ssm.Values.InventoryItemSchemaVersion
Sourcemodule InventoryDeletionSummaryItem = Awso_ssm.Values.InventoryDeletionSummaryItem

Either a count, remaining count, or a version number in a delete inventory summary.

Sourcemodule InventoryDeletionSummaryItems = Awso_ssm.Values.InventoryDeletionSummaryItems
Sourcemodule InventoryDeletionSummary = Awso_ssm.Values.InventoryDeletionSummary

Information about the delete operation.

Sourcemodule InvalidTypeNameException = Awso_ssm.Values.InvalidTypeNameException

The parameter type name isn't valid.

Sourcemodule InvalidOptionException = Awso_ssm.Values.InvalidOptionException

The delete inventory option specified isn't valid. Verify the option and try again.

Sourcemodule InvalidInventoryRequestException = Awso_ssm.Values.InvalidInventoryRequestException

The request isn't valid.

Sourcemodule InvalidDeleteInventoryParametersException = Awso_ssm.Values.InvalidDeleteInventoryParametersException

One or more of the parameters specified for the delete operation isn't valid. Verify all parameters and try again.

Sourcemodule DeleteInventoryResult = Awso_ssm.Values.DeleteInventoryResult

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.

Sourcemodule DeleteMaintenanceWindowRequest = Awso_ssm.Values.DeleteMaintenanceWindowRequest

Deletes a maintenance window.

Sourcemodule DeleteMaintenanceWindowResult = Awso_ssm.Values.DeleteMaintenanceWindowResult

Deletes a maintenance window.

Sourcemodule DeleteOpsItemRequest = Awso_ssm.Values.DeleteOpsItemRequest

Delete an OpsItem. You must have permission in Identity and Access Management (IAM) to delete an OpsItem. Note the following important information about this operation. Deleting an OpsItem is irreversible. You can't restore a deleted OpsItem. This operation uses an eventual consistency model, which means the system can take a few minutes to complete this operation. If you delete an OpsItem and immediately call, for example, GetOpsItem, the deleted OpsItem might still appear in the response. This operation is idempotent. The system doesn't throw an exception if you repeatedly call this operation for the same OpsItem. If the first call is successful, all additional calls return the same successful response as the first call. This operation doesn't support cross-account calls. A delegated administrator or management account can't delete OpsItems in other accounts, even if OpsCenter has been set up for cross-account administration. For more information about cross-account administration, see Setting up OpsCenter to centrally manage OpsItems across accounts in the Systems Manager User Guide.

Sourcemodule DeleteOpsItemResponse = Awso_ssm.Values.DeleteOpsItemResponse

Delete an OpsItem. You must have permission in Identity and Access Management (IAM) to delete an OpsItem. Note the following important information about this operation. Deleting an OpsItem is irreversible. You can't restore a deleted OpsItem. This operation uses an eventual consistency model, which means the system can take a few minutes to complete this operation. If you delete an OpsItem and immediately call, for example, GetOpsItem, the deleted OpsItem might still appear in the response. This operation is idempotent. The system doesn't throw an exception if you repeatedly call this operation for the same OpsItem. If the first call is successful, all additional calls return the same successful response as the first call. This operation doesn't support cross-account calls. A delegated administrator or management account can't delete OpsItems in other accounts, even if OpsCenter has been set up for cross-account administration. For more information about cross-account administration, see Setting up OpsCenter to centrally manage OpsItems across accounts in the Systems Manager User Guide.

Sourcemodule DeleteOpsMetadataRequest = Awso_ssm.Values.DeleteOpsMetadataRequest

Delete OpsMetadata related to an application.

Sourcemodule OpsMetadataNotFoundException = Awso_ssm.Values.OpsMetadataNotFoundException

The OpsMetadata object doesn't exist.

Sourcemodule DeleteOpsMetadataResult = Awso_ssm.Values.DeleteOpsMetadataResult

Delete OpsMetadata related to an application.

Sourcemodule PSParameterName = Awso_ssm.Values.PSParameterName
Sourcemodule DeleteParameterRequest = Awso_ssm.Values.DeleteParameterRequest

Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Sourcemodule ParameterNotFound = Awso_ssm.Values.ParameterNotFound

The parameter couldn't be found. Verify the name and try again. For the DeleteParameter and GetParameter actions, if the specified parameter doesn't exist, the ParameterNotFound exception is not recorded in CloudTrail event logs.

Sourcemodule DeleteParameterResult = Awso_ssm.Values.DeleteParameterResult

Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Sourcemodule ParameterNameList = Awso_ssm.Values.ParameterNameList
Sourcemodule DeleteParametersRequest = Awso_ssm.Values.DeleteParametersRequest

Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Sourcemodule DeleteParametersResult = Awso_ssm.Values.DeleteParametersResult

Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

Sourcemodule DeletePatchBaselineRequest = Awso_ssm.Values.DeletePatchBaselineRequest

Deletes a patch baseline.

Sourcemodule ResourceInUseException = Awso_ssm.Values.ResourceInUseException

Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.

Sourcemodule DeletePatchBaselineResult = Awso_ssm.Values.DeletePatchBaselineResult

Deletes a patch baseline.

Sourcemodule DeleteResourceDataSyncRequest = Awso_ssm.Values.DeleteResourceDataSyncRequest

Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.

Sourcemodule ResourceDataSyncNotFoundException = Awso_ssm.Values.ResourceDataSyncNotFoundException

The specified sync name wasn't found.

Sourcemodule DeleteResourceDataSyncResult = Awso_ssm.Values.DeleteResourceDataSyncResult

Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.

Sourcemodule ResourceArnString = Awso_ssm.Values.ResourceArnString
Sourcemodule DeleteResourcePolicyRequest = Awso_ssm.Values.DeleteResourcePolicyRequest

Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). For more information about cross-account sharing of parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

Sourcemodule ResourcePolicyNotFoundException = Awso_ssm.Values.ResourcePolicyNotFoundException

No policies with the specified policy ID and hash could be found.

Sourcemodule ResourcePolicyParameterNamesList = Awso_ssm.Values.ResourcePolicyParameterNamesList
Sourcemodule ResourcePolicyInvalidParameterException = Awso_ssm.Values.ResourcePolicyInvalidParameterException

One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

Sourcemodule ResourcePolicyConflictException = Awso_ssm.Values.ResourcePolicyConflictException

The hash provided in the call doesn't match the stored hash. This exception is thrown when trying to update an obsolete policy version or when multiple requests to update a policy are sent.

Sourcemodule ResourceNotFoundException = Awso_ssm.Values.ResourceNotFoundException

The specified parameter to be shared could not be found.

Sourcemodule MalformedResourcePolicyDocumentException = Awso_ssm.Values.MalformedResourcePolicyDocumentException

The specified policy document is malformed or invalid, or excessive PutResourcePolicy or DeleteResourcePolicy calls have been made.

Sourcemodule DeleteResourcePolicyResponse = Awso_ssm.Values.DeleteResourcePolicyResponse

Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). For more information about cross-account sharing of parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

Sourcemodule ManagedInstanceId = Awso_ssm.Values.ManagedInstanceId
Sourcemodule DeregisterManagedInstanceRequest = Awso_ssm.Values.DeregisterManagedInstanceRequest

Removes the server or virtual machine from the list of registered servers. If you want to reregister an on-premises server, edge device, or VM, you must use a different Activation Code and Activation ID than used to register the machine previously. The Activation Code and Activation ID must not have already been used on the maximum number of activations specified when they were created. For more information, see Deregistering managed nodes in a hybrid and multicloud environment in the Amazon Web Services Systems Manager User Guide.

Sourcemodule DeregisterManagedInstanceResult = Awso_ssm.Values.DeregisterManagedInstanceResult

Removes the server or virtual machine from the list of registered servers. If you want to reregister an on-premises server, edge device, or VM, you must use a different Activation Code and Activation ID than used to register the machine previously. The Activation Code and Activation ID must not have already been used on the maximum number of activations specified when they were created. For more information, see Deregistering managed nodes in a hybrid and multicloud environment in the Amazon Web Services Systems Manager User Guide.

Sourcemodule DeregisterPatchBaselineForPatchGroupRequest = Awso_ssm.Values.DeregisterPatchBaselineForPatchGroupRequest

Removes a patch group from a patch baseline.

Sourcemodule DeregisterPatchBaselineForPatchGroupResult = Awso_ssm.Values.DeregisterPatchBaselineForPatchGroupResult

Removes a patch group from a patch baseline.

Sourcemodule MaintenanceWindowTargetId = Awso_ssm.Values.MaintenanceWindowTargetId
Sourcemodule DeregisterTargetFromMaintenanceWindowRequest = Awso_ssm.Values.DeregisterTargetFromMaintenanceWindowRequest

Removes a target from a maintenance window.

Sourcemodule TargetInUseException = Awso_ssm.Values.TargetInUseException

You specified the Safe option for the DeregisterTargetFromMaintenanceWindow operation, but the target is still referenced in a task.

Sourcemodule DeregisterTargetFromMaintenanceWindowResult = Awso_ssm.Values.DeregisterTargetFromMaintenanceWindowResult

Removes a target from a maintenance window.

Sourcemodule MaintenanceWindowTaskId = Awso_ssm.Values.MaintenanceWindowTaskId
Sourcemodule DeregisterTaskFromMaintenanceWindowRequest = Awso_ssm.Values.DeregisterTaskFromMaintenanceWindowRequest

Removes a task from a maintenance window.

Sourcemodule DeregisterTaskFromMaintenanceWindowResult = Awso_ssm.Values.DeregisterTaskFromMaintenanceWindowResult

Removes a task from a maintenance window.

Sourcemodule DescribeActivationsFilterKeys = Awso_ssm.Values.DescribeActivationsFilterKeys
Sourcemodule DescribeActivationsFilter = Awso_ssm.Values.DescribeActivationsFilter

Filter for the DescribeActivation API.

Sourcemodule DescribeActivationsFilterList = Awso_ssm.Values.DescribeActivationsFilterList
Sourcemodule DescribeActivationsRequest = Awso_ssm.Values.DescribeActivationsRequest

Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.

Sourcemodule InvalidNextToken = Awso_ssm.Values.InvalidNextToken

The specified token isn't valid.

The filter name isn't valid. Verify that you entered the correct name and try again.

Sourcemodule DescribeActivationsResult = Awso_ssm.Values.DescribeActivationsResult

Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.

Sourcemodule DescribeAssociationExecutionTargetsRequest = Awso_ssm.Values.DescribeAssociationExecutionTargetsRequest

Views information about a specific execution of a specific association.

Sourcemodule DescribeAssociationExecutionTargetsResult = Awso_ssm.Values.DescribeAssociationExecutionTargetsResult

Views information about a specific execution of a specific association.

Sourcemodule DescribeAssociationExecutionsRequest = Awso_ssm.Values.DescribeAssociationExecutionsRequest

Views all executions for a specific association ID.

Sourcemodule DescribeAssociationExecutionsResult = Awso_ssm.Values.DescribeAssociationExecutionsResult

Views all executions for a specific association ID.

Sourcemodule DescribeAssociationRequest = Awso_ssm.Values.DescribeAssociationRequest

Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.

Sourcemodule InvalidAssociationVersion = Awso_ssm.Values.InvalidAssociationVersion

The version you specified isn't valid. Use ListAssociationVersions to view all versions of an association according to the association ID. Or, use the $LATEST parameter to view the latest version of the association.

Sourcemodule DescribeAssociationResult = Awso_ssm.Values.DescribeAssociationResult

Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.

Sourcemodule DescribeAutomationExecutionsRequest = Awso_ssm.Values.DescribeAutomationExecutionsRequest

Provides details about all active and terminated Automation executions.

Sourcemodule InvalidFilterValue = Awso_ssm.Values.InvalidFilterValue

The filter value isn't valid. Verify the value and try again.

Sourcemodule InvalidFilterKey = Awso_ssm.Values.InvalidFilterKey

The specified key isn't valid.

Sourcemodule DescribeAutomationExecutionsResult = Awso_ssm.Values.DescribeAutomationExecutionsResult

Provides details about all active and terminated Automation executions.

Sourcemodule StepExecutionFilterValue = Awso_ssm.Values.StepExecutionFilterValue
Sourcemodule StepExecutionFilterValueList = Awso_ssm.Values.StepExecutionFilterValueList
Sourcemodule StepExecutionFilterKey = Awso_ssm.Values.StepExecutionFilterKey
Sourcemodule StepExecutionFilter = Awso_ssm.Values.StepExecutionFilter

A filter to limit the amount of step execution information returned by the call.

Sourcemodule StepExecutionFilterList = Awso_ssm.Values.StepExecutionFilterList
Sourcemodule DescribeAutomationStepExecutionsRequest = Awso_ssm.Values.DescribeAutomationStepExecutionsRequest

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

Sourcemodule DescribeAutomationStepExecutionsResult = Awso_ssm.Values.DescribeAutomationStepExecutionsResult

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

Sourcemodule PatchOrchestratorFilterValue = Awso_ssm.Values.PatchOrchestratorFilterValue
Sourcemodule PatchOrchestratorFilterValues = Awso_ssm.Values.PatchOrchestratorFilterValues
Sourcemodule PatchOrchestratorFilterKey = Awso_ssm.Values.PatchOrchestratorFilterKey
Sourcemodule PatchOrchestratorFilter = Awso_ssm.Values.PatchOrchestratorFilter

Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter include the following: DescribeAvailablePatches DescribeInstancePatches DescribePatchBaselines DescribePatchGroups

Sourcemodule PatchOrchestratorFilterList = Awso_ssm.Values.PatchOrchestratorFilterList
Sourcemodule PatchBaselineMaxResults = Awso_ssm.Values.PatchBaselineMaxResults
Sourcemodule DescribeAvailablePatchesRequest = Awso_ssm.Values.DescribeAvailablePatchesRequest

Lists all patches eligible to be included in a patch baseline. Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.

Sourcemodule PatchRepository = Awso_ssm.Values.PatchRepository
Sourcemodule PatchProductFamily = Awso_ssm.Values.PatchProductFamily
Sourcemodule PatchMsrcSeverity = Awso_ssm.Values.PatchMsrcSeverity
Sourcemodule PatchMsrcNumber = Awso_ssm.Values.PatchMsrcNumber
Sourcemodule PatchDescription = Awso_ssm.Values.PatchDescription
Sourcemodule PatchContentUrl = Awso_ssm.Values.PatchContentUrl
Sourcemodule PatchClassification = Awso_ssm.Values.PatchClassification
Sourcemodule PatchCVEIdList = Awso_ssm.Values.PatchCVEIdList
Sourcemodule PatchBugzillaId = Awso_ssm.Values.PatchBugzillaId
Sourcemodule PatchBugzillaIdList = Awso_ssm.Values.PatchBugzillaIdList
Sourcemodule PatchAdvisoryId = Awso_ssm.Values.PatchAdvisoryId
Sourcemodule PatchAdvisoryIdList = Awso_ssm.Values.PatchAdvisoryIdList

Represents metadata about a patch.

Sourcemodule DescribeAvailablePatchesResult = Awso_ssm.Values.DescribeAvailablePatchesResult

Lists all patches eligible to be included in a patch baseline. Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.

Sourcemodule DocumentPermissionType = Awso_ssm.Values.DocumentPermissionType
Sourcemodule DocumentPermissionMaxResults = Awso_ssm.Values.DocumentPermissionMaxResults
Sourcemodule DescribeDocumentPermissionRequest = Awso_ssm.Values.DescribeDocumentPermissionRequest

Describes the permissions for a Amazon Web Services Systems Manager document (SSM 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 Amazon Web Services account ID) or publicly (All).

Sourcemodule InvalidPermissionType = Awso_ssm.Values.InvalidPermissionType

The permission type isn't supported. Share is the only supported permission type.

Sourcemodule DescribeDocumentPermissionResponse = Awso_ssm.Values.DescribeDocumentPermissionResponse

Describes the permissions for a Amazon Web Services Systems Manager document (SSM 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 Amazon Web Services account ID) or publicly (All).

Sourcemodule DescribeDocumentRequest = Awso_ssm.Values.DescribeDocumentRequest

Describes the specified Amazon Web Services Systems Manager document (SSM document).

Sourcemodule DescribeDocumentResult = Awso_ssm.Values.DescribeDocumentResult

Describes the specified Amazon Web Services Systems Manager document (SSM document).

Sourcemodule EffectiveInstanceAssociationMaxResults = Awso_ssm.Values.EffectiveInstanceAssociationMaxResults
Sourcemodule DescribeEffectiveInstanceAssociationsRequest = Awso_ssm.Values.DescribeEffectiveInstanceAssociationsRequest

All associations for the managed nodes.

Sourcemodule InstanceAssociation = Awso_ssm.Values.InstanceAssociation

One or more association documents on the managed node.

Sourcemodule InstanceAssociationList = Awso_ssm.Values.InstanceAssociationList
Sourcemodule DescribeEffectiveInstanceAssociationsResult = Awso_ssm.Values.DescribeEffectiveInstanceAssociationsResult

All associations for the managed nodes.

Sourcemodule DescribeEffectivePatchesForPatchBaselineRequest = Awso_ssm.Values.DescribeEffectivePatchesForPatchBaselineRequest

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.

Sourcemodule UnsupportedOperatingSystem = Awso_ssm.Values.UnsupportedOperatingSystem

The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

Sourcemodule PatchDeploymentStatus = Awso_ssm.Values.PatchDeploymentStatus

Information about the approval status of a patch.

Sourcemodule EffectivePatch = Awso_ssm.Values.EffectivePatch

The EffectivePatch structure defines metadata about a patch along with the approval state of the patch in a particular patch baseline. The approval state includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.

Sourcemodule EffectivePatchList = Awso_ssm.Values.EffectivePatchList
Sourcemodule DescribeEffectivePatchesForPatchBaselineResult = Awso_ssm.Values.DescribeEffectivePatchesForPatchBaselineResult

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.

Sourcemodule DescribeInstanceAssociationsStatusRequest = Awso_ssm.Values.DescribeInstanceAssociationsStatusRequest

The status of the associations for the managed nodes.

A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.

Sourcemodule InstanceAssociationOutputUrl = Awso_ssm.Values.InstanceAssociationOutputUrl

The URL of S3 bucket where you want to store the results of this request.

Sourcemodule InstanceAssociationExecutionSummary = Awso_ssm.Values.InstanceAssociationExecutionSummary
Sourcemodule InstanceAssociationStatusInfo = Awso_ssm.Values.InstanceAssociationStatusInfo

Status information about the association.

Sourcemodule InstanceAssociationStatusInfos = Awso_ssm.Values.InstanceAssociationStatusInfos
Sourcemodule DescribeInstanceAssociationsStatusResult = Awso_ssm.Values.DescribeInstanceAssociationsStatusResult

The status of the associations for the managed nodes.

Sourcemodule MaxResultsEC2Compatible = Awso_ssm.Values.MaxResultsEC2Compatible
Sourcemodule InstanceInformationStringFilterKey = Awso_ssm.Values.InstanceInformationStringFilterKey
Sourcemodule InstanceInformationFilterValue = Awso_ssm.Values.InstanceInformationFilterValue
Sourcemodule InstanceInformationFilterValueSet = Awso_ssm.Values.InstanceInformationFilterValueSet
Sourcemodule InstanceInformationStringFilter = Awso_ssm.Values.InstanceInformationStringFilter

The filters to describe or get information about your managed nodes.

Sourcemodule InstanceInformationStringFilterList = Awso_ssm.Values.InstanceInformationStringFilterList
Sourcemodule InstanceInformationFilterKey = Awso_ssm.Values.InstanceInformationFilterKey
Sourcemodule InstanceInformationFilter = Awso_ssm.Values.InstanceInformationFilter

Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping. Use this operation instead of the DescribeInstanceInformationRequest$InstanceInformationFilterList method. The InstanceInformationFilterList method is a legacy method and doesn't support tags.

Sourcemodule InstanceInformationFilterList = Awso_ssm.Values.InstanceInformationFilterList
Sourcemodule DescribeInstanceInformationRequest = Awso_ssm.Values.DescribeInstanceInformationRequest

Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated. If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field returned for this API operation is the role assigned to an Amazon EC2 instance configured with a Systems Manager Quick Setup host management configuration or the role assigned to an on-premises managed node.

Sourcemodule InvalidInstanceInformationFilterValue = Awso_ssm.Values.InvalidInstanceInformationFilterValue

The specified filter value isn't valid.

Sourcemodule InstanceAssociationStatusAggregatedCount = Awso_ssm.Values.InstanceAssociationStatusAggregatedCount
Sourcemodule InstanceAggregatedAssociationOverview = Awso_ssm.Values.InstanceAggregatedAssociationOverview

Status information about the aggregated associations.

Sourcemodule InstanceInformation = Awso_ssm.Values.InstanceInformation

Describes a filter for a specific list of managed nodes.

Sourcemodule InstanceInformationList = Awso_ssm.Values.InstanceInformationList
Sourcemodule DescribeInstanceInformationResult = Awso_ssm.Values.DescribeInstanceInformationResult

Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated. If you specify one or more node IDs, the operation returns information for those managed nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you specify a node ID that isn't valid or a node that you don't own, you receive an error. The IamRole field returned for this API operation is the role assigned to an Amazon EC2 instance configured with a Systems Manager Quick Setup host management configuration or the role assigned to an on-premises managed node.

Sourcemodule PatchComplianceMaxResults = Awso_ssm.Values.PatchComplianceMaxResults
Sourcemodule InstancePatchStateOperatorType = Awso_ssm.Values.InstancePatchStateOperatorType
Sourcemodule InstancePatchStateFilterValue = Awso_ssm.Values.InstancePatchStateFilterValue
Sourcemodule InstancePatchStateFilterValues = Awso_ssm.Values.InstancePatchStateFilterValues
Sourcemodule InstancePatchStateFilterKey = Awso_ssm.Values.InstancePatchStateFilterKey
Sourcemodule InstancePatchStateFilter = Awso_ssm.Values.InstancePatchStateFilter

Defines a filter used in DescribeInstancePatchStatesForPatchGroup to scope down the information returned by the API. Example: To filter for all managed nodes in a patch group having more than three patches with a FailedCount status, use the following for the filter: Value for Key: FailedCount Value for Type: GreaterThan Value for Values: 3

Sourcemodule InstancePatchStateFilterList = Awso_ssm.Values.InstancePatchStateFilterList
Sourcemodule DescribeInstancePatchStatesForPatchGroupRequest = Awso_ssm.Values.DescribeInstancePatchStatesForPatchGroupRequest

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

Sourcemodule PatchUnreportedNotApplicableCount = Awso_ssm.Values.PatchUnreportedNotApplicableCount
Sourcemodule PatchSecurityNonCompliantCount = Awso_ssm.Values.PatchSecurityNonCompliantCount
Sourcemodule PatchOtherNonCompliantCount = Awso_ssm.Values.PatchOtherNonCompliantCount
Sourcemodule PatchOperationType = Awso_ssm.Values.PatchOperationType
Sourcemodule PatchNotApplicableCount = Awso_ssm.Values.PatchNotApplicableCount
Sourcemodule PatchMissingCount = Awso_ssm.Values.PatchMissingCount
Sourcemodule PatchInstalledRejectedCount = Awso_ssm.Values.PatchInstalledRejectedCount
Sourcemodule PatchInstalledPendingRebootCount = Awso_ssm.Values.PatchInstalledPendingRebootCount
Sourcemodule PatchInstalledOtherCount = Awso_ssm.Values.PatchInstalledOtherCount
Sourcemodule PatchInstalledCount = Awso_ssm.Values.PatchInstalledCount
Sourcemodule PatchFailedCount = Awso_ssm.Values.PatchFailedCount
Sourcemodule PatchCriticalNonCompliantCount = Awso_ssm.Values.PatchCriticalNonCompliantCount
Sourcemodule PatchAvailableSecurityUpdateCount = Awso_ssm.Values.PatchAvailableSecurityUpdateCount
Sourcemodule OwnerInformation = Awso_ssm.Values.OwnerInformation
Sourcemodule InstallOverrideList = Awso_ssm.Values.InstallOverrideList
Sourcemodule InstancePatchState = Awso_ssm.Values.InstancePatchState

Defines the high-level patch compliance state for a managed node, providing information about the number of installed, missing, not applicable, and failed patches along with metadata about the operation when this information was gathered for the managed node.

Sourcemodule InstancePatchStatesList = Awso_ssm.Values.InstancePatchStatesList
Sourcemodule DescribeInstancePatchStatesForPatchGroupResult = Awso_ssm.Values.DescribeInstancePatchStatesForPatchGroupResult

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

Sourcemodule DescribeInstancePatchStatesRequest = Awso_ssm.Values.DescribeInstancePatchStatesRequest

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

Sourcemodule InstancePatchStateList = Awso_ssm.Values.InstancePatchStateList
Sourcemodule DescribeInstancePatchStatesResult = Awso_ssm.Values.DescribeInstancePatchStatesResult

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

Sourcemodule DescribeInstancePatchesRequest = Awso_ssm.Values.DescribeInstancePatchesRequest

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

Sourcemodule PatchComplianceDataState = Awso_ssm.Values.PatchComplianceDataState
Sourcemodule PatchComplianceData = Awso_ssm.Values.PatchComplianceData

Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.

Sourcemodule PatchComplianceDataList = Awso_ssm.Values.PatchComplianceDataList
Sourcemodule DescribeInstancePatchesResult = Awso_ssm.Values.DescribeInstancePatchesResult

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

Sourcemodule DescribeInstancePropertiesMaxResults = Awso_ssm.Values.DescribeInstancePropertiesMaxResults
Sourcemodule InstancePropertyStringFilterKey = Awso_ssm.Values.InstancePropertyStringFilterKey
Sourcemodule InstancePropertyFilterValue = Awso_ssm.Values.InstancePropertyFilterValue
Sourcemodule InstancePropertyFilterValueSet = Awso_ssm.Values.InstancePropertyFilterValueSet
Sourcemodule InstancePropertyFilterOperator = Awso_ssm.Values.InstancePropertyFilterOperator
Sourcemodule InstancePropertyStringFilter = Awso_ssm.Values.InstancePropertyStringFilter

The filters to describe or get information about your managed nodes.

Sourcemodule InstancePropertyStringFilterList = Awso_ssm.Values.InstancePropertyStringFilterList
Sourcemodule InstancePropertyFilterKey = Awso_ssm.Values.InstancePropertyFilterKey
Sourcemodule InstancePropertyFilter = Awso_ssm.Values.InstancePropertyFilter

Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.

Sourcemodule InstancePropertyFilterList = Awso_ssm.Values.InstancePropertyFilterList
Sourcemodule DescribeInstancePropertiesRequest = Awso_ssm.Values.DescribeInstancePropertiesRequest

An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.

Sourcemodule InvalidInstancePropertyFilterValue = Awso_ssm.Values.InvalidInstancePropertyFilterValue

The specified filter value isn't valid.

Sourcemodule PlatformVersion = Awso_ssm.Values.PlatformVersion
Sourcemodule InstanceProperty = Awso_ssm.Values.InstanceProperty

An object containing various properties of a managed node.

Sourcemodule InstanceProperties = Awso_ssm.Values.InstanceProperties
Sourcemodule DescribeInstancePropertiesResult = Awso_ssm.Values.DescribeInstancePropertiesResult

An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.

Sourcemodule DescribeInventoryDeletionsRequest = Awso_ssm.Values.DescribeInventoryDeletionsRequest

Describes a specific delete inventory operation.

Sourcemodule InventoryDeletionStatus = Awso_ssm.Values.InventoryDeletionStatus
Sourcemodule InventoryDeletionStartTime = Awso_ssm.Values.InventoryDeletionStartTime
Sourcemodule InventoryDeletionLastStatusUpdateTime = Awso_ssm.Values.InventoryDeletionLastStatusUpdateTime
Sourcemodule InventoryDeletionLastStatusMessage = Awso_ssm.Values.InventoryDeletionLastStatusMessage
Sourcemodule InventoryDeletionStatusItem = Awso_ssm.Values.InventoryDeletionStatusItem

Status information returned by the DeleteInventory operation.

Sourcemodule InventoryDeletionsList = Awso_ssm.Values.InventoryDeletionsList
Sourcemodule InvalidDeletionIdException = Awso_ssm.Values.InvalidDeletionIdException

The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and try again.

Sourcemodule DescribeInventoryDeletionsResult = Awso_ssm.Values.DescribeInventoryDeletionsResult

Describes a specific delete inventory operation.

Sourcemodule MaintenanceWindowMaxResults = Awso_ssm.Values.MaintenanceWindowMaxResults
Sourcemodule MaintenanceWindowFilterValue = Awso_ssm.Values.MaintenanceWindowFilterValue
Sourcemodule MaintenanceWindowFilterValues = Awso_ssm.Values.MaintenanceWindowFilterValues
Sourcemodule MaintenanceWindowFilterKey = Awso_ssm.Values.MaintenanceWindowFilterKey
Sourcemodule MaintenanceWindowFilter = Awso_ssm.Values.MaintenanceWindowFilter

Filter used in the request. Supported filter keys depend on the API operation that includes the filter. API operations that use MaintenanceWindowFilter> include the following: DescribeMaintenanceWindowExecutions DescribeMaintenanceWindowExecutionTaskInvocations DescribeMaintenanceWindowExecutionTasks DescribeMaintenanceWindows DescribeMaintenanceWindowTargets DescribeMaintenanceWindowTasks

Sourcemodule MaintenanceWindowFilterList = Awso_ssm.Values.MaintenanceWindowFilterList
Sourcemodule MaintenanceWindowExecutionTaskId = Awso_ssm.Values.MaintenanceWindowExecutionTaskId
Sourcemodule DescribeMaintenanceWindowExecutionTaskInvocationsRequest = Awso_ssm.Values.DescribeMaintenanceWindowExecutionTaskInvocationsRequest

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

Sourcemodule MaintenanceWindowTaskType = Awso_ssm.Values.MaintenanceWindowTaskType
Sourcemodule MaintenanceWindowTaskTargetId = Awso_ssm.Values.MaintenanceWindowTaskTargetId
Sourcemodule MaintenanceWindowExecutionTaskInvocationParameters = Awso_ssm.Values.MaintenanceWindowExecutionTaskInvocationParameters
Sourcemodule MaintenanceWindowExecutionTaskInvocationId = Awso_ssm.Values.MaintenanceWindowExecutionTaskInvocationId
Sourcemodule MaintenanceWindowExecutionTaskExecutionId = Awso_ssm.Values.MaintenanceWindowExecutionTaskExecutionId
Sourcemodule MaintenanceWindowExecutionStatusDetails = Awso_ssm.Values.MaintenanceWindowExecutionStatusDetails
Sourcemodule MaintenanceWindowExecutionStatus = Awso_ssm.Values.MaintenanceWindowExecutionStatus
Sourcemodule MaintenanceWindowExecutionTaskInvocationIdentity = Awso_ssm.Values.MaintenanceWindowExecutionTaskInvocationIdentity

Describes the information about a task invocation for a particular target as part of a task execution performed as part of a maintenance window execution.

Sourcemodule MaintenanceWindowExecutionTaskInvocationIdentityList = Awso_ssm.Values.MaintenanceWindowExecutionTaskInvocationIdentityList
Sourcemodule DescribeMaintenanceWindowExecutionTaskInvocationsResult = Awso_ssm.Values.DescribeMaintenanceWindowExecutionTaskInvocationsResult

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

Sourcemodule DescribeMaintenanceWindowExecutionTasksRequest = Awso_ssm.Values.DescribeMaintenanceWindowExecutionTasksRequest

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

Sourcemodule MaintenanceWindowTaskArn = Awso_ssm.Values.MaintenanceWindowTaskArn
Sourcemodule MaintenanceWindowExecutionTaskIdentity = Awso_ssm.Values.MaintenanceWindowExecutionTaskIdentity

Information about a task execution performed as part of a maintenance window execution.

Sourcemodule MaintenanceWindowExecutionTaskIdentityList = Awso_ssm.Values.MaintenanceWindowExecutionTaskIdentityList
Sourcemodule DescribeMaintenanceWindowExecutionTasksResult = Awso_ssm.Values.DescribeMaintenanceWindowExecutionTasksResult

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

Sourcemodule DescribeMaintenanceWindowExecutionsRequest = Awso_ssm.Values.DescribeMaintenanceWindowExecutionsRequest

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.

Sourcemodule MaintenanceWindowExecution = Awso_ssm.Values.MaintenanceWindowExecution

Describes the information about an execution of a maintenance window.

Sourcemodule MaintenanceWindowExecutionList = Awso_ssm.Values.MaintenanceWindowExecutionList
Sourcemodule DescribeMaintenanceWindowExecutionsResult = Awso_ssm.Values.DescribeMaintenanceWindowExecutionsResult

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.

Sourcemodule MaintenanceWindowSearchMaxResults = Awso_ssm.Values.MaintenanceWindowSearchMaxResults
Sourcemodule MaintenanceWindowResourceType = Awso_ssm.Values.MaintenanceWindowResourceType
Sourcemodule DescribeMaintenanceWindowScheduleRequest = Awso_ssm.Values.DescribeMaintenanceWindowScheduleRequest

Retrieves information about upcoming executions of a maintenance window.

Sourcemodule ScheduledWindowExecution = Awso_ssm.Values.ScheduledWindowExecution

Information about a scheduled execution for a maintenance window.

Sourcemodule ScheduledWindowExecutionList = Awso_ssm.Values.ScheduledWindowExecutionList
Sourcemodule DescribeMaintenanceWindowScheduleResult = Awso_ssm.Values.DescribeMaintenanceWindowScheduleResult

Retrieves information about upcoming executions of a maintenance window.

Sourcemodule DescribeMaintenanceWindowTargetsRequest = Awso_ssm.Values.DescribeMaintenanceWindowTargetsRequest

Lists the targets registered with the maintenance window.

Sourcemodule MaintenanceWindowTarget = Awso_ssm.Values.MaintenanceWindowTarget

The target registered with the maintenance window.

Sourcemodule MaintenanceWindowTargetList = Awso_ssm.Values.MaintenanceWindowTargetList
Sourcemodule DescribeMaintenanceWindowTargetsResult = Awso_ssm.Values.DescribeMaintenanceWindowTargetsResult

Lists the targets registered with the maintenance window.

Sourcemodule DescribeMaintenanceWindowTasksRequest = Awso_ssm.Values.DescribeMaintenanceWindowTasksRequest

Lists the tasks in a maintenance window. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.

Sourcemodule MaintenanceWindowTaskPriority = Awso_ssm.Values.MaintenanceWindowTaskPriority
Sourcemodule MaintenanceWindowTaskParameterValue = Awso_ssm.Values.MaintenanceWindowTaskParameterValue
Sourcemodule MaintenanceWindowTaskParameterValueList = Awso_ssm.Values.MaintenanceWindowTaskParameterValueList
Sourcemodule MaintenanceWindowTaskParameterValueExpression = Awso_ssm.Values.MaintenanceWindowTaskParameterValueExpression

Defines the values for a task parameter.

Sourcemodule MaintenanceWindowTaskParameterName = Awso_ssm.Values.MaintenanceWindowTaskParameterName
include module type of struct include Awso_ssm.Values_1 end
Sourcemodule MaintenanceWindowTaskParameters = Awso_ssm.Values.MaintenanceWindowTaskParameters
Sourcemodule MaintenanceWindowTaskCutoffBehavior = Awso_ssm.Values.MaintenanceWindowTaskCutoffBehavior

Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to. LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

Sourcemodule MaintenanceWindowTask = Awso_ssm.Values.MaintenanceWindowTask

Information about a task defined for a maintenance window.

Sourcemodule MaintenanceWindowTaskList = Awso_ssm.Values.MaintenanceWindowTaskList
Sourcemodule DescribeMaintenanceWindowTasksResult = Awso_ssm.Values.DescribeMaintenanceWindowTasksResult

Lists the tasks in a maintenance window. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.

Sourcemodule DescribeMaintenanceWindowsForTargetRequest = Awso_ssm.Values.DescribeMaintenanceWindowsForTargetRequest

Retrieves information about the maintenance window targets or tasks that a managed node is associated with.

Sourcemodule MaintenanceWindowIdentityForTarget = Awso_ssm.Values.MaintenanceWindowIdentityForTarget

The maintenance window to which the specified target belongs.

Sourcemodule MaintenanceWindowsForTargetList = Awso_ssm.Values.MaintenanceWindowsForTargetList
Sourcemodule DescribeMaintenanceWindowsForTargetResult = Awso_ssm.Values.DescribeMaintenanceWindowsForTargetResult

Retrieves information about the maintenance window targets or tasks that a managed node is associated with.

Sourcemodule DescribeMaintenanceWindowsRequest = Awso_ssm.Values.DescribeMaintenanceWindowsRequest

Retrieves the maintenance windows in an Amazon Web Services account.

Sourcemodule MaintenanceWindowEnabled = Awso_ssm.Values.MaintenanceWindowEnabled
Sourcemodule MaintenanceWindowIdentity = Awso_ssm.Values.MaintenanceWindowIdentity

Information about the maintenance window.

Sourcemodule MaintenanceWindowIdentityList = Awso_ssm.Values.MaintenanceWindowIdentityList
Sourcemodule DescribeMaintenanceWindowsResult = Awso_ssm.Values.DescribeMaintenanceWindowsResult

Retrieves the maintenance windows in an Amazon Web Services account.

Sourcemodule OpsItemMaxResults = Awso_ssm.Values.OpsItemMaxResults
Sourcemodule OpsItemFilterValue = Awso_ssm.Values.OpsItemFilterValue
Sourcemodule OpsItemFilterValues = Awso_ssm.Values.OpsItemFilterValues
Sourcemodule OpsItemFilterOperator = Awso_ssm.Values.OpsItemFilterOperator
Sourcemodule OpsItemFilterKey = Awso_ssm.Values.OpsItemFilterKey

Describes an OpsItem filter.

Sourcemodule OpsItemFilters = Awso_ssm.Values.OpsItemFilters
Sourcemodule DescribeOpsItemsRequest = Awso_ssm.Values.DescribeOpsItemsRequest

Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcemodule OpsItemSummary = Awso_ssm.Values.OpsItemSummary

A count of OpsItems.

Sourcemodule OpsItemSummaries = Awso_ssm.Values.OpsItemSummaries
Sourcemodule DescribeOpsItemsResponse = Awso_ssm.Values.DescribeOpsItemsResponse

Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcemodule ParametersFilterValue = Awso_ssm.Values.ParametersFilterValue
Sourcemodule ParametersFilterValueList = Awso_ssm.Values.ParametersFilterValueList
Sourcemodule ParametersFilterKey = Awso_ssm.Values.ParametersFilterKey
Sourcemodule ParametersFilter = Awso_ssm.Values.ParametersFilter

This data type is deprecated. Instead, use ParameterStringFilter.

Sourcemodule ParametersFilterList = Awso_ssm.Values.ParametersFilterList
Sourcemodule ParameterStringQueryOption = Awso_ssm.Values.ParameterStringQueryOption
Sourcemodule ParameterStringFilterValue = Awso_ssm.Values.ParameterStringFilterValue
Sourcemodule ParameterStringFilterValueList = Awso_ssm.Values.ParameterStringFilterValueList
Sourcemodule ParameterStringFilterKey = Awso_ssm.Values.ParameterStringFilterKey
Sourcemodule ParameterStringFilter = Awso_ssm.Values.ParameterStringFilter

One or more filters. Use a filter to return a more specific list of results.

Sourcemodule ParameterStringFilterList = Awso_ssm.Values.ParameterStringFilterList
Sourcemodule DescribeParametersRequest = Awso_ssm.Values.DescribeParametersRequest

Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared option. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.

Sourcemodule ParameterInlinePolicy = Awso_ssm.Values.ParameterInlinePolicy

One or more policies assigned to a parameter.

Sourcemodule ParameterPolicyList = Awso_ssm.Values.ParameterPolicyList
Sourcemodule ParameterKeyId = Awso_ssm.Values.ParameterKeyId
Sourcemodule ParameterDescription = Awso_ssm.Values.ParameterDescription
Sourcemodule ParameterDataType = Awso_ssm.Values.ParameterDataType
Sourcemodule PSParameterVersion = Awso_ssm.Values.PSParameterVersion
Sourcemodule ParameterMetadata = Awso_ssm.Values.ParameterMetadata

Metadata includes information like the Amazon Resource Name (ARN) of the last user to update the parameter and the date and time the parameter was last used.

Sourcemodule ParameterMetadataList = Awso_ssm.Values.ParameterMetadataList
Sourcemodule InvalidFilterOption = Awso_ssm.Values.InvalidFilterOption

The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

Sourcemodule DescribeParametersResult = Awso_ssm.Values.DescribeParametersResult

Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared option. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.

Sourcemodule DescribePatchBaselinesRequest = Awso_ssm.Values.DescribePatchBaselinesRequest

Lists the patch baselines in your Amazon Web Services account.

Sourcemodule PatchBaselineIdentity = Awso_ssm.Values.PatchBaselineIdentity

Defines the basic information about a patch baseline.

Sourcemodule PatchBaselineIdentityList = Awso_ssm.Values.PatchBaselineIdentityList
Sourcemodule DescribePatchBaselinesResult = Awso_ssm.Values.DescribePatchBaselinesResult

Lists the patch baselines in your Amazon Web Services account.

Sourcemodule DescribePatchGroupStateRequest = Awso_ssm.Values.DescribePatchGroupStateRequest

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

Sourcemodule InstancesCount = Awso_ssm.Values.InstancesCount
Sourcemodule DescribePatchGroupStateResult = Awso_ssm.Values.DescribePatchGroupStateResult

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

Sourcemodule DescribePatchGroupsRequest = Awso_ssm.Values.DescribePatchGroupsRequest

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

Sourcemodule PatchGroupPatchBaselineMapping = Awso_ssm.Values.PatchGroupPatchBaselineMapping

The mapping between a patch group and the patch baseline the patch group is registered with.

Sourcemodule PatchGroupPatchBaselineMappingList = Awso_ssm.Values.PatchGroupPatchBaselineMappingList
Sourcemodule DescribePatchGroupsResult = Awso_ssm.Values.DescribePatchGroupsResult

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

Sourcemodule DescribePatchPropertiesRequest = Awso_ssm.Values.DescribePatchPropertiesRequest

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 operations 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: AMAZON_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2023 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY CENTOS Valid properties: PRODUCT | CLASSIFICATION | SEVERITY DEBIAN Valid properties: PRODUCT | PRIORITY MACOS Valid properties: PRODUCT | CLASSIFICATION ORACLE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY SUSE Valid properties: PRODUCT | CLASSIFICATION | SEVERITY UBUNTU Valid properties: PRODUCT | PRIORITY WINDOWS Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY

Sourcemodule PatchPropertyEntry = Awso_ssm.Values.PatchPropertyEntry
Sourcemodule PatchPropertiesList = Awso_ssm.Values.PatchPropertiesList
Sourcemodule DescribePatchPropertiesResult = Awso_ssm.Values.DescribePatchPropertiesResult

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 operations 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: AMAZON_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY AMAZON_LINUX_2023 Valid properties: PRODUCT | CLASSIFICATION | SEVERITY CENTOS Valid properties: PRODUCT | CLASSIFICATION | SEVERITY DEBIAN Valid properties: PRODUCT | PRIORITY MACOS Valid properties: PRODUCT | CLASSIFICATION ORACLE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY REDHAT_ENTERPRISE_LINUX Valid properties: PRODUCT | CLASSIFICATION | SEVERITY SUSE Valid properties: PRODUCT | CLASSIFICATION | SEVERITY UBUNTU Valid properties: PRODUCT | PRIORITY WINDOWS Valid properties: PRODUCT | PRODUCT_FAMILY | CLASSIFICATION | MSRC_SEVERITY

Sourcemodule SessionMaxResults = Awso_ssm.Values.SessionMaxResults
Sourcemodule SessionFilterValue = Awso_ssm.Values.SessionFilterValue
Sourcemodule SessionFilterKey = Awso_ssm.Values.SessionFilterKey

Describes a filter for Session Manager information.

Sourcemodule SessionFilterList = Awso_ssm.Values.SessionFilterList
Sourcemodule DescribeSessionsRequest = Awso_ssm.Values.DescribeSessionsRequest

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

Sourcemodule SessionManagerS3OutputUrl = Awso_ssm.Values.SessionManagerS3OutputUrl
Sourcemodule SessionManagerCloudWatchOutputUrl = Awso_ssm.Values.SessionManagerCloudWatchOutputUrl
Sourcemodule SessionManagerOutputUrl = Awso_ssm.Values.SessionManagerOutputUrl

Reserved for future use.

Sourcemodule SessionDetails = Awso_ssm.Values.SessionDetails
Sourcemodule MaxSessionDuration = Awso_ssm.Values.MaxSessionDuration

Information about a Session Manager connection to a managed node.

Sourcemodule DescribeSessionsResponse = Awso_ssm.Values.DescribeSessionsResponse

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

Sourcemodule DisassociateOpsItemRelatedItemRequest = Awso_ssm.Values.DisassociateOpsItemRelatedItemRequest

Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in Amazon Web Services Systems Manager.

Sourcemodule OpsItemRelatedItemAssociationNotFoundException = Awso_ssm.Values.OpsItemRelatedItemAssociationNotFoundException

The association wasn't found using the parameters you specified in the call. Verify the information and try again.

Sourcemodule DisassociateOpsItemRelatedItemResponse = Awso_ssm.Values.DisassociateOpsItemRelatedItemResponse

Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in Amazon Web Services Systems Manager.

Sourcemodule DocumentDefaultVersionDescription = Awso_ssm.Values.DocumentDefaultVersionDescription

A default version of a document.

Sourcemodule DocumentFilterValue = Awso_ssm.Values.DocumentFilterValue
Sourcemodule DocumentFilterKey = Awso_ssm.Values.DocumentFilterKey
Sourcemodule DocumentFilter = Awso_ssm.Values.DocumentFilter

This data type is deprecated. Instead, use DocumentKeyValuesFilter.

Sourcemodule DocumentFilterList = Awso_ssm.Values.DocumentFilterList
Sourcemodule DocumentIdentifier = Awso_ssm.Values.DocumentIdentifier

Describes the name of a SSM document.

Sourcemodule DocumentIdentifierList = Awso_ssm.Values.DocumentIdentifierList
Sourcemodule DocumentKeyValuesFilterValue = Awso_ssm.Values.DocumentKeyValuesFilterValue
Sourcemodule DocumentKeyValuesFilterValues = Awso_ssm.Values.DocumentKeyValuesFilterValues
Sourcemodule DocumentKeyValuesFilterKey = Awso_ssm.Values.DocumentKeyValuesFilterKey
Sourcemodule DocumentKeyValuesFilter = Awso_ssm.Values.DocumentKeyValuesFilter

One or more filters. Use a filter to return a more specific list of documents. For keys, you can specify one or more tags that have been applied to a document. You can also use Amazon Web Services-provided keys, some of which have specific allowed values. These keys and their associated values are as follows: DocumentType ApplicationConfiguration ApplicationConfigurationSchema Automation ChangeCalendar Command Package Policy Session Owner Note that only one Owner can be specified in a request. For example: Key=Owner,Values=Self. Amazon Private Public Self ThirdParty PlatformTypes Linux Windows Name is another Amazon Web Services-provided key. If you use Name as a key, you can use a name prefix to return a list of documents. For example, in the Amazon Web Services CLI, to return a list of all documents that begin with Te, run the following command: aws ssm list-documents --filters Key=Name,Values=Te You can also use the TargetType Amazon Web Services-provided key. For a list of valid resource type values that can be used with this key, see Amazon Web Services resource and property types reference in the CloudFormation User Guide. If you specify more than two keys, only documents that are identified by all the tags are returned in the results. If you specify more than two values for a key, documents that are identified by any of the values are returned in the results. To specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName. For example, if you created a key called region and are using the Amazon Web Services CLI to call the list-documents command: aws ssm list-documents --filters Key=tag:region,Values=east,west Key=Owner,Values=Self

Sourcemodule DocumentKeyValuesFilterList = Awso_ssm.Values.DocumentKeyValuesFilterList
Sourcemodule DocumentMetadataEnum = Awso_ssm.Values.DocumentMetadataEnum
Sourcemodule DocumentReviewCommentType = Awso_ssm.Values.DocumentReviewCommentType
Sourcemodule DocumentReviewComment = Awso_ssm.Values.DocumentReviewComment
Sourcemodule DocumentReviewCommentSource = Awso_ssm.Values.DocumentReviewCommentSource

Information about comments added to a document review request.

Sourcemodule DocumentReviewCommentList = Awso_ssm.Values.DocumentReviewCommentList
Sourcemodule DocumentReviewerResponseSource = Awso_ssm.Values.DocumentReviewerResponseSource

Information about a reviewer's response to a document review request.

Sourcemodule DocumentReviewerResponseList = Awso_ssm.Values.DocumentReviewerResponseList
Sourcemodule DocumentMetadataResponseInfo = Awso_ssm.Values.DocumentMetadataResponseInfo

Details about the response to a document review request.

Sourcemodule DocumentPermissionLimit = Awso_ssm.Values.DocumentPermissionLimit

The document can't be shared with more Amazon Web Services accounts. You can specify a maximum of 20 accounts per API operation to share a private document. By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents. If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.

Sourcemodule DocumentReviewAction = Awso_ssm.Values.DocumentReviewAction
Sourcemodule DocumentReviews = Awso_ssm.Values.DocumentReviews

Information about a document approval review.

Sourcemodule DocumentVersionInfo = Awso_ssm.Values.DocumentVersionInfo

Version information about the document.

Sourcemodule DocumentVersionLimitExceeded = Awso_ssm.Values.DocumentVersionLimitExceeded

The document has too many versions. Delete one or more document versions and try again.

Sourcemodule DocumentVersionList = Awso_ssm.Values.DocumentVersionList
Sourcemodule DocumentVersionNumber = Awso_ssm.Values.DocumentVersionNumber
Sourcemodule DuplicateDocumentContent = Awso_ssm.Values.DuplicateDocumentContent

The content of the association document matches another document. Change the content of the document and try again.

Sourcemodule DuplicateDocumentVersionName = Awso_ssm.Values.DuplicateDocumentVersionName

The version name has already been used in this document. Specify a different version name, and then try again.

Sourcemodule ExecutionInputs = Awso_ssm.Values.ExecutionInputs

Information about the inputs for an execution preview.

Sourcemodule ExecutionPreview = Awso_ssm.Values.ExecutionPreview

Information about the changes that would be made if an execution were run.

Sourcemodule ExecutionPreviewId = Awso_ssm.Values.ExecutionPreviewId
Sourcemodule ExecutionPreviewStatus = Awso_ssm.Values.ExecutionPreviewStatus
Sourcemodule FeatureNotAvailableException = Awso_ssm.Values.FeatureNotAvailableException

You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service isn't available.

Sourcemodule GetAccessTokenRequest = Awso_ssm.Values.GetAccessTokenRequest

Returns a credentials set to be used with just-in-time node access.

Sourcemodule ValidationException = Awso_ssm.Values.ValidationException

The request isn't valid. Verify that you entered valid contents for the command and try again.

Sourcemodule ThrottlingException = Awso_ssm.Values.ThrottlingException

The request or operation couldn't be performed because the service is throttling requests.

Sourcemodule GetAccessTokenResponse = Awso_ssm.Values.GetAccessTokenResponse

Returns a credentials set to be used with just-in-time node access.

Sourcemodule GetAutomationExecutionRequest = Awso_ssm.Values.GetAutomationExecutionRequest

Get detailed information about a particular Automation execution.

Sourcemodule GetAutomationExecutionResult = Awso_ssm.Values.GetAutomationExecutionResult

Get detailed information about a particular Automation execution.

Sourcemodule GetCalendarStateRequest = Awso_ssm.Values.GetCalendarStateRequest

Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If you specify a time, GetCalendarState returns the state of the calendar at that specific time, and returns the next time that the change calendar state will transition. If you don't specify a time, GetCalendarState uses the current time. Change Calendar entries have two possible states: OPEN or CLOSED. If you specify more than one calendar in a request, the command returns the status of OPEN only if all calendars in the request are open. If one or more calendars in the request are closed, the status returned is CLOSED. For more information about Change Calendar, a tool in Amazon Web Services Systems Manager, see Amazon Web Services Systems Manager Change Calendar in the Amazon Web Services Systems Manager User Guide.

Sourcemodule UnsupportedCalendarException = Awso_ssm.Values.UnsupportedCalendarException

The calendar entry contained in the specified SSM document isn't supported.

Sourcemodule InvalidDocumentType = Awso_ssm.Values.InvalidDocumentType

The SSM document type isn't valid. Valid document types are described in the DocumentType property.

Sourcemodule GetCalendarStateResponse = Awso_ssm.Values.GetCalendarStateResponse

Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If you specify a time, GetCalendarState returns the state of the calendar at that specific time, and returns the next time that the change calendar state will transition. If you don't specify a time, GetCalendarState uses the current time. Change Calendar entries have two possible states: OPEN or CLOSED. If you specify more than one calendar in a request, the command returns the status of OPEN only if all calendars in the request are open. If one or more calendars in the request are closed, the status returned is CLOSED. For more information about Change Calendar, a tool in Amazon Web Services Systems Manager, see Amazon Web Services Systems Manager Change Calendar in the Amazon Web Services Systems Manager User Guide.

Sourcemodule GetCommandInvocationRequest = Awso_ssm.Values.GetCommandInvocationRequest

Returns detailed information about command execution for an invocation or plugin. The Run Command API follows an eventual consistency model, due to the distributed nature of the system supporting the API. This means that the result of an API command you run that affects your resources might not be immediately visible to all subsequent commands you run. You should keep this in mind when you carry out an API command that immediately follows a previous API command. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.

Sourcemodule StringDateTime = Awso_ssm.Values.StringDateTime
Sourcemodule StandardOutputContent = Awso_ssm.Values.StandardOutputContent
Sourcemodule StandardErrorContent = Awso_ssm.Values.StandardErrorContent
Sourcemodule InvocationDoesNotExist = Awso_ssm.Values.InvocationDoesNotExist

The command ID and managed node ID you specified didn't match any invocations. Verify the command ID and the managed node ID and try again.

Sourcemodule InvalidPluginName = Awso_ssm.Values.InvalidPluginName

The plugin name isn't valid.

Sourcemodule GetCommandInvocationResult = Awso_ssm.Values.GetCommandInvocationResult

Returns detailed information about command execution for an invocation or plugin. The Run Command API follows an eventual consistency model, due to the distributed nature of the system supporting the API. This means that the result of an API command you run that affects your resources might not be immediately visible to all subsequent commands you run. You should keep this in mind when you carry out an API command that immediately follows a previous API command. GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.

Sourcemodule GetConnectionStatusRequest = Awso_ssm.Values.GetConnectionStatusRequest

Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.

Sourcemodule GetConnectionStatusResponse = Awso_ssm.Values.GetConnectionStatusResponse

Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.

Sourcemodule GetDefaultPatchBaselineRequest = Awso_ssm.Values.GetDefaultPatchBaselineRequest

Retrieves the default patch baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system. If you don't specify an operating system value, the default patch baseline for Windows is returned.

Sourcemodule GetDefaultPatchBaselineResult = Awso_ssm.Values.GetDefaultPatchBaselineResult

Retrieves the default patch baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system. If you don't specify an operating system value, the default patch baseline for Windows is returned.

Sourcemodule GetDeployablePatchSnapshotForInstanceRequest = Awso_ssm.Values.GetDeployablePatchSnapshotForInstanceRequest

Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document). If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a tool in Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.

Sourcemodule UnsupportedFeatureRequiredException = Awso_ssm.Values.UnsupportedFeatureRequiredException

Patching for applications released by Microsoft is only available on EC2 instances and advanced instances. To patch applications released by Microsoft on on-premises servers and VMs, you must enable advanced instances. For more information, see Turning on the advanced-instances tier in the Amazon Web Services Systems Manager User Guide.

Sourcemodule SnapshotDownloadUrl = Awso_ssm.Values.SnapshotDownloadUrl
Sourcemodule GetDeployablePatchSnapshotForInstanceResult = Awso_ssm.Values.GetDeployablePatchSnapshotForInstanceResult

Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document). If you run the command locally, such as with the Command Line Interface (CLI), the system attempts to use your local Amazon Web Services credentials and the operation fails. To avoid this, you can run the command in the Amazon Web Services Systems Manager console. Use Run Command, a tool in Amazon Web Services Systems Manager, with an SSM document that enables you to target a managed node with a script or command. For example, run the command using the AWS-RunShellScript document or the AWS-RunPowerShellScript document.

Sourcemodule GetDocumentRequest = Awso_ssm.Values.GetDocumentRequest

Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).

Sourcemodule GetDocumentResult = Awso_ssm.Values.GetDocumentResult

Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).

Sourcemodule GetExecutionPreviewRequest = Awso_ssm.Values.GetExecutionPreviewRequest

Initiates the process of retrieving an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources.

Sourcemodule GetExecutionPreviewResponse = Awso_ssm.Values.GetExecutionPreviewResponse

Initiates the process of retrieving an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources.

Sourcemodule ResultAttribute = Awso_ssm.Values.ResultAttribute

The inventory item result attribute.

Sourcemodule ResultAttributeList = Awso_ssm.Values.ResultAttributeList
Sourcemodule InventoryQueryOperatorType = Awso_ssm.Values.InventoryQueryOperatorType
Sourcemodule InventoryFilterValue = Awso_ssm.Values.InventoryFilterValue
Sourcemodule InventoryFilterValueList = Awso_ssm.Values.InventoryFilterValueList
Sourcemodule InventoryFilterKey = Awso_ssm.Values.InventoryFilterKey
Sourcemodule InventoryFilter = Awso_ssm.Values.InventoryFilter

One or more filters. Use a filter to return a more specific list of results. Example formats for the aws ssm get-inventory command: --filters Key=AWS:InstanceInformation.AgentType,Values=amazon-ssm-agent,Type=Equal --filters Key=AWS:InstanceInformation.AgentVersion,Values=3.3.2299.0,Type=Equal --filters Key=AWS:InstanceInformation.ComputerName,Values=ip-192.0.2.0.us-east-2.compute.internal,Type=Equal --filters Key=AWS:InstanceInformation.InstanceId,Values=i-0a4cd6ceffEXAMPLE,i-1a2b3c4d5e6EXAMPLE,Type=Equal --filters Key=AWS:InstanceInformation.InstanceStatus,Values=Active,Type=Equal --filters Key=AWS:InstanceInformation.IpAddress,Values=198.51.100.0,Type=Equal --filters Key=AWS:InstanceInformation.PlatformName,Values="Amazon Linux",Type=Equal --filters Key=AWS:InstanceInformation.PlatformType,Values=Linux,Type=Equal --filters Key=AWS:InstanceInformation.PlatformVersion,Values=2023,Type=BeginWith --filters Key=AWS:InstanceInformation.ResourceType,Values=EC2Instance,Type=Equal

Sourcemodule InventoryFilterList = Awso_ssm.Values.InventoryFilterList
Sourcemodule InventoryGroupName = Awso_ssm.Values.InventoryGroupName
Sourcemodule InventoryGroup = Awso_ssm.Values.InventoryGroup

A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

Sourcemodule InventoryGroupList = Awso_ssm.Values.InventoryGroupList
Sourcemodule InventoryAggregatorExpression = Awso_ssm.Values.InventoryAggregatorExpression
module InventoryAggregator = Awso_ssm.Values.InventoryAggregator

Specifies the inventory type and attribute for the aggregation execution.

module InventoryAggregatorList = Awso_ssm.Values.InventoryAggregatorList
Sourcemodule GetInventoryRequest = Awso_ssm.Values.GetInventoryRequest

Query inventory information. This includes managed node status, such as Stopped or Terminated.

Sourcemodule InventoryResultItemKey = Awso_ssm.Values.InventoryResultItemKey
Sourcemodule InventoryItemEntry = Awso_ssm.Values.InventoryItemEntry
Sourcemodule InventoryItemEntryList = Awso_ssm.Values.InventoryItemEntryList
Sourcemodule InventoryItemContentHash = Awso_ssm.Values.InventoryItemContentHash
Sourcemodule InventoryItemCaptureTime = Awso_ssm.Values.InventoryItemCaptureTime
Sourcemodule InventoryResultItem = Awso_ssm.Values.InventoryResultItem

The inventory result item.

Sourcemodule InventoryResultItemMap = Awso_ssm.Values.InventoryResultItemMap
Sourcemodule InventoryResultEntityId = Awso_ssm.Values.InventoryResultEntityId
Sourcemodule InventoryResultEntity = Awso_ssm.Values.InventoryResultEntity

Inventory query results.

Sourcemodule InventoryResultEntityList = Awso_ssm.Values.InventoryResultEntityList
Sourcemodule InvalidResultAttributeException = Awso_ssm.Values.InvalidResultAttributeException

The specified inventory item result attribute isn't valid.

Sourcemodule InvalidInventoryGroupException = Awso_ssm.Values.InvalidInventoryGroupException

The specified inventory group isn't valid.

Sourcemodule InvalidAggregatorException = Awso_ssm.Values.InvalidAggregatorException

The specified aggregator isn't valid for the group type. Verify that the aggregator you provided is supported.

Sourcemodule GetInventoryResult = Awso_ssm.Values.GetInventoryResult

Query inventory information. This includes managed node status, such as Stopped or Terminated.

Sourcemodule GetInventorySchemaMaxResults = Awso_ssm.Values.GetInventorySchemaMaxResults
Sourcemodule IsSubTypeSchema = Awso_ssm.Values.IsSubTypeSchema
Sourcemodule InventoryItemTypeNameFilter = Awso_ssm.Values.InventoryItemTypeNameFilter
Sourcemodule GetInventorySchemaRequest = Awso_ssm.Values.GetInventorySchemaRequest

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

Sourcemodule InventoryTypeDisplayName = Awso_ssm.Values.InventoryTypeDisplayName
Sourcemodule InventoryItemAttributeName = Awso_ssm.Values.InventoryItemAttributeName
Sourcemodule InventoryAttributeDataType = Awso_ssm.Values.InventoryAttributeDataType
Sourcemodule InventoryItemAttribute = Awso_ssm.Values.InventoryItemAttribute

Attributes are the entries within the inventory item content. It contains name and value.

Sourcemodule InventoryItemAttributeList = Awso_ssm.Values.InventoryItemAttributeList
Sourcemodule InventoryItemSchema = Awso_ssm.Values.InventoryItemSchema

The inventory item schema definition. Users can use this to compose inventory query filters.

Sourcemodule InventoryItemSchemaResultList = Awso_ssm.Values.InventoryItemSchemaResultList
Sourcemodule GetInventorySchemaResult = Awso_ssm.Values.GetInventorySchemaResult

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

Sourcemodule GetMaintenanceWindowExecutionRequest = Awso_ssm.Values.GetMaintenanceWindowExecutionRequest

Retrieves details about a specific a maintenance window execution.

Sourcemodule MaintenanceWindowExecutionTaskIdList = Awso_ssm.Values.MaintenanceWindowExecutionTaskIdList
Sourcemodule GetMaintenanceWindowExecutionResult = Awso_ssm.Values.GetMaintenanceWindowExecutionResult

Retrieves details about a specific a maintenance window execution.

Sourcemodule GetMaintenanceWindowExecutionTaskInvocationRequest = Awso_ssm.Values.GetMaintenanceWindowExecutionTaskInvocationRequest

Retrieves information about a specific task running on a specific target.

Sourcemodule GetMaintenanceWindowExecutionTaskInvocationResult = Awso_ssm.Values.GetMaintenanceWindowExecutionTaskInvocationResult

Retrieves information about a specific task running on a specific target.

Sourcemodule GetMaintenanceWindowExecutionTaskRequest = Awso_ssm.Values.GetMaintenanceWindowExecutionTaskRequest

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

Sourcemodule MaintenanceWindowTaskParametersList = Awso_ssm.Values.MaintenanceWindowTaskParametersList
Sourcemodule GetMaintenanceWindowExecutionTaskResult = Awso_ssm.Values.GetMaintenanceWindowExecutionTaskResult

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

Sourcemodule GetMaintenanceWindowRequest = Awso_ssm.Values.GetMaintenanceWindowRequest

Retrieves a maintenance window.

Sourcemodule GetMaintenanceWindowResult = Awso_ssm.Values.GetMaintenanceWindowResult

Retrieves a maintenance window.

Sourcemodule GetMaintenanceWindowTaskRequest = Awso_ssm.Values.GetMaintenanceWindowTaskRequest

Retrieves the details of a maintenance window task. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored. To retrieve a list of tasks in a maintenance window, instead use the DescribeMaintenanceWindowTasks command.

Sourcemodule MaintenanceWindowStepFunctionsName = Awso_ssm.Values.MaintenanceWindowStepFunctionsName
Sourcemodule MaintenanceWindowStepFunctionsInput = Awso_ssm.Values.MaintenanceWindowStepFunctionsInput
Sourcemodule MaintenanceWindowStepFunctionsParameters = Awso_ssm.Values.MaintenanceWindowStepFunctionsParameters

The parameters for a STEP_FUNCTIONS task. For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask. LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. For Step Functions tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.

Sourcemodule MaintenanceWindowRunCommandParameters = Awso_ssm.Values.MaintenanceWindowRunCommandParameters

The parameters for a RUN_COMMAND task type. For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask. LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. For RUN_COMMAND tasks, Systems Manager uses specified values for TaskParameters and LoggingInfo only if no values are specified for TaskInvocationParameters.

Sourcemodule MaintenanceWindowLambdaQualifier = Awso_ssm.Values.MaintenanceWindowLambdaQualifier
Sourcemodule MaintenanceWindowLambdaPayload = Awso_ssm.Values.MaintenanceWindowLambdaPayload
Sourcemodule MaintenanceWindowLambdaClientContext = Awso_ssm.Values.MaintenanceWindowLambdaClientContext
Sourcemodule MaintenanceWindowLambdaParameters = Awso_ssm.Values.MaintenanceWindowLambdaParameters

The parameters for a LAMBDA task type. For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask. LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. For Lambda tasks, Systems Manager ignores any values specified for TaskParameters and LoggingInfo.

Sourcemodule MaintenanceWindowAutomationParameters = Awso_ssm.Values.MaintenanceWindowAutomationParameters

The parameters for an AUTOMATION task type.

Sourcemodule MaintenanceWindowTaskInvocationParameters = Awso_ssm.Values.MaintenanceWindowTaskInvocationParameters

The parameters for task execution.

Sourcemodule GetMaintenanceWindowTaskResult = Awso_ssm.Values.GetMaintenanceWindowTaskResult

Retrieves the details of a maintenance window task. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored. To retrieve a list of tasks in a maintenance window, instead use the DescribeMaintenanceWindowTasks command.

Sourcemodule GetOpsItemRequest = Awso_ssm.Values.GetOpsItemRequest

Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational work items (OpsItems) impacting the performance and health of their Amazon Web Services resources. OpsCenter is integrated with Amazon EventBridge and Amazon CloudWatch. This means you can configure these services to automatically create an OpsItem in OpsCenter when a CloudWatch alarm enters the ALARM state or when EventBridge processes an event from any Amazon Web Services service that publishes events. Configuring Amazon CloudWatch alarms and EventBridge events to automatically create OpsItems allows you to quickly diagnose and remediate issues with Amazon Web Services resources from a single console. To help you diagnose issues, each OpsItem includes contextually relevant information such as the name and ID of the Amazon Web Services resource that generated the OpsItem, alarm or event details, alarm history, and an alarm timeline graph. For the Amazon Web Services resource, OpsCenter aggregates information from Config, CloudTrail logs, and EventBridge, so you don't have to navigate across multiple console pages during your investigation. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcemodule GetOpsItemResponse = Awso_ssm.Values.GetOpsItemResponse

Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcemodule GetOpsMetadataMaxResults = Awso_ssm.Values.GetOpsMetadataMaxResults
Sourcemodule GetOpsMetadataRequest = Awso_ssm.Values.GetOpsMetadataRequest

View operational metadata related to an application in Application Manager.

Sourcemodule GetOpsMetadataResult = Awso_ssm.Values.GetOpsMetadataResult

View operational metadata related to an application in Application Manager.

Sourcemodule OpsDataTypeName = Awso_ssm.Values.OpsDataTypeName
Sourcemodule OpsResultAttribute = Awso_ssm.Values.OpsResultAttribute

The OpsItem data type to return.

Sourcemodule OpsResultAttributeList = Awso_ssm.Values.OpsResultAttributeList
Sourcemodule OpsFilterValue = Awso_ssm.Values.OpsFilterValue
Sourcemodule OpsFilterValueList = Awso_ssm.Values.OpsFilterValueList
Sourcemodule OpsFilterOperatorType = Awso_ssm.Values.OpsFilterOperatorType

A filter for viewing OpsData summaries.

Sourcemodule OpsDataAttributeName = Awso_ssm.Values.OpsDataAttributeName
Sourcemodule OpsAggregatorValueKey = Awso_ssm.Values.OpsAggregatorValueKey
Sourcemodule OpsAggregatorValue = Awso_ssm.Values.OpsAggregatorValue
Sourcemodule OpsAggregatorValueMap = Awso_ssm.Values.OpsAggregatorValueMap
Sourcemodule OpsAggregatorType = Awso_ssm.Values.OpsAggregatorType
module OpsAggregator = Awso_ssm.Values.OpsAggregator

One or more aggregators for viewing counts of OpsData using different dimensions such as Source, CreatedTime, or Source and CreatedTime, to name a few.

module OpsAggregatorList = Awso_ssm.Values.OpsAggregatorList
Sourcemodule GetOpsSummaryRequest = Awso_ssm.Values.GetOpsSummaryRequest

View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.

Sourcemodule OpsEntityItemKey = Awso_ssm.Values.OpsEntityItemKey
Sourcemodule OpsEntityItemEntry = Awso_ssm.Values.OpsEntityItemEntry
Sourcemodule OpsEntityItemEntryList = Awso_ssm.Values.OpsEntityItemEntryList
Sourcemodule OpsEntityItemCaptureTime = Awso_ssm.Values.OpsEntityItemCaptureTime

The OpsData summary.

Sourcemodule OpsEntityItemMap = Awso_ssm.Values.OpsEntityItemMap

The result of the query.

Sourcemodule GetOpsSummaryResult = Awso_ssm.Values.GetOpsSummaryResult

View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.

Sourcemodule GetParameterHistoryRequest = Awso_ssm.Values.GetParameterHistoryRequest

Retrieves the history of all changes to a parameter. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, GetParameterHistory retrieves whatever the original key alias was referencing.

Sourcemodule ParameterLabel = Awso_ssm.Values.ParameterLabel
Sourcemodule ParameterLabelList = Awso_ssm.Values.ParameterLabelList
Sourcemodule PSParameterValue = Awso_ssm.Values.PSParameterValue
Sourcemodule ParameterHistory = Awso_ssm.Values.ParameterHistory

Information about parameter usage.

Sourcemodule ParameterHistoryList = Awso_ssm.Values.ParameterHistoryList

The query key ID isn't valid.

Sourcemodule GetParameterHistoryResult = Awso_ssm.Values.GetParameterHistoryResult

Retrieves the history of all changes to a parameter. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, GetParameterHistory retrieves whatever the original key alias was referencing.

Sourcemodule GetParameterRequest = Awso_ssm.Values.GetParameterRequest

Get information about a single parameter by specifying the parameter name. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error. To get information about more than one parameter at a time, use the GetParameters operation.

Sourcemodule ParameterVersionNotFound = Awso_ssm.Values.ParameterVersionNotFound

The specified parameter version wasn't found. Verify the parameter name and version, and try again.

Sourcemodule PSParameterSelector = Awso_ssm.Values.PSParameterSelector

An Amazon Web Services Systems Manager parameter in Parameter Store.

Sourcemodule GetParameterResult = Awso_ssm.Values.GetParameterResult

Get information about a single parameter by specifying the parameter name. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error. To get information about more than one parameter at a time, use the GetParameters operation.

Sourcemodule GetParametersByPathMaxResults = Awso_ssm.Values.GetParametersByPathMaxResults
Sourcemodule GetParametersByPathRequest = Awso_ssm.Values.GetParametersByPathRequest

Retrieve information about one or more parameters under a specified level in a hierarchy. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

Sourcemodule GetParametersByPathResult = Awso_ssm.Values.GetParametersByPathResult

Retrieve information about one or more parameters under a specified level in a hierarchy. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

Sourcemodule GetParametersRequest = Awso_ssm.Values.GetParametersRequest

Get information about one or more parameters by specifying multiple parameter names. To get information about a single parameter, you can use the GetParameter operation instead. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

Sourcemodule GetParametersResult = Awso_ssm.Values.GetParametersResult

Get information about one or more parameters by specifying multiple parameter names. To get information about a single parameter, you can use the GetParameter operation instead. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

Sourcemodule GetPatchBaselineForPatchGroupRequest = Awso_ssm.Values.GetPatchBaselineForPatchGroupRequest

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

Sourcemodule GetPatchBaselineForPatchGroupResult = Awso_ssm.Values.GetPatchBaselineForPatchGroupResult

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

Sourcemodule GetPatchBaselineRequest = Awso_ssm.Values.GetPatchBaselineRequest

Retrieves information about a patch baseline.

Sourcemodule PatchGroupList = Awso_ssm.Values.PatchGroupList
Sourcemodule GetPatchBaselineResult = Awso_ssm.Values.GetPatchBaselineResult

Retrieves information about a patch baseline.

Sourcemodule ResourcePolicyMaxResults = Awso_ssm.Values.ResourcePolicyMaxResults
Sourcemodule GetResourcePoliciesRequest = Awso_ssm.Values.GetResourcePoliciesRequest

Returns an array of the Policy object.

Sourcemodule GetResourcePoliciesResponseEntry = Awso_ssm.Values.GetResourcePoliciesResponseEntry

A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

Sourcemodule GetResourcePoliciesResponseEntries = Awso_ssm.Values.GetResourcePoliciesResponseEntries
Sourcemodule GetResourcePoliciesResponse = Awso_ssm.Values.GetResourcePoliciesResponse

Returns an array of the Policy object.

Sourcemodule ServiceSettingId = Awso_ssm.Values.ServiceSettingId
Sourcemodule GetServiceSettingRequest = Awso_ssm.Values.GetServiceSettingRequest

The request body of the GetServiceSetting API operation.

Sourcemodule ServiceSettingNotFound = Awso_ssm.Values.ServiceSettingNotFound

The specified service setting wasn't found. Either the service name or the setting hasn't been provisioned by the Amazon Web Services service team.

Sourcemodule ServiceSettingValue = Awso_ssm.Values.ServiceSettingValue
Sourcemodule ServiceSetting = Awso_ssm.Values.ServiceSetting

The service setting data structure. ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature. Services map a SettingId object to a setting value. Amazon Web Services services teams define the default value for a SettingId. You can't create a new SettingId, but you can overwrite the default value if you have the ssm:UpdateServiceSetting permission for the setting. Use the UpdateServiceSetting API operation to change the default setting. Or, use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

Sourcemodule GetServiceSettingResult = Awso_ssm.Values.GetServiceSettingResult

The query result body of the GetServiceSetting API operation.

Sourcemodule HierarchyLevelLimitExceededException = Awso_ssm.Values.HierarchyLevelLimitExceededException

A hierarchy can have a maximum of 15 levels. For more information, see Requirements and constraints for parameter names in the Amazon Web Services Systems Manager User Guide.

Sourcemodule HierarchyTypeMismatchException = Awso_ssm.Values.HierarchyTypeMismatchException

Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you can't change a parameter from a String type to a SecureString type. You must create a new, unique parameter.

Sourcemodule IdempotencyToken = Awso_ssm.Values.IdempotencyToken
Sourcemodule IncompatiblePolicyException = Awso_ssm.Values.IncompatiblePolicyException

There is a conflict in the policies specified for this parameter. You can't, for example, specify two Expiration policies for a parameter. Review your policies, and try again.

Sourcemodule InstanceStatus = Awso_ssm.Values.InstanceStatus

Details about a specific managed node.

Sourcemodule InvalidAllowedPatternException = Awso_ssm.Values.InvalidAllowedPatternException

The request doesn't meet the regular expression requirement.

Sourcemodule InvalidAssociation = Awso_ssm.Values.InvalidAssociation

The association isn't valid or doesn't exist.

Sourcemodule InvalidAutomationExecutionParametersException = Awso_ssm.Values.InvalidAutomationExecutionParametersException

The supplied parameters for invoking the specified Automation runbook are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.

Sourcemodule InvalidAutomationSignalException = Awso_ssm.Values.InvalidAutomationSignalException

The signal isn't valid for the current Automation execution.

Sourcemodule InvalidAutomationStatusUpdateException = Awso_ssm.Values.InvalidAutomationStatusUpdateException

The specified update status operation isn't valid.

Sourcemodule InvalidInventoryItemContextException = Awso_ssm.Values.InvalidInventoryItemContextException

You specified invalid keys or values in the Context attribute for InventoryItem. Verify the keys and values, and try again.

Sourcemodule InvalidItemContentException = Awso_ssm.Values.InvalidItemContentException

One or more content items isn't valid.

Sourcemodule InvalidNotificationConfig = Awso_ssm.Values.InvalidNotificationConfig

One or more configuration items isn't valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon Simple Notification Service topic.

Sourcemodule InvalidOutputFolder = Awso_ssm.Values.InvalidOutputFolder

The S3 bucket doesn't exist.

Sourcemodule InvalidPolicyAttributeException = Awso_ssm.Values.InvalidPolicyAttributeException

A policy attribute or its value is invalid.

Sourcemodule InvalidPolicyTypeException = Awso_ssm.Values.InvalidPolicyTypeException

The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about configuring the IAM role for Run Command notifications, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.

The update isn't valid.

Sourcemodule InventoryItemContentContext = Awso_ssm.Values.InventoryItemContentContext

Information collected from managed nodes based on your inventory policy document

Sourcemodule InventoryItemList = Awso_ssm.Values.InventoryItemList
Sourcemodule ItemContentMismatchException = Awso_ssm.Values.ItemContentMismatchException

The inventory item has invalid content.

Sourcemodule ItemSizeLimitExceededException = Awso_ssm.Values.ItemSizeLimitExceededException

The inventory item size has exceeded the size limit.

Sourcemodule LabelParameterVersionRequest = Awso_ssm.Values.LabelParameterVersionRequest

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Amazon Web Services Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions. Parameter labels have the following requirements and restrictions. A version of a parameter can have a maximum of 10 labels. You can't attach the same label to different versions of the same parameter. For example, if version 1 has the label Production, then you can't attach Production to version 2. You can move a label from one version of a parameter to another. You can't create a label when you create a new parameter. You must attach a label to a specific version of a parameter. 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. A label can have a maximum of 100 characters. Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or underscores (_). Labels can't begin with a number, "aws" or "ssm" (not case sensitive). If a label fails to meet these requirements, then the label isn't associated with a parameter and the system displays it in the list of InvalidLabels. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

Sourcemodule ParameterVersionLabelLimitExceeded = Awso_ssm.Values.ParameterVersionLabelLimitExceeded

A parameter version can have a maximum of ten labels.

Sourcemodule LabelParameterVersionResult = Awso_ssm.Values.LabelParameterVersionResult

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Amazon Web Services Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions. Parameter labels have the following requirements and restrictions. A version of a parameter can have a maximum of 10 labels. You can't attach the same label to different versions of the same parameter. For example, if version 1 has the label Production, then you can't attach Production to version 2. You can move a label from one version of a parameter to another. You can't create a label when you create a new parameter. You must attach a label to a specific version of a parameter. 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. A label can have a maximum of 100 characters. Labels can contain letters (case sensitive), numbers, periods (.), hyphens (-), or underscores (_). Labels can't begin with a number, "aws" or "ssm" (not case sensitive). If a label fails to meet these requirements, then the label isn't associated with a parameter and the system displays it in the list of InvalidLabels. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

Sourcemodule LastResourceDataSyncMessage = Awso_ssm.Values.LastResourceDataSyncMessage
Sourcemodule LastResourceDataSyncStatus = Awso_ssm.Values.LastResourceDataSyncStatus
Sourcemodule LastResourceDataSyncTime = Awso_ssm.Values.LastResourceDataSyncTime
Sourcemodule LastSuccessfulResourceDataSyncTime = Awso_ssm.Values.LastSuccessfulResourceDataSyncTime
Sourcemodule ListAssociationVersionsRequest = Awso_ssm.Values.ListAssociationVersionsRequest

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

Sourcemodule ListAssociationVersionsResult = Awso_ssm.Values.ListAssociationVersionsResult

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

Sourcemodule ListAssociationsRequest = Awso_ssm.Values.ListAssociationsRequest

Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a tool in Amazon Web Services Systems Manager.

Sourcemodule ListAssociationsResult = Awso_ssm.Values.ListAssociationsResult

Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a tool in Amazon Web Services Systems Manager.

Sourcemodule ListCommandInvocationsRequest = Awso_ssm.Values.ListCommandInvocationsRequest

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

Sourcemodule ListCommandInvocationsResult = Awso_ssm.Values.ListCommandInvocationsResult

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

Sourcemodule ListCommandsRequest = Awso_ssm.Values.ListCommandsRequest

Lists the commands requested by users of the Amazon Web Services account.

Sourcemodule ListCommandsResult = Awso_ssm.Values.ListCommandsResult

Lists the commands requested by users of the Amazon Web Services account.

Sourcemodule ListComplianceItemsRequest = Awso_ssm.Values.ListComplianceItemsRequest

For a specified resource ID, this API operation 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.

Sourcemodule ListComplianceItemsResult = Awso_ssm.Values.ListComplianceItemsResult

For a specified resource ID, this API operation 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.

Sourcemodule ListComplianceSummariesRequest = Awso_ssm.Values.ListComplianceSummariesRequest

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.

Sourcemodule ListComplianceSummariesResult = Awso_ssm.Values.ListComplianceSummariesResult

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.

Sourcemodule ListDocumentMetadataHistoryRequest = Awso_ssm.Values.ListDocumentMetadataHistoryRequest

Amazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change. Information about approval reviews for a version of a change template in Change Manager.

Sourcemodule ListDocumentMetadataHistoryResponse = Awso_ssm.Values.ListDocumentMetadataHistoryResponse

Amazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change. Information about approval reviews for a version of a change template in Change Manager.

Sourcemodule ListDocumentVersionsRequest = Awso_ssm.Values.ListDocumentVersionsRequest

List all versions for a document.

Sourcemodule ListDocumentVersionsResult = Awso_ssm.Values.ListDocumentVersionsResult

List all versions for a document.

Sourcemodule ListDocumentsRequest = Awso_ssm.Values.ListDocumentsRequest

Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.

Sourcemodule ListDocumentsResult = Awso_ssm.Values.ListDocumentsResult

Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.

Sourcemodule ListInventoryEntriesRequest = Awso_ssm.Values.ListInventoryEntriesRequest

A list of inventory items returned by the request.

Sourcemodule ListInventoryEntriesResult = Awso_ssm.Values.ListInventoryEntriesResult

A list of inventory items returned by the request.

Sourcemodule NodeFilterValue = Awso_ssm.Values.NodeFilterValue
Sourcemodule NodeFilterValueList = Awso_ssm.Values.NodeFilterValueList
Sourcemodule NodeFilterOperatorType = Awso_ssm.Values.NodeFilterOperatorType

The filters for the operation.

Sourcemodule NodeFilterList = Awso_ssm.Values.NodeFilterList
Sourcemodule ListNodesRequest = Awso_ssm.Values.ListNodesRequest

Takes in filters and returns a list of managed nodes matching the filter criteria.

Sourcemodule UnsupportedOperationException = Awso_ssm.Values.UnsupportedOperationException

This operation is not supported for the current account. You must first enable the Systems Manager integrated experience in your account.

Information about a managed node's type.

Sourcemodule NodeOrganizationalUnitPath = Awso_ssm.Values.NodeOrganizationalUnitPath
Sourcemodule NodeOrganizationalUnitId = Awso_ssm.Values.NodeOrganizationalUnitId

Information about ownership of a managed node.

Sourcemodule NodeCaptureTime = Awso_ssm.Values.NodeCaptureTime

Details about an individual managed node.

Sourcemodule ListNodesResult = Awso_ssm.Values.ListNodesResult

Takes in filters and returns a list of managed nodes matching the filter criteria.

Sourcemodule NodeAttributeName = Awso_ssm.Values.NodeAttributeName
Sourcemodule NodeAggregatorType = Awso_ssm.Values.NodeAggregatorType
module NodeAggregator = Awso_ssm.Values.NodeAggregator

One or more aggregators for viewing counts of nodes using different dimensions.

module NodeAggregatorList = Awso_ssm.Values.NodeAggregatorList
Sourcemodule ListNodesSummaryRequest = Awso_ssm.Values.ListNodesSummaryRequest

Generates a summary of managed instance/node metadata based on the filters and aggregators you specify. Results are grouped by the input aggregator you specify.

Sourcemodule NodeSummaryList = Awso_ssm.Values.NodeSummaryList
Sourcemodule ListNodesSummaryResult = Awso_ssm.Values.ListNodesSummaryResult

Generates a summary of managed instance/node metadata based on the filters and aggregators you specify. Results are grouped by the input aggregator you specify.

Sourcemodule OpsItemEventMaxResults = Awso_ssm.Values.OpsItemEventMaxResults
Sourcemodule OpsItemEventFilterValue = Awso_ssm.Values.OpsItemEventFilterValue
Sourcemodule OpsItemEventFilterValues = Awso_ssm.Values.OpsItemEventFilterValues
Sourcemodule OpsItemEventFilterOperator = Awso_ssm.Values.OpsItemEventFilterOperator
Sourcemodule OpsItemEventFilterKey = Awso_ssm.Values.OpsItemEventFilterKey
Sourcemodule OpsItemEventFilter = Awso_ssm.Values.OpsItemEventFilter

Describes a filter for a specific list of OpsItem events. You can filter event information by using tags. You specify tags by using a key-value pair mapping.

Sourcemodule OpsItemEventFilters = Awso_ssm.Values.OpsItemEventFilters
Sourcemodule ListOpsItemEventsRequest = Awso_ssm.Values.ListOpsItemEventsRequest

Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.

Sourcemodule OpsItemIdentity = Awso_ssm.Values.OpsItemIdentity

Information about the user or resource that created an OpsItem event.

Sourcemodule OpsItemEventSummary = Awso_ssm.Values.OpsItemEventSummary

Summary information about an OpsItem event or that associated an OpsItem with a related item.

Sourcemodule OpsItemEventSummaries = Awso_ssm.Values.OpsItemEventSummaries
Sourcemodule ListOpsItemEventsResponse = Awso_ssm.Values.ListOpsItemEventsResponse

Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.

Sourcemodule OpsItemRelatedItemsMaxResults = Awso_ssm.Values.OpsItemRelatedItemsMaxResults
Sourcemodule OpsItemRelatedItemsFilterValue = Awso_ssm.Values.OpsItemRelatedItemsFilterValue
Sourcemodule OpsItemRelatedItemsFilterValues = Awso_ssm.Values.OpsItemRelatedItemsFilterValues
Sourcemodule OpsItemRelatedItemsFilterOperator = Awso_ssm.Values.OpsItemRelatedItemsFilterOperator
Sourcemodule OpsItemRelatedItemsFilterKey = Awso_ssm.Values.OpsItemRelatedItemsFilterKey
Sourcemodule OpsItemRelatedItemsFilter = Awso_ssm.Values.OpsItemRelatedItemsFilter

Describes a filter for a specific list of related-item resources.

Sourcemodule OpsItemRelatedItemsFilters = Awso_ssm.Values.OpsItemRelatedItemsFilters
Sourcemodule ListOpsItemRelatedItemsRequest = Awso_ssm.Values.ListOpsItemRelatedItemsRequest

Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a tool in Amazon Web Services Systems Manager.

Sourcemodule OpsItemRelatedItemSummary = Awso_ssm.Values.OpsItemRelatedItemSummary

Summary information about related-item resources for an OpsItem.

Sourcemodule OpsItemRelatedItemSummaries = Awso_ssm.Values.OpsItemRelatedItemSummaries
Sourcemodule ListOpsItemRelatedItemsResponse = Awso_ssm.Values.ListOpsItemRelatedItemsResponse

Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a tool in Amazon Web Services Systems Manager.

Sourcemodule ListOpsMetadataMaxResults = Awso_ssm.Values.ListOpsMetadataMaxResults
Sourcemodule OpsMetadataFilterValue = Awso_ssm.Values.OpsMetadataFilterValue
Sourcemodule OpsMetadataFilterValueList = Awso_ssm.Values.OpsMetadataFilterValueList
Sourcemodule OpsMetadataFilterKey = Awso_ssm.Values.OpsMetadataFilterKey
Sourcemodule OpsMetadataFilter = Awso_ssm.Values.OpsMetadataFilter

A filter to limit the number of OpsMetadata objects displayed.

Sourcemodule OpsMetadataFilterList = Awso_ssm.Values.OpsMetadataFilterList
Sourcemodule ListOpsMetadataRequest = Awso_ssm.Values.ListOpsMetadataRequest

Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.

Operational metadata for an application in Application Manager.

Sourcemodule OpsMetadataList = Awso_ssm.Values.OpsMetadataList
Sourcemodule ListOpsMetadataResult = Awso_ssm.Values.ListOpsMetadataResult

Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.

Sourcemodule ListResourceComplianceSummariesRequest = Awso_ssm.Values.ListResourceComplianceSummariesRequest

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.

Sourcemodule ResourceComplianceSummaryItem = Awso_ssm.Values.ResourceComplianceSummaryItem

Compliance summary information for a specific resource.

Sourcemodule ResourceComplianceSummaryItemList = Awso_ssm.Values.ResourceComplianceSummaryItemList
Sourcemodule ListResourceComplianceSummariesResult = Awso_ssm.Values.ListResourceComplianceSummariesResult

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.

Sourcemodule ListResourceDataSyncRequest = Awso_ssm.Values.ListResourceDataSyncRequest

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed. The number of sync configurations might be too large to return using a single call to ListResourceDataSync. You can limit the number of sync configurations returned by using the MaxResults parameter. To determine whether there are more sync configurations to list, check the value of NextToken in the output. If there are more sync configurations to list, you can request them by specifying the NextToken returned in the call to the parameter of a subsequent call.

Sourcemodule ResourceDataSyncState = Awso_ssm.Values.ResourceDataSyncState
Sourcemodule ResourceDataSyncSourceWithState = Awso_ssm.Values.ResourceDataSyncSourceWithState

The data type name for including resource data sync state. There are four sync states: OrganizationNotExists (Your organization doesn't exist) NoPermissions (The system can't locate the service-linked role. This role is automatically created when a user creates a resource data sync in Amazon Web Services Systems Manager Explorer.) InvalidOrganizationalUnit (You specified or selected an invalid unit in the resource data sync configuration.) TrustedAccessDisabled (You disabled Systems Manager access in the organization in Organizations.)

Sourcemodule ResourceDataSyncLastModifiedTime = Awso_ssm.Values.ResourceDataSyncLastModifiedTime
Sourcemodule ResourceDataSyncCreatedTime = Awso_ssm.Values.ResourceDataSyncCreatedTime
Sourcemodule ResourceDataSyncItem = Awso_ssm.Values.ResourceDataSyncItem

Information about a resource data sync configuration, including its current status and last successful sync.

Sourcemodule ResourceDataSyncItemList = Awso_ssm.Values.ResourceDataSyncItemList
Sourcemodule ListResourceDataSyncResult = Awso_ssm.Values.ListResourceDataSyncResult

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed. The number of sync configurations might be too large to return using a single call to ListResourceDataSync. You can limit the number of sync configurations returned by using the MaxResults parameter. To determine whether there are more sync configurations to list, check the value of NextToken in the output. If there are more sync configurations to list, you can request them by specifying the NextToken returned in the call to the parameter of a subsequent call.

Sourcemodule ListTagsForResourceRequest = Awso_ssm.Values.ListTagsForResourceRequest

Returns a list of the tags assigned to the specified resource. For information about the ID format for each supported resource type, see AddTagsToResource.

Sourcemodule ListTagsForResourceResult = Awso_ssm.Values.ListTagsForResourceResult

Returns a list of the tags assigned to the specified resource. For information about the ID format for each supported resource type, see AddTagsToResource.

Sourcemodule MetadataKeysToDeleteList = Awso_ssm.Values.MetadataKeysToDeleteList
Sourcemodule ModifyDocumentPermissionRequest = Awso_ssm.Values.ModifyDocumentPermissionRequest

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

Sourcemodule ModifyDocumentPermissionResponse = Awso_ssm.Values.ModifyDocumentPermissionResponse

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

Sourcemodule OpsItemOpsDataKeysList = Awso_ssm.Values.OpsItemOpsDataKeysList
Sourcemodule OpsMetadataKeyLimitExceededException = Awso_ssm.Values.OpsMetadataKeyLimitExceededException

The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.

Sourcemodule ParameterAlreadyExists = Awso_ssm.Values.ParameterAlreadyExists

The parameter already exists. You can't create duplicate parameters.

Sourcemodule ParameterLimitExceeded = Awso_ssm.Values.ParameterLimitExceeded

You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more parameters and try again.

Sourcemodule ParameterMaxVersionLimitExceeded = Awso_ssm.Values.ParameterMaxVersionLimitExceeded

Parameter Store retains the 100 most recently created versions of a parameter. After this number of versions has been created, Parameter Store deletes the oldest version when a new one is created. However, if the oldest version has a label attached to it, Parameter Store won't delete the version and instead presents this error message: An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter operation: You attempted to create a new version of parameter-name by calling the PutParameter API with the overwrite flag. Version version-number, the oldest version, can't be deleted because it has a label associated with it. Move the label to another version of the parameter, and try again. This safeguard is to prevent parameter versions with mission critical labels assigned to them from being deleted. To continue creating new parameters, first move the label from the oldest version of the parameter to a newer one for use in your operations. For information about moving parameter labels, see Move a parameter label (console) or Move a parameter label (CLI) in the Amazon Web Services Systems Manager User Guide.

Sourcemodule ParameterPatternMismatchException = Awso_ssm.Values.ParameterPatternMismatchException

The parameter name isn't valid.

Sourcemodule ParameterPolicies = Awso_ssm.Values.ParameterPolicies
Sourcemodule PoliciesLimitExceededException = Awso_ssm.Values.PoliciesLimitExceededException

You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.

Sourcemodule PutComplianceItemsRequest = Awso_ssm.Values.PutComplianceItemsRequest

Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following: ExecutionId: The execution ID when the patch, association, or custom compliance item was applied. ExecutionType: Specify patch, association, or Custom:string. ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node. For State Manager associations, this represents the time when compliance status was captured by the Systems Manager service during its internal compliance aggregation workflow, not necessarily when the association was executed on the managed node. State Manager updates compliance information for all associations on an instance whenever any association executes, which may result in multiple associations showing the same execution time. Id: The patch, association, or custom compliance ID. Title: A title. Status: The status of the compliance item. For example, approved for patches, or Failed for associations. Severity: A patch severity. For example, Critical. DocumentName: An SSM document name. For example, AWS-RunPatchBaseline. DocumentVersion: An SSM document version number. For example, 4. Classification: A patch classification. For example, security updates. PatchBaselineId: A patch baseline ID. PatchSeverity: A patch severity. For example, Critical. PatchState: A patch state. For example, InstancesWithFailedPatches. PatchGroup: The name of a patch group. InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

Sourcemodule TotalSizeLimitExceededException = Awso_ssm.Values.TotalSizeLimitExceededException

The size of inventory data has exceeded the total size limit for the resource.

Sourcemodule PutComplianceItemsResult = Awso_ssm.Values.PutComplianceItemsResult

Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request. ComplianceType can be one of the following: ExecutionId: The execution ID when the patch, association, or custom compliance item was applied. ExecutionType: Specify patch, association, or Custom:string. ExecutionTime. The time the patch, association, or custom compliance item was applied to the managed node. For State Manager associations, this represents the time when compliance status was captured by the Systems Manager service during its internal compliance aggregation workflow, not necessarily when the association was executed on the managed node. State Manager updates compliance information for all associations on an instance whenever any association executes, which may result in multiple associations showing the same execution time. Id: The patch, association, or custom compliance ID. Title: A title. Status: The status of the compliance item. For example, approved for patches, or Failed for associations. Severity: A patch severity. For example, Critical. DocumentName: An SSM document name. For example, AWS-RunPatchBaseline. DocumentVersion: An SSM document version number. For example, 4. Classification: A patch classification. For example, security updates. PatchBaselineId: A patch baseline ID. PatchSeverity: A patch severity. For example, Critical. PatchState: A patch state. For example, InstancesWithFailedPatches. PatchGroup: The name of a patch group. InstalledTime: The time the association, patch, or custom compliance item was applied to the resource. Specify the time by using the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

Sourcemodule PutInventoryMessage = Awso_ssm.Values.PutInventoryMessage
Sourcemodule PutInventoryRequest = Awso_ssm.Values.PutInventoryRequest

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

Sourcemodule UnsupportedInventorySchemaVersionException = Awso_ssm.Values.UnsupportedInventorySchemaVersionException

Inventory item type schema version has to match supported versions in the service. Check output of GetInventorySchema to see the available schema version for each type.

Sourcemodule UnsupportedInventoryItemContextException = Awso_ssm.Values.UnsupportedInventoryItemContextException

The Context attribute that you specified for the InventoryItem isn't allowed for this inventory type. You can only use the Context attribute with inventory types like AWS:ComplianceItem.

Sourcemodule SubTypeCountLimitExceededException = Awso_ssm.Values.SubTypeCountLimitExceededException

The sub-type count exceeded the limit for the inventory type.

Sourcemodule PutInventoryResult = Awso_ssm.Values.PutInventoryResult

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

Sourcemodule PutParameterRequest = Awso_ssm.Values.PutParameterRequest

Create or update a parameter in Parameter Store.

Sourcemodule UnsupportedParameterType = Awso_ssm.Values.UnsupportedParameterType

The parameter type isn't supported.

Sourcemodule PutParameterResult = Awso_ssm.Values.PutParameterResult

Create or update a parameter in Parameter Store.

Sourcemodule PutResourcePolicyRequest = Awso_ssm.Values.PutResourcePolicyRequest

Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). To share a parameter, it must be in the advanced parameter tier. For information about parameter tiers, see Managing parameter tiers. For information about changing an existing standard parameter to an advanced parameter, see Changing a standard parameter to an advanced parameter. To share a SecureString parameter, it must be encrypted with a customer managed key, and you must share the key separately through Key Management Service. Amazon Web Services managed keys cannot be shared. Parameters encrypted with the default Amazon Web Services managed key can be updated to use a customer managed key instead. For KMS key definitions, see KMS concepts in the Key Management Service Developer Guide. While you can share a parameter using the Systems Manager PutResourcePolicy operation, we recommend using Resource Access Manager (RAM) instead. This is because using PutResourcePolicy requires the extra step of promoting the parameter to a standard RAM Resource Share using the RAM PromoteResourceShareCreatedFromPolicy API operation. Otherwise, the parameter won't be returned by the Systems Manager DescribeParameters API operation using the --shared option. For more information, see Sharing a parameter in the Amazon Web Services Systems Manager User Guide

Sourcemodule ResourcePolicyLimitExceededException = Awso_ssm.Values.ResourcePolicyLimitExceededException

The PutResourcePolicy API action enforces two limits. A policy can't be greater than 1024 bytes in size. And only one policy can be attached to OpsItemGroup. Verify these limits and try again.

Sourcemodule PutResourcePolicyResponse = Awso_ssm.Values.PutResourcePolicyResponse

Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). To share a parameter, it must be in the advanced parameter tier. For information about parameter tiers, see Managing parameter tiers. For information about changing an existing standard parameter to an advanced parameter, see Changing a standard parameter to an advanced parameter. To share a SecureString parameter, it must be encrypted with a customer managed key, and you must share the key separately through Key Management Service. Amazon Web Services managed keys cannot be shared. Parameters encrypted with the default Amazon Web Services managed key can be updated to use a customer managed key instead. For KMS key definitions, see KMS concepts in the Key Management Service Developer Guide. While you can share a parameter using the Systems Manager PutResourcePolicy operation, we recommend using Resource Access Manager (RAM) instead. This is because using PutResourcePolicy requires the extra step of promoting the parameter to a standard RAM Resource Share using the RAM PromoteResourceShareCreatedFromPolicy API operation. Otherwise, the parameter won't be returned by the Systems Manager DescribeParameters API operation using the --shared option. For more information, see Sharing a parameter in the Amazon Web Services Systems Manager User Guide

Sourcemodule RegisterDefaultPatchBaselineRequest = Awso_ssm.Values.RegisterDefaultPatchBaselineRequest

Defines the default patch baseline for the relevant operating system. To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline Amazon Resource Name (ARN) as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.

Sourcemodule RegisterDefaultPatchBaselineResult = Awso_ssm.Values.RegisterDefaultPatchBaselineResult

Defines the default patch baseline for the relevant operating system. To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline Amazon Resource Name (ARN) as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.

Sourcemodule RegisterPatchBaselineForPatchGroupRequest = Awso_ssm.Values.RegisterPatchBaselineForPatchGroupRequest

Registers a patch baseline for a patch group.

Sourcemodule RegisterPatchBaselineForPatchGroupResult = Awso_ssm.Values.RegisterPatchBaselineForPatchGroupResult

Registers a patch baseline for a patch group.

Sourcemodule RegisterTargetWithMaintenanceWindowRequest = Awso_ssm.Values.RegisterTargetWithMaintenanceWindowRequest

Registers a target with a maintenance window.

Sourcemodule RegisterTargetWithMaintenanceWindowResult = Awso_ssm.Values.RegisterTargetWithMaintenanceWindowResult

Registers a target with a maintenance window.

Sourcemodule RegisterTaskWithMaintenanceWindowRequest = Awso_ssm.Values.RegisterTaskWithMaintenanceWindowRequest

Adds a new task to a maintenance window.

Sourcemodule RegisterTaskWithMaintenanceWindowResult = Awso_ssm.Values.RegisterTaskWithMaintenanceWindowResult

Adds a new task to a maintenance window.

Sourcemodule RemoveTagsFromResourceRequest = Awso_ssm.Values.RemoveTagsFromResourceRequest

Removes tag keys from the specified resource.

Sourcemodule RemoveTagsFromResourceResult = Awso_ssm.Values.RemoveTagsFromResourceResult

Removes tag keys from the specified resource.

Sourcemodule ResetServiceSettingRequest = Awso_ssm.Values.ResetServiceSettingRequest

The request body of the ResetServiceSetting API operation.

Sourcemodule ResetServiceSettingResult = Awso_ssm.Values.ResetServiceSettingResult

The result body of the ResetServiceSetting API operation.

Sourcemodule ResourceDataSyncConflictException = Awso_ssm.Values.ResourceDataSyncConflictException

Another UpdateResourceDataSync request is being processed. Wait a few minutes and try again.

Sourcemodule ResumeSessionRequest = Awso_ssm.Values.ResumeSessionRequest

Reconnects a session to a managed node 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 isn't intended for any other use.

Sourcemodule ResumeSessionResponse = Awso_ssm.Values.ResumeSessionResponse

Reconnects a session to a managed node 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 isn't intended for any other use.

Sourcemodule SendAutomationSignalRequest = Awso_ssm.Values.SendAutomationSignalRequest

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

Sourcemodule SendAutomationSignalResult = Awso_ssm.Values.SendAutomationSignalResult

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

Sourcemodule SendCommandRequest = Awso_ssm.Values.SendCommandRequest

Runs commands on one or more managed nodes.

Sourcemodule SendCommandResult = Awso_ssm.Values.SendCommandResult

Runs commands on one or more managed nodes.

Sourcemodule ServiceQuotaExceededException = Awso_ssm.Values.ServiceQuotaExceededException

The request exceeds the service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.

Sourcemodule SessionManagerParameterName = Awso_ssm.Values.SessionManagerParameterName
Sourcemodule SessionManagerParameterValue = Awso_ssm.Values.SessionManagerParameterValue
Sourcemodule SessionManagerParameterValueList = Awso_ssm.Values.SessionManagerParameterValueList
Sourcemodule SessionManagerParameters = Awso_ssm.Values.SessionManagerParameters
Sourcemodule StartAccessRequestRequest = Awso_ssm.Values.StartAccessRequestRequest

Starts the workflow for just-in-time node access sessions.

Sourcemodule StartAccessRequestResponse = Awso_ssm.Values.StartAccessRequestResponse

Starts the workflow for just-in-time node access sessions.

Sourcemodule StartAssociationsOnceRequest = Awso_ssm.Values.StartAssociationsOnceRequest

Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.

Sourcemodule StartAssociationsOnceResult = Awso_ssm.Values.StartAssociationsOnceResult

Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.

Sourcemodule StartAutomationExecutionRequest = Awso_ssm.Values.StartAutomationExecutionRequest

Initiates execution of an Automation runbook.

Sourcemodule StartAutomationExecutionResult = Awso_ssm.Values.StartAutomationExecutionResult

Initiates execution of an Automation runbook.

Sourcemodule StartChangeRequestExecutionRequest = Awso_ssm.Values.StartChangeRequestExecutionRequest

Amazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change. Creates a change request for Change Manager. The Automation runbooks specified in the change request run only after all required approvals for the change request have been received.

Sourcemodule StartChangeRequestExecutionResult = Awso_ssm.Values.StartChangeRequestExecutionResult

Amazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change. Creates a change request for Change Manager. The Automation runbooks specified in the change request run only after all required approvals for the change request have been received.

Sourcemodule StartExecutionPreviewRequest = Awso_ssm.Values.StartExecutionPreviewRequest

Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources.

Sourcemodule StartExecutionPreviewResponse = Awso_ssm.Values.StartExecutionPreviewResponse

Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources.

Sourcemodule StartSessionRequest = Awso_ssm.Values.StartSessionRequest

Initiates a connection to a target (for example, a managed node) 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. Amazon Web Services CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the Amazon Web Services CLI in the Amazon Web Services Systems Manager User Guide. Amazon Web Services Tools for PowerShell usage: Start-SSMSession isn't currently supported by Amazon Web Services Tools for PowerShell on Windows local machines.

Sourcemodule TargetNotConnected = Awso_ssm.Values.TargetNotConnected

The specified target managed node for the session isn't fully configured for use with Session Manager. For more information, see Setting up Session Manager in the Amazon Web Services Systems Manager User Guide. This error is also returned if you attempt to start a session on a managed node that is located in a different account or Region

Sourcemodule StartSessionResponse = Awso_ssm.Values.StartSessionResponse

Initiates a connection to a target (for example, a managed node) 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. Amazon Web Services CLI usage: start-session is an interactive command that requires the Session Manager plugin to be installed on the client machine making the call. For information, see Install the Session Manager plugin for the Amazon Web Services CLI in the Amazon Web Services Systems Manager User Guide. Amazon Web Services Tools for PowerShell usage: Start-SSMSession isn't currently supported by Amazon Web Services Tools for PowerShell on Windows local machines.

Sourcemodule StatusUnchanged = Awso_ssm.Values.StatusUnchanged

The updated status is the same as the current status.

Sourcemodule StopAutomationExecutionRequest = Awso_ssm.Values.StopAutomationExecutionRequest

Stop an Automation that is currently running.

Sourcemodule StopAutomationExecutionResult = Awso_ssm.Values.StopAutomationExecutionResult

Stop an Automation that is currently running.

Sourcemodule TerminateSessionRequest = Awso_ssm.Values.TerminateSessionRequest

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node. A terminated session can't be resumed.

Sourcemodule TerminateSessionResponse = Awso_ssm.Values.TerminateSessionResponse

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node. A terminated session can't be resumed.

Sourcemodule UnlabelParameterVersionRequest = Awso_ssm.Values.UnlabelParameterVersionRequest

Remove a label or labels from a parameter. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

Sourcemodule UnlabelParameterVersionResult = Awso_ssm.Values.UnlabelParameterVersionResult

Remove a label or labels from a parameter. Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

Sourcemodule UpdateAssociationRequest = Awso_ssm.Values.UpdateAssociationRequest

Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call. In order to call this API operation, a user, group, or role must be granted permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn> When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval parameter to run the association during the next schedule run.

Sourcemodule UpdateAssociationResult = Awso_ssm.Values.UpdateAssociationResult

Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call. In order to call this API operation, a user, group, or role must be granted permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn> When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval parameter to run the association during the next schedule run.

Sourcemodule UpdateAssociationStatusRequest = Awso_ssm.Values.UpdateAssociationStatusRequest

Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.

Sourcemodule UpdateAssociationStatusResult = Awso_ssm.Values.UpdateAssociationStatusResult

Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node. UpdateAssociationStatus is primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with the InstanceId legacy parameter.

Sourcemodule UpdateDocumentDefaultVersionRequest = Awso_ssm.Values.UpdateDocumentDefaultVersionRequest

Set the default version of a document. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

Sourcemodule UpdateDocumentDefaultVersionResult = Awso_ssm.Values.UpdateDocumentDefaultVersionResult

Set the default version of a document. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

Sourcemodule UpdateDocumentMetadataRequest = Awso_ssm.Values.UpdateDocumentMetadataRequest

Amazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change. Updates information related to approval reviews for a specific version of a change template in Change Manager.

Sourcemodule UpdateDocumentMetadataResponse = Awso_ssm.Values.UpdateDocumentMetadataResponse

Amazon Web Services Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services Systems Manager Change Manager availability change. Updates information related to approval reviews for a specific version of a change template in Change Manager.

Sourcemodule UpdateDocumentRequest = Awso_ssm.Values.UpdateDocumentRequest

Updates one or more values for an SSM document.

Sourcemodule UpdateDocumentResult = Awso_ssm.Values.UpdateDocumentResult

Updates one or more values for an SSM document.

Sourcemodule UpdateMaintenanceWindowRequest = Awso_ssm.Values.UpdateMaintenanceWindowRequest

Updates an existing maintenance window. Only specified parameters are modified. The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

Sourcemodule UpdateMaintenanceWindowResult = Awso_ssm.Values.UpdateMaintenanceWindowResult

Updates an existing maintenance window. Only specified parameters are modified. The value you specify for Duration determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff is one hour, no maintenance window tasks can start after 5 PM.

Sourcemodule UpdateMaintenanceWindowTargetRequest = Awso_ssm.Values.UpdateMaintenanceWindowTargetRequest

Modifies the target of an existing maintenance window. You can change the following: Name Description Owner IDs for an ID target Tags for a Tag target 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. If a parameter is null, then the corresponding field isn't modified.

Sourcemodule UpdateMaintenanceWindowTargetResult = Awso_ssm.Values.UpdateMaintenanceWindowTargetResult

Modifies the target of an existing maintenance window. You can change the following: Name Description Owner IDs for an ID target Tags for a Tag target 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. If a parameter is null, then the corresponding field isn't modified.

Sourcemodule UpdateMaintenanceWindowTaskRequest = Awso_ssm.Values.UpdateMaintenanceWindowTaskRequest

Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values: TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript. ServiceRoleArn TaskInvocationParameters Priority MaxConcurrency MaxErrors 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, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets in the Amazon Web Services Systems Manager User Guide. If the value for a parameter in UpdateMaintenanceWindowTask is null, then the corresponding field isn't modified. If you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow operation are required for this request. Optional fields that aren't specified are set to null. When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you don't specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.

Sourcemodule UpdateMaintenanceWindowTaskResult = Awso_ssm.Values.UpdateMaintenanceWindowTaskResult

Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values: TaskARN. For example, you can change a RUN_COMMAND task from AWS-RunPowerShellScript to AWS-RunShellScript. ServiceRoleArn TaskInvocationParameters Priority MaxConcurrency MaxErrors 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, Lambda, and Step Functions). For more information about running tasks that don't specify targets, see Registering maintenance window tasks without targets in the Amazon Web Services Systems Manager User Guide. If the value for a parameter in UpdateMaintenanceWindowTask is null, then the corresponding field isn't modified. If you set Replace to true, then all fields required by the RegisterTaskWithMaintenanceWindow operation are required for this request. Optional fields that aren't specified are set to null. When you update a maintenance window task that has options specified in TaskInvocationParameters, you must provide again all the TaskInvocationParameters values that you want to retain. The values you don't specify again are removed. For example, suppose that when you registered a Run Command task, you specified TaskInvocationParameters values for Comment, NotificationConfig, and OutputS3BucketName. If you update the maintenance window task and specify only a different OutputS3BucketName value, the values for Comment and NotificationConfig are removed.

Sourcemodule UpdateManagedInstanceRoleRequest = Awso_ssm.Values.UpdateManagedInstanceRoleRequest

Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see CreateActivation.

Sourcemodule UpdateManagedInstanceRoleResult = Awso_ssm.Values.UpdateManagedInstanceRoleResult

Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see CreateActivation.

Sourcemodule UpdateOpsItemRequest = Awso_ssm.Values.UpdateOpsItemRequest

Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcemodule UpdateOpsItemResponse = Awso_ssm.Values.UpdateOpsItemResponse

Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcemodule UpdateOpsMetadataRequest = Awso_ssm.Values.UpdateOpsMetadataRequest

Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.

Sourcemodule UpdateOpsMetadataResult = Awso_ssm.Values.UpdateOpsMetadataResult

Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.

Sourcemodule UpdatePatchBaselineRequest = Awso_ssm.Values.UpdatePatchBaselineRequest

Modifies an existing patch baseline. Fields not specified in the request are left unchanged. For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Sourcemodule UpdatePatchBaselineResult = Awso_ssm.Values.UpdatePatchBaselineResult

Modifies an existing patch baseline. Fields not specified in the request are left unchanged. For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.

Sourcemodule UpdateResourceDataSyncRequest = Awso_ssm.Values.UpdateResourceDataSyncRequest

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 Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one. This API operation only supports a resource data sync that was created with a SyncFromSource SyncType.

Sourcemodule UpdateResourceDataSyncResult = Awso_ssm.Values.UpdateResourceDataSyncResult

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 Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one. This API operation only supports a resource data sync that was created with a SyncFromSource SyncType.

Sourcemodule UpdateServiceSettingRequest = Awso_ssm.Values.UpdateServiceSettingRequest

The request body of the UpdateServiceSetting API operation.

Sourcemodule UpdateServiceSettingResult = Awso_ssm.Values.UpdateServiceSettingResult

The result body of the UpdateServiceSetting API operation.