'2.0', 'service' => '

Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.

This reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see Setting up Amazon Web Services Systems Manager.

Related resources

', 'operations' => [ 'AddTagsToResource' => '

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:

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 Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.

', 'AssociateOpsItemRelatedItem' => '

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 capabilities of Amazon Web Services Systems Manager.

', 'CancelCommand' => '

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

', 'CancelMaintenanceWindowExecution' => '

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.

', 'CreateActivation' => '

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 capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid 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.

', 'CreateAssociation' => '

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 capability of 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.

', 'CreateAssociationBatch' => '

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.

', 'CreateDocument' => '

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.

', 'CreateMaintenanceWindow' => '

Creates a new maintenance window.

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

', 'CreateOpsItem' => '

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.

', 'CreateOpsMetadata' => '

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.

', 'CreatePatchBaseline' => '

Creates a patch baseline.

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

', 'CreateResourceDataSync' => '

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 Configuring 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.

', 'DeleteActivation' => '

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.

', 'DeleteAssociation' => '

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.

', 'DeleteDocument' => '

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.

', 'DeleteInventory' => '

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

', 'DeleteMaintenanceWindow' => '

Deletes a maintenance window.

', 'DeleteOpsMetadata' => '

Delete OpsMetadata related to an application.

', 'DeleteParameter' => '

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

', 'DeleteParameters' => '

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

', 'DeletePatchBaseline' => '

Deletes a patch baseline.

', 'DeleteResourceDataSync' => '

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.

', 'DeleteResourcePolicy' => '

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. 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).

', 'DeregisterManagedInstance' => '

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

', 'DeregisterPatchBaselineForPatchGroup' => '

Removes a patch group from a patch baseline.

', 'DeregisterTargetFromMaintenanceWindow' => '

Removes a target from a maintenance window.

', 'DeregisterTaskFromMaintenanceWindow' => '

Removes a task from a maintenance window.

', 'DescribeActivations' => '

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.

', 'DescribeAssociation' => '

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.

', 'DescribeAssociationExecutionTargets' => '

Views information about a specific execution of a specific association.

', 'DescribeAssociationExecutions' => '

Views all executions for a specific association ID.

', 'DescribeAutomationExecutions' => '

Provides details about all active and terminated Automation executions.

', 'DescribeAutomationStepExecutions' => '

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

', 'DescribeAvailablePatches' => '

Lists all patches eligible to be included in a patch baseline.

', 'DescribeDocument' => '

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

', 'DescribeDocumentPermission' => '

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).

', 'DescribeEffectiveInstanceAssociations' => '

All associations for the managed node(s).

', 'DescribeEffectivePatchesForPatchBaseline' => '

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

', 'DescribeInstanceAssociationsStatus' => '

The status of the associations for the managed node(s).

', 'DescribeInstanceInformation' => '

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 Identity and Access Management (IAM) role assigned to on-premises managed nodes. This operation does not return the IAM role for EC2 instances.

', 'DescribeInstancePatchStates' => '

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

', 'DescribeInstancePatchStatesForPatchGroup' => '

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

', 'DescribeInstancePatches' => '

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

', 'DescribeInventoryDeletions' => '

Describes a specific delete inventory operation.

', 'DescribeMaintenanceWindowExecutionTaskInvocations' => '

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

', 'DescribeMaintenanceWindowExecutionTasks' => '

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

', 'DescribeMaintenanceWindowExecutions' => '

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.

', 'DescribeMaintenanceWindowSchedule' => '

Retrieves information about upcoming executions of a maintenance window.

', 'DescribeMaintenanceWindowTargets' => '

Lists the targets registered with the maintenance window.

', 'DescribeMaintenanceWindowTasks' => '

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.

', 'DescribeMaintenanceWindows' => '

Retrieves the maintenance windows in an Amazon Web Services account.

', 'DescribeMaintenanceWindowsForTarget' => '

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

', 'DescribeOpsItems' => '

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 OpsCenter in the Amazon Web Services Systems Manager User Guide.

', 'DescribeParameters' => '

Get information about a parameter.

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

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.

', 'DescribePatchBaselines' => '

Lists the patch baselines in your Amazon Web Services account.

', 'DescribePatchGroupState' => '

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

', 'DescribePatchGroups' => '

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

', 'DescribePatchProperties' => '

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

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

', 'DescribeSessions' => '

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

', 'DisassociateOpsItemRelatedItem' => '

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 capability of Amazon Web Services Systems Manager.

', 'GetAutomationExecution' => '

Get detailed information about a particular Automation execution.

', 'GetCalendarState' => '

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 capability of Amazon Web Services Systems Manager, see Amazon Web Services Systems Manager Change Calendar in the Amazon Web Services Systems Manager User Guide.

', 'GetCommandInvocation' => '

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

GetCommandInvocation only gives the execution status of a plugin in a document. To get the command execution status on a specific managed node, use ListCommandInvocations. To get the command execution status across managed nodes, use ListCommands.

', 'GetConnectionStatus' => '

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

', 'GetDefaultPatchBaseline' => '

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.

', 'GetDeployablePatchSnapshotForInstance' => '

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 capability of 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.

', 'GetDocument' => '

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

', 'GetInventory' => '

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

', 'GetInventorySchema' => '

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

', 'GetMaintenanceWindow' => '

Retrieves a maintenance window.

', 'GetMaintenanceWindowExecution' => '

Retrieves details about a specific a maintenance window execution.

', 'GetMaintenanceWindowExecutionTask' => '

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

', 'GetMaintenanceWindowExecutionTaskInvocation' => '

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

', 'GetMaintenanceWindowTask' => '

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.

', 'GetOpsItem' => '

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 OpsCenter in the Amazon Web Services Systems Manager User Guide.

', 'GetOpsMetadata' => '

View operational metadata related to an application in Application Manager.

', 'GetOpsSummary' => '

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.

', 'GetParameter' => '

Get information about a single parameter by specifying the parameter name.

To get information about more than one parameter at a time, use the GetParameters operation.

', 'GetParameterHistory' => '

Retrieves the history of all changes to a parameter.

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.

', 'GetParameters' => '

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.

', 'GetParametersByPath' => '

Retrieve information about one or more parameters in a specific hierarchy.

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

', 'GetPatchBaseline' => '

Retrieves information about a patch baseline.

', 'GetPatchBaselineForPatchGroup' => '

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

', 'GetResourcePolicies' => '

Returns an array of the Policy object.

', 'GetServiceSetting' => '

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.

Query the current service setting for the Amazon Web Services account.

', 'LabelParameterVersion' => '

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.

', 'ListAssociationVersions' => '

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

', 'ListAssociations' => '

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 capability of Amazon Web Services Systems Manager.

', 'ListCommandInvocations' => '

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.

', 'ListCommands' => '

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

', 'ListComplianceItems' => '

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.

', 'ListComplianceSummaries' => '

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

', 'ListDocumentMetadataHistory' => '

Information about approval reviews for a version of a change template in Change Manager.

', 'ListDocumentVersions' => '

List all versions for a document.

', 'ListDocuments' => '

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.

', 'ListInventoryEntries' => '

A list of inventory items returned by the request.

', 'ListOpsItemEvents' => '

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.

', 'ListOpsItemRelatedItems' => '

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

', 'ListOpsMetadata' => '

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

', 'ListResourceComplianceSummaries' => '

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

', 'ListResourceDataSync' => '

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

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

', 'ListTagsForResource' => '

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

For information about the ID format for each supported resource type, see AddTagsToResource.

', 'ModifyDocumentPermission' => '

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.

', 'PutComplianceItems' => '

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:

', 'PutInventory' => '

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.

', 'PutParameter' => '

Add a parameter to the system.

', 'PutResourcePolicy' => '

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. 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).

', 'RegisterDefaultPatchBaseline' => '

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.

', 'RegisterPatchBaselineForPatchGroup' => '

Registers a patch baseline for a patch group.

', 'RegisterTargetWithMaintenanceWindow' => '

Registers a target with a maintenance window.

', 'RegisterTaskWithMaintenanceWindow' => '

Adds a new task to a maintenance window.

', 'RemoveTagsFromResource' => '

Removes tag keys from the specified resource.

', 'ResetServiceSetting' => '

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 GetServiceSetting API operation to view the current value. Use the UpdateServiceSetting API operation to change the default setting.

Reset the service setting for the account to the default value as provisioned by the Amazon Web Services service team.

', 'ResumeSession' => '

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.

', 'SendAutomationSignal' => '

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

', 'SendCommand' => '

Runs commands on one or more managed nodes.

', 'StartAssociationsOnce' => '

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

', 'StartAutomationExecution' => '

Initiates execution of an Automation runbook.

', 'StartChangeRequestExecution' => '

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.

', 'StartSession' => '

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.

', 'StopAutomationExecution' => '

Stop an Automation that is currently running.

', 'TerminateSession' => '

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.

', 'UnlabelParameterVersion' => '

Remove a label or labels from a parameter.

', 'UpdateAssociation' => '

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.

', 'UpdateAssociationStatus' => '

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.

', 'UpdateDocument' => '

Updates one or more values for an SSM document.

', 'UpdateDocumentDefaultVersion' => '

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.

', 'UpdateDocumentMetadata' => '

Updates information related to approval reviews for a specific version of a change template in Change Manager.

', 'UpdateMaintenanceWindow' => '

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

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

', 'UpdateMaintenanceWindowTarget' => '

Modifies the target of an existing maintenance window. You can change the following:

If a parameter is null, then the corresponding field isn\'t modified.

', 'UpdateMaintenanceWindowTask' => '

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

One or more targets must be specified for maintenance window Run Command-type tasks. Depending on the task, targets are optional for other maintenance window task types (Automation, 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.

', 'UpdateManagedInstanceRole' => '

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.

', 'UpdateOpsItem' => '

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 OpsCenter in the Amazon Web Services Systems Manager User Guide.

', 'UpdateOpsMetadata' => '

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

', 'UpdatePatchBaseline' => '

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.

', 'UpdateResourceDataSync' => '

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.

', 'UpdateServiceSetting' => '

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 GetServiceSetting API operation to view the current value. Or, use the ResetServiceSetting to change the value back to the original value defined by the Amazon Web Services service team.

Update the service setting for the account.

', ], 'shapes' => [ 'Account' => [ 'base' => NULL, 'refs' => [ 'Accounts$member' => NULL, ], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'AccountIdList$member' => NULL, 'AccountSharingInfo$AccountId' => '

The Amazon Web Services account ID where the current document is shared.

', ], ], 'AccountIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeDocumentPermissionResponse$AccountIds' => '

The account IDs that have permission to use this document. The ID can be either an Amazon Web Services account or All.

', 'ModifyDocumentPermissionRequest$AccountIdsToAdd' => '

The Amazon Web Services users that should have access to the document. The account IDs can either be a group of account IDs or All.

', 'ModifyDocumentPermissionRequest$AccountIdsToRemove' => '

The Amazon Web Services users that should no longer have access to the document. The Amazon Web Services user can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an ID to add and the same ID to remove, the system removes access to the document.

', ], ], 'AccountSharingInfo' => [ 'base' => '

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

', 'refs' => [ 'AccountSharingInfoList$member' => NULL, ], ], 'AccountSharingInfoList' => [ 'base' => '

A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.

', 'refs' => [ 'DescribeDocumentPermissionResponse$AccountSharingInfoList' => '

A list of Amazon Web Services accounts where the current document is shared and the version shared with each account.

', ], ], 'Accounts' => [ 'base' => NULL, 'refs' => [ 'TargetLocation$Accounts' => '

The Amazon Web Services accounts targeted by the current Automation execution.

', ], ], 'Activation' => [ 'base' => '

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.

', 'refs' => [ 'ActivationList$member' => NULL, ], ], 'ActivationCode' => [ 'base' => NULL, 'refs' => [ 'CreateActivationResult$ActivationCode' => '

The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.

', ], ], 'ActivationDescription' => [ 'base' => NULL, 'refs' => [ 'Activation$Description' => '

A user defined description of the activation.

', 'CreateActivationRequest$Description' => '

A user-defined description of the resource that you want to register with Systems Manager.

Don\'t enter personally identifiable information in this field.

', ], ], 'ActivationId' => [ 'base' => NULL, 'refs' => [ 'Activation$ActivationId' => '

The ID created by Systems Manager when you submitted the activation.

', 'CreateActivationResult$ActivationId' => '

The ID number generated by the system when it processed the activation. The activation ID functions like a user name.

', 'DeleteActivationRequest$ActivationId' => '

The ID of the activation that you want to delete.

', 'InstanceInformation$ActivationId' => '

The activation ID created by Amazon Web Services Systems Manager when the server or virtual machine (VM) was registered.

', ], ], 'ActivationList' => [ 'base' => NULL, 'refs' => [ 'DescribeActivationsResult$ActivationList' => '

A list of activations for your Amazon Web Services account.

', ], ], 'AddTagsToResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'AddTagsToResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'AgentErrorCode' => [ 'base' => NULL, 'refs' => [ 'InstanceAssociationStatusInfo$ErrorCode' => '

An error code returned by the request to create the association.

', ], ], 'AggregatorSchemaOnly' => [ 'base' => NULL, 'refs' => [ 'GetInventorySchemaRequest$Aggregator' => '

Returns inventory schemas that support aggregation. For example, this call returns the AWS:InstanceInformation type, because it supports aggregation based on the PlatformName, PlatformType, and PlatformVersion attributes.

', ], ], 'Alarm' => [ 'base' => '

A CloudWatch alarm you apply to an automation or command.

', 'refs' => [ 'AlarmList$member' => NULL, ], ], 'AlarmConfiguration' => [ 'base' => '

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

', 'refs' => [ 'AssociationDescription$AlarmConfiguration' => NULL, 'AssociationExecution$AlarmConfiguration' => NULL, 'AutomationExecution$AlarmConfiguration' => '

The details for the CloudWatch alarm applied to your automation.

', 'AutomationExecutionMetadata$AlarmConfiguration' => '

The details for the CloudWatch alarm applied to your automation.

', 'Command$AlarmConfiguration' => '

The details for the CloudWatch alarm applied to your command.

', 'CreateAssociationBatchRequestEntry$AlarmConfiguration' => NULL, 'CreateAssociationRequest$AlarmConfiguration' => NULL, 'GetMaintenanceWindowExecutionTaskResult$AlarmConfiguration' => '

The details for the CloudWatch alarm you applied to your maintenance window task.

', 'GetMaintenanceWindowTaskResult$AlarmConfiguration' => '

The details for the CloudWatch alarm you applied to your maintenance window task.

', 'MaintenanceWindowExecutionTaskIdentity$AlarmConfiguration' => '

The details for the CloudWatch alarm applied to your maintenance window task.

', 'MaintenanceWindowTask$AlarmConfiguration' => '

The details for the CloudWatch alarm applied to your maintenance window task.

', 'RegisterTaskWithMaintenanceWindowRequest$AlarmConfiguration' => '

The CloudWatch alarm you want to apply to your maintenance window task.

', 'SendCommandRequest$AlarmConfiguration' => '

The CloudWatch alarm you want to apply to your command.

', 'StartAutomationExecutionRequest$AlarmConfiguration' => '

The CloudWatch alarm you want to apply to your automation.

', 'TargetLocation$TargetLocationAlarmConfiguration' => NULL, 'UpdateAssociationRequest$AlarmConfiguration' => NULL, 'UpdateMaintenanceWindowTaskRequest$AlarmConfiguration' => '

The CloudWatch alarm you want to apply to your maintenance window task.

', 'UpdateMaintenanceWindowTaskResult$AlarmConfiguration' => '

The details for the CloudWatch alarm you applied to your maintenance window task.

', ], ], 'AlarmList' => [ 'base' => NULL, 'refs' => [ 'AlarmConfiguration$Alarms' => '

The name of the CloudWatch alarm specified in the configuration.

', ], ], 'AlarmName' => [ 'base' => NULL, 'refs' => [ 'Alarm$Name' => '

The name of your CloudWatch alarm.

', 'AlarmStateInformation$Name' => '

The name of your CloudWatch alarm.

', ], ], 'AlarmStateInformation' => [ 'base' => '

The details about the state of your CloudWatch alarm.

', 'refs' => [ 'AlarmStateInformationList$member' => NULL, ], ], 'AlarmStateInformationList' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$TriggeredAlarms' => '

The CloudWatch alarm that was invoked during the association.

', 'AssociationExecution$TriggeredAlarms' => '

The CloudWatch alarms that were invoked by the association.

', 'AutomationExecution$TriggeredAlarms' => '

The CloudWatch alarm that was invoked by the automation.

', 'AutomationExecutionMetadata$TriggeredAlarms' => '

The CloudWatch alarm that was invoked by the automation.

', 'Command$TriggeredAlarms' => '

The CloudWatch alarm that was invoked by the command.

', 'GetMaintenanceWindowExecutionTaskResult$TriggeredAlarms' => '

The CloudWatch alarms that were invoked by the maintenance window task.

', 'MaintenanceWindowExecutionTaskIdentity$TriggeredAlarms' => '

The CloudWatch alarm that was invoked by the maintenance window task.

', 'StepExecution$TriggeredAlarms' => '

The CloudWatch alarms that were invoked by the automation.

', ], ], 'AllowedPattern' => [ 'base' => NULL, 'refs' => [ 'ParameterHistory$AllowedPattern' => '

Parameter names can include the following letters and symbols.

a-zA-Z0-9_.-

', 'ParameterMetadata$AllowedPattern' => '

A parameter name can include only the following letters and symbols.

a-zA-Z0-9_.-

', 'PutParameterRequest$AllowedPattern' => '

A regular expression used to validate the parameter value. For example, for String types with values restricted to numbers, you can specify the following: AllowedPattern=^\\d+$

', ], ], 'AlreadyExistsException' => [ 'base' => '

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.

', 'refs' => [], ], 'ApplyOnlyAtCronInterval' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$ApplyOnlyAtCronInterval' => '

By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don\'t want an association to run immediately after you create it. This parameter isn\'t supported for rate expressions.

', 'AssociationVersionInfo$ApplyOnlyAtCronInterval' => '

By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don\'t want an association to run immediately after you create it. This parameter isn\'t supported for rate expressions.

', 'CreateAssociationBatchRequestEntry$ApplyOnlyAtCronInterval' => '

By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don\'t want an association to run immediately after you create it. This parameter isn\'t supported for rate expressions.

', 'CreateAssociationRequest$ApplyOnlyAtCronInterval' => '

By default, when you create a new association, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don\'t want an association to run immediately after you create it. This parameter isn\'t supported for rate expressions.

', 'UpdateAssociationRequest$ApplyOnlyAtCronInterval' => '

By default, when you update an association, the system runs it immediately after it is updated and then according to the schedule you specified. Specify this option if you don\'t want an association to run immediately after you update it. This parameter isn\'t supported for rate expressions.

If you chose this option when you created an association and later you edit that association or you make changes to the SSM document on which that association is based (by using the Documents page in the console), State Manager applies the association at the next specified cron interval. For example, if you chose the Latest version of an SSM document when you created an association and you edit the association by choosing a different document version on the Documents page, State Manager applies the association at the next specified cron interval if you previously selected this option. If this option wasn\'t selected, State Manager immediately runs the association.

You can reset this option. To do so, specify the no-apply-only-at-cron-interval parameter when you update the association from the command line. This parameter forces the association to run immediately after updating it and according to the interval specified.

', ], ], 'ApproveAfterDays' => [ 'base' => NULL, 'refs' => [ 'PatchRule$ApproveAfterDays' => '

The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported on Debian Server or Ubuntu Server.

', ], ], 'AssociateOpsItemRelatedItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateOpsItemRelatedItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociatedInstances' => [ 'base' => '

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

', 'refs' => [], ], 'Association' => [ 'base' => '

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

', 'refs' => [ 'AssociationList$member' => NULL, ], ], 'AssociationAlreadyExists' => [ 'base' => '

The specified association already exists.

', 'refs' => [], ], 'AssociationComplianceSeverity' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$ComplianceSeverity' => '

The severity level that is assigned to the association.

', 'AssociationVersionInfo$ComplianceSeverity' => '

The severity level that is assigned to the association.

', 'CreateAssociationBatchRequestEntry$ComplianceSeverity' => '

The severity level to assign to the association.

', 'CreateAssociationRequest$ComplianceSeverity' => '

The severity level to assign to the association.

', 'UpdateAssociationRequest$ComplianceSeverity' => '

The severity level to assign to the association.

', ], ], 'AssociationDescription' => [ 'base' => '

Describes the parameters for a document.

', 'refs' => [ 'AssociationDescriptionList$member' => NULL, 'CreateAssociationResult$AssociationDescription' => '

Information about the association.

', 'DescribeAssociationResult$AssociationDescription' => '

Information about the association.

', 'UpdateAssociationResult$AssociationDescription' => '

The description of the association that was updated.

', 'UpdateAssociationStatusResult$AssociationDescription' => '

Information about the association.

', ], ], 'AssociationDescriptionList' => [ 'base' => NULL, 'refs' => [ 'CreateAssociationBatchResult$Successful' => '

Information about the associations that succeeded.

', ], ], 'AssociationDoesNotExist' => [ 'base' => '

The specified association doesn\'t exist.

', 'refs' => [], ], 'AssociationExecution' => [ 'base' => '

Includes information about the specified association.

', 'refs' => [ 'AssociationExecutionsList$member' => NULL, ], ], 'AssociationExecutionDoesNotExist' => [ 'base' => '

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

', 'refs' => [], ], 'AssociationExecutionFilter' => [ 'base' => '

Filters used in the request.

', 'refs' => [ 'AssociationExecutionFilterList$member' => NULL, ], ], 'AssociationExecutionFilterKey' => [ 'base' => NULL, 'refs' => [ 'AssociationExecutionFilter$Key' => '

The key value used in the request.

', ], ], 'AssociationExecutionFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeAssociationExecutionsRequest$Filters' => '

Filters for the request. You can specify the following filters and values.

ExecutionId (EQUAL)

Status (EQUAL)

CreatedTime (EQUAL, GREATER_THAN, LESS_THAN)

', ], ], 'AssociationExecutionFilterValue' => [ 'base' => NULL, 'refs' => [ 'AssociationExecutionFilter$Value' => '

The value specified for the key.

', ], ], 'AssociationExecutionId' => [ 'base' => NULL, 'refs' => [ 'AssociationExecution$ExecutionId' => '

The execution ID for the association.

', 'AssociationExecutionTarget$ExecutionId' => '

The execution ID.

', 'DescribeAssociationExecutionTargetsRequest$ExecutionId' => '

The execution ID for which you want to view details.

', ], ], 'AssociationExecutionTarget' => [ 'base' => '

Includes information about the specified association execution.

', 'refs' => [ 'AssociationExecutionTargetsList$member' => NULL, ], ], 'AssociationExecutionTargetsFilter' => [ 'base' => '

Filters for the association execution.

', 'refs' => [ 'AssociationExecutionTargetsFilterList$member' => NULL, ], ], 'AssociationExecutionTargetsFilterKey' => [ 'base' => NULL, 'refs' => [ 'AssociationExecutionTargetsFilter$Key' => '

The key value used in the request.

', ], ], 'AssociationExecutionTargetsFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeAssociationExecutionTargetsRequest$Filters' => '

Filters for the request. You can specify the following filters and values.

Status (EQUAL)

ResourceId (EQUAL)

ResourceType (EQUAL)

', ], ], 'AssociationExecutionTargetsFilterValue' => [ 'base' => NULL, 'refs' => [ 'AssociationExecutionTargetsFilter$Value' => '

The value specified for the key.

', ], ], 'AssociationExecutionTargetsList' => [ 'base' => NULL, 'refs' => [ 'DescribeAssociationExecutionTargetsResult$AssociationExecutionTargets' => '

Information about the execution.

', ], ], 'AssociationExecutionsList' => [ 'base' => NULL, 'refs' => [ 'DescribeAssociationExecutionsResult$AssociationExecutions' => '

A list of the executions for the specified association ID.

', ], ], 'AssociationFilter' => [ 'base' => '

Describes a filter.

', 'refs' => [ 'AssociationFilterList$member' => NULL, ], ], 'AssociationFilterKey' => [ 'base' => NULL, 'refs' => [ 'AssociationFilter$key' => '

The name of the filter.

InstanceId has been deprecated.

', ], ], 'AssociationFilterList' => [ 'base' => NULL, 'refs' => [ 'ListAssociationsRequest$AssociationFilterList' => '

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

Filtering associations using the InstanceID attribute only returns legacy associations created using the InstanceID attribute. Associations targeting the managed node that are part of the Target Attributes ResourceGroup or Tags aren\'t returned.

', ], ], 'AssociationFilterOperatorType' => [ 'base' => NULL, 'refs' => [ 'AssociationExecutionFilter$Type' => '

The filter type specified in the request.

', ], ], 'AssociationFilterValue' => [ 'base' => NULL, 'refs' => [ 'AssociationFilter$value' => '

The filter value.

', ], ], 'AssociationId' => [ 'base' => NULL, 'refs' => [ 'Association$AssociationId' => '

The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule.

', 'AssociationDescription$AssociationId' => '

The association ID.

', 'AssociationExecution$AssociationId' => '

The association ID.

', 'AssociationExecutionTarget$AssociationId' => '

The association ID.

', 'AssociationIdList$member' => NULL, 'AssociationVersionInfo$AssociationId' => '

The ID created by the system when the association was created.

', 'DeleteAssociationRequest$AssociationId' => '

The association ID that you want to delete.

', 'DescribeAssociationExecutionTargetsRequest$AssociationId' => '

The association ID that includes the execution for which you want to view details.

', 'DescribeAssociationExecutionsRequest$AssociationId' => '

The association ID for which you want to view execution history details.

', 'DescribeAssociationRequest$AssociationId' => '

The association ID for which you want information.

', 'InstanceAssociation$AssociationId' => '

The association ID.

', 'InstanceAssociationStatusInfo$AssociationId' => '

The association ID.

', 'ListAssociationVersionsRequest$AssociationId' => '

The association ID for which you want to view all versions.

', 'UpdateAssociationRequest$AssociationId' => '

The ID of the association you want to update.

', ], ], 'AssociationIdList' => [ 'base' => NULL, 'refs' => [ 'StartAssociationsOnceRequest$AssociationIds' => '

The association IDs that you want to run immediately and only one time.

', ], ], 'AssociationLimitExceeded' => [ 'base' => '

You can have at most 2,000 active associations.

', 'refs' => [], ], 'AssociationList' => [ 'base' => NULL, 'refs' => [ 'ListAssociationsResult$Associations' => '

The associations.

', ], ], 'AssociationName' => [ 'base' => NULL, 'refs' => [ 'Association$AssociationName' => '

The association name.

', 'AssociationDescription$AssociationName' => '

The association name.

', 'AssociationVersionInfo$AssociationName' => '

The name specified for the association version when the association version was created.

', 'CreateAssociationBatchRequestEntry$AssociationName' => '

Specify a descriptive name for the association.

', 'CreateAssociationRequest$AssociationName' => '

Specify a descriptive name for the association.

', 'InstanceAssociationStatusInfo$AssociationName' => '

The name of the association applied to the managed node.

', 'UpdateAssociationRequest$AssociationName' => '

The name of the association that you want to update.

', ], ], 'AssociationOverview' => [ 'base' => '

Information about the association.

', 'refs' => [ 'Association$Overview' => '

Information about the association.

', 'AssociationDescription$Overview' => '

Information about the association.

', ], ], 'AssociationResourceId' => [ 'base' => NULL, 'refs' => [ 'AssociationExecutionTarget$ResourceId' => '

The resource ID, for example, the managed node ID where the association ran.

', ], ], 'AssociationResourceType' => [ 'base' => NULL, 'refs' => [ 'AssociationExecutionTarget$ResourceType' => '

The resource type, for example, EC2.

', ], ], 'AssociationStatus' => [ 'base' => '

Describes an association status.

', 'refs' => [ 'AssociationDescription$Status' => '

The association status.

', 'UpdateAssociationStatusRequest$AssociationStatus' => '

The association status.

', ], ], 'AssociationStatusAggregatedCount' => [ 'base' => NULL, 'refs' => [ 'AssociationOverview$AssociationStatusAggregatedCount' => '

Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.

', ], ], 'AssociationStatusName' => [ 'base' => NULL, 'refs' => [ 'AssociationStatus$Name' => '

The status.

', ], ], 'AssociationSyncCompliance' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$SyncCompliance' => '

The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn\'t run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn\'t managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

', 'AssociationVersionInfo$SyncCompliance' => '

The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn\'t run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn\'t managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

', 'CreateAssociationBatchRequestEntry$SyncCompliance' => '

The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn\'t run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn\'t managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

', 'CreateAssociationRequest$SyncCompliance' => '

The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn\'t run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn\'t managed by State Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

', 'UpdateAssociationRequest$SyncCompliance' => '

The mode for generating association compliance. You can specify AUTO or MANUAL. In AUTO mode, the system uses the status of the association execution to determine the compliance status. If the association execution runs successfully, then the association is COMPLIANT. If the association execution doesn\'t run successfully, the association is NON-COMPLIANT.

In MANUAL mode, you must specify the AssociationId as a parameter for the PutComplianceItems API operation. In this case, compliance data isn\'t managed by State Manager, a capability of Amazon Web Services Systems Manager. It is managed by your direct call to the PutComplianceItems API operation.

By default, all associations use AUTO mode.

', ], ], 'AssociationVersion' => [ 'base' => NULL, 'refs' => [ 'Association$AssociationVersion' => '

The association version.

', 'AssociationDescription$AssociationVersion' => '

The association version.

', 'AssociationExecution$AssociationVersion' => '

The association version.

', 'AssociationExecutionTarget$AssociationVersion' => '

The association version.

', 'AssociationVersionInfo$AssociationVersion' => '

The association version.

', 'DescribeAssociationRequest$AssociationVersion' => '

Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.

', 'InstanceAssociation$AssociationVersion' => '

Version information for the association on the managed node.

', 'InstanceAssociationStatusInfo$AssociationVersion' => '

The version of the association applied to the managed node.

', 'UpdateAssociationRequest$AssociationVersion' => '

This parameter is provided for concurrency control purposes. You must specify the latest association version in the service. If you want to ensure that this request succeeds, either specify $LATEST, or omit this parameter.

', ], ], 'AssociationVersionInfo' => [ 'base' => '

Information about the association version.

', 'refs' => [ 'AssociationVersionList$member' => NULL, ], ], 'AssociationVersionLimitExceeded' => [ 'base' => '

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

', 'refs' => [], ], 'AssociationVersionList' => [ 'base' => NULL, 'refs' => [ 'ListAssociationVersionsResult$AssociationVersions' => '

Information about all versions of the association for the specified association ID.

', ], ], 'AttachmentContent' => [ 'base' => '

A structure that includes attributes that describe a document attachment.

', 'refs' => [ 'AttachmentContentList$member' => NULL, ], ], 'AttachmentContentList' => [ 'base' => NULL, 'refs' => [ 'GetDocumentResult$AttachmentsContent' => '

A description of the document attachments, including names, locations, sizes, and so on.

', ], ], 'AttachmentHash' => [ 'base' => NULL, 'refs' => [ 'AttachmentContent$Hash' => '

The cryptographic hash value of the document content.

', ], ], 'AttachmentHashType' => [ 'base' => NULL, 'refs' => [ 'AttachmentContent$HashType' => '

The hash algorithm used to calculate the hash value.

', ], ], 'AttachmentIdentifier' => [ 'base' => NULL, 'refs' => [ 'AttachmentsSource$Name' => '

The name of the document attachment file.

', ], ], 'AttachmentInformation' => [ 'base' => '

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

', 'refs' => [ 'AttachmentInformationList$member' => NULL, ], ], 'AttachmentInformationList' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$AttachmentsInformation' => '

Details about the document attachments, including names, locations, sizes, and so on.

', ], ], 'AttachmentName' => [ 'base' => NULL, 'refs' => [ 'AttachmentContent$Name' => '

The name of an attachment.

', 'AttachmentInformation$Name' => '

The name of the attachment.

', ], ], 'AttachmentUrl' => [ 'base' => NULL, 'refs' => [ 'AttachmentContent$Url' => '

The URL location of the attachment content.

', ], ], 'AttachmentsSource' => [ 'base' => '

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.

', 'refs' => [ 'AttachmentsSourceList$member' => NULL, ], ], 'AttachmentsSourceKey' => [ 'base' => NULL, 'refs' => [ 'AttachmentsSource$Key' => '

The key of a key-value pair that identifies the location of an attachment to a document.

', ], ], 'AttachmentsSourceList' => [ 'base' => NULL, 'refs' => [ 'CreateDocumentRequest$Attachments' => '

A list of key-value pairs that describe attachments to a version of a document.

', 'UpdateDocumentRequest$Attachments' => '

A list of key-value pairs that describe attachments to a version of a document.

', ], ], 'AttachmentsSourceValue' => [ 'base' => NULL, 'refs' => [ 'AttachmentsSourceValues$member' => NULL, ], ], 'AttachmentsSourceValues' => [ 'base' => NULL, 'refs' => [ 'AttachmentsSource$Values' => '

The value of a key-value pair that identifies the location of an attachment to a document. The format for Value depends on the type of key you specify.

', ], ], 'AttributeName' => [ 'base' => NULL, 'refs' => [ 'ComplianceItemDetails$key' => NULL, 'InventoryItemContentContext$key' => NULL, 'InventoryItemEntry$key' => NULL, 'OpsEntityItemEntry$key' => NULL, 'PatchPropertyEntry$key' => NULL, ], ], 'AttributeValue' => [ 'base' => NULL, 'refs' => [ 'ComplianceItemDetails$value' => NULL, 'InventoryItemContentContext$value' => NULL, 'InventoryItemEntry$value' => NULL, 'OpsEntityItemEntry$value' => NULL, 'PatchPropertyEntry$value' => NULL, ], ], 'AutomationActionName' => [ 'base' => NULL, 'refs' => [ 'StepExecution$Action' => '

The action this step performs. The action determines the behavior of the step.

', ], ], 'AutomationDefinitionNotApprovedException' => [ 'base' => '

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

', 'refs' => [], ], 'AutomationDefinitionNotFoundException' => [ 'base' => '

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

', 'refs' => [], ], 'AutomationDefinitionVersionNotFoundException' => [ 'base' => '

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

', 'refs' => [], ], 'AutomationExecution' => [ 'base' => '

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

', 'refs' => [ 'GetAutomationExecutionResult$AutomationExecution' => '

Detailed information about the current state of an automation execution.

', ], ], 'AutomationExecutionFilter' => [ 'base' => '

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

', 'refs' => [ 'AutomationExecutionFilterList$member' => NULL, ], ], 'AutomationExecutionFilterKey' => [ 'base' => NULL, 'refs' => [ 'AutomationExecutionFilter$Key' => '

One or more keys to limit the results.

', ], ], 'AutomationExecutionFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeAutomationExecutionsRequest$Filters' => '

Filters used to limit the scope of executions that are requested.

', ], ], 'AutomationExecutionFilterValue' => [ 'base' => NULL, 'refs' => [ 'AutomationExecutionFilterValueList$member' => NULL, ], ], 'AutomationExecutionFilterValueList' => [ 'base' => NULL, 'refs' => [ 'AutomationExecutionFilter$Values' => '

The values used to limit the execution information associated with the filter\'s key.

', ], ], 'AutomationExecutionId' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$AutomationExecutionId' => '

The execution ID.

', 'AutomationExecution$ParentAutomationExecutionId' => '

The AutomationExecutionId of the parent automation.

', 'AutomationExecutionMetadata$AutomationExecutionId' => '

The execution ID.

', 'AutomationExecutionMetadata$ParentAutomationExecutionId' => '

The execution ID of the parent automation.

', 'DescribeAutomationStepExecutionsRequest$AutomationExecutionId' => '

The Automation execution ID for which you want step execution descriptions.

', 'GetAutomationExecutionRequest$AutomationExecutionId' => '

The unique identifier for an existing automation execution to examine. The execution ID is returned by StartAutomationExecution when the execution of an Automation runbook is initiated.

', 'SendAutomationSignalRequest$AutomationExecutionId' => '

The unique identifier for an existing Automation execution that you want to send the signal to.

', 'StartAutomationExecutionResult$AutomationExecutionId' => '

The unique ID of a newly scheduled automation execution.

', 'StartChangeRequestExecutionResult$AutomationExecutionId' => '

The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)

', 'StopAutomationExecutionRequest$AutomationExecutionId' => '

The execution ID of the Automation to stop.

', ], ], 'AutomationExecutionLimitExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'AutomationExecutionMetadata' => [ 'base' => '

Details about a specific Automation execution.

', 'refs' => [ 'AutomationExecutionMetadataList$member' => NULL, ], ], 'AutomationExecutionMetadataList' => [ 'base' => NULL, 'refs' => [ 'DescribeAutomationExecutionsResult$AutomationExecutionMetadataList' => '

The list of details about each automation execution which has occurred which matches the filter specification, if any.

', ], ], 'AutomationExecutionNotFoundException' => [ 'base' => '

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

', 'refs' => [], ], 'AutomationExecutionStatus' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$AutomationExecutionStatus' => '

The execution status of the Automation.

', 'AutomationExecutionMetadata$AutomationExecutionStatus' => '

The status of the execution.

', 'StepExecution$StepStatus' => '

The execution status for this step.

', ], ], 'AutomationParameterKey' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$TargetParameterName' => '

The parameter name.

', 'AutomationExecutionMetadata$TargetParameterName' => '

The list of execution outputs as defined in the Automation runbook.

', 'AutomationParameterMap$key' => NULL, 'Runbook$TargetParameterName' => '

The name of the parameter used as the target resource for the rate-controlled runbook workflow. Required if you specify Targets.

', 'StartAutomationExecutionRequest$TargetParameterName' => '

The name of the parameter used as the target resource for the rate-controlled execution. Required if you specify targets.

', ], ], 'AutomationParameterMap' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$Parameters' => '

The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.

', 'AutomationExecution$Outputs' => '

The list of execution outputs as defined in the Automation runbook.

', 'AutomationExecutionMetadata$Outputs' => '

The list of execution outputs as defined in the Automation runbook.

', 'FailureDetails$Details' => '

Detailed information about the Automation step failure.

', 'MaintenanceWindowAutomationParameters$Parameters' => '

The parameters for the AUTOMATION 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 AUTOMATION task types, Amazon Web Services Systems Manager ignores any values specified for these parameters.

', 'Runbook$Parameters' => '

The key-value map of execution parameters, which were supplied when calling StartChangeRequestExecution.

', 'SendAutomationSignalRequest$Payload' => '

The data sent with the signal. The data schema depends on the type of signal used in the request.

For Approve and Reject signal types, the payload is an optional comment that you can send with the signal type. For example:

Comment="Looks good"

For StartStep and Resume signal types, you must send the name of the Automation step to start or resume as the payload. For example:

StepName="step1"

For the StopStep signal type, you must send the step execution ID as the payload. For example:

StepExecutionId="97fff367-fc5a-4299-aed8-0123456789ab"

', 'StartAutomationExecutionRequest$Parameters' => '

A key-value map of execution parameters, which match the declared parameters in the Automation runbook.

', 'StartChangeRequestExecutionRequest$Parameters' => '

A key-value map of parameters that match the declared parameters in the change template document.

', 'StepExecution$Outputs' => '

Returned values from the execution of the step.

', 'StepExecution$OverriddenParameters' => '

A user-specified list of parameters to override when running a step.

', ], ], 'AutomationParameterValue' => [ 'base' => NULL, 'refs' => [ 'AutomationParameterValueList$member' => NULL, ], ], 'AutomationParameterValueList' => [ 'base' => NULL, 'refs' => [ 'AutomationParameterMap$value' => NULL, ], ], 'AutomationStepNotFoundException' => [ 'base' => '

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

', 'refs' => [], ], 'AutomationSubtype' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$AutomationSubtype' => '

The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

', 'AutomationExecutionMetadata$AutomationSubtype' => '

The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

', ], ], 'AutomationTargetParameterName' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$AutomationTargetParameterName' => '

Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

', 'CreateAssociationBatchRequestEntry$AutomationTargetParameterName' => '

Specify the target for the association. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

', 'CreateAssociationRequest$AutomationTargetParameterName' => '

Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

', 'UpdateAssociationRequest$AutomationTargetParameterName' => '

Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.

', ], ], 'AutomationType' => [ 'base' => NULL, 'refs' => [ 'AutomationExecutionMetadata$AutomationType' => '

Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple Amazon Web Services Regions and Amazon Web Services accounts. For more information, see Running Automation workflows in multiple Amazon Web Services Regions and accounts in the Amazon Web Services Systems Manager User Guide.

', ], ], 'BaselineDescription' => [ 'base' => NULL, 'refs' => [ 'CreatePatchBaselineRequest$Description' => '

A description of the patch baseline.

', 'GetPatchBaselineResult$Description' => '

A description of the patch baseline.

', 'PatchBaselineIdentity$BaselineDescription' => '

The description of the patch baseline.

', 'UpdatePatchBaselineRequest$Description' => '

A description of the patch baseline.

', 'UpdatePatchBaselineResult$Description' => '

A description of the patch baseline.

', ], ], 'BaselineId' => [ 'base' => NULL, 'refs' => [ 'CreatePatchBaselineResult$BaselineId' => '

The ID of the created patch baseline.

', 'DeletePatchBaselineRequest$BaselineId' => '

The ID of the patch baseline to delete.

', 'DeletePatchBaselineResult$BaselineId' => '

The ID of the deleted patch baseline.

', 'DeregisterPatchBaselineForPatchGroupRequest$BaselineId' => '

The ID of the patch baseline to deregister the patch group from.

', 'DeregisterPatchBaselineForPatchGroupResult$BaselineId' => '

The ID of the patch baseline the patch group was deregistered from.

', 'DescribeEffectivePatchesForPatchBaselineRequest$BaselineId' => '

The ID of the patch baseline to retrieve the effective patches for.

', 'GetDefaultPatchBaselineResult$BaselineId' => '

The ID of the default patch baseline.

', 'GetPatchBaselineForPatchGroupResult$BaselineId' => '

The ID of the patch baseline that should be used for the patch group.

', 'GetPatchBaselineRequest$BaselineId' => '

The ID of the patch baseline to retrieve.

To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource Name (ARN) of the baseline. For example, for the baseline AWS-AmazonLinuxDefaultPatchBaseline, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7 instead of pb-0e392de35e7c563b7.

', 'GetPatchBaselineResult$BaselineId' => '

The ID of the retrieved patch baseline.

', 'InstancePatchState$BaselineId' => '

The ID of the patch baseline used to patch the managed node.

', 'PatchBaselineIdentity$BaselineId' => '

The ID of the patch baseline.

', 'RegisterDefaultPatchBaselineRequest$BaselineId' => '

The ID of the patch baseline that should be the default patch baseline.

', 'RegisterDefaultPatchBaselineResult$BaselineId' => '

The ID of the default patch baseline.

', 'RegisterPatchBaselineForPatchGroupRequest$BaselineId' => '

The ID of the patch baseline to register with the patch group.

', 'RegisterPatchBaselineForPatchGroupResult$BaselineId' => '

The ID of the patch baseline the patch group was registered with.

', 'UpdatePatchBaselineRequest$BaselineId' => '

The ID of the patch baseline to update.

', 'UpdatePatchBaselineResult$BaselineId' => '

The ID of the deleted patch baseline.

', ], ], 'BaselineName' => [ 'base' => NULL, 'refs' => [ 'CreatePatchBaselineRequest$Name' => '

The name of the patch baseline.

', 'GetPatchBaselineResult$Name' => '

The name of the patch baseline.

', 'PatchBaselineIdentity$BaselineName' => '

The name of the patch baseline.

', 'UpdatePatchBaselineRequest$Name' => '

The name of the patch baseline.

', 'UpdatePatchBaselineResult$Name' => '

The name of the patch baseline.

', ], ], 'BaselineOverride' => [ 'base' => '

Defines the basic information about a patch baseline override.

', 'refs' => [ 'GetDeployablePatchSnapshotForInstanceRequest$BaselineOverride' => '

Defines the basic information about a patch baseline override.

', ], ], 'BatchErrorMessage' => [ 'base' => NULL, 'refs' => [ 'FailedCreateAssociation$Message' => '

A description of the failure.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'Activation$Expired' => '

Whether or not the activation is expired.

', 'AlarmConfiguration$IgnorePollAlarmFailure' => '

When this value is true, your automation or command continues to run in cases where we can’t retrieve alarm status information from CloudWatch. In cases where we successfully retrieve an alarm status of OK or INSUFFICIENT_DATA, the automation or command continues to run, regardless of this value. Default is false.

', 'AutomationExecution$StepExecutionsTruncated' => '

A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.

', 'BaselineOverride$ApprovedPatchesEnableNonSecurity' => '

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

', 'CreatePatchBaselineRequest$ApprovedPatchesEnableNonSecurity' => '

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

', 'DeleteDocumentRequest$Force' => '

Some SSM document types require that you specify a Force flag before you can delete the document. For example, you must specify a Force flag to delete a document of type ApplicationConfigurationSchema. You can restrict access to the Force flag in an Identity and Access Management (IAM) policy.

', 'DeregisterTargetFromMaintenanceWindowRequest$Safe' => '

The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and doesn\'t deregister the target from the maintenance window.

', 'DescribeAutomationStepExecutionsRequest$ReverseOrder' => '

Indicates whether to list step executions in reverse order by start time. The default value is \'false\'.

', 'DocumentVersionInfo$IsDefaultVersion' => '

An identifier for the default version of the document.

', 'GetParameterHistoryRequest$WithDecryption' => '

Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.

', 'GetParameterRequest$WithDecryption' => '

Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.

', 'GetParametersByPathRequest$Recursive' => '

Retrieve all parameters within a hierarchy.

If a user has access to a path, then the user can access all levels of that path. For example, if a user has permission to access path /a, then the user can also access /a/b. Even if a user has explicitly been denied access in IAM for parameter /a/b, they can still call the GetParametersByPath API operation recursively for /a and view /a/b.

', 'GetParametersByPathRequest$WithDecryption' => '

Retrieve all parameters in a hierarchy with their value decrypted.

', 'GetParametersRequest$WithDecryption' => '

Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.

', 'GetPatchBaselineResult$ApprovedPatchesEnableNonSecurity' => '

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

', 'InstanceInformation$IsLatestVersion' => '

Indicates whether the latest version of SSM Agent is running on your Linux managed node. This field doesn\'t indicate whether or not the latest version is installed on Windows managed nodes, because some older versions of Windows Server use the EC2Config service to process Systems Manager requests.

', 'ListCommandInvocationsRequest$Details' => '

(Optional) If set this returns the response of the command executions and any command output. The default value is false.

', 'PatchRule$EnableNonSecurity' => '

For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is false. Applies to Linux managed nodes only.

', 'PutParameterRequest$Overwrite' => '

Overwrite an existing parameter. The default value is false.

', 'ResolvedTargets$Truncated' => '

A boolean value indicating whether the resolved target list is truncated.

', 'StartChangeRequestExecutionRequest$AutoApprove' => '

Indicates whether the change request can be approved automatically without the need for manual approvals.

If AutoApprovable is enabled in a change template, then setting AutoApprove to true in StartChangeRequestExecution creates a change request that bypasses approver review.

Change Calendar restrictions are not bypassed in this scenario. If the state of an associated calendar is CLOSED, change freeze approvers must still grant permission for this change request to run. If they don\'t, the change won\'t be processed until the calendar state is again OPEN.

', 'StepExecution$IsEnd' => '

The flag which can be used to end automation no matter whether the step succeeds or fails.

', 'StepExecution$IsCritical' => '

The flag which can be used to help decide whether the failure of current step leads to the Automation failure.

', 'UpdateMaintenanceWindowRequest$Replace' => '

If True, then all fields that are required by the CreateMaintenanceWindow operation are also required for this API request. Optional fields that aren\'t specified are set to null.

', 'UpdateMaintenanceWindowTargetRequest$Replace' => '

If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow operation are also required for this API request. Optional fields that aren\'t specified are set to null.

', 'UpdateMaintenanceWindowTaskRequest$Replace' => '

If True, then all fields that are required by the RegisterTaskWithMaintenanceWindow operation are also required for this API request. Optional fields that aren\'t specified are set to null.

', 'UpdatePatchBaselineRequest$ApprovedPatchesEnableNonSecurity' => '

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

', 'UpdatePatchBaselineRequest$Replace' => '

If True, then all fields that are required by the CreatePatchBaseline operation are also required for this API request. Optional fields that aren\'t specified are set to null.

', 'UpdatePatchBaselineResult$ApprovedPatchesEnableNonSecurity' => '

Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value is false. Applies to Linux managed nodes only.

', ], ], 'CalendarNameOrARN' => [ 'base' => NULL, 'refs' => [ 'CalendarNameOrARNList$member' => NULL, ], ], 'CalendarNameOrARNList' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$CalendarNames' => '

The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that change calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

', 'AssociationVersionInfo$CalendarNames' => '

The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations for this version only run when that Change Calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

', 'CreateAssociationBatchRequestEntry$CalendarNames' => '

The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated under. The associations only run when that Change Calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

', 'CreateAssociationRequest$CalendarNames' => '

The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your associations under. The associations only run when that change calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

', 'GetCalendarStateRequest$CalendarNames' => '

The names or Amazon Resource Names (ARNs) of the Systems Manager documents (SSM documents) that represent the calendar entries for which you want to get the state.

', 'UpdateAssociationRequest$CalendarNames' => '

The names or Amazon Resource Names (ARNs) of the Change Calendar type documents you want to gate your associations under. The associations only run when that change calendar is open. For more information, see Amazon Web Services Systems Manager Change Calendar.

', ], ], 'CalendarState' => [ 'base' => NULL, 'refs' => [ 'GetCalendarStateResponse$State' => '

The state of the calendar. An OPEN calendar indicates that actions are allowed to proceed, and a CLOSED calendar indicates that actions aren\'t allowed to proceed.

', ], ], 'CancelCommandRequest' => [ 'base' => '

', 'refs' => [], ], 'CancelCommandResult' => [ 'base' => '

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

', 'refs' => [], ], 'CancelMaintenanceWindowExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelMaintenanceWindowExecutionResult' => [ 'base' => NULL, 'refs' => [], ], 'Category' => [ 'base' => NULL, 'refs' => [ 'CategoryEnumList$member' => NULL, 'CategoryList$member' => NULL, ], ], 'CategoryEnumList' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$CategoryEnum' => '

The value that identifies a document\'s category.

', ], ], 'CategoryList' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$Category' => '

The classification of a document to help you identify and categorize its use.

', ], ], 'ChangeDetailsValue' => [ 'base' => NULL, 'refs' => [ 'StartChangeRequestExecutionRequest$ChangeDetails' => '

User-provided details about the change. If no details are provided, content specified in the Template information section of the associated change template is added.

', ], ], 'ChangeRequestName' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$ChangeRequestName' => '

The name of the Change Manager change request.

', 'AutomationExecutionMetadata$ChangeRequestName' => '

The name of the Change Manager change request.

', 'StartChangeRequestExecutionRequest$ChangeRequestName' => '

The name of the change request associated with the runbook workflow to be run.

', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$ClientToken' => '

User-provided idempotency token.

', 'CreatePatchBaselineRequest$ClientToken' => '

User-provided idempotency token.

', 'RegisterTargetWithMaintenanceWindowRequest$ClientToken' => '

User-provided idempotency token.

', 'RegisterTaskWithMaintenanceWindowRequest$ClientToken' => '

User-provided idempotency token.

', ], ], 'CloudWatchLogGroupName' => [ 'base' => NULL, 'refs' => [ 'CloudWatchOutputConfig$CloudWatchLogGroupName' => '

The name of the CloudWatch Logs log group where you want to send command output. If you don\'t specify a group name, Amazon Web Services Systems Manager automatically creates a log group for you. The log group uses the following naming format:

aws/ssm/SystemsManagerDocumentName

', ], ], 'CloudWatchOutputConfig' => [ 'base' => '

Configuration options for sending command output to Amazon CloudWatch Logs.

', 'refs' => [ 'Command$CloudWatchOutputConfig' => '

Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.

', 'CommandInvocation$CloudWatchOutputConfig' => '

Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.

', 'GetCommandInvocationResult$CloudWatchOutputConfig' => '

Amazon CloudWatch Logs information where Systems Manager sent the command output.

', 'MaintenanceWindowRunCommandParameters$CloudWatchOutputConfig' => NULL, 'SendCommandRequest$CloudWatchOutputConfig' => '

Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs. Run Command is a capability of Amazon Web Services Systems Manager.

', ], ], 'CloudWatchOutputEnabled' => [ 'base' => NULL, 'refs' => [ 'CloudWatchOutputConfig$CloudWatchOutputEnabled' => '

Enables Systems Manager to send command output to CloudWatch Logs.

', ], ], 'Command' => [ 'base' => '

Describes a command request.

', 'refs' => [ 'CommandList$member' => NULL, 'SendCommandResult$Command' => '

The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.

', ], ], 'CommandFilter' => [ 'base' => '

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.

', 'refs' => [ 'CommandFilterList$member' => NULL, ], ], 'CommandFilterKey' => [ 'base' => NULL, 'refs' => [ 'CommandFilter$key' => '

The name of the filter.

The ExecutionStage filter can\'t be used with the ListCommandInvocations operation, only with ListCommands.

', ], ], 'CommandFilterList' => [ 'base' => NULL, 'refs' => [ 'ListCommandInvocationsRequest$Filters' => '

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

', 'ListCommandsRequest$Filters' => '

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

', ], ], 'CommandFilterValue' => [ 'base' => NULL, 'refs' => [ 'CommandFilter$value' => '

The filter value. Valid values for each filter key are as follows:

', ], ], 'CommandId' => [ 'base' => NULL, 'refs' => [ 'CancelCommandRequest$CommandId' => '

The ID of the command you want to cancel.

', 'Command$CommandId' => '

A unique identifier for this command.

', 'CommandInvocation$CommandId' => '

The command against which this invocation was requested.

', 'GetCommandInvocationRequest$CommandId' => '

(Required) The parent command ID of the invocation plugin.

', 'GetCommandInvocationResult$CommandId' => '

The parent command ID of the invocation plugin.

', 'ListCommandInvocationsRequest$CommandId' => '

(Optional) The invocations for a specific command ID.

', 'ListCommandsRequest$CommandId' => '

(Optional) If provided, lists only the specified command.

', ], ], 'CommandInvocation' => [ 'base' => '

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.

', 'refs' => [ 'CommandInvocationList$member' => NULL, ], ], 'CommandInvocationList' => [ 'base' => NULL, 'refs' => [ 'ListCommandInvocationsResult$CommandInvocations' => '

(Optional) A list of all invocations.

', ], ], 'CommandInvocationStatus' => [ 'base' => NULL, 'refs' => [ 'CommandInvocation$Status' => '

Whether or not the invocation succeeded, failed, or is pending.

', 'GetCommandInvocationResult$Status' => '

The status of this invocation plugin. This status can be different than StatusDetails.

', ], ], 'CommandList' => [ 'base' => NULL, 'refs' => [ 'ListCommandsResult$Commands' => '

(Optional) The list of commands requested by the user.

', ], ], 'CommandMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListCommandInvocationsRequest$MaxResults' => '

(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListCommandsRequest$MaxResults' => '

(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'CommandPlugin' => [ 'base' => '

Describes plugin details.

', 'refs' => [ 'CommandPluginList$member' => NULL, ], ], 'CommandPluginList' => [ 'base' => NULL, 'refs' => [ 'CommandInvocation$CommandPlugins' => '

Plugins processed by the command.

', ], ], 'CommandPluginName' => [ 'base' => NULL, 'refs' => [ 'CommandPlugin$Name' => '

The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.

', 'GetCommandInvocationRequest$PluginName' => '

The name of the step for which you want detailed results. If the document contains only one step, you can omit the name and details for that step. If the document contains more than one step, you must specify the name of the step for which you want to view details. Be sure to specify the name of the step, not the name of a plugin like aws:RunShellScript.

To find the PluginName, check the document content and find the name of the step you want details for. Alternatively, use ListCommandInvocations with the CommandId and Details parameters. The PluginName is the Name attribute of the CommandPlugin object in the CommandPlugins list.

', 'GetCommandInvocationResult$PluginName' => '

The name of the plugin, or step name, for which details are reported. For example, aws:RunShellScript is a plugin.

', ], ], 'CommandPluginOutput' => [ 'base' => NULL, 'refs' => [ 'CommandPlugin$Output' => '

Output of the plugin execution.

', ], ], 'CommandPluginStatus' => [ 'base' => NULL, 'refs' => [ 'CommandPlugin$Status' => '

The status of this plugin. You can run a document with multiple plugins.

', ], ], 'CommandStatus' => [ 'base' => NULL, 'refs' => [ 'Command$Status' => '

The status of the command.

', ], ], 'Comment' => [ 'base' => NULL, 'refs' => [ 'Command$Comment' => '

User-specified information about the command, such as a brief description of what the command should do.

', 'CommandInvocation$Comment' => '

User-specified information about the command, such as a brief description of what the command should do.

', 'GetCommandInvocationResult$Comment' => '

The comment text for the command.

', 'MaintenanceWindowRunCommandParameters$Comment' => '

Information about the commands to run.

', 'SendCommandRequest$Comment' => '

User-specified information about the command, such as a brief description of what the command should do.

', ], ], 'CompletedCount' => [ 'base' => NULL, 'refs' => [ 'Command$CompletedCount' => '

The number of targets for which the command invocation reached a terminal state. Terminal states include the following: Success, Failed, Execution Timed Out, Delivery Timed Out, Cancelled, Terminated, or Undeliverable.

', ], ], 'ComplianceExecutionId' => [ 'base' => NULL, 'refs' => [ 'ComplianceExecutionSummary$ExecutionId' => '

An ID created by the system when PutComplianceItems was called. For example, CommandID is a valid execution ID. You can use this ID in subsequent calls.

', ], ], 'ComplianceExecutionSummary' => [ 'base' => '

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\'.

', 'refs' => [ 'ComplianceItem$ExecutionSummary' => '

A summary for the compliance item. The summary includes an execution ID, the execution type (for example, command), and the execution time.

', 'PutComplianceItemsRequest$ExecutionSummary' => '

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\'.

', 'ResourceComplianceSummaryItem$ExecutionSummary' => '

Information about the execution.

', ], ], 'ComplianceExecutionType' => [ 'base' => NULL, 'refs' => [ 'ComplianceExecutionSummary$ExecutionType' => '

The type of execution. For example, Command is a valid execution type.

', ], ], 'ComplianceFilterValue' => [ 'base' => NULL, 'refs' => [ 'ComplianceStringFilterValueList$member' => NULL, ], ], 'ComplianceItem' => [ 'base' => '

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.

', 'refs' => [ 'ComplianceItemList$member' => NULL, ], ], 'ComplianceItemContentHash' => [ 'base' => NULL, 'refs' => [ 'PutComplianceItemsRequest$ItemContentHash' => '

MD5 or SHA-256 content hash. The content hash is used to determine if existing information should be overwritten or ignored. If the content hashes match, the request to put compliance information is ignored.

', ], ], 'ComplianceItemDetails' => [ 'base' => NULL, 'refs' => [ 'ComplianceItem$Details' => '

A "Key": "Value" tag combination for the compliance item.

', 'ComplianceItemEntry$Details' => '

A "Key": "Value" tag combination for the compliance item.

', ], ], 'ComplianceItemEntry' => [ 'base' => '

Information about a compliance item.

', 'refs' => [ 'ComplianceItemEntryList$member' => NULL, ], ], 'ComplianceItemEntryList' => [ 'base' => NULL, 'refs' => [ 'PutComplianceItemsRequest$Items' => '

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

', ], ], 'ComplianceItemId' => [ 'base' => NULL, 'refs' => [ 'ComplianceItem$Id' => '

An ID for the compliance item. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article; for example: KB4010320.

', 'ComplianceItemEntry$Id' => '

The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

', ], ], 'ComplianceItemList' => [ 'base' => NULL, 'refs' => [ 'ListComplianceItemsResult$ComplianceItems' => '

A list of compliance information for the specified resource ID.

', ], ], 'ComplianceItemTitle' => [ 'base' => NULL, 'refs' => [ 'ComplianceItem$Title' => '

A title for the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

', 'ComplianceItemEntry$Title' => '

The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.

', ], ], 'ComplianceQueryOperatorType' => [ 'base' => NULL, 'refs' => [ 'ComplianceStringFilter$Type' => '

The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.

', ], ], 'ComplianceResourceId' => [ 'base' => NULL, 'refs' => [ 'ComplianceItem$ResourceId' => '

An ID for the resource. For a managed node, this is the node ID.

', 'ComplianceResourceIdList$member' => NULL, 'PutComplianceItemsRequest$ResourceId' => '

Specify an ID for this resource. For a managed node, this is the node ID.

', 'ResourceComplianceSummaryItem$ResourceId' => '

The resource ID.

', ], ], 'ComplianceResourceIdList' => [ 'base' => NULL, 'refs' => [ 'ListComplianceItemsRequest$ResourceIds' => '

The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.

', ], ], 'ComplianceResourceType' => [ 'base' => NULL, 'refs' => [ 'ComplianceItem$ResourceType' => '

The type of resource. ManagedInstance is currently the only supported resource type.

', 'ComplianceResourceTypeList$member' => NULL, 'PutComplianceItemsRequest$ResourceType' => '

Specify the type of resource. ManagedInstance is currently the only supported resource type.

', 'ResourceComplianceSummaryItem$ResourceType' => '

The resource type.

', ], ], 'ComplianceResourceTypeList' => [ 'base' => NULL, 'refs' => [ 'ListComplianceItemsRequest$ResourceTypes' => '

The type of resource from which to get compliance information. Currently, the only supported resource type is ManagedInstance.

', ], ], 'ComplianceSeverity' => [ 'base' => NULL, 'refs' => [ 'ComplianceItem$Severity' => '

The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

', 'ComplianceItemEntry$Severity' => '

The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

', 'ResourceComplianceSummaryItem$OverallSeverity' => '

The highest severity item found for the resource. The resource is compliant for this item.

', ], ], 'ComplianceStatus' => [ 'base' => NULL, 'refs' => [ 'ComplianceItem$Status' => '

The status of the compliance item. An item is either COMPLIANT, NON_COMPLIANT, or an empty string (for Windows patches that aren\'t applicable).

', 'ComplianceItemEntry$Status' => '

The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.

', 'ResourceComplianceSummaryItem$Status' => '

The compliance status for the resource.

', ], ], 'ComplianceStringFilter' => [ 'base' => '

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

', 'refs' => [ 'ComplianceStringFilterList$member' => NULL, ], ], 'ComplianceStringFilterKey' => [ 'base' => NULL, 'refs' => [ 'ComplianceStringFilter$Key' => '

The name of the filter.

', ], ], 'ComplianceStringFilterList' => [ 'base' => NULL, 'refs' => [ 'ListComplianceItemsRequest$Filters' => '

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

', 'ListComplianceSummariesRequest$Filters' => '

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

', 'ListResourceComplianceSummariesRequest$Filters' => '

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

', ], ], 'ComplianceStringFilterValueList' => [ 'base' => NULL, 'refs' => [ 'ComplianceStringFilter$Values' => '

The value for which to search.

', ], ], 'ComplianceSummaryCount' => [ 'base' => NULL, 'refs' => [ 'CompliantSummary$CompliantCount' => '

The total number of resources that are compliant.

', 'NonCompliantSummary$NonCompliantCount' => '

The total number of compliance items that aren\'t compliant.

', 'SeveritySummary$CriticalCount' => '

The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.

', 'SeveritySummary$HighCount' => '

The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.

', 'SeveritySummary$MediumCount' => '

The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.

', 'SeveritySummary$LowCount' => '

The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.

', 'SeveritySummary$InformationalCount' => '

The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.

', 'SeveritySummary$UnspecifiedCount' => '

The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.

', ], ], 'ComplianceSummaryItem' => [ 'base' => '

A summary of compliance information by compliance type.

', 'refs' => [ 'ComplianceSummaryItemList$member' => NULL, ], ], 'ComplianceSummaryItemList' => [ 'base' => NULL, 'refs' => [ 'ListComplianceSummariesResult$ComplianceSummaryItems' => '

A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.

', ], ], 'ComplianceTypeCountLimitExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'ComplianceTypeName' => [ 'base' => NULL, 'refs' => [ 'ComplianceItem$ComplianceType' => '

The compliance type. For example, Association (for a State Manager association), Patch, or Custom:string are all valid compliance types.

', 'ComplianceSummaryItem$ComplianceType' => '

The type of compliance item. For example, the compliance type can be Association, Patch, or Custom:string.

', 'PutComplianceItemsRequest$ComplianceType' => '

Specify the compliance type. For example, specify Association (for a State Manager association), Patch, or Custom:string.

', 'ResourceComplianceSummaryItem$ComplianceType' => '

The compliance type.

', ], ], 'ComplianceUploadType' => [ 'base' => NULL, 'refs' => [ 'PutComplianceItemsRequest$UploadType' => '

The mode for uploading compliance items. You can specify COMPLETE or PARTIAL. In COMPLETE mode, the system overwrites all existing compliance information for the resource. You must provide a full list of compliance items each time you send the request.

In PARTIAL mode, the system overwrites compliance information for a specific association. The association must be configured with SyncCompliance set to MANUAL. By default, all requests use COMPLETE mode.

This attribute is only valid for association compliance.

', ], ], 'CompliantSummary' => [ 'base' => '

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

', 'refs' => [ 'ComplianceSummaryItem$CompliantSummary' => '

A list of COMPLIANT items for the specified compliance type.

', 'ResourceComplianceSummaryItem$CompliantSummary' => '

A list of items that are compliant for the resource.

', ], ], 'ComputerName' => [ 'base' => NULL, 'refs' => [ 'InstanceInformation$ComputerName' => '

The fully qualified host name of the managed node.

', ], ], 'ConnectionStatus' => [ 'base' => NULL, 'refs' => [ 'GetConnectionStatusResponse$Status' => '

The status of the connection to the managed node. For example, \'Connected\' or \'Not Connected\'.

', ], ], 'ContentLength' => [ 'base' => NULL, 'refs' => [ 'AttachmentContent$Size' => '

The size of an attachment in bytes.

', ], ], 'CreateActivationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateActivationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateAssociationBatchRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAssociationBatchRequestEntries' => [ 'base' => NULL, 'refs' => [ 'CreateAssociationBatchRequest$Entries' => '

One or more associations.

', ], ], 'CreateAssociationBatchRequestEntry' => [ 'base' => '

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

', 'refs' => [ 'CreateAssociationBatchRequestEntries$member' => NULL, 'FailedCreateAssociation$Entry' => '

The association.

', ], ], 'CreateAssociationBatchResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDocumentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDocumentResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateMaintenanceWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateMaintenanceWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateOpsItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateOpsItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateOpsMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateOpsMetadataResult' => [ 'base' => NULL, 'refs' => [], ], 'CreatePatchBaselineRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePatchBaselineResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateResourceDataSyncRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResourceDataSyncResult' => [ 'base' => NULL, 'refs' => [], ], 'CreatedDate' => [ 'base' => NULL, 'refs' => [ 'Activation$CreatedDate' => '

The date the activation was created.

', ], ], 'CustomSchemaCountLimitExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'DateTime' => [ 'base' => NULL, 'refs' => [ 'Association$LastExecutionDate' => '

The date on which the association was last run.

', 'AssociationDescription$Date' => '

The date when the association was made.

', 'AssociationDescription$LastUpdateAssociationDate' => '

The date when the association was last updated.

', 'AssociationDescription$LastExecutionDate' => '

The date on which the association was last run.

', 'AssociationDescription$LastSuccessfulExecutionDate' => '

The last date on which the association was successfully run.

', 'AssociationExecution$CreatedTime' => '

The time the execution started.

', 'AssociationExecution$LastExecutionDate' => '

The date of the last execution.

', 'AssociationExecutionTarget$LastExecutionDate' => '

The date of the last execution.

', 'AssociationStatus$Date' => '

The date when the status changed.

', 'AssociationVersionInfo$CreatedDate' => '

The date the association version was created.

', 'AutomationExecution$ExecutionStartTime' => '

The time the execution started.

', 'AutomationExecution$ExecutionEndTime' => '

The time the execution finished.

', 'AutomationExecution$ScheduledTime' => '

The date and time the Automation operation is scheduled to start.

', 'AutomationExecutionMetadata$ExecutionStartTime' => '

The time the execution started.

', 'AutomationExecutionMetadata$ExecutionEndTime' => '

The time the execution finished. This isn\'t populated if the execution is still in progress.

', 'AutomationExecutionMetadata$ScheduledTime' => '

The date and time the Automation operation is scheduled to start.

', 'Command$ExpiresAfter' => '

If a command expires, it changes status to DeliveryTimedOut for all invocations that have the status InProgress, Pending, or Delayed. ExpiresAfter is calculated based on the total timeout for the overall command. For more information, see Understanding command timeout values in the Amazon Web Services Systems Manager User Guide.

', 'Command$RequestedDateTime' => '

The date and time the command was requested.

', 'CommandInvocation$RequestedDateTime' => '

The time and date the request was sent to this managed node.

', 'CommandPlugin$ResponseStartDateTime' => '

The time the plugin started running.

', 'CommandPlugin$ResponseFinishDateTime' => '

The time the plugin stopped running. Could stop prematurely if, for example, a cancel command was sent.

', 'ComplianceExecutionSummary$ExecutionTime' => '

The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd\'T\'HH:mm:ss\'Z\'.

', 'CreateOpsItemRequest$ActualStartTime' => '

The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

', 'CreateOpsItemRequest$ActualEndTime' => '

The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

', 'CreateOpsItemRequest$PlannedStartTime' => '

The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

', 'CreateOpsItemRequest$PlannedEndTime' => '

The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

', 'DocumentDescription$CreatedDate' => '

The date when the document was created.

', 'DocumentIdentifier$CreatedDate' => '

The date the SSM document was created.

', 'DocumentReviewerResponseSource$CreateTime' => '

The date and time that a reviewer entered a response to a document review request.

', 'DocumentReviewerResponseSource$UpdatedTime' => '

The date and time that a reviewer last updated a response to a document review request.

', 'DocumentVersionInfo$CreatedDate' => '

The date the document was created.

', 'GetDocumentResult$CreatedDate' => '

The date the SSM document was created.

', 'GetMaintenanceWindowExecutionResult$StartTime' => '

The time the maintenance window started running.

', 'GetMaintenanceWindowExecutionResult$EndTime' => '

The time the maintenance window finished running.

', 'GetMaintenanceWindowExecutionTaskInvocationResult$StartTime' => '

The time that the task started running on the target.

', 'GetMaintenanceWindowExecutionTaskInvocationResult$EndTime' => '

The time that the task finished running on the target.

', 'GetMaintenanceWindowExecutionTaskResult$StartTime' => '

The time the task execution started.

', 'GetMaintenanceWindowExecutionTaskResult$EndTime' => '

The time the task execution completed.

', 'GetMaintenanceWindowResult$CreatedDate' => '

The date the maintenance window was created.

', 'GetMaintenanceWindowResult$ModifiedDate' => '

The date the maintenance window was last modified.

', 'GetPatchBaselineResult$CreatedDate' => '

The date the patch baseline was created.

', 'GetPatchBaselineResult$ModifiedDate' => '

The date the patch baseline was last modified.

', 'InstanceAssociationStatusInfo$ExecutionDate' => '

The date the association ran.

', 'InstanceInformation$LastPingDateTime' => '

The date and time when the agent last pinged the Systems Manager service.

', 'InstanceInformation$RegistrationDate' => '

The date the server or VM was registered with Amazon Web Services as a managed node.

', 'InstanceInformation$LastAssociationExecutionDate' => '

The date the association was last run.

', 'InstanceInformation$LastSuccessfulAssociationExecutionDate' => '

The last date the association was successfully run.

', 'InstancePatchState$OperationStartTime' => '

The time the most recent patching operation was started on the managed node.

', 'InstancePatchState$OperationEndTime' => '

The time the most recent patching operation completed on the managed node.

', 'InstancePatchState$LastNoRebootInstallOperationTime' => '

The time of the last attempt to patch the managed node with NoReboot specified as the reboot option.

', 'MaintenanceWindowExecution$StartTime' => '

The time the execution started.

', 'MaintenanceWindowExecution$EndTime' => '

The time the execution finished.

', 'MaintenanceWindowExecutionTaskIdentity$StartTime' => '

The time the task execution started.

', 'MaintenanceWindowExecutionTaskIdentity$EndTime' => '

The time the task execution finished.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$StartTime' => '

The time the invocation started.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$EndTime' => '

The time the invocation finished.

', 'OpsItem$CreatedTime' => '

The date and time the OpsItem was created.

', 'OpsItem$LastModifiedTime' => '

The date and time the OpsItem was last updated.

', 'OpsItem$ActualStartTime' => '

The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

', 'OpsItem$ActualEndTime' => '

The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

', 'OpsItem$PlannedStartTime' => '

The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

', 'OpsItem$PlannedEndTime' => '

The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

', 'OpsItemEventSummary$CreatedTime' => '

The date and time the OpsItem event was created.

', 'OpsItemRelatedItemSummary$CreatedTime' => '

The time the related-item association was created.

', 'OpsItemRelatedItemSummary$LastModifiedTime' => '

The time the related-item association was last updated.

', 'OpsItemSummary$CreatedTime' => '

The date and time the OpsItem was created.

', 'OpsItemSummary$LastModifiedTime' => '

The date and time the OpsItem was last updated.

', 'OpsItemSummary$ActualStartTime' => '

The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

', 'OpsItemSummary$ActualEndTime' => '

The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

', 'OpsItemSummary$PlannedStartTime' => '

The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

', 'OpsItemSummary$PlannedEndTime' => '

The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

', 'OpsMetadata$LastModifiedDate' => '

The date the OpsMetadata object was last updated.

', 'OpsMetadata$CreationDate' => '

The date the OpsMetadata objects was created.

', 'Parameter$LastModifiedDate' => '

Date the parameter was last changed or updated and the parameter version was created.

', 'ParameterHistory$LastModifiedDate' => '

Date the parameter was last changed or updated.

', 'ParameterMetadata$LastModifiedDate' => '

Date the parameter was last changed or updated.

', 'Patch$ReleaseDate' => '

The date the patch was released.

', 'PatchComplianceData$InstalledTime' => '

The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.

', 'PatchStatus$ApprovalDate' => '

The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).

', 'ReviewInformation$ReviewedTime' => '

The time that the reviewer took action on the document review request.

', 'ServiceSetting$LastModifiedDate' => '

The last time the service setting was modified.

', 'Session$StartDate' => '

The date and time, in ISO-8601 Extended format, when the session began.

', 'Session$EndDate' => '

The date and time, in ISO-8601 Extended format, when the session was terminated.

', 'StartChangeRequestExecutionRequest$ScheduledTime' => '

The date and time specified in the change request to run the Automation runbooks.

The Automation runbooks specified for the runbook workflow can\'t run until all required approvals for the change request have been received.

', 'StartChangeRequestExecutionRequest$ScheduledEndTime' => '

The time that the requester expects the runbook workflow related to the change request to complete. The time is an estimate only that the requester provides for reviewers.

', 'StepExecution$ExecutionStartTime' => '

If a step has begun execution, this contains the time the step started. If the step is in Pending status, this field isn\'t populated.

', 'StepExecution$ExecutionEndTime' => '

If a step has finished execution, this contains the time the execution ended. If the step hasn\'t yet concluded, this field isn\'t populated.

', 'UpdateOpsItemRequest$ActualStartTime' => '

The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.

', 'UpdateOpsItemRequest$ActualEndTime' => '

The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.

', 'UpdateOpsItemRequest$PlannedStartTime' => '

The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.

', 'UpdateOpsItemRequest$PlannedEndTime' => '

The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.

', 'UpdatePatchBaselineResult$CreatedDate' => '

The date when the patch baseline was created.

', 'UpdatePatchBaselineResult$ModifiedDate' => '

The date when the patch baseline was last modified.

', ], ], 'DefaultBaseline' => [ 'base' => NULL, 'refs' => [ 'PatchBaselineIdentity$DefaultBaseline' => '

Whether this is the default 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.

', ], ], 'DefaultInstanceName' => [ 'base' => NULL, 'refs' => [ 'Activation$DefaultInstanceName' => '

A name for the managed node when it is created.

', 'CreateActivationRequest$DefaultInstanceName' => '

The name of the registered, managed node as it will appear in the Amazon Web Services Systems Manager console or when you use the Amazon Web Services command line tools to list Systems Manager resources.

Don\'t enter personally identifiable information in this field.

', ], ], 'DeleteActivationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteActivationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDocumentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDocumentResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInventoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInventoryResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMaintenanceWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMaintenanceWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteOpsMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteOpsMetadataResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteParameterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteParameterResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteParametersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteParametersResult' => [ 'base' => NULL, 'refs' => [], ], 'DeletePatchBaselineRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePatchBaselineResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourceDataSyncRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourceDataSyncResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeliveryTimedOutCount' => [ 'base' => NULL, 'refs' => [ 'Command$DeliveryTimedOutCount' => '

The number of targets for which the status is Delivery Timed Out.

', ], ], 'DeregisterManagedInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterManagedInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterPatchBaselineForPatchGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterPatchBaselineForPatchGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTargetFromMaintenanceWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTargetFromMaintenanceWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTaskFromMaintenanceWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTaskFromMaintenanceWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeActivationsFilter' => [ 'base' => '

Filter for the DescribeActivation API.

', 'refs' => [ 'DescribeActivationsFilterList$member' => NULL, ], ], 'DescribeActivationsFilterKeys' => [ 'base' => NULL, 'refs' => [ 'DescribeActivationsFilter$FilterKey' => '

The name of the filter.

', ], ], 'DescribeActivationsFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeActivationsRequest$Filters' => '

A filter to view information about your activations.

', ], ], 'DescribeActivationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeActivationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAssociationExecutionTargetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAssociationExecutionTargetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAssociationExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAssociationExecutionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutomationExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutomationExecutionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutomationStepExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutomationStepExecutionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAvailablePatchesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAvailablePatchesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDocumentPermissionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDocumentPermissionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDocumentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDocumentResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEffectiveInstanceAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEffectiveInstanceAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEffectivePatchesForPatchBaselineRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEffectivePatchesForPatchBaselineResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceAssociationsStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceAssociationsStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceInformationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceInformationResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancePatchStatesForPatchGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancePatchStatesForPatchGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancePatchStatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancePatchStatesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancePatchesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancePatchesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInventoryDeletionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInventoryDeletionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowExecutionTaskInvocationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowExecutionTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowExecutionTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowExecutionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowScheduleResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowTargetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowTargetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowsForTargetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowsForTargetResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMaintenanceWindowsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeOpsItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeOpsItemsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeParametersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeParametersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePatchBaselinesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePatchBaselinesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePatchGroupStateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePatchGroupStateResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePatchGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePatchGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePatchPropertiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePatchPropertiesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSessionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescriptionInDocument' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$Description' => '

A description of the document.

', ], ], 'DisassociateOpsItemRelatedItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateOpsItemRelatedItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'DocumentARN' => [ 'base' => NULL, 'refs' => [ 'Association$Name' => '

The name of the SSM document.

', 'AssociationDescription$Name' => '

The name of the SSM document.

', 'AssociationVersionInfo$Name' => '

The name specified when the association was created.

', 'CreateAssociationBatchRequestEntry$Name' => '

The name of the SSM document that contains the configuration information for the managed node. You can specify Command or Automation runbooks.

You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account.

For SSM documents that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format:

arn:aws:ssm:region:account-id:document/document-name

For example:

arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document

For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.

', 'CreateAssociationRequest$Name' => '

The name of the SSM Command document or Automation runbook that contains the configuration information for the managed node.

You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another Amazon Web Services account.

For Systems Manager documents (SSM documents) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format:

arn:partition:ssm:region:account-id:document/document-name

For example:

arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document

For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.

', 'DeleteAssociationRequest$Name' => '

The name of the SSM document.

', 'DescribeAssociationRequest$Name' => '

The name of the SSM document.

', 'DescribeDocumentRequest$Name' => '

The name of the SSM document.

', 'DocumentDescription$Name' => '

The name of the SSM document.

', 'DocumentIdentifier$Name' => '

The name of the SSM document.

', 'DocumentRequires$Name' => '

The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

', 'GetDocumentRequest$Name' => '

The name of the SSM document.

', 'GetDocumentResult$Name' => '

The name of the SSM document.

', 'InstanceAssociationStatusInfo$Name' => '

The name of the association.

', 'ListDocumentVersionsRequest$Name' => '

The name of the document. You can specify an Amazon Resource Name (ARN).

', 'Runbook$DocumentName' => '

The name of the Automation runbook used in a runbook workflow.

', 'SendCommandRequest$DocumentName' => '

The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document Amazon Resource Name (ARN). For more information about how to use shared documents, see Using shared SSM documents in the Amazon Web Services Systems Manager User Guide.

If you specify a document name or ARN that hasn\'t been shared with your account, you receive an InvalidDocument error.

', 'StartAutomationExecutionRequest$DocumentName' => '

The name of the SSM document to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document ARN. For more information about how to use shared documents, see Using shared SSM documents in the Amazon Web Services Systems Manager User Guide.

', 'StartChangeRequestExecutionRequest$DocumentName' => '

The name of the change template document to run during the runbook workflow.

', 'StartSessionRequest$DocumentName' => '

The name of the SSM document you want to use to define the type of session, input parameters, or preferences for the session. For example, SSM-SessionManagerRunShell. You can call the GetDocument API to verify the document exists before attempting to start a session. If no document name is provided, a shell to the managed node is launched by default. For more information, see Start a session in the Amazon Web Services Systems Manager User Guide.

', 'UpdateAssociationRequest$Name' => '

The name of the SSM Command document or Automation runbook that contains the configuration information for the managed node.

You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account.

For Systems Manager document (SSM document) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format:

arn:aws:ssm:region:account-id:document/document-name

For example:

arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document

For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.

', 'UpdateAssociationStatusRequest$Name' => '

The name of the SSM document.

', ], ], 'DocumentAlreadyExists' => [ 'base' => '

The specified document already exists.

', 'refs' => [], ], 'DocumentAuthor' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$Author' => '

The user in your organization who created the document.

', 'DocumentIdentifier$Author' => '

The user in your organization who created the document.

', 'ListDocumentMetadataHistoryResponse$Author' => '

The user ID of the person in the organization who requested the review of the change template.

', ], ], 'DocumentContent' => [ 'base' => NULL, 'refs' => [ 'CreateDocumentRequest$Content' => '

The content for the new SSM document in JSON or YAML format. The content of the document must not exceed 64KB. This quota also includes the content specified for input parameters at runtime. We recommend storing the contents for your new document in an external JSON or YAML file and referencing the file in a command.

For examples, see the following topics in the Amazon Web Services Systems Manager User Guide.

', 'GetDocumentResult$Content' => '

The contents of the SSM document.

', 'InstanceAssociation$Content' => '

The content of the association document for the managed node(s).

', 'UpdateDocumentRequest$Content' => '

A valid JSON or YAML string.

', ], ], 'DocumentDefaultVersionDescription' => [ 'base' => '

A default version of a document.

', 'refs' => [ 'UpdateDocumentDefaultVersionResult$Description' => '

The description of a custom document that you want to set as the default version.

', ], ], 'DocumentDescription' => [ 'base' => '

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

', 'refs' => [ 'CreateDocumentResult$DocumentDescription' => '

Information about the SSM document.

', 'DescribeDocumentResult$Document' => '

Information about the SSM document.

', 'UpdateDocumentResult$DocumentDescription' => '

A description of the document that was updated.

', ], ], 'DocumentDisplayName' => [ 'base' => NULL, 'refs' => [ 'CreateDocumentRequest$DisplayName' => '

An optional field where you can specify a friendly name for the SSM document. This value can differ for each version of the document. You can update this value at a later time using the UpdateDocument operation.

', 'DocumentDescription$DisplayName' => '

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

', 'DocumentIdentifier$DisplayName' => '

An optional field where you can specify a friendly name for the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

', 'DocumentVersionInfo$DisplayName' => '

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

', 'GetDocumentResult$DisplayName' => '

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

', 'UpdateDocumentRequest$DisplayName' => '

The friendly name of the SSM document that you want to update. This value can differ for each version of the document. If you don\'t specify a value for this parameter in your request, the existing value is applied to the new document version.

', ], ], 'DocumentFilter' => [ 'base' => '

This data type is deprecated. Instead, use DocumentKeyValuesFilter.

', 'refs' => [ 'DocumentFilterList$member' => NULL, ], ], 'DocumentFilterKey' => [ 'base' => NULL, 'refs' => [ 'DocumentFilter$key' => '

The name of the filter.

', ], ], 'DocumentFilterList' => [ 'base' => NULL, 'refs' => [ 'ListDocumentsRequest$DocumentFilterList' => '

This data type is deprecated. Instead, use Filters.

', ], ], 'DocumentFilterValue' => [ 'base' => NULL, 'refs' => [ 'DocumentFilter$value' => '

The value of the filter.

', ], ], 'DocumentFormat' => [ 'base' => NULL, 'refs' => [ 'CreateDocumentRequest$DocumentFormat' => '

Specify the document format for the request. The document format can be JSON, YAML, or TEXT. JSON is the default format.

', 'DocumentDescription$DocumentFormat' => '

The document format, either JSON or YAML.

', 'DocumentIdentifier$DocumentFormat' => '

The document format, either JSON or YAML.

', 'DocumentVersionInfo$DocumentFormat' => '

The document format, either JSON or YAML.

', 'GetDocumentRequest$DocumentFormat' => '

Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.

', 'GetDocumentResult$DocumentFormat' => '

The document format, either JSON or YAML.

', 'UpdateDocumentRequest$DocumentFormat' => '

Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.

', ], ], 'DocumentHash' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$Hash' => '

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

', 'MaintenanceWindowRunCommandParameters$DocumentHash' => '

The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.

', 'SendCommandRequest$DocumentHash' => '

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

', ], ], 'DocumentHashType' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$HashType' => '

The hash type of the document. Valid values include Sha256 or Sha1.

Sha1 hashes have been deprecated.

', 'MaintenanceWindowRunCommandParameters$DocumentHashType' => '

SHA-256 or SHA-1. SHA-1 hashes have been deprecated.

', 'SendCommandRequest$DocumentHashType' => '

Sha256 or Sha1.

Sha1 hashes have been deprecated.

', ], ], 'DocumentIdentifier' => [ 'base' => '

Describes the name of a SSM document.

', 'refs' => [ 'DocumentIdentifierList$member' => NULL, ], ], 'DocumentIdentifierList' => [ 'base' => NULL, 'refs' => [ 'ListDocumentsResult$DocumentIdentifiers' => '

The names of the SSM documents.

', ], ], 'DocumentKeyValuesFilter' => [ 'base' => '

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
Owner

Note that only one Owner can be specified in a request. For example: Key=Owner,Values=Self.

PlatformTypes

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

', 'refs' => [ 'DocumentKeyValuesFilterList$member' => NULL, ], ], 'DocumentKeyValuesFilterKey' => [ 'base' => NULL, 'refs' => [ 'DocumentKeyValuesFilter$Key' => '

The name of the filter key.

', ], ], 'DocumentKeyValuesFilterList' => [ 'base' => NULL, 'refs' => [ 'ListDocumentsRequest$Filters' => '

One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of results. For keys, you can specify one or more key-value pair tags that have been applied to a document. Other valid keys include Owner, Name, PlatformTypes, DocumentType, and TargetType. For example, to return documents you own use Key=Owner,Values=Self. To specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.

This API operation only supports filtering documents by using a single tag key and one or more tag values. For example: Key=tag:tagName,Values=valueName1,valueName2

', ], ], 'DocumentKeyValuesFilterValue' => [ 'base' => NULL, 'refs' => [ 'DocumentKeyValuesFilterValues$member' => NULL, ], ], 'DocumentKeyValuesFilterValues' => [ 'base' => NULL, 'refs' => [ 'DocumentKeyValuesFilter$Values' => '

The value for the filter key.

', ], ], 'DocumentLimitExceeded' => [ 'base' => '

You can have at most 500 active SSM documents.

', 'refs' => [], ], 'DocumentMetadataEnum' => [ 'base' => NULL, 'refs' => [ 'ListDocumentMetadataHistoryRequest$Metadata' => '

The type of data for which details are being requested. Currently, the only supported value is DocumentReviews.

', ], ], 'DocumentMetadataResponseInfo' => [ 'base' => '

Details about the response to a document review request.

', 'refs' => [ 'ListDocumentMetadataHistoryResponse$Metadata' => '

Information about the response to the change template approval request.

', ], ], 'DocumentName' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$DocumentName' => '

The name of the Automation runbook used during the execution.

', 'AutomationExecutionMetadata$DocumentName' => '

The name of the Automation runbook used during execution.

', 'Command$DocumentName' => '

The name of the document requested for execution.

', 'CommandInvocation$DocumentName' => '

The document name that was requested for execution.

', 'CreateDocumentRequest$Name' => '

A name for the SSM document.

You can\'t use the following strings as document name prefixes. These are reserved by Amazon Web Services for use as document name prefixes:

', 'DeleteDocumentRequest$Name' => '

The name of the document.

', 'DescribeDocumentPermissionRequest$Name' => '

The name of the document for which you are the owner.

', 'DocumentDefaultVersionDescription$Name' => '

The name of the document.

', 'DocumentVersionInfo$Name' => '

The document name.

', 'GetCommandInvocationResult$DocumentName' => '

The name of the document that was run. For example, AWS-RunShellScript.

', 'ListDocumentMetadataHistoryRequest$Name' => '

The name of the change template.

', 'ListDocumentMetadataHistoryResponse$Name' => '

The name of the change template.

', 'ModifyDocumentPermissionRequest$Name' => '

The name of the document that you want to share.

', 'Session$DocumentName' => '

The name of the Session Manager SSM document used to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell.

', 'UpdateDocumentDefaultVersionRequest$Name' => '

The name of a custom document that you want to set as the default version.

', 'UpdateDocumentMetadataRequest$Name' => '

The name of the change template for which a version\'s metadata is to be updated.

', 'UpdateDocumentRequest$Name' => '

The name of the SSM document that you want to update.

', ], ], 'DocumentOwner' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$Owner' => '

The Amazon Web Services user that created the document.

', 'DocumentIdentifier$Owner' => '

The Amazon Web Services user that created the document.

', ], ], 'DocumentParameter' => [ 'base' => '

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

', 'refs' => [ 'DocumentParameterList$member' => NULL, ], ], 'DocumentParameterDefaultValue' => [ 'base' => NULL, 'refs' => [ 'DocumentParameter$DefaultValue' => '

If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.

', ], ], 'DocumentParameterDescrption' => [ 'base' => NULL, 'refs' => [ 'DocumentParameter$Description' => '

A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

', ], ], 'DocumentParameterList' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$Parameters' => '

A description of the parameters for a document.

', ], ], 'DocumentParameterName' => [ 'base' => NULL, 'refs' => [ 'DocumentParameter$Name' => '

The name of the parameter.

', ], ], 'DocumentParameterType' => [ 'base' => NULL, 'refs' => [ 'DocumentParameter$Type' => '

The type of parameter. The type can be either String or StringList.

', ], ], 'DocumentPermissionLimit' => [ 'base' => '

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.

', 'refs' => [], ], 'DocumentPermissionMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeDocumentPermissionRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'DocumentPermissionType' => [ 'base' => NULL, 'refs' => [ 'DescribeDocumentPermissionRequest$PermissionType' => '

The permission type for the document. The permission type can be Share.

', 'ModifyDocumentPermissionRequest$PermissionType' => '

The permission type for the document. The permission type can be Share.

', ], ], 'DocumentRequires' => [ 'base' => '

An SSM document required by the current document.

', 'refs' => [ 'DocumentRequiresList$member' => NULL, ], ], 'DocumentRequiresList' => [ 'base' => NULL, 'refs' => [ 'CreateDocumentRequest$Requires' => '

A list of SSM documents required by a document. This parameter is used exclusively by AppConfig. When a user creates an AppConfig configuration in an SSM document, the user must also specify a required document for validation purposes. In this case, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document for validation purposes. For more information, see What is AppConfig? in the AppConfig User Guide.

', 'DocumentDescription$Requires' => '

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

', 'DocumentIdentifier$Requires' => '

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

', 'GetDocumentResult$Requires' => '

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

', ], ], 'DocumentReviewAction' => [ 'base' => NULL, 'refs' => [ 'DocumentReviews$Action' => '

The action to take on a document approval review request.

', ], ], 'DocumentReviewComment' => [ 'base' => NULL, 'refs' => [ 'DocumentReviewCommentSource$Content' => '

The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.

', ], ], 'DocumentReviewCommentList' => [ 'base' => NULL, 'refs' => [ 'DocumentReviewerResponseSource$Comment' => '

The comment entered by a reviewer as part of their document review response.

', 'DocumentReviews$Comment' => '

A comment entered by a user in your organization about the document review request.

', ], ], 'DocumentReviewCommentSource' => [ 'base' => '

Information about comments added to a document review request.

', 'refs' => [ 'DocumentReviewCommentList$member' => NULL, ], ], 'DocumentReviewCommentType' => [ 'base' => NULL, 'refs' => [ 'DocumentReviewCommentSource$Type' => '

The type of information added to a review request. Currently, only the value Comment is supported.

', ], ], 'DocumentReviewerResponseList' => [ 'base' => NULL, 'refs' => [ 'DocumentMetadataResponseInfo$ReviewerResponse' => '

Details about a reviewer\'s response to a document review request.

', ], ], 'DocumentReviewerResponseSource' => [ 'base' => '

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

', 'refs' => [ 'DocumentReviewerResponseList$member' => NULL, ], ], 'DocumentReviews' => [ 'base' => '

Information about a document approval review.

', 'refs' => [ 'UpdateDocumentMetadataRequest$DocumentReviews' => '

The change template review details to update.

', ], ], 'DocumentSchemaVersion' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$SchemaVersion' => '

The schema version.

', 'DocumentIdentifier$SchemaVersion' => '

The schema version.

', ], ], 'DocumentSha1' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$Sha1' => '

The SHA1 hash of the document, which you can use for verification.

', ], ], 'DocumentStatus' => [ 'base' => '

The status of a document.

', 'refs' => [ 'DocumentDescription$Status' => '

The status of the SSM document.

', 'DocumentVersionInfo$Status' => '

The status of the SSM document, such as Creating, Active, Failed, and Deleting.

', 'GetDocumentResult$Status' => '

The status of the SSM document, such as Creating, Active, Updating, Failed, and Deleting.

', ], ], 'DocumentStatusInformation' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$StatusInformation' => '

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn\'t exist. Verify that the URL of the S3 bucket is correct."

', 'DocumentVersionInfo$StatusInformation' => '

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn\'t exist. Verify that the URL of the S3 bucket is correct."

', 'GetDocumentResult$StatusInformation' => '

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn\'t exist. Verify that the URL of the S3 bucket is correct."

', ], ], 'DocumentType' => [ 'base' => NULL, 'refs' => [ 'CreateDocumentRequest$DocumentType' => '

The type of document to create.

The DeploymentStrategy document type is an internal-use-only document type reserved for AppConfig.

', 'DocumentDescription$DocumentType' => '

The type of document.

', 'DocumentIdentifier$DocumentType' => '

The document type.

', 'GetDocumentResult$DocumentType' => '

The document type.

', ], ], 'DocumentVersion' => [ 'base' => NULL, 'refs' => [ 'Association$DocumentVersion' => '

The version of the document used in the association. 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.

State Manager doesn\'t support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.

', 'AssociationDescription$DocumentVersion' => '

The document version.

', 'AssociationVersionInfo$DocumentVersion' => '

The version of an Amazon Web Services Systems Manager document (SSM document) used when the association version was created.

', 'AutomationExecution$DocumentVersion' => '

The version of the document to use during execution.

', 'AutomationExecutionMetadata$DocumentVersion' => '

The document version used during the execution.

', 'Command$DocumentVersion' => '

The Systems Manager document (SSM document) version.

', 'CommandInvocation$DocumentVersion' => '

The Systems Manager document (SSM document) version.

', 'CreateAssociationBatchRequestEntry$DocumentVersion' => '

The document version.

', 'CreateAssociationRequest$DocumentVersion' => '

The document version you want to associate with the target(s). Can be a specific version or the default version.

State Manager doesn\'t support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.

', 'DeleteDocumentRequest$DocumentVersion' => '

The version of the document that you want to delete. If not provided, all versions of the document are deleted.

', 'DescribeDocumentRequest$DocumentVersion' => '

The document version for which you want information. Can be a specific version or the default version.

', 'DocumentDefaultVersionDescription$DefaultVersion' => '

The default version of the document.

', 'DocumentDescription$DocumentVersion' => '

The document version.

', 'DocumentDescription$LatestVersion' => '

The latest version of the document.

', 'DocumentDescription$DefaultVersion' => '

The default version.

', 'DocumentDescription$ApprovedVersion' => '

The version of the document currently approved for use in the organization.

', 'DocumentDescription$PendingReviewVersion' => '

The version of the document that is currently under review.

', 'DocumentIdentifier$DocumentVersion' => '

The document version.

', 'DocumentRequires$Version' => '

The document version required by the current document.

', 'DocumentVersionInfo$DocumentVersion' => '

The document version.

', 'GetCommandInvocationResult$DocumentVersion' => '

The Systems Manager document (SSM document) version used in the request.

', 'GetDocumentRequest$DocumentVersion' => '

The document version for which you want information.

', 'GetDocumentResult$DocumentVersion' => '

The document version.

', 'InstanceAssociationStatusInfo$DocumentVersion' => '

The association document versions.

', 'ListDocumentMetadataHistoryRequest$DocumentVersion' => '

The version of the change template.

', 'ListDocumentMetadataHistoryResponse$DocumentVersion' => '

The version of the change template.

', 'MaintenanceWindowAutomationParameters$DocumentVersion' => '

The version of an Automation runbook to use during task execution.

', 'MaintenanceWindowRunCommandParameters$DocumentVersion' => '

The Amazon Web Services Systems Manager document (SSM document) version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the Amazon Web Services CLI, then you must escape the first two options by using a backslash. If you specify a version number, then you don\'t need to use the backslash. For example:

--document-version "\\$DEFAULT"

--document-version "\\$LATEST"

--document-version "3"

', 'Runbook$DocumentVersion' => '

The version of the Automation runbook used in a runbook workflow.

', 'SendCommandRequest$DocumentVersion' => '

The SSM document version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the Command Line Interface (Amazon Web Services CLI), then you must escape the first two options by using a backslash. If you specify a version number, then you don\'t need to use the backslash. For example:

--document-version "\\$DEFAULT"

--document-version "\\$LATEST"

--document-version "3"

', 'StartAutomationExecutionRequest$DocumentVersion' => '

The version of the Automation runbook to use for this execution.

', 'StartChangeRequestExecutionRequest$DocumentVersion' => '

The version of the change template document to run during the runbook workflow.

', 'UpdateAssociationRequest$DocumentVersion' => '

The document version you want update for the association.

State Manager doesn\'t support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.

', 'UpdateDocumentMetadataRequest$DocumentVersion' => '

The version of a change template in which to update approval metadata.

', 'UpdateDocumentRequest$DocumentVersion' => '

The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the $LATEST variable.

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.

', ], ], 'DocumentVersionInfo' => [ 'base' => '

Version information about the document.

', 'refs' => [ 'DocumentVersionList$member' => NULL, ], ], 'DocumentVersionLimitExceeded' => [ 'base' => '

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

', 'refs' => [], ], 'DocumentVersionList' => [ 'base' => NULL, 'refs' => [ 'ListDocumentVersionsResult$DocumentVersions' => '

The document versions.

', ], ], 'DocumentVersionName' => [ 'base' => NULL, 'refs' => [ 'CreateDocumentRequest$VersionName' => '

An optional field specifying the version of the artifact you are creating with the document. For example, Release12.1. This value is unique across all versions of a document, and can\'t be changed.

', 'DeleteDocumentRequest$VersionName' => '

The version name of the document that you want to delete. If not provided, all versions of the document are deleted.

', 'DescribeDocumentRequest$VersionName' => '

An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can\'t be changed.

', 'DocumentDefaultVersionDescription$DefaultVersionName' => '

The default version of the artifact associated with the document.

', 'DocumentDescription$VersionName' => '

The version of the artifact associated with the document.

', 'DocumentIdentifier$VersionName' => '

An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can\'t be changed.

', 'DocumentRequires$VersionName' => '

An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can\'t be changed.

', 'DocumentVersionInfo$VersionName' => '

The version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can\'t be changed.

', 'GetDocumentRequest$VersionName' => '

An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document and can\'t be changed.

', 'GetDocumentResult$VersionName' => '

The version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can\'t be changed.

', 'UpdateDocumentRequest$VersionName' => '

An optional field specifying the version of the artifact you are updating with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can\'t be changed.

', ], ], 'DocumentVersionNumber' => [ 'base' => NULL, 'refs' => [ 'UpdateDocumentDefaultVersionRequest$DocumentVersion' => '

The version of a custom document that you want to set as the default version.

', ], ], 'DoesNotExistException' => [ 'base' => '

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.

', 'refs' => [], ], 'DryRun' => [ 'base' => NULL, 'refs' => [ 'DeleteInventoryRequest$DryRun' => '

Use this option to view a summary of the deletion request without deleting any data or the data type. This option is useful when you only want to understand what will be deleted. Once you validate that the data to be deleted is what you intend to delete, you can run the same command without specifying the DryRun option.

', ], ], 'DuplicateDocumentContent' => [ 'base' => '

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

', 'refs' => [], ], 'DuplicateDocumentVersionName' => [ 'base' => '

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

', 'refs' => [], ], 'DuplicateInstanceId' => [ 'base' => '

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

', 'refs' => [], ], 'EffectiveInstanceAssociationMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeEffectiveInstanceAssociationsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'EffectivePatch' => [ 'base' => '

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.

', 'refs' => [ 'EffectivePatchList$member' => NULL, ], ], 'EffectivePatchList' => [ 'base' => NULL, 'refs' => [ 'DescribeEffectivePatchesForPatchBaselineResult$EffectivePatches' => '

An array of patches and patch status.

', ], ], 'ErrorCount' => [ 'base' => NULL, 'refs' => [ 'Command$ErrorCount' => '

The number of targets for which the status is Failed or Execution Timed Out.

', ], ], 'ExecutionMode' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$Mode' => '

The automation execution mode.

', 'AutomationExecutionMetadata$Mode' => '

The Automation execution mode.

', 'StartAutomationExecutionRequest$Mode' => '

The execution mode of the automation. Valid modes include the following: Auto and Interactive. The default mode is Auto.

', ], ], 'ExecutionRoleName' => [ 'base' => NULL, 'refs' => [ 'TargetLocation$ExecutionRoleName' => '

The Automation execution role used by the currently running Automation. If not specified, the default value is AWS-SystemsManager-AutomationExecutionRole.

', ], ], 'ExpirationDate' => [ 'base' => NULL, 'refs' => [ 'Activation$ExpirationDate' => '

The date when this activation can no longer be used to register managed nodes.

', 'CreateActivationRequest$ExpirationDate' => '

The date by which this activation request should expire, in timestamp format, such as "2021-07-07T00:00:00". You can specify a date up to 30 days in advance. If you don\'t provide an expiration date, the activation code expires in 24 hours.

', ], ], 'ExternalAlarmState' => [ 'base' => NULL, 'refs' => [ 'AlarmStateInformation$State' => '

The state of your CloudWatch alarm.

', ], ], 'FailedCreateAssociation' => [ 'base' => '

Describes a failed association.

', 'refs' => [ 'FailedCreateAssociationList$member' => NULL, ], ], 'FailedCreateAssociationList' => [ 'base' => NULL, 'refs' => [ 'CreateAssociationBatchResult$Failed' => '

Information about the associations that failed.

', ], ], 'FailureDetails' => [ 'base' => '

Information about an Automation failure.

', 'refs' => [ 'StepExecution$FailureDetails' => '

Information about the Automation failure.

', ], ], 'Fault' => [ 'base' => NULL, 'refs' => [ 'FailedCreateAssociation$Fault' => '

The source of the failure.

', ], ], 'FeatureNotAvailableException' => [ 'base' => '

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

', 'refs' => [], ], 'GetAutomationExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAutomationExecutionResult' => [ 'base' => NULL, 'refs' => [], ], 'GetCalendarStateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCalendarStateResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCommandInvocationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCommandInvocationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDefaultPatchBaselineRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDefaultPatchBaselineResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDeployablePatchSnapshotForInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDeployablePatchSnapshotForInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDocumentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDocumentResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInventoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInventoryResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInventorySchemaMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetInventorySchemaRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'GetInventorySchemaRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInventorySchemaResult' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowExecutionResult' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowExecutionTaskInvocationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowExecutionTaskInvocationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowExecutionTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowExecutionTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMaintenanceWindowTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'GetOpsItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetOpsItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetOpsMetadataMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetOpsMetadataRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'GetOpsMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetOpsMetadataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetOpsSummaryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetOpsSummaryResult' => [ 'base' => NULL, 'refs' => [], ], 'GetParameterHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetParameterHistoryResult' => [ 'base' => NULL, 'refs' => [], ], 'GetParameterRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetParameterResult' => [ 'base' => NULL, 'refs' => [], ], 'GetParametersByPathMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetParametersByPathRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'GetParametersByPathRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetParametersByPathResult' => [ 'base' => NULL, 'refs' => [], ], 'GetParametersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetParametersResult' => [ 'base' => NULL, 'refs' => [], ], 'GetPatchBaselineForPatchGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPatchBaselineForPatchGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'GetPatchBaselineRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPatchBaselineResult' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesResponseEntries' => [ 'base' => NULL, 'refs' => [ 'GetResourcePoliciesResponse$Policies' => '

An array of the Policy object.

', ], ], 'GetResourcePoliciesResponseEntry' => [ 'base' => '

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).

', 'refs' => [ 'GetResourcePoliciesResponseEntries$member' => NULL, ], ], 'GetServiceSettingRequest' => [ 'base' => '

The request body of the GetServiceSetting API operation.

', 'refs' => [], ], 'GetServiceSettingResult' => [ 'base' => '

The query result body of the GetServiceSetting API operation.

', 'refs' => [], ], 'HierarchyLevelLimitExceededException' => [ 'base' => '

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.

', 'refs' => [], ], 'HierarchyTypeMismatchException' => [ 'base' => '

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.

', 'refs' => [], ], 'IPAddress' => [ 'base' => NULL, 'refs' => [ 'InstanceInformation$IPAddress' => '

The IP address of the managed node.

', ], ], 'ISO8601String' => [ 'base' => NULL, 'refs' => [ 'GetCalendarStateRequest$AtTime' => '

(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you don\'t specify a value or AtTime, the current time is used.

', 'GetCalendarStateResponse$AtTime' => '

The time, as an ISO 8601 string, that you specified in your command. If you don\'t specify a time, GetCalendarState uses the current time.

', 'GetCalendarStateResponse$NextTransitionTime' => '

The time, as an ISO 8601 string, that the calendar state will change. If the current calendar state is OPEN, NextTransitionTime indicates when the calendar state changes to CLOSED, and vice-versa.

', ], ], 'IamRole' => [ 'base' => NULL, 'refs' => [ 'Activation$IamRole' => '

The Identity and Access Management (IAM) role to assign to the managed node.

', 'CreateActivationRequest$IamRole' => '

The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide.

You can\'t specify an IAM service-linked role for this parameter. You must create a unique role.

', 'InstanceInformation$IamRole' => '

The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed node. This call doesn\'t return the IAM role for Amazon Elastic Compute Cloud (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.

', 'UpdateManagedInstanceRoleRequest$IamRole' => '

The name of the Identity and Access Management (IAM) role that you want to assign to the managed node. This IAM role must provide AssumeRole permissions for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com. For more information, see Create an IAM service role for a hybrid environment in the Amazon Web Services Systems Manager User Guide.

You can\'t specify an IAM service-linked role for this parameter. You must create a unique role.

', ], ], 'IdempotencyToken' => [ 'base' => NULL, 'refs' => [ 'StartAutomationExecutionRequest$ClientToken' => '

User-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can\'t be reused.

', 'StartChangeRequestExecutionRequest$ClientToken' => '

The user-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can\'t be reused.

', ], ], 'IdempotentParameterMismatch' => [ 'base' => '

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.

', 'refs' => [], ], 'IncompatiblePolicyException' => [ 'base' => '

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.

', 'refs' => [], ], 'InstallOverrideList' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$InstallOverrideList' => '

An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the SSM document AWS-RunPatchBaseline, overrides the patches specified by the default patch baseline.

For more information about the InstallOverrideList parameter, see About the AWS-RunPatchBaseline SSM document in the Amazon Web Services Systems Manager User Guide.

', ], ], 'InstanceAggregatedAssociationOverview' => [ 'base' => '

Status information about the aggregated associations.

', 'refs' => [ 'InstanceInformation$AssociationOverview' => '

Information about the association.

', ], ], 'InstanceAssociation' => [ 'base' => '

One or more association documents on the managed node.

', 'refs' => [ 'InstanceAssociationList$member' => NULL, ], ], 'InstanceAssociationExecutionSummary' => [ 'base' => NULL, 'refs' => [ 'InstanceAssociationStatusInfo$ExecutionSummary' => '

Summary information about association execution.

', ], ], 'InstanceAssociationList' => [ 'base' => NULL, 'refs' => [ 'DescribeEffectiveInstanceAssociationsResult$Associations' => '

The associations for the requested managed node.

', ], ], 'InstanceAssociationOutputLocation' => [ 'base' => '

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 Creating associations in the Systems Manager User Guide.

', 'refs' => [ 'AssociationDescription$OutputLocation' => '

An S3 bucket where you want to store the output details of the request.

', 'AssociationVersionInfo$OutputLocation' => '

The location in Amazon S3 specified for the association when the association version was created.

', 'CreateAssociationBatchRequestEntry$OutputLocation' => '

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

', 'CreateAssociationRequest$OutputLocation' => '

An Amazon Simple Storage Service (Amazon S3) bucket where you want to store the output details of the request.

', 'UpdateAssociationRequest$OutputLocation' => '

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

', ], ], 'InstanceAssociationOutputUrl' => [ 'base' => '

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

', 'refs' => [ 'InstanceAssociationStatusInfo$OutputUrl' => '

A URL for an S3 bucket where you want to store the results of this request.

', ], ], 'InstanceAssociationStatusAggregatedCount' => [ 'base' => NULL, 'refs' => [ 'InstanceAggregatedAssociationOverview$InstanceAssociationStatusAggregatedCount' => '

The number of associations for the managed node(s).

', ], ], 'InstanceAssociationStatusInfo' => [ 'base' => '

Status information about the association.

', 'refs' => [ 'InstanceAssociationStatusInfos$member' => NULL, ], ], 'InstanceAssociationStatusInfos' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceAssociationsStatusResult$InstanceAssociationStatusInfos' => '

Status information about the association.

', ], ], 'InstanceCount' => [ 'base' => NULL, 'refs' => [ 'AssociationStatusAggregatedCount$value' => NULL, 'InstanceAssociationStatusAggregatedCount$value' => NULL, ], ], 'InstanceId' => [ 'base' => NULL, 'refs' => [ 'Association$InstanceId' => '

The managed node ID.

', 'AssociationDescription$InstanceId' => '

The managed node ID.

', 'CommandInvocation$InstanceId' => '

The managed node ID in which this invocation was requested.

', 'CreateAssociationBatchRequestEntry$InstanceId' => '

The managed node ID.

InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can\'t use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

', 'CreateAssociationRequest$InstanceId' => '

The managed node ID.

InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can\'t use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

', 'DeleteAssociationRequest$InstanceId' => '

The managed node ID.

InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can\'t use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

', 'DescribeAssociationRequest$InstanceId' => '

The managed node ID.

', 'DescribeEffectiveInstanceAssociationsRequest$InstanceId' => '

The managed node ID for which you want to view all associations.

', 'DescribeInstanceAssociationsStatusRequest$InstanceId' => '

The managed node IDs for which you want association status information.

', 'DescribeInstancePatchesRequest$InstanceId' => '

The ID of the managed node whose patch state information should be retrieved.

', 'GetCommandInvocationRequest$InstanceId' => '

(Required) The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, and on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.

', 'GetCommandInvocationResult$InstanceId' => '

The ID of the managed node targeted by the command. A managed node can be an Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises server or VM in your hybrid environment that is configured for Amazon Web Services Systems Manager.

', 'GetDeployablePatchSnapshotForInstanceRequest$InstanceId' => '

The ID of the managed node for which the appropriate patch snapshot should be retrieved.

', 'GetDeployablePatchSnapshotForInstanceResult$InstanceId' => '

The managed node ID.

', 'InstanceAssociation$InstanceId' => '

The managed node ID.

', 'InstanceAssociationStatusInfo$InstanceId' => '

The managed node ID where the association was created.

', 'InstanceIdList$member' => NULL, 'InstanceInformation$InstanceId' => '

The managed node ID.

', 'InstancePatchState$InstanceId' => '

The ID of the managed node the high-level patch compliance information was collected for.

', 'ListCommandInvocationsRequest$InstanceId' => '

(Optional) The command execution details for a specific managed node ID.

', 'ListCommandsRequest$InstanceId' => '

(Optional) Lists commands issued against this managed node ID.

You can\'t specify a managed node ID in the same command that you specify Status = Pending. This is because the command hasn\'t reached the managed node yet.

', 'ListInventoryEntriesRequest$InstanceId' => '

The managed node ID for which you want inventory information.

', 'ListInventoryEntriesResult$InstanceId' => '

The managed node ID targeted by the request to query inventory information.

', 'PutInventoryRequest$InstanceId' => '

An managed node ID where you want to add or update inventory items.

', 'UpdateAssociationStatusRequest$InstanceId' => '

The managed node ID.

', ], ], 'InstanceIdList' => [ 'base' => NULL, 'refs' => [ 'CancelCommandRequest$InstanceIds' => '

(Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.

', 'Command$InstanceIds' => '

The managed node IDs against which this command was requested.

', 'DescribeInstancePatchStatesRequest$InstanceIds' => '

The ID of the managed node for which patch state information should be retrieved.

', 'SendCommandRequest$InstanceIds' => '

The IDs of the managed nodes where the command should run. Specifying managed node IDs is most useful when you are targeting a limited number of managed nodes, though you can specify up to 50 IDs.

To target a larger number of managed nodes, or if you prefer not to list individual node IDs, we recommend using the Targets option instead. Using Targets, which accepts tag key-value pairs to identify the managed nodes to send commands to, you can a send command to tens, hundreds, or thousands of nodes at once.

For more information about how to use targets, see Using targets and rate controls to send commands to a fleet in the Amazon Web Services Systems Manager User Guide.

', ], ], 'InstanceInformation' => [ 'base' => '

Describes a filter for a specific list of managed nodes.

', 'refs' => [ 'InstanceInformationList$member' => NULL, ], ], 'InstanceInformationFilter' => [ 'base' => '

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.

', 'refs' => [ 'InstanceInformationFilterList$member' => NULL, ], ], 'InstanceInformationFilterKey' => [ 'base' => NULL, 'refs' => [ 'InstanceInformationFilter$key' => '

The name of the filter.

', ], ], 'InstanceInformationFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceInformationRequest$InstanceInformationFilterList' => '

This is a legacy method. We recommend that you don\'t use this method. Instead, use the Filters data type. Filters enables you to return node information by filtering based on tags applied to managed nodes.

Attempting to use InstanceInformationFilterList and Filters leads to an exception error.

', ], ], 'InstanceInformationFilterValue' => [ 'base' => NULL, 'refs' => [ 'InstanceInformationFilterValueSet$member' => NULL, ], ], 'InstanceInformationFilterValueSet' => [ 'base' => NULL, 'refs' => [ 'InstanceInformationFilter$valueSet' => '

The filter values.

', 'InstanceInformationStringFilter$Values' => '

The filter values.

', ], ], 'InstanceInformationList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceInformationResult$InstanceInformationList' => '

The managed node information list.

', ], ], 'InstanceInformationStringFilter' => [ 'base' => '

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

', 'refs' => [ 'InstanceInformationStringFilterList$member' => NULL, ], ], 'InstanceInformationStringFilterKey' => [ 'base' => NULL, 'refs' => [ 'InstanceInformationStringFilter$Key' => '

The filter key name to describe your managed nodes.

Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole | InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | "tag-key" | "tag:{keyname}

', ], ], 'InstanceInformationStringFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceInformationRequest$Filters' => '

One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on tags applied to your managed nodes. Tag filters can\'t be combined with other filter types. Use this Filters data type instead of InstanceInformationFilterList, which is deprecated.

', ], ], 'InstancePatchState' => [ 'base' => '

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.

', 'refs' => [ 'InstancePatchStateList$member' => NULL, 'InstancePatchStatesList$member' => NULL, ], ], 'InstancePatchStateFilter' => [ 'base' => '

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:

', 'refs' => [ 'InstancePatchStateFilterList$member' => NULL, ], ], 'InstancePatchStateFilterKey' => [ 'base' => NULL, 'refs' => [ 'InstancePatchStateFilter$Key' => '

The key for the filter. Supported values include the following:

', ], ], 'InstancePatchStateFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstancePatchStatesForPatchGroupRequest$Filters' => '

Each entry in the array is a structure containing:

', ], ], 'InstancePatchStateFilterValue' => [ 'base' => NULL, 'refs' => [ 'InstancePatchStateFilterValues$member' => NULL, ], ], 'InstancePatchStateFilterValues' => [ 'base' => NULL, 'refs' => [ 'InstancePatchStateFilter$Values' => '

The value for the filter. Must be an integer greater than or equal to 0.

', ], ], 'InstancePatchStateList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstancePatchStatesResult$InstancePatchStates' => '

The high-level patch state for the requested managed nodes.

', ], ], 'InstancePatchStateOperatorType' => [ 'base' => NULL, 'refs' => [ 'InstancePatchStateFilter$Type' => '

The type of comparison that should be performed for the value.

', ], ], 'InstancePatchStatesList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstancePatchStatesForPatchGroupResult$InstancePatchStates' => '

The high-level patch state for the requested managed nodes.

', ], ], 'InstanceTagName' => [ 'base' => NULL, 'refs' => [ 'CommandInvocation$InstanceName' => '

The fully qualified host name of the managed node.

', ], ], 'InstancesCount' => [ 'base' => NULL, 'refs' => [ 'DescribePatchGroupStateResult$InstancesWithInstalledPendingRebootPatches' => '

The number of managed nodes with patches installed by Patch Manager that haven\'t been rebooted after the patch installation. The status of these managed nodes is NON_COMPLIANT.

', 'DescribePatchGroupStateResult$InstancesWithInstalledRejectedPatches' => '

The number of managed nodes with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.

If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).

', 'DescribePatchGroupStateResult$InstancesWithCriticalNonCompliantPatches' => '

The number of managed nodes where patches that are specified as Critical for compliance reporting in the patch baseline aren\'t installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

', 'DescribePatchGroupStateResult$InstancesWithSecurityNonCompliantPatches' => '

The number of managed nodes where patches that are specified as Security in a patch advisory aren\'t installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

', 'DescribePatchGroupStateResult$InstancesWithOtherNonCompliantPatches' => '

The number of managed nodes with patches installed that are specified as other than Critical or Security but aren\'t compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'DescribePatchGroupStateResult$Instances' => '

The number of managed nodes in the patch group.

', 'DescribePatchGroupStateResult$InstancesWithInstalledPatches' => '

The number of managed nodes with installed patches.

', 'DescribePatchGroupStateResult$InstancesWithInstalledOtherPatches' => '

The number of managed nodes with patches installed that aren\'t defined in the patch baseline.

', 'DescribePatchGroupStateResult$InstancesWithMissingPatches' => '

The number of managed nodes with missing patches from the patch baseline.

', 'DescribePatchGroupStateResult$InstancesWithFailedPatches' => '

The number of managed nodes with patches from the patch baseline that failed to install.

', 'DescribePatchGroupStateResult$InstancesWithNotApplicablePatches' => '

The number of managed nodes with patches that aren\'t applicable.

', 'DescribePatchGroupStateResult$InstancesWithUnreportedNotApplicablePatches' => '

The number of managed nodes with NotApplicable patches beyond the supported limit, which aren\'t reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

', 'OpsItemLimitExceededException$Limit' => NULL, 'ProgressCounters$TotalSteps' => '

The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

', 'ProgressCounters$SuccessSteps' => '

The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

', 'ProgressCounters$FailedSteps' => '

The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

', 'ProgressCounters$CancelledSteps' => '

The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

', 'ProgressCounters$TimedOutSteps' => '

The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.

', 'ResourcePolicyLimitExceededException$Limit' => NULL, 'StepExecution$MaxAttempts' => '

The maximum number of tries to run the action of the step. The default value is 1.

', ], ], 'InternalServerError' => [ 'base' => '

An error occurred on the server side.

', 'refs' => [], ], 'InvalidActivation' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidActivationId' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidAggregatorException' => [ 'base' => '

The specified aggregator isn\'t valid for inventory groups. Verify that the aggregator uses a valid inventory type such as AWS:Application or AWS:InstanceInformation.

', 'refs' => [], ], 'InvalidAllowedPatternException' => [ 'base' => '

The request doesn\'t meet the regular expression requirement.

', 'refs' => [], ], 'InvalidAssociation' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidAssociationVersion' => [ 'base' => '

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.

', 'refs' => [], ], 'InvalidAutomationExecutionParametersException' => [ 'base' => '

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.

', 'refs' => [], ], 'InvalidAutomationSignalException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidAutomationStatusUpdateException' => [ 'base' => '

The specified update status operation isn\'t valid.

', 'refs' => [], ], 'InvalidCommandId' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidDeleteInventoryParametersException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidDeletionIdException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidDocument' => [ 'base' => '

The specified SSM document doesn\'t exist.

', 'refs' => [], ], 'InvalidDocumentContent' => [ 'base' => '

The content for the document isn\'t valid.

', 'refs' => [], ], 'InvalidDocumentOperation' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidDocumentSchemaVersion' => [ 'base' => '

The version of the document schema isn\'t supported.

', 'refs' => [], ], 'InvalidDocumentType' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidDocumentVersion' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidFilter' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidFilterKey' => [ 'base' => '

The specified key isn\'t valid.

', 'refs' => [], ], 'InvalidFilterOption' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidFilterValue' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidInstanceId' => [ 'base' => '

The following problems can cause this exception:

', 'refs' => [], ], 'InvalidInstanceInformationFilterValue' => [ 'base' => '

The specified filter value isn\'t valid.

', 'refs' => [], ], 'InvalidInventoryGroupException' => [ 'base' => '

The specified inventory group isn\'t valid.

', 'refs' => [], ], 'InvalidInventoryItemContextException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidInventoryRequestException' => [ 'base' => '

The request isn\'t valid.

', 'refs' => [], ], 'InvalidItemContentException' => [ 'base' => '

One or more content items isn\'t valid.

', 'refs' => [], ], 'InvalidKeyId' => [ 'base' => '

The query key ID isn\'t valid.

', 'refs' => [], ], 'InvalidNextToken' => [ 'base' => '

The specified token isn\'t valid.

', 'refs' => [], ], 'InvalidNotificationConfig' => [ 'base' => '

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.

', 'refs' => [], ], 'InvalidOptionException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidOutputFolder' => [ 'base' => '

The S3 bucket doesn\'t exist.

', 'refs' => [], ], 'InvalidOutputLocation' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidParameters' => [ 'base' => '

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.

', 'refs' => [], ], 'InvalidPermissionType' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidPluginName' => [ 'base' => '

The plugin name isn\'t valid.

', 'refs' => [], ], 'InvalidPolicyAttributeException' => [ 'base' => '

A policy attribute or its value is invalid.

', 'refs' => [], ], 'InvalidPolicyTypeException' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidResourceId' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidResourceType' => [ 'base' => '

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.

', 'refs' => [], ], 'InvalidResultAttributeException' => [ 'base' => '

The specified inventory item result attribute isn\'t valid.

', 'refs' => [], ], 'InvalidRole' => [ 'base' => '

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 Configuring Amazon SNS Notifications for Run Command in the Amazon Web Services Systems Manager User Guide.

', 'refs' => [], ], 'InvalidSchedule' => [ 'base' => '

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

', 'refs' => [], ], 'InvalidTag' => [ 'base' => '

The specified tag key or value isn\'t valid.

', 'refs' => [], ], 'InvalidTarget' => [ 'base' => '

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.

', 'refs' => [], ], 'InvalidTargetMaps' => [ 'base' => '

TargetMap parameter isn\'t valid.

', 'refs' => [], ], 'InvalidTypeNameException' => [ 'base' => '

The parameter type name isn\'t valid.

', 'refs' => [], ], 'InvalidUpdate' => [ 'base' => '

The update isn\'t valid.

', 'refs' => [], ], 'InventoryAggregator' => [ 'base' => '

Specifies the inventory type and attribute for the aggregation execution.

', 'refs' => [ 'InventoryAggregatorList$member' => NULL, ], ], 'InventoryAggregatorExpression' => [ 'base' => NULL, 'refs' => [ 'InventoryAggregator$Expression' => '

The inventory type and attribute name for aggregation.

', ], ], 'InventoryAggregatorList' => [ 'base' => NULL, 'refs' => [ 'GetInventoryRequest$Aggregators' => '

Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an expression that uses the AWS:InstanceInformation.PlatformType type, you can see a count of how many Windows and Linux managed nodes exist in your inventoried fleet.

', 'InventoryAggregator$Aggregators' => '

Nested aggregators to further refine aggregation for an inventory type.

', ], ], 'InventoryAttributeDataType' => [ 'base' => NULL, 'refs' => [ 'InventoryItemAttribute$DataType' => '

The data type of the inventory item attribute.

', ], ], 'InventoryDeletionLastStatusMessage' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionStatusItem$LastStatusMessage' => '

Information about the status.

', ], ], 'InventoryDeletionLastStatusUpdateTime' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionStatusItem$LastStatusUpdateTime' => '

The UTC timestamp of when the last status report.

', ], ], 'InventoryDeletionStartTime' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionStatusItem$DeletionStartTime' => '

The UTC timestamp when the delete operation started.

', ], ], 'InventoryDeletionStatus' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionStatusItem$LastStatus' => '

The status of the operation. Possible values are InProgress and Complete.

', ], ], 'InventoryDeletionStatusItem' => [ 'base' => '

Status information returned by the DeleteInventory operation.

', 'refs' => [ 'InventoryDeletionsList$member' => NULL, ], ], 'InventoryDeletionSummary' => [ 'base' => '

Information about the delete operation.

', 'refs' => [ 'DeleteInventoryResult$DeletionSummary' => '

A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.

', 'InventoryDeletionStatusItem$DeletionSummary' => '

Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.

', ], ], 'InventoryDeletionSummaryItem' => [ 'base' => '

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

', 'refs' => [ 'InventoryDeletionSummaryItems$member' => NULL, ], ], 'InventoryDeletionSummaryItems' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionSummary$SummaryItems' => '

A list of counts and versions for deleted items.

', ], ], 'InventoryDeletionsList' => [ 'base' => NULL, 'refs' => [ 'DescribeInventoryDeletionsResult$InventoryDeletions' => '

A list of status items for deleted inventory.

', ], ], 'InventoryFilter' => [ 'base' => '

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

', 'refs' => [ 'InventoryFilterList$member' => NULL, ], ], 'InventoryFilterKey' => [ 'base' => NULL, 'refs' => [ 'InventoryFilter$Key' => '

The name of the filter key.

', ], ], 'InventoryFilterList' => [ 'base' => NULL, 'refs' => [ 'GetInventoryRequest$Filters' => '

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

', 'InventoryGroup$Filters' => '

Filters define the criteria for the group. The matchingCount field displays the number of resources that match the criteria. The notMatchingCount field displays the number of resources that don\'t match the criteria.

', 'ListInventoryEntriesRequest$Filters' => '

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

', ], ], 'InventoryFilterValue' => [ 'base' => NULL, 'refs' => [ 'InventoryFilterValueList$member' => NULL, ], ], 'InventoryFilterValueList' => [ 'base' => NULL, 'refs' => [ 'InventoryFilter$Values' => '

Inventory filter values. Example: inventory filter where managed node IDs are specified as values Key=AWS:InstanceInformation.InstanceId,Values= i-a12b3c4d5e6g, i-1a2b3c4d5e6,Type=Equal.

', ], ], 'InventoryGroup' => [ 'base' => '

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.

', 'refs' => [ 'InventoryGroupList$member' => NULL, ], ], 'InventoryGroupList' => [ 'base' => NULL, 'refs' => [ 'InventoryAggregator$Groups' => '

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.

', ], ], 'InventoryGroupName' => [ 'base' => NULL, 'refs' => [ 'InventoryGroup$Name' => '

The name of the group.

', ], ], 'InventoryItem' => [ 'base' => '

Information collected from managed nodes based on your inventory policy document

', 'refs' => [ 'InventoryItemList$member' => NULL, ], ], 'InventoryItemAttribute' => [ 'base' => '

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

', 'refs' => [ 'InventoryItemAttributeList$member' => NULL, ], ], 'InventoryItemAttributeList' => [ 'base' => NULL, 'refs' => [ 'InventoryItemSchema$Attributes' => '

The schema attributes for inventory. This contains data type and attribute name.

', ], ], 'InventoryItemAttributeName' => [ 'base' => NULL, 'refs' => [ 'InventoryItemAttribute$Name' => '

Name of the inventory item attribute.

', ], ], 'InventoryItemCaptureTime' => [ 'base' => NULL, 'refs' => [ 'InventoryItem$CaptureTime' => '

The time the inventory information was collected.

', 'InventoryResultItem$CaptureTime' => '

The time inventory item data was captured.

', 'ListInventoryEntriesResult$CaptureTime' => '

The time that inventory information was collected for the managed node(s).

', ], ], 'InventoryItemContentContext' => [ 'base' => NULL, 'refs' => [ 'InventoryItem$Context' => '

A map of associated properties for a specified inventory type. For example, with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType properties of the AWS:ComplianceItem type.

', ], ], 'InventoryItemContentHash' => [ 'base' => NULL, 'refs' => [ 'InventoryItem$ContentHash' => '

MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn\'t update the inventory item type contents if the MD5 hash hasn\'t changed since last update.

', 'InventoryResultItem$ContentHash' => '

MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn\'t update the inventory item type contents if the MD5 hash hasn\'t changed since last update.

', ], ], 'InventoryItemEntry' => [ 'base' => NULL, 'refs' => [ 'InventoryItemEntryList$member' => NULL, ], ], 'InventoryItemEntryList' => [ 'base' => NULL, 'refs' => [ 'InventoryItem$Content' => '

The inventory data of the inventory type.

', 'InventoryResultItem$Content' => '

Contains all the inventory data of the item type. Results include attribute names and values.

', 'ListInventoryEntriesResult$Entries' => '

A list of inventory items on the managed node(s).

', ], ], 'InventoryItemList' => [ 'base' => NULL, 'refs' => [ 'PutInventoryRequest$Items' => '

The inventory items that you want to add or update on managed nodes.

', ], ], 'InventoryItemSchema' => [ 'base' => '

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

', 'refs' => [ 'InventoryItemSchemaResultList$member' => NULL, ], ], 'InventoryItemSchemaResultList' => [ 'base' => NULL, 'refs' => [ 'GetInventorySchemaResult$Schemas' => '

Inventory schemas returned by the request.

', ], ], 'InventoryItemSchemaVersion' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionSummaryItem$Version' => '

The inventory type version.

', 'InventoryItem$SchemaVersion' => '

The schema version for the inventory item.

', 'InventoryItemSchema$Version' => '

The schema version for the inventory item.

', 'InventoryResultItem$SchemaVersion' => '

The schema version for the inventory result item/

', 'ListInventoryEntriesResult$SchemaVersion' => '

The inventory schema version used by the managed node(s).

', ], ], 'InventoryItemTypeName' => [ 'base' => NULL, 'refs' => [ 'DeleteInventoryRequest$TypeName' => '

The name of the custom inventory type for which you want to delete either all previously collected data or the inventory type itself.

', 'DeleteInventoryResult$TypeName' => '

The name of the inventory data type specified in the request.

', 'InvalidItemContentException$TypeName' => NULL, 'InventoryDeletionStatusItem$TypeName' => '

The name of the inventory data type.

', 'InventoryItem$TypeName' => '

The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

', 'InventoryItemSchema$TypeName' => '

The name of the inventory type. Default inventory item type names start with Amazon Web Services. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

', 'InventoryResultItem$TypeName' => '

The name of the inventory result item type.

', 'ItemContentMismatchException$TypeName' => NULL, 'ItemSizeLimitExceededException$TypeName' => NULL, 'ListInventoryEntriesRequest$TypeName' => '

The type of inventory item for which you want information.

', 'ListInventoryEntriesResult$TypeName' => '

The type of inventory item returned by the request.

', 'ResultAttribute$TypeName' => '

Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.

', 'UnsupportedInventoryItemContextException$TypeName' => NULL, ], ], 'InventoryItemTypeNameFilter' => [ 'base' => NULL, 'refs' => [ 'GetInventorySchemaRequest$TypeName' => '

The type of inventory item to return.

', ], ], 'InventoryQueryOperatorType' => [ 'base' => NULL, 'refs' => [ 'InventoryFilter$Type' => '

The type of filter.

The Exists filter must be used with aggregators. For more information, see Aggregating inventory data in the Amazon Web Services Systems Manager User Guide.

', ], ], 'InventoryResultEntity' => [ 'base' => '

Inventory query results.

', 'refs' => [ 'InventoryResultEntityList$member' => NULL, ], ], 'InventoryResultEntityId' => [ 'base' => NULL, 'refs' => [ 'InventoryResultEntity$Id' => '

ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.

', ], ], 'InventoryResultEntityList' => [ 'base' => NULL, 'refs' => [ 'GetInventoryResult$Entities' => '

Collection of inventory entities such as a collection of managed node inventory.

', ], ], 'InventoryResultItem' => [ 'base' => '

The inventory result item.

', 'refs' => [ 'InventoryResultItemMap$value' => NULL, ], ], 'InventoryResultItemKey' => [ 'base' => NULL, 'refs' => [ 'InventoryResultItemMap$key' => NULL, ], ], 'InventoryResultItemMap' => [ 'base' => NULL, 'refs' => [ 'InventoryResultEntity$Data' => '

The data section in the inventory result entity JSON.

', ], ], 'InventorySchemaDeleteOption' => [ 'base' => NULL, 'refs' => [ 'DeleteInventoryRequest$SchemaDeleteOption' => '

Use the SchemaDeleteOption to delete a custom inventory type (schema). If you don\'t choose this option, the system only deletes existing inventory data associated with the custom inventory type. Choose one of the following options:

DisableSchema: If you choose this option, the system ignores all inventory data for the specified version, and any earlier versions. To enable this schema again, you must call the PutInventory operation for a version greater than the disabled version.

DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want.

', ], ], 'InventoryTypeDisplayName' => [ 'base' => NULL, 'refs' => [ 'InventoryItemSchema$DisplayName' => '

The alias name of the inventory type. The alias name is used for display purposes.

', ], ], 'InvocationDoesNotExist' => [ 'base' => '

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.

', 'refs' => [], ], 'InvocationTraceOutput' => [ 'base' => NULL, 'refs' => [ 'CommandInvocation$TraceOutput' => '

Gets the trace output sent by the agent.

', ], ], 'IsSubTypeSchema' => [ 'base' => NULL, 'refs' => [ 'GetInventorySchemaRequest$SubType' => '

Returns the sub-type schema for a specified inventory type.

', ], ], 'ItemContentMismatchException' => [ 'base' => '

The inventory item has invalid content.

', 'refs' => [], ], 'ItemSizeLimitExceededException' => [ 'base' => '

The inventory item size has exceeded the size limit.

', 'refs' => [], ], 'KeyList' => [ 'base' => NULL, 'refs' => [ 'RemoveTagsFromResourceRequest$TagKeys' => '

Tag keys that you want to remove from the specified resource.

', ], ], 'LabelParameterVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'LabelParameterVersionResult' => [ 'base' => NULL, 'refs' => [], ], 'LastResourceDataSyncMessage' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncItem$LastSyncStatusMessage' => '

The status message details reported by the last sync.

', ], ], 'LastResourceDataSyncStatus' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncItem$LastStatus' => '

The status reported by the last sync.

', ], ], 'LastResourceDataSyncTime' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncItem$LastSyncTime' => '

The last time the configuration attempted to sync (UTC).

', ], ], 'LastSuccessfulResourceDataSyncTime' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncItem$LastSuccessfulSyncTime' => '

The last time the sync operations returned a status of SUCCESSFUL (UTC).

', ], ], 'ListAssociationVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociationVersionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListCommandInvocationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCommandInvocationsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListCommandsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCommandsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListComplianceItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListComplianceItemsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListComplianceSummariesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListComplianceSummariesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListDocumentMetadataHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDocumentMetadataHistoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDocumentVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDocumentVersionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListDocumentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDocumentsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListInventoryEntriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListInventoryEntriesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListOpsItemEventsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListOpsItemEventsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListOpsItemRelatedItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListOpsItemRelatedItemsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListOpsMetadataMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListOpsMetadataRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'ListOpsMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListOpsMetadataResult' => [ 'base' => NULL, 'refs' => [], ], 'ListResourceComplianceSummariesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResourceComplianceSummariesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListResourceDataSyncRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResourceDataSyncResult' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'LoggingInfo' => [ 'base' => '

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.

', 'refs' => [ 'GetMaintenanceWindowTaskResult$LoggingInfo' => '

The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.

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.

', 'MaintenanceWindowTask$LoggingInfo' => '

Information about an S3 bucket to write task-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.

', 'RegisterTaskWithMaintenanceWindowRequest$LoggingInfo' => '

A structure containing 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.

', 'UpdateMaintenanceWindowTaskRequest$LoggingInfo' => '

The new logging location in Amazon S3 to specify.

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.

', 'UpdateMaintenanceWindowTaskResult$LoggingInfo' => '

The updated logging information in Amazon S3.

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.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'StepExecution$TimeoutSeconds' => '

The timeout seconds of the step.

', ], ], 'MaintenanceWindowAllowUnassociatedTargets' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$AllowUnassociatedTargets' => '

Enables a maintenance window task to run on managed nodes, even if you haven\'t registered those nodes as targets. If enabled, then you must specify the unregistered managed nodes (by node ID) when you register a task with the maintenance window.

If you don\'t enable this option, then you must specify previously-registered targets when you register a task with the maintenance window.

', 'GetMaintenanceWindowResult$AllowUnassociatedTargets' => '

Whether targets must be registered with the maintenance window before tasks can be defined for those targets.

', 'UpdateMaintenanceWindowRequest$AllowUnassociatedTargets' => '

Whether targets must be registered with the maintenance window before tasks can be defined for those targets.

', 'UpdateMaintenanceWindowResult$AllowUnassociatedTargets' => '

Whether targets must be registered with the maintenance window before tasks can be defined for those targets.

', ], ], 'MaintenanceWindowAutomationParameters' => [ 'base' => '

The parameters for an AUTOMATION task type.

', 'refs' => [ 'MaintenanceWindowTaskInvocationParameters$Automation' => '

The parameters for an AUTOMATION task type.

', ], ], 'MaintenanceWindowCutoff' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$Cutoff' => '

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

', 'GetMaintenanceWindowResult$Cutoff' => '

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

', 'MaintenanceWindowIdentity$Cutoff' => '

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

', 'UpdateMaintenanceWindowRequest$Cutoff' => '

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

', 'UpdateMaintenanceWindowResult$Cutoff' => '

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

', ], ], 'MaintenanceWindowDescription' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$Description' => '

An optional description for the maintenance window. We recommend specifying a description to help you organize your maintenance windows.

', 'GetMaintenanceWindowResult$Description' => '

The description of the maintenance window.

', 'GetMaintenanceWindowTaskResult$Description' => '

The retrieved task description.

', 'MaintenanceWindowIdentity$Description' => '

A description of the maintenance window.

', 'MaintenanceWindowTarget$Description' => '

A description for the target.

', 'MaintenanceWindowTask$Description' => '

A description of the task.

', 'RegisterTargetWithMaintenanceWindowRequest$Description' => '

An optional description for the target.

', 'RegisterTaskWithMaintenanceWindowRequest$Description' => '

An optional description for the task.

', 'UpdateMaintenanceWindowRequest$Description' => '

An optional description for the update request.

', 'UpdateMaintenanceWindowResult$Description' => '

An optional description of the update.

', 'UpdateMaintenanceWindowTargetRequest$Description' => '

An optional description for the update.

', 'UpdateMaintenanceWindowTargetResult$Description' => '

The updated description.

', 'UpdateMaintenanceWindowTaskRequest$Description' => '

The new task description to specify.

', 'UpdateMaintenanceWindowTaskResult$Description' => '

The updated task description.

', ], ], 'MaintenanceWindowDurationHours' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$Duration' => '

The duration of the maintenance window in hours.

', 'GetMaintenanceWindowResult$Duration' => '

The duration of the maintenance window in hours.

', 'MaintenanceWindowIdentity$Duration' => '

The duration of the maintenance window in hours.

', 'UpdateMaintenanceWindowRequest$Duration' => '

The duration of the maintenance window in hours.

', 'UpdateMaintenanceWindowResult$Duration' => '

The duration of the maintenance window in hours.

', ], ], 'MaintenanceWindowEnabled' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowResult$Enabled' => '

Indicates whether the maintenance window is enabled.

', 'MaintenanceWindowIdentity$Enabled' => '

Indicates whether the maintenance window is enabled.

', 'UpdateMaintenanceWindowRequest$Enabled' => '

Whether the maintenance window is enabled.

', 'UpdateMaintenanceWindowResult$Enabled' => '

Whether the maintenance window is enabled.

', ], ], 'MaintenanceWindowExecution' => [ 'base' => '

Describes the information about an execution of a maintenance window.

', 'refs' => [ 'MaintenanceWindowExecutionList$member' => NULL, ], ], 'MaintenanceWindowExecutionId' => [ 'base' => NULL, 'refs' => [ 'CancelMaintenanceWindowExecutionRequest$WindowExecutionId' => '

The ID of the maintenance window execution to stop.

', 'CancelMaintenanceWindowExecutionResult$WindowExecutionId' => '

The ID of the maintenance window execution that has been stopped.

', 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest$WindowExecutionId' => '

The ID of the maintenance window execution the task is part of.

', 'DescribeMaintenanceWindowExecutionTasksRequest$WindowExecutionId' => '

The ID of the maintenance window execution whose task executions should be retrieved.

', 'GetMaintenanceWindowExecutionRequest$WindowExecutionId' => '

The ID of the maintenance window execution that includes the task.

', 'GetMaintenanceWindowExecutionResult$WindowExecutionId' => '

The ID of the maintenance window execution.

', 'GetMaintenanceWindowExecutionTaskInvocationRequest$WindowExecutionId' => '

The ID of the maintenance window execution for which the task is a part.

', 'GetMaintenanceWindowExecutionTaskInvocationResult$WindowExecutionId' => '

The maintenance window execution ID.

', 'GetMaintenanceWindowExecutionTaskRequest$WindowExecutionId' => '

The ID of the maintenance window execution that includes the task.

', 'GetMaintenanceWindowExecutionTaskResult$WindowExecutionId' => '

The ID of the maintenance window execution that includes the task.

', 'MaintenanceWindowExecution$WindowExecutionId' => '

The ID of the maintenance window execution.

', 'MaintenanceWindowExecutionTaskIdentity$WindowExecutionId' => '

The ID of the maintenance window execution that ran the task.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$WindowExecutionId' => '

The ID of the maintenance window execution that ran the task.

', ], ], 'MaintenanceWindowExecutionList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowExecutionsResult$WindowExecutions' => '

Information about the maintenance window executions.

', ], ], 'MaintenanceWindowExecutionStatus' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionResult$Status' => '

The status of the maintenance window execution.

', 'GetMaintenanceWindowExecutionTaskInvocationResult$Status' => '

The task status for an invocation.

', 'GetMaintenanceWindowExecutionTaskResult$Status' => '

The status of the task.

', 'MaintenanceWindowExecution$Status' => '

The status of the execution.

', 'MaintenanceWindowExecutionTaskIdentity$Status' => '

The status of the task execution.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$Status' => '

The status of the task invocation.

', ], ], 'MaintenanceWindowExecutionStatusDetails' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionResult$StatusDetails' => '

The details explaining the status. Not available for all status values.

', 'GetMaintenanceWindowExecutionTaskInvocationResult$StatusDetails' => '

The details explaining the status. Details are only available for certain status values.

', 'GetMaintenanceWindowExecutionTaskResult$StatusDetails' => '

The details explaining the status. Not available for all status values.

', 'MaintenanceWindowExecution$StatusDetails' => '

The details explaining the status. Not available for all status values.

', 'MaintenanceWindowExecutionTaskIdentity$StatusDetails' => '

The details explaining the status of the task execution. Not available for all status values.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$StatusDetails' => '

The details explaining the status of the task invocation. Not available for all status values.

', ], ], 'MaintenanceWindowExecutionTaskExecutionId' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskInvocationResult$ExecutionId' => '

The execution ID.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$ExecutionId' => '

The ID of the action performed in the service that actually handled the task invocation. If the task type is RUN_COMMAND, this value is the command ID.

', ], ], 'MaintenanceWindowExecutionTaskId' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest$TaskId' => '

The ID of the specific task in the maintenance window task that should be retrieved.

', 'GetMaintenanceWindowExecutionTaskInvocationRequest$TaskId' => '

The ID of the specific task in the maintenance window task that should be retrieved.

', 'GetMaintenanceWindowExecutionTaskInvocationResult$TaskExecutionId' => '

The task execution ID.

', 'GetMaintenanceWindowExecutionTaskRequest$TaskId' => '

The ID of the specific task execution in the maintenance window task that should be retrieved.

', 'GetMaintenanceWindowExecutionTaskResult$TaskExecutionId' => '

The ID of the specific task execution in the maintenance window task that was retrieved.

', 'MaintenanceWindowExecutionTaskIdList$member' => NULL, 'MaintenanceWindowExecutionTaskIdentity$TaskExecutionId' => '

The ID of the specific task execution in the maintenance window execution.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$TaskExecutionId' => '

The ID of the specific task execution in the maintenance window execution.

', ], ], 'MaintenanceWindowExecutionTaskIdList' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionResult$TaskIds' => '

The ID of the task executions from the maintenance window execution.

', ], ], 'MaintenanceWindowExecutionTaskIdentity' => [ 'base' => '

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

', 'refs' => [ 'MaintenanceWindowExecutionTaskIdentityList$member' => NULL, ], ], 'MaintenanceWindowExecutionTaskIdentityList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowExecutionTasksResult$WindowExecutionTaskIdentities' => '

Information about the task executions.

', ], ], 'MaintenanceWindowExecutionTaskInvocationId' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskInvocationRequest$InvocationId' => '

The invocation ID to retrieve.

', 'GetMaintenanceWindowExecutionTaskInvocationResult$InvocationId' => '

The invocation ID.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$InvocationId' => '

The ID of the task invocation.

', ], ], 'MaintenanceWindowExecutionTaskInvocationIdentity' => [ 'base' => '

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.

', 'refs' => [ 'MaintenanceWindowExecutionTaskInvocationIdentityList$member' => NULL, ], ], 'MaintenanceWindowExecutionTaskInvocationIdentityList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowExecutionTaskInvocationsResult$WindowExecutionTaskInvocationIdentities' => '

Information about the task invocation results per invocation.

', ], ], 'MaintenanceWindowExecutionTaskInvocationParameters' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskInvocationResult$Parameters' => '

The parameters used at the time that the task ran.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$Parameters' => '

The parameters that were provided for the invocation when it was run.

', ], ], 'MaintenanceWindowFilter' => [ 'base' => '

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:

', 'refs' => [ 'MaintenanceWindowFilterList$member' => NULL, ], ], 'MaintenanceWindowFilterKey' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowFilter$Key' => '

The name of the filter.

', ], ], 'MaintenanceWindowFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest$Filters' => '

Optional filters used to scope down the returned task invocations. The supported filter key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.

', 'DescribeMaintenanceWindowExecutionTasksRequest$Filters' => '

Optional filters used to scope down the returned tasks. The supported filter key is STATUS with the corresponding values PENDING, IN_PROGRESS, SUCCESS, FAILED, TIMED_OUT, CANCELLING, and CANCELLED.

', 'DescribeMaintenanceWindowExecutionsRequest$Filters' => '

Each entry in the array is a structure containing:

', 'DescribeMaintenanceWindowTargetsRequest$Filters' => '

Optional filters that can be used to narrow down the scope of the returned window targets. The supported filter keys are Type, WindowTargetId, and OwnerInformation.

', 'DescribeMaintenanceWindowTasksRequest$Filters' => '

Optional filters used to narrow down the scope of the returned tasks. The supported filter keys are WindowTaskId, TaskArn, Priority, and TaskType.

', 'DescribeMaintenanceWindowsRequest$Filters' => '

Optional filters used to narrow down the scope of the returned maintenance windows. Supported filter keys are Name and Enabled. For example, Name=MyMaintenanceWindow and Enabled=True.

', ], ], 'MaintenanceWindowFilterValue' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowFilterValues$member' => NULL, ], ], 'MaintenanceWindowFilterValues' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowFilter$Values' => '

The filter values.

', ], ], 'MaintenanceWindowId' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowResult$WindowId' => '

The ID of the created maintenance window.

', 'DeleteMaintenanceWindowRequest$WindowId' => '

The ID of the maintenance window to delete.

', 'DeleteMaintenanceWindowResult$WindowId' => '

The ID of the deleted maintenance window.

', 'DeregisterTargetFromMaintenanceWindowRequest$WindowId' => '

The ID of the maintenance window the target should be removed from.

', 'DeregisterTargetFromMaintenanceWindowResult$WindowId' => '

The ID of the maintenance window the target was removed from.

', 'DeregisterTaskFromMaintenanceWindowRequest$WindowId' => '

The ID of the maintenance window the task should be removed from.

', 'DeregisterTaskFromMaintenanceWindowResult$WindowId' => '

The ID of the maintenance window the task was removed from.

', 'DescribeMaintenanceWindowExecutionsRequest$WindowId' => '

The ID of the maintenance window whose executions should be retrieved.

', 'DescribeMaintenanceWindowScheduleRequest$WindowId' => '

The ID of the maintenance window to retrieve information about.

', 'DescribeMaintenanceWindowTargetsRequest$WindowId' => '

The ID of the maintenance window whose targets should be retrieved.

', 'DescribeMaintenanceWindowTasksRequest$WindowId' => '

The ID of the maintenance window whose tasks should be retrieved.

', 'GetMaintenanceWindowRequest$WindowId' => '

The ID of the maintenance window for which you want to retrieve information.

', 'GetMaintenanceWindowResult$WindowId' => '

The ID of the created maintenance window.

', 'GetMaintenanceWindowTaskRequest$WindowId' => '

The maintenance window ID that includes the task to retrieve.

', 'GetMaintenanceWindowTaskResult$WindowId' => '

The retrieved maintenance window ID.

', 'MaintenanceWindowExecution$WindowId' => '

The ID of the maintenance window.

', 'MaintenanceWindowIdentity$WindowId' => '

The ID of the maintenance window.

', 'MaintenanceWindowIdentityForTarget$WindowId' => '

The ID of the maintenance window.

', 'MaintenanceWindowTarget$WindowId' => '

The ID of the maintenance window to register the target with.

', 'MaintenanceWindowTask$WindowId' => '

The ID of the maintenance window where the task is registered.

', 'RegisterTargetWithMaintenanceWindowRequest$WindowId' => '

The ID of the maintenance window the target should be registered with.

', 'RegisterTaskWithMaintenanceWindowRequest$WindowId' => '

The ID of the maintenance window the task should be added to.

', 'ScheduledWindowExecution$WindowId' => '

The ID of the maintenance window to be run.

', 'UpdateMaintenanceWindowRequest$WindowId' => '

The ID of the maintenance window to update.

', 'UpdateMaintenanceWindowResult$WindowId' => '

The ID of the created maintenance window.

', 'UpdateMaintenanceWindowTargetRequest$WindowId' => '

The maintenance window ID with which to modify the target.

', 'UpdateMaintenanceWindowTargetResult$WindowId' => '

The maintenance window ID specified in the update request.

', 'UpdateMaintenanceWindowTaskRequest$WindowId' => '

The maintenance window ID that contains the task to modify.

', 'UpdateMaintenanceWindowTaskResult$WindowId' => '

The ID of the maintenance window that was updated.

', ], ], 'MaintenanceWindowIdentity' => [ 'base' => '

Information about the maintenance window.

', 'refs' => [ 'MaintenanceWindowIdentityList$member' => NULL, ], ], 'MaintenanceWindowIdentityForTarget' => [ 'base' => '

The maintenance window to which the specified target belongs.

', 'refs' => [ 'MaintenanceWindowsForTargetList$member' => NULL, ], ], 'MaintenanceWindowIdentityList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowsResult$WindowIdentities' => '

Information about the maintenance windows.

', ], ], 'MaintenanceWindowLambdaClientContext' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowLambdaParameters$ClientContext' => '

Pass client-specific information to the Lambda function that you are invoking. You can then process the client information in your Lambda function as you choose through the context variable.

', ], ], 'MaintenanceWindowLambdaParameters' => [ 'base' => '

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.

', 'refs' => [ 'MaintenanceWindowTaskInvocationParameters$Lambda' => '

The parameters for a LAMBDA task type.

', ], ], 'MaintenanceWindowLambdaPayload' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowLambdaParameters$Payload' => '

JSON to provide to your Lambda function as input.

', ], ], 'MaintenanceWindowLambdaQualifier' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowLambdaParameters$Qualifier' => '

(Optional) Specify an Lambda function version or alias name. If you specify a function version, the operation uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the operation uses the alias ARN to invoke the Lambda function version to which the alias points.

', ], ], 'MaintenanceWindowMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeMaintenanceWindowExecutionTasksRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeMaintenanceWindowExecutionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeMaintenanceWindowTargetsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeMaintenanceWindowTasksRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeMaintenanceWindowsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'MaintenanceWindowName' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$Name' => '

The name of the maintenance window.

', 'GetMaintenanceWindowResult$Name' => '

The name of the maintenance window.

', 'GetMaintenanceWindowTaskResult$Name' => '

The retrieved task name.

', 'MaintenanceWindowIdentity$Name' => '

The name of the maintenance window.

', 'MaintenanceWindowIdentityForTarget$Name' => '

The name of the maintenance window.

', 'MaintenanceWindowTarget$Name' => '

The name for the maintenance window target.

', 'MaintenanceWindowTask$Name' => '

The task name.

', 'RegisterTargetWithMaintenanceWindowRequest$Name' => '

An optional name for the target.

', 'RegisterTaskWithMaintenanceWindowRequest$Name' => '

An optional name for the task.

', 'ScheduledWindowExecution$Name' => '

The name of the maintenance window to be run.

', 'UpdateMaintenanceWindowRequest$Name' => '

The name of the maintenance window.

', 'UpdateMaintenanceWindowResult$Name' => '

The name of the maintenance window.

', 'UpdateMaintenanceWindowTargetRequest$Name' => '

A name for the update.

', 'UpdateMaintenanceWindowTargetResult$Name' => '

The updated name.

', 'UpdateMaintenanceWindowTaskRequest$Name' => '

The new task name to specify.

', 'UpdateMaintenanceWindowTaskResult$Name' => '

The updated task name.

', ], ], 'MaintenanceWindowOffset' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$ScheduleOffset' => '

The number of days to wait after the date and time specified by a cron expression before running the maintenance window.

For example, the following cron expression schedules a maintenance window to run on the third Tuesday of every month at 11:30 PM.

cron(30 23 ? * TUE#3 *)

If the schedule offset is 2, the maintenance window won\'t run until two days later.

', 'GetMaintenanceWindowResult$ScheduleOffset' => '

The number of days to wait to run a maintenance window after the scheduled cron expression date and time.

', 'MaintenanceWindowIdentity$ScheduleOffset' => '

The number of days to wait to run a maintenance window after the scheduled cron expression date and time.

', 'UpdateMaintenanceWindowRequest$ScheduleOffset' => '

The number of days to wait after the date and time specified by a cron expression before running the maintenance window.

For example, the following cron expression schedules a maintenance window to run the third Tuesday of every month at 11:30 PM.

cron(30 23 ? * TUE#3 *)

If the schedule offset is 2, the maintenance window won\'t run until two days later.

', 'UpdateMaintenanceWindowResult$ScheduleOffset' => '

The number of days to wait to run a maintenance window after the scheduled cron expression date and time.

', ], ], 'MaintenanceWindowResourceType' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowScheduleRequest$ResourceType' => '

The type of resource you want to retrieve information about. For example, INSTANCE.

', 'DescribeMaintenanceWindowsForTargetRequest$ResourceType' => '

The type of resource you want to retrieve information about. For example, INSTANCE.

', 'MaintenanceWindowTarget$ResourceType' => '

The type of target that is being registered with the maintenance window.

', 'RegisterTargetWithMaintenanceWindowRequest$ResourceType' => '

The type of target being registered with the maintenance window.

', ], ], 'MaintenanceWindowRunCommandParameters' => [ 'base' => '

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.

', 'refs' => [ 'MaintenanceWindowTaskInvocationParameters$RunCommand' => '

The parameters for a RUN_COMMAND task type.

', ], ], 'MaintenanceWindowSchedule' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$Schedule' => '

The schedule of the maintenance window in the form of a cron or rate expression.

', 'GetMaintenanceWindowResult$Schedule' => '

The schedule of the maintenance window in the form of a cron or rate expression.

', 'MaintenanceWindowIdentity$Schedule' => '

The schedule of the maintenance window in the form of a cron or rate expression.

', 'UpdateMaintenanceWindowRequest$Schedule' => '

The schedule of the maintenance window in the form of a cron or rate expression.

', 'UpdateMaintenanceWindowResult$Schedule' => '

The schedule of the maintenance window in the form of a cron or rate expression.

', ], ], 'MaintenanceWindowSearchMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowScheduleRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeMaintenanceWindowsForTargetRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'MaintenanceWindowStepFunctionsInput' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowStepFunctionsParameters$Input' => '

The inputs for the STEP_FUNCTIONS task.

', ], ], 'MaintenanceWindowStepFunctionsName' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowStepFunctionsParameters$Name' => '

The name of the STEP_FUNCTIONS task.

', ], ], 'MaintenanceWindowStepFunctionsParameters' => [ 'base' => '

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.

', 'refs' => [ 'MaintenanceWindowTaskInvocationParameters$StepFunctions' => '

The parameters for a STEP_FUNCTIONS task type.

', ], ], 'MaintenanceWindowStringDateTime' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$StartDate' => '

The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active. StartDate allows you to delay activation of the maintenance window until the specified future date.

', 'CreateMaintenanceWindowRequest$EndDate' => '

The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive. EndDate allows you to set a date and time in the future when the maintenance window will no longer run.

', 'GetMaintenanceWindowResult$StartDate' => '

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window won\'t run before this specified time.

', 'GetMaintenanceWindowResult$EndDate' => '

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window won\'t run after this specified time.

', 'GetMaintenanceWindowResult$NextExecutionTime' => '

The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.

', 'MaintenanceWindowIdentity$EndDate' => '

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.

', 'MaintenanceWindowIdentity$StartDate' => '

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.

', 'MaintenanceWindowIdentity$NextExecutionTime' => '

The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.

', 'ScheduledWindowExecution$ExecutionTime' => '

The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.

', 'UpdateMaintenanceWindowRequest$StartDate' => '

The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become active. StartDate allows you to delay activation of the maintenance window until the specified future date.

', 'UpdateMaintenanceWindowRequest$EndDate' => '

The date and time, in ISO-8601 Extended format, for when you want the maintenance window to become inactive. EndDate allows you to set a date and time in the future when the maintenance window will no longer run.

', 'UpdateMaintenanceWindowResult$StartDate' => '

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window won\'t run before this specified time.

', 'UpdateMaintenanceWindowResult$EndDate' => '

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window won\'t run after this specified time.

', ], ], 'MaintenanceWindowTarget' => [ 'base' => '

The target registered with the maintenance window.

', 'refs' => [ 'MaintenanceWindowTargetList$member' => NULL, ], ], 'MaintenanceWindowTargetId' => [ 'base' => NULL, 'refs' => [ 'DeregisterTargetFromMaintenanceWindowRequest$WindowTargetId' => '

The ID of the target definition to remove.

', 'DeregisterTargetFromMaintenanceWindowResult$WindowTargetId' => '

The ID of the removed target definition.

', 'MaintenanceWindowTarget$WindowTargetId' => '

The ID of the target.

', 'RegisterTargetWithMaintenanceWindowResult$WindowTargetId' => '

The ID of the target definition in this maintenance window.

', 'UpdateMaintenanceWindowTargetRequest$WindowTargetId' => '

The target ID to modify.

', 'UpdateMaintenanceWindowTargetResult$WindowTargetId' => '

The target ID specified in the update request.

', ], ], 'MaintenanceWindowTargetList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowTargetsResult$Targets' => '

Information about the targets in the maintenance window.

', ], ], 'MaintenanceWindowTask' => [ 'base' => '

Information about a task defined for a maintenance window.

', 'refs' => [ 'MaintenanceWindowTaskList$member' => NULL, ], ], 'MaintenanceWindowTaskArn' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskResult$TaskArn' => '

The Amazon Resource Name (ARN) of the task that ran.

', 'GetMaintenanceWindowTaskResult$TaskArn' => '

The resource that the task used during execution. For RUN_COMMAND and AUTOMATION task types, the value of TaskArn is the SSM document name/ARN. For LAMBDA tasks, the value is the function name/ARN. For STEP_FUNCTIONS tasks, the value is the state machine ARN.

', 'MaintenanceWindowExecutionTaskIdentity$TaskArn' => '

The Amazon Resource Name (ARN) of the task that ran.

', 'MaintenanceWindowTask$TaskArn' => '

The resource that the task uses during execution. For RUN_COMMAND and AUTOMATION task types, TaskArn is the Amazon Web Services Systems Manager (SSM document) name or ARN. For LAMBDA tasks, it\'s the function name or ARN. For STEP_FUNCTIONS tasks, it\'s the state machine ARN.

', 'RegisterTaskWithMaintenanceWindowRequest$TaskArn' => '

The ARN of the task to run.

', 'UpdateMaintenanceWindowTaskRequest$TaskArn' => '

The task ARN to modify.

', 'UpdateMaintenanceWindowTaskResult$TaskArn' => '

The updated task ARN value.

', ], ], 'MaintenanceWindowTaskCutoffBehavior' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowTaskResult$CutoffBehavior' => '

The action to take on tasks when the maintenance window cutoff time is reached. CONTINUE_TASK means that tasks continue to run. For Automation, Lambda, Step Functions tasks, CANCEL_TASK means that currently running task invocations continue, but no new task invocations are started. For Run Command tasks, CANCEL_TASK means the system attempts to stop the task by sending a CancelCommand operation.

', 'MaintenanceWindowTask$CutoffBehavior' => '

The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

', 'RegisterTaskWithMaintenanceWindowRequest$CutoffBehavior' => '

Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

', 'UpdateMaintenanceWindowTaskRequest$CutoffBehavior' => '

Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

', 'UpdateMaintenanceWindowTaskResult$CutoffBehavior' => '

The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.

', ], ], 'MaintenanceWindowTaskId' => [ 'base' => NULL, 'refs' => [ 'DeregisterTaskFromMaintenanceWindowRequest$WindowTaskId' => '

The ID of the task to remove from the maintenance window.

', 'DeregisterTaskFromMaintenanceWindowResult$WindowTaskId' => '

The ID of the task removed from the maintenance window.

', 'GetMaintenanceWindowTaskRequest$WindowTaskId' => '

The maintenance window task ID to retrieve.

', 'GetMaintenanceWindowTaskResult$WindowTaskId' => '

The retrieved maintenance window task ID.

', 'MaintenanceWindowTask$WindowTaskId' => '

The task ID.

', 'RegisterTaskWithMaintenanceWindowResult$WindowTaskId' => '

The ID of the task in the maintenance window.

', 'UpdateMaintenanceWindowTaskRequest$WindowTaskId' => '

The task ID to modify.

', 'UpdateMaintenanceWindowTaskResult$WindowTaskId' => '

The task ID of the maintenance window that was updated.

', ], ], 'MaintenanceWindowTaskInvocationParameters' => [ 'base' => '

The parameters for task execution.

', 'refs' => [ 'GetMaintenanceWindowTaskResult$TaskInvocationParameters' => '

The parameters to pass to the task when it runs.

', 'RegisterTaskWithMaintenanceWindowRequest$TaskInvocationParameters' => '

The parameters that the task should use during execution. Populate only the fields that match the task type. All other fields should be empty.

', 'UpdateMaintenanceWindowTaskRequest$TaskInvocationParameters' => '

The parameters that the task should use during execution. Populate only the fields that match the task type. All other fields should be empty.

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.

', 'UpdateMaintenanceWindowTaskResult$TaskInvocationParameters' => '

The updated parameter values.

', ], ], 'MaintenanceWindowTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowTasksResult$Tasks' => '

Information about the tasks in the maintenance window.

', ], ], 'MaintenanceWindowTaskParameterName' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowTaskParameters$key' => NULL, ], ], 'MaintenanceWindowTaskParameterValue' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowTaskParameterValueList$member' => NULL, ], ], 'MaintenanceWindowTaskParameterValueExpression' => [ 'base' => '

Defines the values for a task parameter.

', 'refs' => [ 'MaintenanceWindowTaskParameters$value' => NULL, ], ], 'MaintenanceWindowTaskParameterValueList' => [ 'base' => NULL, 'refs' => [ 'MaintenanceWindowTaskParameterValueExpression$Values' => '

This field contains an array of 0 or more strings, each 1 to 255 characters in length.

', ], ], 'MaintenanceWindowTaskParameters' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowTaskResult$TaskParameters' => '

The parameters to pass to the task when it runs.

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.

', 'MaintenanceWindowTask$TaskParameters' => '

The parameters that should be passed to the task when it is run.

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.

', 'MaintenanceWindowTaskParametersList$member' => NULL, 'RegisterTaskWithMaintenanceWindowRequest$TaskParameters' => '

The parameters that should be passed to the task when it is run.

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.

', 'UpdateMaintenanceWindowTaskRequest$TaskParameters' => '

The parameters to modify.

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.

The map has the following format:

Key: string, between 1 and 255 characters

Value: an array of strings, each string is between 1 and 255 characters

', 'UpdateMaintenanceWindowTaskResult$TaskParameters' => '

The updated parameter values.

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.

', ], ], 'MaintenanceWindowTaskParametersList' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskResult$TaskParameters' => '

The parameters passed to the task when it was run.

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.

The map has the following format:

', ], ], 'MaintenanceWindowTaskPriority' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskResult$Priority' => '

The priority of the task.

', 'GetMaintenanceWindowTaskResult$Priority' => '

The priority of the task when it runs. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

', 'MaintenanceWindowTask$Priority' => '

The priority of the task in the maintenance window. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

', 'RegisterTaskWithMaintenanceWindowRequest$Priority' => '

The priority of the task in the maintenance window, the lower the number the higher the priority. Tasks in a maintenance window are scheduled in priority order with tasks that have the same priority scheduled in parallel.

', 'UpdateMaintenanceWindowTaskRequest$Priority' => '

The new task priority to specify. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

', 'UpdateMaintenanceWindowTaskResult$Priority' => '

The updated priority value.

', ], ], 'MaintenanceWindowTaskTargetId' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskInvocationResult$WindowTargetId' => '

The maintenance window target ID.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$WindowTargetId' => '

The ID of the target definition in this maintenance window the invocation was performed for.

', ], ], 'MaintenanceWindowTaskType' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskInvocationResult$TaskType' => '

Retrieves the task type for a maintenance window.

', 'GetMaintenanceWindowExecutionTaskResult$Type' => '

The type of task that was run.

', 'GetMaintenanceWindowTaskResult$TaskType' => '

The type of task to run.

', 'MaintenanceWindowExecutionTaskIdentity$TaskType' => '

The type of task that ran.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$TaskType' => '

The task type.

', 'MaintenanceWindowTask$Type' => '

The type of task.

', 'RegisterTaskWithMaintenanceWindowRequest$TaskType' => '

The type of task being registered.

', ], ], 'MaintenanceWindowTimezone' => [ 'base' => NULL, 'refs' => [ 'CreateMaintenanceWindowRequest$ScheduleTimezone' => '

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.

', 'GetMaintenanceWindowResult$ScheduleTimezone' => '

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.

', 'MaintenanceWindowIdentity$ScheduleTimezone' => '

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.

', 'UpdateMaintenanceWindowRequest$ScheduleTimezone' => '

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.

', 'UpdateMaintenanceWindowResult$ScheduleTimezone' => '

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.

', ], ], 'MaintenanceWindowsForTargetList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowsForTargetResult$WindowIdentities' => '

Information about the maintenance window targets and tasks a managed node is associated with.

', ], ], 'ManagedInstanceId' => [ 'base' => NULL, 'refs' => [ 'DeregisterManagedInstanceRequest$InstanceId' => '

The ID assigned to the managed node when you registered it using the activation process.

', 'UpdateManagedInstanceRoleRequest$InstanceId' => '

The ID of the managed node where you want to update the role.

', ], ], 'MaxConcurrency' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$MaxConcurrency' => '

The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

', 'AssociationVersionInfo$MaxConcurrency' => '

The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

', 'AutomationExecution$MaxConcurrency' => '

The MaxConcurrency value specified by the user when the execution started.

', 'AutomationExecutionMetadata$MaxConcurrency' => '

The MaxConcurrency value specified by the user when starting the automation.

', 'Command$MaxConcurrency' => '

The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number of managed nodes, such as 10, or a percentage of nodes, such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.

', 'CreateAssociationBatchRequestEntry$MaxConcurrency' => '

The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

', 'CreateAssociationRequest$MaxConcurrency' => '

The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

', 'GetMaintenanceWindowExecutionTaskResult$MaxConcurrency' => '

The defined maximum number of task executions that could be run in parallel.

', 'GetMaintenanceWindowTaskResult$MaxConcurrency' => '

The maximum number of targets allowed to run this task in parallel.

For maintenance window tasks without a target specified, you can\'t supply a value for this option. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. This value doesn\'t affect the running of your task and can be ignored.

', 'MaintenanceWindowTask$MaxConcurrency' => '

The maximum number of targets this task can be run for, in parallel.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can\'t supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn\'t affect the running of your task.

', 'RegisterTaskWithMaintenanceWindowRequest$MaxConcurrency' => '

The maximum number of targets this task can be run for, in parallel.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can\'t supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn\'t affect the running of your task.

', 'Runbook$MaxConcurrency' => '

The MaxConcurrency value specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time.

', 'SendCommandRequest$MaxConcurrency' => '

(Optional) The maximum number of managed nodes that are allowed to run the command at the same time. You can specify a number such as 10 or a percentage such as 10%. The default value is 50. For more information about how to use MaxConcurrency, see Using concurrency controls in the Amazon Web Services Systems Manager User Guide.

', 'StartAutomationExecutionRequest$MaxConcurrency' => '

The maximum number of targets allowed to run this task in parallel. You can specify a number, such as 10, or a percentage, such as 10%. The default value is 10.

', 'TargetLocation$TargetLocationMaxConcurrency' => '

The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation concurrently.

', 'UpdateAssociationRequest$MaxConcurrency' => '

The maximum number of targets allowed to run the association at the same time. You can specify a number, for example 10, or a percentage of the target set, for example 10%. The default value is 100%, which means all targets run the association at the same time.

If a new managed node starts and attempts to run an association while Systems Manager is running MaxConcurrency associations, the association is allowed to run. During the next association interval, the new managed node will process its association within the limit specified for MaxConcurrency.

', 'UpdateMaintenanceWindowTaskRequest$MaxConcurrency' => '

The new MaxConcurrency value you want to specify. MaxConcurrency is the number of targets that are allowed to run this task, in parallel.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can\'t supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn\'t affect the running of your task.

', 'UpdateMaintenanceWindowTaskResult$MaxConcurrency' => '

The updated MaxConcurrency value.

', ], ], 'MaxDocumentSizeExceeded' => [ 'base' => '

The size limit of a document is 64 KB.

', 'refs' => [], ], 'MaxErrors' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$MaxErrors' => '

The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won\'t be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

', 'AssociationVersionInfo$MaxErrors' => '

The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won\'t be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

', 'AutomationExecution$MaxErrors' => '

The MaxErrors value specified by the user when the execution started.

', 'AutomationExecutionMetadata$MaxErrors' => '

The MaxErrors value specified by the user when starting the automation.

', 'Command$MaxErrors' => '

The maximum number of errors allowed before the system stops sending the command to additional targets. You can specify a number of errors, such as 10, or a percentage or errors, such as 10%. The default value is 0. For more information about how to use MaxErrors, see Running commands using Systems Manager Run Command in the Amazon Web Services Systems Manager User Guide.

', 'CreateAssociationBatchRequestEntry$MaxErrors' => '

The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won\'t be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

', 'CreateAssociationRequest$MaxErrors' => '

The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won\'t be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

', 'GetMaintenanceWindowExecutionTaskResult$MaxErrors' => '

The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.

', 'GetMaintenanceWindowTaskResult$MaxErrors' => '

The maximum number of errors allowed before the task stops being scheduled.

For maintenance window tasks without a target specified, you can\'t supply a value for this option. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. This value doesn\'t affect the running of your task and can be ignored.

', 'MaintenanceWindowTask$MaxErrors' => '

The maximum number of errors allowed before this task stops being scheduled.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can\'t supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn\'t affect the running of your task.

', 'RegisterTaskWithMaintenanceWindowRequest$MaxErrors' => '

The maximum number of errors allowed before this task stops being scheduled.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can\'t supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn\'t affect the running of your task.

', 'Runbook$MaxErrors' => '

The MaxErrors value specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back.

', 'SendCommandRequest$MaxErrors' => '

The maximum number of errors allowed without the command failing. When the command fails one more time beyond the value of MaxErrors, the systems stops sending the command to additional targets. You can specify a number like 10 or a percentage like 10%. The default value is 0. For more information about how to use MaxErrors, see Using error controls in the Amazon Web Services Systems Manager User Guide.

', 'StartAutomationExecutionRequest$MaxErrors' => '

The number of errors that are allowed before the system stops running the automation on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops running the automation when the fourth error is received. If you specify 0, then the system stops running the automation on additional targets after the first error result is returned. If you run an automation on 50 resources and set max-errors to 10%, then the system stops running the automation on additional targets when the sixth error is received.

Executions that are already running an automation when max-errors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won\'t be more than max-errors failed executions, set max-concurrency to 1 so the executions proceed one at a time.

', 'TargetLocation$TargetLocationMaxErrors' => '

The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.

', 'UpdateAssociationRequest$MaxErrors' => '

The number of errors that are allowed before the system stops sending requests to run the association on additional targets. You can specify either an absolute number of errors, for example 10, or a percentage of the target set, for example 10%. If you specify 3, for example, the system stops sending requests when the fourth error is received. If you specify 0, then the system stops sending requests after the first error is returned. If you run an association on 50 managed nodes and set MaxError to 10%, then the system stops sending the request when the sixth error is received.

Executions that are already running an association when MaxErrors is reached are allowed to complete, but some of these executions may fail as well. If you need to ensure that there won\'t be more than max-errors failed executions, set MaxConcurrency to 1 so that executions proceed one at a time.

', 'UpdateMaintenanceWindowTaskRequest$MaxErrors' => '

The new MaxErrors value to specify. MaxErrors is the maximum number of errors that are allowed before the task stops being scheduled.

Although this element is listed as "Required: No", a value can be omitted only when you are registering or updating a targetless task You must provide a value in all other cases.

For maintenance window tasks without a target specified, you can\'t supply a value for this option. Instead, the system inserts a placeholder value of 1. This value doesn\'t affect the running of your task.

', 'UpdateMaintenanceWindowTaskResult$MaxErrors' => '

The updated MaxErrors value.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeActivationsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeAssociationExecutionTargetsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeAssociationExecutionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeAutomationExecutionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeAutomationStepExecutionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeInstanceAssociationsStatusRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeInventoryDeletionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribeParametersRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'DescribePatchPropertiesRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'GetInventoryRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'GetOpsSummaryRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'GetParameterHistoryRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListAssociationVersionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListAssociationsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListComplianceItemsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListComplianceSummariesRequest$MaxResults' => '

The maximum number of items to return for this call. Currently, you can specify null or 50. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListDocumentMetadataHistoryRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListDocumentVersionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListDocumentsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListInventoryEntriesRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListResourceComplianceSummariesRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListResourceDataSyncRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'MaxResultsEC2Compatible' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceInformationRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. The default value is 10 items.

', ], ], 'MaxSessionDuration' => [ 'base' => NULL, 'refs' => [ 'Session$MaxSessionDuration' => '

The maximum duration of a session before it terminates.

', ], ], 'MetadataKey' => [ 'base' => NULL, 'refs' => [ 'MetadataKeysToDeleteList$member' => NULL, 'MetadataMap$key' => NULL, ], ], 'MetadataKeysToDeleteList' => [ 'base' => NULL, 'refs' => [ 'UpdateOpsMetadataRequest$KeysToDelete' => '

The metadata keys to delete from the OpsMetadata object.

', ], ], 'MetadataMap' => [ 'base' => NULL, 'refs' => [ 'CreateOpsMetadataRequest$Metadata' => '

Metadata for a new Application Manager application.

', 'GetOpsMetadataResult$Metadata' => '

OpsMetadata for an Application Manager application.

', 'UpdateOpsMetadataRequest$MetadataToUpdate' => '

Metadata to add to an OpsMetadata object.

', ], ], 'MetadataValue' => [ 'base' => '

Metadata to assign to an Application Manager application.

', 'refs' => [ 'MetadataMap$value' => NULL, ], ], 'MetadataValueString' => [ 'base' => NULL, 'refs' => [ 'MetadataValue$Value' => '

Metadata value to assign to an Application Manager application.

', ], ], 'ModifyDocumentPermissionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyDocumentPermissionResponse' => [ 'base' => NULL, 'refs' => [], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeActivationsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'DescribeActivationsResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'DescribeAssociationExecutionTargetsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'DescribeAssociationExecutionTargetsResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'DescribeAssociationExecutionsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'DescribeAssociationExecutionsResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'DescribeAutomationExecutionsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeAutomationExecutionsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeAutomationStepExecutionsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeAutomationStepExecutionsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeAvailablePatchesRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeAvailablePatchesResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeDocumentPermissionRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeDocumentPermissionResponse$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'DescribeEffectiveInstanceAssociationsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeEffectiveInstanceAssociationsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeEffectivePatchesForPatchBaselineRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeEffectivePatchesForPatchBaselineResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeInstanceAssociationsStatusRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeInstanceAssociationsStatusResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeInstanceInformationRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeInstanceInformationResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeInstancePatchStatesForPatchGroupRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeInstancePatchStatesForPatchGroupResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeInstancePatchStatesRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeInstancePatchStatesResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeInstancePatchesRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeInstancePatchesResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeInventoryDeletionsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'DescribeInventoryDeletionsResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'DescribeMaintenanceWindowExecutionTaskInvocationsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeMaintenanceWindowExecutionTaskInvocationsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeMaintenanceWindowExecutionTasksRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeMaintenanceWindowExecutionTasksResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeMaintenanceWindowExecutionsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeMaintenanceWindowExecutionsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeMaintenanceWindowScheduleRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeMaintenanceWindowScheduleResult$NextToken' => '

The token for the next set of items to return. (You use this token in the next call.)

', 'DescribeMaintenanceWindowTargetsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeMaintenanceWindowTargetsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeMaintenanceWindowTasksRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeMaintenanceWindowTasksResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeMaintenanceWindowsForTargetRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeMaintenanceWindowsForTargetResult$NextToken' => '

The token for the next set of items to return. (You use this token in the next call.)

', 'DescribeMaintenanceWindowsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeMaintenanceWindowsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeParametersRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeParametersResult$NextToken' => '

The token to use when requesting the next set of items.

', 'DescribePatchBaselinesRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribePatchBaselinesResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribePatchGroupsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribePatchGroupsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribePatchPropertiesRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribePatchPropertiesResult$NextToken' => '

The token for the next set of items to return. (You use this token in the next call.)

', 'DescribeSessionsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'DescribeSessionsResponse$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'GetInventoryRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'GetInventoryResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'GetInventorySchemaRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'GetInventorySchemaResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'GetOpsMetadataRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'GetOpsMetadataResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'GetOpsSummaryRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'GetOpsSummaryResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'GetParameterHistoryRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'GetParameterHistoryResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'GetParametersByPathRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'GetParametersByPathResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ListAssociationVersionsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListAssociationVersionsResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ListAssociationsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'ListAssociationsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'ListCommandInvocationsRequest$NextToken' => '

(Optional) The token for the next set of items to return. (You received this token from a previous call.)

', 'ListCommandInvocationsResult$NextToken' => '

(Optional) The token for the next set of items to return. (You received this token from a previous call.)

', 'ListCommandsRequest$NextToken' => '

(Optional) The token for the next set of items to return. (You received this token from a previous call.)

', 'ListCommandsResult$NextToken' => '

(Optional) The token for the next set of items to return. (You received this token from a previous call.)

', 'ListComplianceItemsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListComplianceItemsResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ListComplianceSummariesRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListComplianceSummariesResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ListDocumentMetadataHistoryRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'ListDocumentMetadataHistoryResponse$NextToken' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', 'ListDocumentVersionsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'ListDocumentVersionsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'ListDocumentsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'ListDocumentsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'ListInventoryEntriesRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'ListInventoryEntriesResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'ListOpsMetadataRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListOpsMetadataResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ListResourceComplianceSummariesRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListResourceComplianceSummariesResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ListResourceDataSyncRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListResourceDataSyncResult$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', ], ], 'NonCompliantSummary' => [ 'base' => '

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

', 'refs' => [ 'ComplianceSummaryItem$NonCompliantSummary' => '

A list of NON_COMPLIANT items for the specified compliance type.

', 'ResourceComplianceSummaryItem$NonCompliantSummary' => '

A list of items that aren\'t compliant for the resource.

', ], ], 'NormalStringMap' => [ 'base' => NULL, 'refs' => [ 'StepExecution$Inputs' => '

Fully-resolved values passed into the step before execution.

', ], ], 'NotificationArn' => [ 'base' => NULL, 'refs' => [ 'NotificationConfig$NotificationArn' => '

An Amazon Resource Name (ARN) for an Amazon Simple Notification Service (Amazon SNS) topic. Run Command pushes notifications about command status changes to this topic.

', ], ], 'NotificationConfig' => [ 'base' => '

Configurations for sending notifications.

', 'refs' => [ 'Command$NotificationConfig' => '

Configurations for sending notifications about command status changes.

', 'CommandInvocation$NotificationConfig' => '

Configurations for sending notifications about command status changes on a per managed node basis.

', 'MaintenanceWindowRunCommandParameters$NotificationConfig' => '

Configurations for sending notifications about command status changes on a per-managed node basis.

', 'SendCommandRequest$NotificationConfig' => '

Configurations for sending notifications.

', ], ], 'NotificationEvent' => [ 'base' => NULL, 'refs' => [ 'NotificationEventList$member' => NULL, ], ], 'NotificationEventList' => [ 'base' => NULL, 'refs' => [ 'NotificationConfig$NotificationEvents' => '

The different events for which you can receive notifications. To learn more about these events, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.

', ], ], 'NotificationType' => [ 'base' => NULL, 'refs' => [ 'NotificationConfig$NotificationType' => '

The type of notification.

', ], ], 'OperatingSystem' => [ 'base' => NULL, 'refs' => [ 'BaselineOverride$OperatingSystem' => '

The operating system rule used by the patch baseline override.

', 'CreatePatchBaselineRequest$OperatingSystem' => '

Defines the operating system the patch baseline applies to. The default value is WINDOWS.

', 'DescribePatchPropertiesRequest$OperatingSystem' => '

The operating system type for which to list patches.

', 'GetDefaultPatchBaselineRequest$OperatingSystem' => '

Returns the default patch baseline for the specified operating system.

', 'GetDefaultPatchBaselineResult$OperatingSystem' => '

The operating system for the returned patch baseline.

', 'GetPatchBaselineForPatchGroupRequest$OperatingSystem' => '

Returns the operating system rule specified for patch groups using the patch baseline.

', 'GetPatchBaselineForPatchGroupResult$OperatingSystem' => '

The operating system rule specified for patch groups using the patch baseline.

', 'GetPatchBaselineResult$OperatingSystem' => '

Returns the operating system specified for the patch baseline.

', 'PatchBaselineIdentity$OperatingSystem' => '

Defines the operating system the patch baseline applies to. The default value is WINDOWS.

', 'UpdatePatchBaselineResult$OperatingSystem' => '

The operating system rule used by the updated patch baseline.

', ], ], 'OpsAggregator' => [ 'base' => '

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

', 'refs' => [ 'OpsAggregatorList$member' => NULL, ], ], 'OpsAggregatorList' => [ 'base' => NULL, 'refs' => [ 'GetOpsSummaryRequest$Aggregators' => '

Optional aggregators that return counts of OpsData based on one or more expressions.

', 'OpsAggregator$Aggregators' => '

A nested aggregator for viewing counts of OpsData.

', ], ], 'OpsAggregatorType' => [ 'base' => NULL, 'refs' => [ 'OpsAggregator$AggregatorType' => '

Either a Range or Count aggregator for limiting an OpsData summary.

', ], ], 'OpsAggregatorValue' => [ 'base' => NULL, 'refs' => [ 'OpsAggregatorValueMap$value' => NULL, ], ], 'OpsAggregatorValueKey' => [ 'base' => NULL, 'refs' => [ 'OpsAggregatorValueMap$key' => NULL, ], ], 'OpsAggregatorValueMap' => [ 'base' => NULL, 'refs' => [ 'OpsAggregator$Values' => '

The aggregator value.

', ], ], 'OpsDataAttributeName' => [ 'base' => NULL, 'refs' => [ 'OpsAggregator$AttributeName' => '

The name of an OpsData attribute on which to limit the count of OpsData.

', ], ], 'OpsDataTypeName' => [ 'base' => NULL, 'refs' => [ 'OpsAggregator$TypeName' => '

The data type name to use for viewing counts of OpsData.

', 'OpsResultAttribute$TypeName' => '

Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.

', ], ], 'OpsEntity' => [ 'base' => '

The result of the query.

', 'refs' => [ 'OpsEntityList$member' => NULL, ], ], 'OpsEntityId' => [ 'base' => NULL, 'refs' => [ 'OpsEntity$Id' => '

The query ID.

', ], ], 'OpsEntityItem' => [ 'base' => '

The OpsData summary.

', 'refs' => [ 'OpsEntityItemMap$value' => NULL, ], ], 'OpsEntityItemCaptureTime' => [ 'base' => NULL, 'refs' => [ 'OpsEntityItem$CaptureTime' => '

The time the OpsData was captured.

', ], ], 'OpsEntityItemEntry' => [ 'base' => NULL, 'refs' => [ 'OpsEntityItemEntryList$member' => NULL, ], ], 'OpsEntityItemEntryList' => [ 'base' => NULL, 'refs' => [ 'OpsEntityItem$Content' => '

The details of an OpsData summary.

', ], ], 'OpsEntityItemKey' => [ 'base' => NULL, 'refs' => [ 'OpsEntityItemMap$key' => NULL, ], ], 'OpsEntityItemMap' => [ 'base' => NULL, 'refs' => [ 'OpsEntity$Data' => '

The data returned by the query.

', ], ], 'OpsEntityList' => [ 'base' => NULL, 'refs' => [ 'GetOpsSummaryResult$Entities' => '

The list of aggregated details and filtered OpsData.

', ], ], 'OpsFilter' => [ 'base' => '

A filter for viewing OpsData summaries.

', 'refs' => [ 'OpsFilterList$member' => NULL, ], ], 'OpsFilterKey' => [ 'base' => NULL, 'refs' => [ 'OpsFilter$Key' => '

The name of the filter.

', ], ], 'OpsFilterList' => [ 'base' => NULL, 'refs' => [ 'GetOpsSummaryRequest$Filters' => '

Optional filters used to scope down the returned OpsData.

', 'OpsAggregator$Filters' => '

The aggregator filters.

', ], ], 'OpsFilterOperatorType' => [ 'base' => NULL, 'refs' => [ 'OpsFilter$Type' => '

The type of filter.

', ], ], 'OpsFilterValue' => [ 'base' => NULL, 'refs' => [ 'OpsFilterValueList$member' => NULL, ], ], 'OpsFilterValueList' => [ 'base' => NULL, 'refs' => [ 'OpsFilter$Values' => '

The filter value.

', ], ], 'OpsItem' => [ 'base' => '

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 OpsCenter in the Amazon Web Services Systems Manager User Guide.

', 'refs' => [ 'GetOpsItemResponse$OpsItem' => '

The OpsItem.

', ], ], 'OpsItemAccessDeniedException' => [ 'base' => '

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.

', 'refs' => [], ], 'OpsItemAccountId' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$AccountId' => '

The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account must be configured to work with OpsItems across accounts. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.

', ], ], 'OpsItemAlreadyExistsException' => [ 'base' => '

The OpsItem already exists.

', 'refs' => [], ], 'OpsItemArn' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemResponse$OpsItemArn' => '

The OpsItem Amazon Resource Name (ARN).

', 'GetOpsItemRequest$OpsItemArn' => '

The OpsItem Amazon Resource Name (ARN).

', 'OpsItem$OpsItemArn' => '

The OpsItem Amazon Resource Name (ARN).

', 'UpdateOpsItemRequest$OpsItemArn' => '

The OpsItem Amazon Resource Name (ARN).

', ], ], 'OpsItemCategory' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$Category' => '

Specify a category to assign to an OpsItem.

', 'OpsItem$Category' => '

An OpsItem category. Category options include: Availability, Cost, Performance, Recovery, Security.

', 'OpsItemSummary$Category' => '

A list of OpsItems by category.

', 'UpdateOpsItemRequest$Category' => '

Specify a new category for an OpsItem.

', ], ], 'OpsItemDataKey' => [ 'base' => NULL, 'refs' => [ 'OpsItemOperationalData$key' => NULL, ], ], 'OpsItemDataType' => [ 'base' => NULL, 'refs' => [ 'OpsItemDataValue$Type' => '

The type of key-value pair. Valid types include SearchableString and String.

', ], ], 'OpsItemDataValue' => [ 'base' => '

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

', 'refs' => [ 'OpsItemOperationalData$value' => NULL, ], ], 'OpsItemDataValueString' => [ 'base' => NULL, 'refs' => [ 'OpsItemDataValue$Value' => '

The value of the OperationalData key.

', ], ], 'OpsItemDescription' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$Description' => '

Information about the OpsItem.

', 'OpsItem$Description' => '

The OpsItem description.

', 'UpdateOpsItemRequest$Description' => '

Update the information about the OpsItem. Provide enough information so that users reading this OpsItem for the first time understand the issue.

', ], ], 'OpsItemEventFilter' => [ 'base' => '

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.

', 'refs' => [ 'OpsItemEventFilters$member' => NULL, ], ], 'OpsItemEventFilterKey' => [ 'base' => NULL, 'refs' => [ 'OpsItemEventFilter$Key' => '

The name of the filter key. Currently, the only supported value is OpsItemId.

', ], ], 'OpsItemEventFilterOperator' => [ 'base' => NULL, 'refs' => [ 'OpsItemEventFilter$Operator' => '

The operator used by the filter call. Currently, the only supported value is Equal.

', ], ], 'OpsItemEventFilterValue' => [ 'base' => NULL, 'refs' => [ 'OpsItemEventFilterValues$member' => NULL, ], ], 'OpsItemEventFilterValues' => [ 'base' => NULL, 'refs' => [ 'OpsItemEventFilter$Values' => '

The values for the filter, consisting of one or more OpsItem IDs.

', ], ], 'OpsItemEventFilters' => [ 'base' => NULL, 'refs' => [ 'ListOpsItemEventsRequest$Filters' => '

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

', ], ], 'OpsItemEventMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListOpsItemEventsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'OpsItemEventSummaries' => [ 'base' => NULL, 'refs' => [ 'ListOpsItemEventsResponse$Summaries' => '

A list of event information for the specified OpsItems.

', ], ], 'OpsItemEventSummary' => [ 'base' => '

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

', 'refs' => [ 'OpsItemEventSummaries$member' => NULL, ], ], 'OpsItemFilter' => [ 'base' => '

Describes an OpsItem filter.

', 'refs' => [ 'OpsItemFilters$member' => NULL, ], ], 'OpsItemFilterKey' => [ 'base' => NULL, 'refs' => [ 'OpsItemFilter$Key' => '

The name of the filter.

', ], ], 'OpsItemFilterOperator' => [ 'base' => NULL, 'refs' => [ 'OpsItemFilter$Operator' => '

The operator used by the filter call.

', ], ], 'OpsItemFilterValue' => [ 'base' => NULL, 'refs' => [ 'OpsItemFilterValues$member' => NULL, ], ], 'OpsItemFilterValues' => [ 'base' => NULL, 'refs' => [ 'OpsItemFilter$Values' => '

The filter value.

', ], ], 'OpsItemFilters' => [ 'base' => NULL, 'refs' => [ 'DescribeOpsItemsRequest$OpsItemFilters' => '

One or more filters to limit the response.

*The Equals operator for Title matches the first 100 characters. If you specify more than 100 characters, they system returns an error that the filter value exceeds the length limit.

**If you filter the response by using the OperationalData operator, specify a key-value pair by using the following JSON format: {"key":"key_name","value":"a_value"}

', ], ], 'OpsItemId' => [ 'base' => NULL, 'refs' => [ 'AssociateOpsItemRelatedItemRequest$OpsItemId' => '

The ID of the OpsItem to which you want to associate a resource as a related item.

', 'DisassociateOpsItemRelatedItemRequest$OpsItemId' => '

The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.

', 'GetOpsItemRequest$OpsItemId' => '

The ID of the OpsItem that you want to get.

', 'ListOpsItemRelatedItemsRequest$OpsItemId' => '

The ID of the OpsItem for which you want to list all related-item resources.

', 'OpsItem$OpsItemId' => '

The ID of the OpsItem.

', 'OpsItemRelatedItemAlreadyExistsException$OpsItemId' => NULL, 'OpsItemRelatedItemSummary$OpsItemId' => '

The OpsItem ID.

', 'OpsItemSummary$OpsItemId' => '

The ID of the OpsItem.

', 'UpdateOpsItemRequest$OpsItemId' => '

The ID of the OpsItem.

', ], ], 'OpsItemIdentity' => [ 'base' => '

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

', 'refs' => [ 'OpsItemEventSummary$CreatedBy' => '

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

', 'OpsItemRelatedItemSummary$CreatedBy' => NULL, 'OpsItemRelatedItemSummary$LastModifiedBy' => NULL, ], ], 'OpsItemInvalidParameterException' => [ 'base' => '

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

', 'refs' => [], ], 'OpsItemLimitExceededException' => [ 'base' => '

The request caused OpsItems to exceed one or more quotas.

', 'refs' => [], ], 'OpsItemMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeOpsItemsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'OpsItemNotFoundException' => [ 'base' => '

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

', 'refs' => [], ], 'OpsItemNotification' => [ 'base' => '

A notification about the OpsItem.

', 'refs' => [ 'OpsItemNotifications$member' => NULL, ], ], 'OpsItemNotifications' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$Notifications' => '

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.

', 'OpsItem$Notifications' => '

The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

', 'UpdateOpsItemRequest$Notifications' => '

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.

', ], ], 'OpsItemOperationalData' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$OperationalData' => '

Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.

Operational data keys can\'t begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.

You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn\'t searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).

Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.

', 'OpsItem$OperationalData' => '

Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.

Operational data keys can\'t begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.

You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn\'t searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).

Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.

', 'OpsItemSummary$OperationalData' => '

Operational data is custom data that provides useful reference details about the OpsItem.

', 'UpdateOpsItemRequest$OperationalData' => '

Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.

Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.

Operational data keys can\'t begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.

You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API operation) can view and search on the specified data. Operational data that isn\'t searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API operation).

Use the /aws/resources key in OperationalData to specify a related resource in the request. Use the /aws/automations key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.

', ], ], 'OpsItemOpsDataKeysList' => [ 'base' => NULL, 'refs' => [ 'UpdateOpsItemRequest$OperationalDataToDelete' => '

Keys that you want to remove from the OperationalData map.

', ], ], 'OpsItemParameterNamesList' => [ 'base' => NULL, 'refs' => [ 'OpsItemInvalidParameterException$ParameterNames' => NULL, 'OpsItemLimitExceededException$ResourceTypes' => NULL, ], ], 'OpsItemPriority' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$Priority' => '

The importance of this OpsItem in relation to other OpsItems in the system.

', 'OpsItem$Priority' => '

The importance of this OpsItem in relation to other OpsItems in the system.

', 'OpsItemSummary$Priority' => '

The importance of this OpsItem in relation to other OpsItems in the system.

', 'UpdateOpsItemRequest$Priority' => '

The importance of this OpsItem in relation to other OpsItems in the system.

', ], ], 'OpsItemRelatedItemAlreadyExistsException' => [ 'base' => '

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

', 'refs' => [], ], 'OpsItemRelatedItemAssociationId' => [ 'base' => NULL, 'refs' => [ 'AssociateOpsItemRelatedItemResponse$AssociationId' => '

The association ID.

', 'DisassociateOpsItemRelatedItemRequest$AssociationId' => '

The ID of the association for which you want to delete an association between the OpsItem and a related item.

', 'OpsItemRelatedItemSummary$AssociationId' => '

The association ID.

', ], ], 'OpsItemRelatedItemAssociationNotFoundException' => [ 'base' => '

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

', 'refs' => [], ], 'OpsItemRelatedItemAssociationResourceType' => [ 'base' => NULL, 'refs' => [ 'AssociateOpsItemRelatedItemRequest$ResourceType' => '

The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:

AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.

AWS::SSM::Document: a Systems Manager (SSM) document.

', 'OpsItemRelatedItemSummary$ResourceType' => '

The resource type.

', ], ], 'OpsItemRelatedItemAssociationResourceUri' => [ 'base' => NULL, 'refs' => [ 'AssociateOpsItemRelatedItemRequest$ResourceUri' => '

The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.

', 'OpsItemRelatedItemAlreadyExistsException$ResourceUri' => NULL, 'OpsItemRelatedItemSummary$ResourceUri' => '

The Amazon Resource Name (ARN) of the related-item resource.

', ], ], 'OpsItemRelatedItemAssociationType' => [ 'base' => NULL, 'refs' => [ 'AssociateOpsItemRelatedItemRequest$AssociationType' => '

The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf and RelatesTo association types.

', 'OpsItemRelatedItemSummary$AssociationType' => '

The association type.

', ], ], 'OpsItemRelatedItemSummaries' => [ 'base' => NULL, 'refs' => [ 'ListOpsItemRelatedItemsResponse$Summaries' => '

A list of related-item resources for the specified OpsItem.

', ], ], 'OpsItemRelatedItemSummary' => [ 'base' => '

Summary information about related-item resources for an OpsItem.

', 'refs' => [ 'OpsItemRelatedItemSummaries$member' => NULL, ], ], 'OpsItemRelatedItemsFilter' => [ 'base' => '

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

', 'refs' => [ 'OpsItemRelatedItemsFilters$member' => NULL, ], ], 'OpsItemRelatedItemsFilterKey' => [ 'base' => NULL, 'refs' => [ 'OpsItemRelatedItemsFilter$Key' => '

The name of the filter key. Supported values include ResourceUri, ResourceType, or AssociationId.

', ], ], 'OpsItemRelatedItemsFilterOperator' => [ 'base' => NULL, 'refs' => [ 'OpsItemRelatedItemsFilter$Operator' => '

The operator used by the filter call. The only supported operator is EQUAL.

', ], ], 'OpsItemRelatedItemsFilterValue' => [ 'base' => NULL, 'refs' => [ 'OpsItemRelatedItemsFilterValues$member' => NULL, ], ], 'OpsItemRelatedItemsFilterValues' => [ 'base' => NULL, 'refs' => [ 'OpsItemRelatedItemsFilter$Values' => '

The values for the filter.

', ], ], 'OpsItemRelatedItemsFilters' => [ 'base' => NULL, 'refs' => [ 'ListOpsItemRelatedItemsRequest$Filters' => '

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

', ], ], 'OpsItemRelatedItemsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListOpsItemRelatedItemsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'OpsItemSeverity' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$Severity' => '

Specify a severity to assign to an OpsItem.

', 'OpsItem$Severity' => '

The severity of the OpsItem. Severity options range from 1 to 4.

', 'OpsItemSummary$Severity' => '

A list of OpsItems by severity.

', 'UpdateOpsItemRequest$Severity' => '

Specify a new severity for an OpsItem.

', ], ], 'OpsItemSource' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$Source' => '

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

The source name can\'t contain the following strings: aws, amazon, and amzn.

', 'OpsItem$Source' => '

The origin of the OpsItem, such as Amazon EC2 or Systems Manager. The impacted resource is a subset of source.

', 'OpsItemSummary$Source' => '

The impacted Amazon Web Services resource.

', ], ], 'OpsItemStatus' => [ 'base' => NULL, 'refs' => [ 'OpsItem$Status' => '

The OpsItem status. Status can be Open, In Progress, or Resolved. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.

', 'OpsItemSummary$Status' => '

The OpsItem status. Status can be Open, In Progress, or Resolved.

', 'UpdateOpsItemRequest$Status' => '

The OpsItem status. Status can be Open, In Progress, or Resolved. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.

', ], ], 'OpsItemSummaries' => [ 'base' => NULL, 'refs' => [ 'DescribeOpsItemsResponse$OpsItemSummaries' => '

A list of OpsItems.

', ], ], 'OpsItemSummary' => [ 'base' => '

A count of OpsItems.

', 'refs' => [ 'OpsItemSummaries$member' => NULL, ], ], 'OpsItemTitle' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$Title' => '

A short heading that describes the nature of the OpsItem and the impacted resource.

', 'OpsItem$Title' => '

A short heading that describes the nature of the OpsItem and the impacted resource.

', 'OpsItemSummary$Title' => '

A short heading that describes the nature of the OpsItem and the impacted resource.

', 'UpdateOpsItemRequest$Title' => '

A short heading that describes the nature of the OpsItem and the impacted resource.

', ], ], 'OpsItemType' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$OpsItemType' => '

The type of OpsItem to create. Systems Manager supports the following types of OpsItems:

', 'OpsItem$OpsItemType' => '

The type of OpsItem. Systems Manager supports the following types of OpsItems:

', 'OpsItemSummary$OpsItemType' => '

The type of OpsItem. Systems Manager supports the following types of OpsItems:

', ], ], 'OpsMetadata' => [ 'base' => '

Operational metadata for an application in Application Manager.

', 'refs' => [ 'OpsMetadataList$member' => NULL, ], ], 'OpsMetadataAlreadyExistsException' => [ 'base' => '

An OpsMetadata object already exists for the selected resource.

', 'refs' => [], ], 'OpsMetadataArn' => [ 'base' => NULL, 'refs' => [ 'CreateOpsMetadataResult$OpsMetadataArn' => '

The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.

', 'DeleteOpsMetadataRequest$OpsMetadataArn' => '

The Amazon Resource Name (ARN) of an OpsMetadata Object to delete.

', 'GetOpsMetadataRequest$OpsMetadataArn' => '

The Amazon Resource Name (ARN) of an OpsMetadata Object to view.

', 'OpsMetadata$OpsMetadataArn' => '

The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.

', 'UpdateOpsMetadataRequest$OpsMetadataArn' => '

The Amazon Resource Name (ARN) of the OpsMetadata Object to update.

', 'UpdateOpsMetadataResult$OpsMetadataArn' => '

The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.

', ], ], 'OpsMetadataFilter' => [ 'base' => '

A filter to limit the number of OpsMetadata objects displayed.

', 'refs' => [ 'OpsMetadataFilterList$member' => NULL, ], ], 'OpsMetadataFilterKey' => [ 'base' => NULL, 'refs' => [ 'OpsMetadataFilter$Key' => '

A filter key.

', ], ], 'OpsMetadataFilterList' => [ 'base' => NULL, 'refs' => [ 'ListOpsMetadataRequest$Filters' => '

One or more filters to limit the number of OpsMetadata objects returned by the call.

', ], ], 'OpsMetadataFilterValue' => [ 'base' => NULL, 'refs' => [ 'OpsMetadataFilterValueList$member' => NULL, ], ], 'OpsMetadataFilterValueList' => [ 'base' => NULL, 'refs' => [ 'OpsMetadataFilter$Values' => '

A filter value.

', ], ], 'OpsMetadataInvalidArgumentException' => [ 'base' => '

One of the arguments passed is invalid.

', 'refs' => [], ], 'OpsMetadataKeyLimitExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'OpsMetadataLimitExceededException' => [ 'base' => '

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.

', 'refs' => [], ], 'OpsMetadataList' => [ 'base' => NULL, 'refs' => [ 'ListOpsMetadataResult$OpsMetadataList' => '

Returns a list of OpsMetadata objects.

', ], ], 'OpsMetadataNotFoundException' => [ 'base' => '

The OpsMetadata object doesn\'t exist.

', 'refs' => [], ], 'OpsMetadataResourceId' => [ 'base' => NULL, 'refs' => [ 'CreateOpsMetadataRequest$ResourceId' => '

A resource ID for a new Application Manager application.

', 'GetOpsMetadataResult$ResourceId' => '

The resource ID of the Application Manager application.

', 'OpsMetadata$ResourceId' => '

The ID of the Application Manager application.

', ], ], 'OpsMetadataTooManyUpdatesException' => [ 'base' => '

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

', 'refs' => [], ], 'OpsResultAttribute' => [ 'base' => '

The OpsItem data type to return.

', 'refs' => [ 'OpsResultAttributeList$member' => NULL, ], ], 'OpsResultAttributeList' => [ 'base' => NULL, 'refs' => [ 'GetOpsSummaryRequest$ResultAttributes' => '

The OpsData data type to return.

', ], ], 'OutputSource' => [ 'base' => '

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

', 'refs' => [ 'AssociationExecutionTarget$OutputSource' => '

The location where the association details are saved.

', ], ], 'OutputSourceId' => [ 'base' => NULL, 'refs' => [ 'OutputSource$OutputSourceId' => '

The ID of the output source, for example the URL of an S3 bucket.

', ], ], 'OutputSourceType' => [ 'base' => NULL, 'refs' => [ 'OutputSource$OutputSourceType' => '

The type of source where the association execution details are stored, for example, Amazon S3.

', ], ], 'OwnerInformation' => [ 'base' => NULL, 'refs' => [ 'GetMaintenanceWindowExecutionTaskInvocationResult$OwnerInformation' => '

User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.

', 'InstancePatchState$OwnerInformation' => '

Placeholder information. This field will always be empty in the current release of the service.

', 'MaintenanceWindowExecutionTaskInvocationIdentity$OwnerInformation' => '

User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.

', 'MaintenanceWindowTarget$OwnerInformation' => '

A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running tasks for these targets in this maintenance window.

', 'RegisterTargetWithMaintenanceWindowRequest$OwnerInformation' => '

User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.

', 'UpdateMaintenanceWindowTargetRequest$OwnerInformation' => '

User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.

', 'UpdateMaintenanceWindowTargetResult$OwnerInformation' => '

The updated owner.

', ], ], 'PSParameterName' => [ 'base' => NULL, 'refs' => [ 'DeleteParameterRequest$Name' => '

The name of the parameter to delete.

', 'GetParameterHistoryRequest$Name' => '

The name of the parameter for which you want to review history.

', 'GetParameterRequest$Name' => '

The name of the parameter you want to query.

To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

', 'GetParametersByPathRequest$Path' => '

The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the parameter name except the last part of the parameter. For the API call to succeed, the last part of the parameter name can\'t be in the path. A parameter name hierarchy can have a maximum of 15 levels. Here is an example of a hierarchy: /Finance/Prod/IAD/WinServ2016/license33

', 'LabelParameterVersionRequest$Name' => '

The parameter name on which you want to attach one or more labels.

', 'Parameter$Name' => '

The name of the parameter.

', 'ParameterHistory$Name' => '

The name of the parameter.

', 'ParameterMetadata$Name' => '

The parameter name.

', 'ParameterNameList$member' => NULL, 'PutParameterRequest$Name' => '

The fully qualified name of the parameter that you want to add to the system. The fully qualified name includes the complete hierarchy of the parameter path and name. For parameters in a hierarchy, you must include a leading forward slash character (/) when you create or reference a parameter. For example: /Dev/DBServer/MySQL/db-string13

Naming Constraints:

For additional information about valid values for parameter names, see Creating Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.

The maximum length constraint of 2048 characters listed below includes 1037 characters reserved for internal use by Systems Manager. The maximum length for a parameter name that you create is 1011 characters. This includes the characters in the ARN that precede the name you specify, such as arn:aws:ssm:us-east-2:111122223333:parameter/.

', 'UnlabelParameterVersionRequest$Name' => '

The name of the parameter from which you want to delete one or more labels.

', ], ], 'PSParameterSelector' => [ 'base' => NULL, 'refs' => [ 'Parameter$Selector' => '

Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

parameter_name:version

parameter_name:label

', ], ], 'PSParameterValue' => [ 'base' => NULL, 'refs' => [ 'Parameter$Value' => '

The parameter value.

If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

', 'ParameterHistory$Value' => '

The parameter value.

', 'PutParameterRequest$Value' => '

The parameter value that you want to add to the system. Standard parameters have a value limit of 4 KB. Advanced parameters have a value limit of 8 KB.

Parameters can\'t be referenced or nested in the values of other parameters. You can\'t include {{}} or {{ssm:parameter-name}} in a parameter value.

', ], ], 'PSParameterVersion' => [ 'base' => NULL, 'refs' => [ 'LabelParameterVersionRequest$ParameterVersion' => '

The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.

', 'LabelParameterVersionResult$ParameterVersion' => '

The version of the parameter that has been labeled.

', 'Parameter$Version' => '

The parameter version.

', 'ParameterHistory$Version' => '

The parameter version.

', 'ParameterMetadata$Version' => '

The parameter version.

', 'PutParameterResult$Version' => '

The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API operations or in Systems Manager documents (SSM documents). By default, if you don\'t specify a specific version, the system returns the latest parameter value when a parameter is called.

', 'UnlabelParameterVersionRequest$ParameterVersion' => '

The specific version of the parameter which you want to delete one or more labels from. If it isn\'t present, the call will fail.

', ], ], 'Parameter' => [ 'base' => '

An Amazon Web Services Systems Manager parameter in Parameter Store.

', 'refs' => [ 'GetParameterResult$Parameter' => '

Information about a parameter.

', 'ParameterList$member' => NULL, ], ], 'ParameterAlreadyExists' => [ 'base' => '

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

', 'refs' => [], ], 'ParameterDataType' => [ 'base' => NULL, 'refs' => [ 'Parameter$DataType' => '

The data type of the parameter, such as text or aws:ec2:image. The default is text.

', 'ParameterHistory$DataType' => '

The data type of the parameter, such as text or aws:ec2:image. The default is text.

', 'ParameterMetadata$DataType' => '

The data type of the parameter, such as text or aws:ec2:image. The default is text.

', 'PutParameterRequest$DataType' => '

The data type for a String parameter. Supported data types include plain text and Amazon Machine Image (AMI) IDs.

The following data type values are supported.

When you create a String parameter and specify aws:ec2:image, Amazon Web Services Systems Manager validates the parameter value is in the required format, such as ami-12345abcdeEXAMPLE, and that the specified AMI is available in your Amazon Web Services account.

If the action is successful, the service sends back an HTTP 200 response which indicates a successful PutParameter call for all cases except for data type aws:ec2:image. If you call PutParameter with aws:ec2:image data type, a successful HTTP 200 response does not guarantee that your parameter was successfully created or updated. The aws:ec2:image value is validated asynchronously, and the PutParameter call returns before the validation is complete. If you submit an invalid AMI value, the PutParameter operation will return success, but the asynchronous validation will fail and the parameter will not be created or updated. To monitor whether your aws:ec2:image parameters are created successfully, see Setting up notifications or trigger actions based on Parameter Store events. For more information about AMI format validation , see Native parameter support for Amazon Machine Image (AMI) IDs.

', ], ], 'ParameterDescription' => [ 'base' => NULL, 'refs' => [ 'ParameterHistory$Description' => '

Information about the parameter.

', 'ParameterMetadata$Description' => '

Description of the parameter actions.

', 'PutParameterRequest$Description' => '

Information about the parameter that you want to add to the system. Optional but recommended.

Don\'t enter personally identifiable information in this field.

', ], ], 'ParameterHistory' => [ 'base' => '

Information about parameter usage.

', 'refs' => [ 'ParameterHistoryList$member' => NULL, ], ], 'ParameterHistoryList' => [ 'base' => NULL, 'refs' => [ 'GetParameterHistoryResult$Parameters' => '

A list of parameters returned by the request.

', ], ], 'ParameterInlinePolicy' => [ 'base' => '

One or more policies assigned to a parameter.

', 'refs' => [ 'ParameterPolicyList$member' => NULL, ], ], 'ParameterKeyId' => [ 'base' => NULL, 'refs' => [ 'ParameterHistory$KeyId' => '

The ID of the query key used for this parameter.

', 'ParameterMetadata$KeyId' => '

The ID of the query key used for this parameter.

', 'PutParameterRequest$KeyId' => '

The Key Management Service (KMS) ID that you want to use to encrypt a parameter. Use a custom key for better security. Required for parameters that use the SecureString data type.

If you don\'t specify a key ID, the system uses the default key associated with your Amazon Web Services account which is not as secure as using a custom key.

', ], ], 'ParameterLabel' => [ 'base' => NULL, 'refs' => [ 'ParameterLabelList$member' => NULL, ], ], 'ParameterLabelList' => [ 'base' => NULL, 'refs' => [ 'LabelParameterVersionRequest$Labels' => '

One or more labels to attach to the specified parameter version.

', 'LabelParameterVersionResult$InvalidLabels' => '

The label doesn\'t meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.

', 'ParameterHistory$Labels' => '

Labels assigned to the parameter version.

', 'UnlabelParameterVersionRequest$Labels' => '

One or more labels to delete from the specified parameter version.

', 'UnlabelParameterVersionResult$RemovedLabels' => '

A list of all labels deleted from the parameter.

', 'UnlabelParameterVersionResult$InvalidLabels' => '

The labels that aren\'t attached to the given parameter version.

', ], ], 'ParameterLimitExceeded' => [ 'base' => '

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

', 'refs' => [], ], 'ParameterList' => [ 'base' => NULL, 'refs' => [ 'GetParametersByPathResult$Parameters' => '

A list of parameters found in the specified hierarchy.

', 'GetParametersResult$Parameters' => '

A list of details for a parameter.

', ], ], 'ParameterMaxVersionLimitExceeded' => [ 'base' => '

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.

', 'refs' => [], ], 'ParameterMetadata' => [ 'base' => '

Metadata includes information like the ARN of the last user and the date/time the parameter was last used.

', 'refs' => [ 'ParameterMetadataList$member' => NULL, ], ], 'ParameterMetadataList' => [ 'base' => NULL, 'refs' => [ 'DescribeParametersResult$Parameters' => '

Parameters returned by the request.

', ], ], 'ParameterName' => [ 'base' => NULL, 'refs' => [ 'Parameters$key' => NULL, ], ], 'ParameterNameList' => [ 'base' => NULL, 'refs' => [ 'DeleteParametersRequest$Names' => '

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

', 'DeleteParametersResult$DeletedParameters' => '

The names of the deleted parameters.

', 'DeleteParametersResult$InvalidParameters' => '

The names of parameters that weren\'t deleted because the parameters aren\'t valid.

', 'GetParametersRequest$Names' => '

Names of the parameters for which you want to query information.

To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

', 'GetParametersResult$InvalidParameters' => '

A list of parameters that aren\'t formatted correctly or don\'t run during an execution.

', ], ], 'ParameterNotFound' => [ 'base' => '

The parameter couldn\'t be found. Verify the name and try again.

', 'refs' => [], ], 'ParameterPatternMismatchException' => [ 'base' => '

The parameter name isn\'t valid.

', 'refs' => [], ], 'ParameterPolicies' => [ 'base' => NULL, 'refs' => [ 'PutParameterRequest$Policies' => '

One or more policies to apply to a parameter. This operation takes a JSON array. Parameter Store, a capability of Amazon Web Services Systems Manager supports the following policy types:

Expiration: This policy deletes the parameter after it expires. When you create the policy, you specify the expiration date. You can update the expiration date and time by updating the policy. Updating the parameter doesn\'t affect the expiration date and time. When the expiration time is reached, Parameter Store deletes the parameter.

ExpirationNotification: This policy initiates an event in Amazon CloudWatch Events that notifies you about the expiration. By using this policy, you can receive notification before or after the expiration time is reached, in units of days or hours.

NoChangeNotification: This policy initiates a CloudWatch Events event if a parameter hasn\'t been modified for a specified period of time. This policy type is useful when, for example, a secret needs to be changed within a period of time, but it hasn\'t been changed.

All existing policies are preserved until you send new policies or an empty policy. For more information about parameter policies, see Assigning parameter policies.

', ], ], 'ParameterPolicyList' => [ 'base' => NULL, 'refs' => [ 'ParameterHistory$Policies' => '

Information about the policies assigned to a parameter.

Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.

', 'ParameterMetadata$Policies' => '

A list of policies associated with a parameter.

', ], ], 'ParameterStringFilter' => [ 'base' => '

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

', 'refs' => [ 'ParameterStringFilterList$member' => NULL, ], ], 'ParameterStringFilterKey' => [ 'base' => NULL, 'refs' => [ 'ParameterStringFilter$Key' => '

The name of the filter.

The ParameterStringFilter object is used by the DescribeParameters and GetParametersByPath API operations. However, not all of the pattern values listed for Key can be used with both operations.

For DescribeParameters, all of the listed patterns are valid except Label.

For GetParametersByPath, the following patterns listed for Key aren\'t valid: tag, DataType, Name, Path, and Tier.

For examples of Amazon Web Services CLI commands demonstrating valid parameter filter constructions, see Searching for Systems Manager parameters in the Amazon Web Services Systems Manager User Guide.

', ], ], 'ParameterStringFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeParametersRequest$ParameterFilters' => '

Filters to limit the request results.

', 'GetParametersByPathRequest$ParameterFilters' => '

Filters to limit the request results.

The following Key values are supported for GetParametersByPath: Type, KeyId, and Label.

The following Key values aren\'t supported for GetParametersByPath: tag, DataType, Name, Path, and Tier.

', ], ], 'ParameterStringFilterValue' => [ 'base' => NULL, 'refs' => [ 'ParameterStringFilterValueList$member' => NULL, ], ], 'ParameterStringFilterValueList' => [ 'base' => NULL, 'refs' => [ 'ParameterStringFilter$Values' => '

The value you want to search for.

', ], ], 'ParameterStringQueryOption' => [ 'base' => NULL, 'refs' => [ 'ParameterStringFilter$Option' => '

For all filters used with DescribeParameters, valid options include Equals and BeginsWith. The Name filter additionally supports the Contains option. (Exception: For filters using the key Path, valid options include Recursive and OneLevel.)

For filters used with GetParametersByPath, valid options include Equals and BeginsWith. (Exception: For filters using Label as the Key name, the only valid option is Equals.)

', ], ], 'ParameterTier' => [ 'base' => NULL, 'refs' => [ 'ParameterHistory$Tier' => '

The parameter tier.

', 'ParameterMetadata$Tier' => '

The parameter tier.

', 'PutParameterRequest$Tier' => '

The parameter tier to assign to a parameter.

Parameter Store offers a standard tier and an advanced tier for parameters. Standard parameters have a content size limit of 4 KB and can\'t be configured to use parameter policies. You can create a maximum of 10,000 standard parameters for each Region in an Amazon Web Services account. Standard parameters are offered at no additional cost.

Advanced parameters have a content size limit of 8 KB and can be configured to use parameter policies. You can create a maximum of 100,000 advanced parameters for each Region in an Amazon Web Services account. Advanced parameters incur a charge. For more information, see Standard and advanced parameter tiers in the Amazon Web Services Systems Manager User Guide.

You can change a standard parameter to an advanced parameter any time. But you can\'t revert an advanced parameter to a standard parameter. Reverting an advanced parameter to a standard parameter would result in data loss because the system would truncate the size of the parameter from 8 KB to 4 KB. Reverting would also remove any policies attached to the parameter. Lastly, advanced parameters use a different form of encryption than standard parameters.

If you no longer need an advanced parameter, or if you no longer want to incur charges for an advanced parameter, you must delete it and recreate it as a new standard parameter.

Using the Default Tier Configuration

In PutParameter requests, you can specify the tier to create the parameter in. Whenever you specify a tier in the request, Parameter Store creates or updates the parameter according to that request. However, if you don\'t specify a tier in a request, Parameter Store assigns the tier based on the current Parameter Store default tier configuration.

The default tier when you begin using Parameter Store is the standard-parameter tier. If you use the advanced-parameter tier, you can specify one of the following as the default:

Options that require an advanced parameter include the following:

For more information about configuring the default tier option, see Specifying a default parameter tier in the Amazon Web Services Systems Manager User Guide.

', 'PutParameterResult$Tier' => '

The tier assigned to the parameter.

', ], ], 'ParameterType' => [ 'base' => NULL, 'refs' => [ 'Parameter$Type' => '

The type of parameter. Valid values include the following: String, StringList, and SecureString.

If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

', 'ParameterHistory$Type' => '

The type of parameter used.

', 'ParameterMetadata$Type' => '

The type of parameter. Valid parameter types include the following: String, StringList, and SecureString.

', 'PutParameterRequest$Type' => '

The type of parameter that you want to add to the system.

SecureString isn\'t currently supported for CloudFormation templates.

Items in a StringList must be separated by a comma (,). You can\'t use other punctuation or special character to escape items in the list. If you have a parameter value that requires a comma, then use the String data type.

Specifying a parameter type isn\'t required when updating a parameter. You must specify a parameter type when creating a parameter.

', ], ], 'ParameterValue' => [ 'base' => NULL, 'refs' => [ 'ParameterValueList$member' => NULL, 'TargetParameterList$member' => NULL, ], ], 'ParameterValueList' => [ 'base' => NULL, 'refs' => [ 'Parameters$value' => NULL, ], ], 'ParameterVersionLabelLimitExceeded' => [ 'base' => '

A parameter version can have a maximum of ten labels.

', 'refs' => [], ], 'ParameterVersionNotFound' => [ 'base' => '

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

', 'refs' => [], ], 'Parameters' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$Parameters' => '

A description of the parameters for a document.

', 'AssociationVersionInfo$Parameters' => '

Parameters specified when the association version was created.

', 'Command$Parameters' => '

The parameter values to be inserted in the document when running the command.

', 'CreateAssociationBatchRequestEntry$Parameters' => '

A description of the parameters for a document.

', 'CreateAssociationRequest$Parameters' => '

The parameters for the runtime configuration of the document.

', 'MaintenanceWindowRunCommandParameters$Parameters' => '

The parameters for the RUN_COMMAND task execution.

', 'SendCommandRequest$Parameters' => '

The required and optional parameters specified in the document being run.

', 'UpdateAssociationRequest$Parameters' => '

The parameters you want to update for the association. If you create a parameter using Parameter Store, a capability of Amazon Web Services Systems Manager, you can reference the parameter using {{ssm:parameter-name}}.

', ], ], 'ParametersFilter' => [ 'base' => '

This data type is deprecated. Instead, use ParameterStringFilter.

', 'refs' => [ 'ParametersFilterList$member' => NULL, ], ], 'ParametersFilterKey' => [ 'base' => NULL, 'refs' => [ 'ParametersFilter$Key' => '

The name of the filter.

', ], ], 'ParametersFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeParametersRequest$Filters' => '

This data type is deprecated. Instead, use ParameterFilters.

', ], ], 'ParametersFilterValue' => [ 'base' => NULL, 'refs' => [ 'ParametersFilterValueList$member' => NULL, ], ], 'ParametersFilterValueList' => [ 'base' => NULL, 'refs' => [ 'ParametersFilter$Values' => '

The filter values.

', ], ], 'Patch' => [ 'base' => '

Represents metadata about a patch.

', 'refs' => [ 'EffectivePatch$Patch' => '

Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.

', 'PatchList$member' => NULL, ], ], 'PatchAction' => [ 'base' => NULL, 'refs' => [ 'BaselineOverride$RejectedPatchesAction' => '

The action for Patch Manager to take on patches included in the RejectedPackages list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

', 'CreatePatchBaselineRequest$RejectedPatchesAction' => '

The action for Patch Manager to take on patches included in the RejectedPackages list.

', 'GetPatchBaselineResult$RejectedPatchesAction' => '

The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

', 'UpdatePatchBaselineRequest$RejectedPatchesAction' => '

The action for Patch Manager to take on patches included in the RejectedPackages list.

', 'UpdatePatchBaselineResult$RejectedPatchesAction' => '

The action specified to take on patches included in the RejectedPatches list. A patch can be allowed only if it is a dependency of another package, or blocked entirely along with packages that include it as a dependency.

', ], ], 'PatchAdvisoryId' => [ 'base' => NULL, 'refs' => [ 'PatchAdvisoryIdList$member' => NULL, ], ], 'PatchAdvisoryIdList' => [ 'base' => NULL, 'refs' => [ 'Patch$AdvisoryIds' => '

The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based managed nodes only.

', ], ], 'PatchArch' => [ 'base' => NULL, 'refs' => [ 'Patch$Arch' => '

The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64, the architecture is indicated by x86_64. Applies to Linux-based managed nodes only.

', ], ], 'PatchBaselineIdentity' => [ 'base' => '

Defines the basic information about a patch baseline.

', 'refs' => [ 'PatchBaselineIdentityList$member' => NULL, 'PatchGroupPatchBaselineMapping$BaselineIdentity' => '

The patch baseline the patch group is registered with.

', ], ], 'PatchBaselineIdentityList' => [ 'base' => NULL, 'refs' => [ 'DescribePatchBaselinesResult$BaselineIdentities' => '

An array of PatchBaselineIdentity elements.

', ], ], 'PatchBaselineMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailablePatchesRequest$MaxResults' => '

The maximum number of patches to return (per page).

', 'DescribeEffectivePatchesForPatchBaselineRequest$MaxResults' => '

The maximum number of patches to return (per page).

', 'DescribePatchBaselinesRequest$MaxResults' => '

The maximum number of patch baselines to return (per page).

', 'DescribePatchGroupsRequest$MaxResults' => '

The maximum number of patch groups to return (per page).

', ], ], 'PatchBugzillaId' => [ 'base' => NULL, 'refs' => [ 'PatchBugzillaIdList$member' => NULL, ], ], 'PatchBugzillaIdList' => [ 'base' => NULL, 'refs' => [ 'Patch$BugzillaIds' => '

The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based managed nodes only.

', ], ], 'PatchCVEId' => [ 'base' => NULL, 'refs' => [ 'PatchCVEIdList$member' => NULL, ], ], 'PatchCVEIdList' => [ 'base' => NULL, 'refs' => [ 'Patch$CVEIds' => '

The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, CVE-2011-3192. Applies to Linux-based managed nodes only.

', ], ], 'PatchCVEIds' => [ 'base' => NULL, 'refs' => [ 'PatchComplianceData$CVEIds' => '

The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.

', ], ], 'PatchClassification' => [ 'base' => NULL, 'refs' => [ 'Patch$Classification' => '

The classification of the patch. For example, SecurityUpdates, Updates, or CriticalUpdates.

', 'PatchComplianceData$Classification' => '

The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

', ], ], 'PatchComplianceData' => [ 'base' => '

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

', 'refs' => [ 'PatchComplianceDataList$member' => NULL, ], ], 'PatchComplianceDataList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstancePatchesResult$Patches' => '

Each entry in the array is a structure containing:

', ], ], 'PatchComplianceDataState' => [ 'base' => NULL, 'refs' => [ 'PatchComplianceData$State' => '

The state of the patch on the managed node, such as INSTALLED or FAILED.

For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.

', ], ], 'PatchComplianceLevel' => [ 'base' => NULL, 'refs' => [ 'BaselineOverride$ApprovedPatchesComplianceLevel' => '

Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation.

', 'CreatePatchBaselineRequest$ApprovedPatchesComplianceLevel' => '

Defines the compliance level for approved patches. When an approved patch is reported as missing, this value describes the severity of the compliance violation. The default value is UNSPECIFIED.

', 'GetPatchBaselineResult$ApprovedPatchesComplianceLevel' => '

Returns the specified compliance severity level for approved patches in the patch baseline.

', 'PatchRule$ComplianceLevel' => '

A compliance severity level for all approved patches in a patch baseline.

', 'PatchStatus$ComplianceLevel' => '

The compliance severity level for a patch.

', 'UpdatePatchBaselineRequest$ApprovedPatchesComplianceLevel' => '

Assigns a new compliance severity level to an existing patch baseline.

', 'UpdatePatchBaselineResult$ApprovedPatchesComplianceLevel' => '

The compliance severity level assigned to the patch baseline after the update completed.

', ], ], 'PatchComplianceMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstancePatchStatesForPatchGroupRequest$MaxResults' => '

The maximum number of patches to return (per page).

', 'DescribeInstancePatchStatesRequest$MaxResults' => '

The maximum number of managed nodes to return (per page).

', 'DescribeInstancePatchesRequest$MaxResults' => '

The maximum number of patches to return (per page).

', ], ], 'PatchContentUrl' => [ 'base' => NULL, 'refs' => [ 'Patch$ContentUrl' => '

The URL where more information can be obtained about the patch.

', ], ], 'PatchCriticalNonCompliantCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$CriticalNonCompliantCount' => '

The number of patches per node that are specified as Critical for compliance reporting in the patch baseline aren\'t installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

', ], ], 'PatchDeploymentStatus' => [ 'base' => NULL, 'refs' => [ 'PatchStatus$DeploymentStatus' => '

The approval status of a patch.

', ], ], 'PatchDescription' => [ 'base' => NULL, 'refs' => [ 'Patch$Description' => '

The description of the patch.

', ], ], 'PatchEpoch' => [ 'base' => NULL, 'refs' => [ 'Patch$Epoch' => '

The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch, the epoch value is 20180914-2. Applies to Linux-based managed nodes only.

', ], ], 'PatchFailedCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$FailedCount' => '

The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install.

', ], ], 'PatchFilter' => [ 'base' => '

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.

', 'refs' => [ 'PatchFilterList$member' => NULL, ], ], 'PatchFilterGroup' => [ 'base' => '

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

', 'refs' => [ 'BaselineOverride$GlobalFilters' => NULL, 'CreatePatchBaselineRequest$GlobalFilters' => '

A set of global filters used to include patches in the baseline.

', 'GetPatchBaselineResult$GlobalFilters' => '

A set of global filters used to exclude patches from the baseline.

', 'PatchRule$PatchFilterGroup' => '

The patch filter group that defines the criteria for the rule.

', 'UpdatePatchBaselineRequest$GlobalFilters' => '

A set of global filters used to include patches in the baseline.

', 'UpdatePatchBaselineResult$GlobalFilters' => '

A set of global filters used to exclude patches from the baseline.

', ], ], 'PatchFilterKey' => [ 'base' => NULL, 'refs' => [ 'PatchFilter$Key' => '

The key for the filter.

Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

', ], ], 'PatchFilterList' => [ 'base' => NULL, 'refs' => [ 'PatchFilterGroup$PatchFilters' => '

The set of patch filters that make up the group.

', ], ], 'PatchFilterValue' => [ 'base' => NULL, 'refs' => [ 'PatchFilterValueList$member' => NULL, ], ], 'PatchFilterValueList' => [ 'base' => NULL, 'refs' => [ 'PatchFilter$Values' => '

The value for the filter key.

Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

', ], ], 'PatchGroup' => [ 'base' => NULL, 'refs' => [ 'DeregisterPatchBaselineForPatchGroupRequest$PatchGroup' => '

The name of the patch group that should be deregistered from the patch baseline.

', 'DeregisterPatchBaselineForPatchGroupResult$PatchGroup' => '

The name of the patch group deregistered from the patch baseline.

', 'DescribeInstancePatchStatesForPatchGroupRequest$PatchGroup' => '

The name of the patch group for which the patch state information should be retrieved.

', 'DescribePatchGroupStateRequest$PatchGroup' => '

The name of the patch group whose patch snapshot should be retrieved.

', 'GetPatchBaselineForPatchGroupRequest$PatchGroup' => '

The name of the patch group whose patch baseline should be retrieved.

', 'GetPatchBaselineForPatchGroupResult$PatchGroup' => '

The name of the patch group.

', 'InstancePatchState$PatchGroup' => '

The name of the patch group the managed node belongs to.

', 'PatchGroupList$member' => NULL, 'PatchGroupPatchBaselineMapping$PatchGroup' => '

The name of the patch group registered with the patch baseline.

', 'RegisterPatchBaselineForPatchGroupRequest$PatchGroup' => '

The name of the patch group to be registered with the patch baseline.

', 'RegisterPatchBaselineForPatchGroupResult$PatchGroup' => '

The name of the patch group registered with the patch baseline.

', ], ], 'PatchGroupList' => [ 'base' => NULL, 'refs' => [ 'GetPatchBaselineResult$PatchGroups' => '

Patch groups included in the patch baseline.

', ], ], 'PatchGroupPatchBaselineMapping' => [ 'base' => '

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

', 'refs' => [ 'PatchGroupPatchBaselineMappingList$member' => NULL, ], ], 'PatchGroupPatchBaselineMappingList' => [ 'base' => NULL, 'refs' => [ 'DescribePatchGroupsResult$Mappings' => '

Each entry in the array contains:

', ], ], 'PatchId' => [ 'base' => NULL, 'refs' => [ 'Patch$Id' => '

The ID of the patch. Applies to Windows patches only.

This ID isn\'t the same as the Microsoft Knowledge Base ID.

', 'PatchIdList$member' => NULL, ], ], 'PatchIdList' => [ 'base' => NULL, 'refs' => [ 'BaselineOverride$ApprovedPatches' => '

A list of explicitly approved patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

', 'BaselineOverride$RejectedPatches' => '

A list of explicitly rejected patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

', 'CreatePatchBaselineRequest$ApprovedPatches' => '

A list of explicitly approved patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

', 'CreatePatchBaselineRequest$RejectedPatches' => '

A list of explicitly rejected patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

', 'GetPatchBaselineResult$ApprovedPatches' => '

A list of explicitly approved patches for the baseline.

', 'GetPatchBaselineResult$RejectedPatches' => '

A list of explicitly rejected patches for the baseline.

', 'UpdatePatchBaselineRequest$ApprovedPatches' => '

A list of explicitly approved patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

', 'UpdatePatchBaselineRequest$RejectedPatches' => '

A list of explicitly rejected patches for the baseline.

For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.

', 'UpdatePatchBaselineResult$ApprovedPatches' => '

A list of explicitly approved patches for the baseline.

', 'UpdatePatchBaselineResult$RejectedPatches' => '

A list of explicitly rejected patches for the baseline.

', ], ], 'PatchInstalledCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$InstalledCount' => '

The number of patches from the patch baseline that are installed on the managed node.

', ], ], 'PatchInstalledOtherCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$InstalledOtherCount' => '

The number of patches not specified in the patch baseline that are installed on the managed node.

', ], ], 'PatchInstalledPendingRebootCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$InstalledPendingRebootCount' => '

The number of patches installed by Patch Manager since the last time the managed node was rebooted.

', ], ], 'PatchInstalledRejectedCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$InstalledRejectedCount' => '

The number of patches installed on a managed node that are specified in a RejectedPatches list. Patches with a status of InstalledRejected were typically installed before they were added to a RejectedPatches list.

If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstalledRejectedCount will always be 0 (zero).

', ], ], 'PatchKbNumber' => [ 'base' => NULL, 'refs' => [ 'Patch$KbNumber' => '

The Microsoft Knowledge Base ID of the patch. Applies to Windows patches only.

', 'PatchComplianceData$KBId' => '

The operating system-specific ID of the patch.

', ], ], 'PatchLanguage' => [ 'base' => NULL, 'refs' => [ 'Patch$Language' => '

The language of the patch if it\'s language-specific.

', ], ], 'PatchList' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailablePatchesResult$Patches' => '

An array of patches. Each entry in the array is a patch structure.

', ], ], 'PatchMissingCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$MissingCount' => '

The number of patches from the patch baseline that are applicable for the managed node but aren\'t currently installed.

', ], ], 'PatchMsrcNumber' => [ 'base' => NULL, 'refs' => [ 'Patch$MsrcNumber' => '

The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, MS14-045. Applies to Windows patches only.

', ], ], 'PatchMsrcSeverity' => [ 'base' => NULL, 'refs' => [ 'Patch$MsrcSeverity' => '

The severity of the patch, such as Critical, Important, or Moderate. Applies to Windows patches only.

', ], ], 'PatchName' => [ 'base' => NULL, 'refs' => [ 'Patch$Name' => '

The name of the patch. Applies to Linux-based managed nodes only.

', ], ], 'PatchNotApplicableCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$NotApplicableCount' => '

The number of patches from the patch baseline that aren\'t applicable for the managed node and therefore aren\'t installed on the node. This number may be truncated if the list of patch names is very large. The number of patches beyond this limit are reported in UnreportedNotApplicableCount.

', ], ], 'PatchOperationType' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$Operation' => '

The type of patching operation that was performed: or

', ], ], 'PatchOrchestratorFilter' => [ 'base' => '

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:

', 'refs' => [ 'PatchOrchestratorFilterList$member' => NULL, ], ], 'PatchOrchestratorFilterKey' => [ 'base' => NULL, 'refs' => [ 'PatchOrchestratorFilter$Key' => '

The key for the filter.

', ], ], 'PatchOrchestratorFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailablePatchesRequest$Filters' => '

Each element in the array is a structure containing a key-value pair.

Windows Server

Supported keys for Windows Server managed node patches include the following:

Linux

When specifying filters for Linux patches, you must specify a key-pair for PRODUCT. For example, using the Command Line Interface (CLI), the following command fails:

aws ssm describe-available-patches --filters Key=CVE_ID,Values=CVE-2018-3615

However, the following command succeeds:

aws ssm describe-available-patches --filters Key=PRODUCT,Values=AmazonLinux2018.03 Key=CVE_ID,Values=CVE-2018-3615

Supported keys for Linux managed node patches include the following:

', 'DescribeInstancePatchesRequest$Filters' => '

Each element in the array is a structure containing a key-value pair.

Supported keys for DescribeInstancePatchesinclude the following:

', 'DescribeMaintenanceWindowScheduleRequest$Filters' => '

Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.

', 'DescribePatchBaselinesRequest$Filters' => '

Each element in the array is a structure containing a key-value pair.

Supported keys for DescribePatchBaselines include the following:

', 'DescribePatchGroupsRequest$Filters' => '

Each element in the array is a structure containing a key-value pair.

Supported keys for DescribePatchGroups include the following:

', ], ], 'PatchOrchestratorFilterValue' => [ 'base' => NULL, 'refs' => [ 'PatchOrchestratorFilterValues$member' => NULL, ], ], 'PatchOrchestratorFilterValues' => [ 'base' => NULL, 'refs' => [ 'PatchOrchestratorFilter$Values' => '

The value for the filter.

', ], ], 'PatchOtherNonCompliantCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$OtherNonCompliantCount' => '

The number of patches per node that are specified as other than Critical or Security but aren\'t compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.

', ], ], 'PatchProduct' => [ 'base' => NULL, 'refs' => [ 'Patch$Product' => '

The specific product the patch is applicable for. For example, WindowsServer2016 or AmazonLinux2018.03.

', ], ], 'PatchProductFamily' => [ 'base' => NULL, 'refs' => [ 'Patch$ProductFamily' => '

The product family the patch is applicable for. For example, Windows or Amazon Linux 2.

', ], ], 'PatchPropertiesList' => [ 'base' => NULL, 'refs' => [ 'DescribePatchPropertiesResult$Properties' => '

A list of the properties for patches matching the filter request parameters.

', ], ], 'PatchProperty' => [ 'base' => NULL, 'refs' => [ 'DescribePatchPropertiesRequest$Property' => '

The patch property for which you want to view patch details.

', ], ], 'PatchPropertyEntry' => [ 'base' => NULL, 'refs' => [ 'PatchPropertiesList$member' => NULL, ], ], 'PatchRelease' => [ 'base' => NULL, 'refs' => [ 'Patch$Release' => '

The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch, the release is 2.amaz1. Applies to Linux-based managed nodes only.

', ], ], 'PatchRepository' => [ 'base' => NULL, 'refs' => [ 'Patch$Repository' => '

The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. Applies to Linux-based managed nodes only.

', ], ], 'PatchRule' => [ 'base' => '

Defines an approval rule for a patch baseline.

', 'refs' => [ 'PatchRuleList$member' => NULL, ], ], 'PatchRuleGroup' => [ 'base' => '

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

', 'refs' => [ 'BaselineOverride$ApprovalRules' => NULL, 'CreatePatchBaselineRequest$ApprovalRules' => '

A set of rules used to include patches in the baseline.

', 'GetPatchBaselineResult$ApprovalRules' => '

A set of rules used to include patches in the baseline.

', 'UpdatePatchBaselineRequest$ApprovalRules' => '

A set of rules used to include patches in the baseline.

', 'UpdatePatchBaselineResult$ApprovalRules' => '

A set of rules used to include patches in the baseline.

', ], ], 'PatchRuleList' => [ 'base' => NULL, 'refs' => [ 'PatchRuleGroup$PatchRules' => '

The rules that make up the rule group.

', ], ], 'PatchSecurityNonCompliantCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$SecurityNonCompliantCount' => '

The number of patches per node that are specified as Security in a patch advisory aren\'t installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.

', ], ], 'PatchSet' => [ 'base' => NULL, 'refs' => [ 'DescribePatchPropertiesRequest$PatchSet' => '

Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.

', ], ], 'PatchSeverity' => [ 'base' => NULL, 'refs' => [ 'Patch$Severity' => '

The severity level of the patch. For example, CRITICAL or MODERATE.

', 'PatchComplianceData$Severity' => '

The severity of the patch such as Critical, Important, and Moderate.

', ], ], 'PatchSource' => [ 'base' => '

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

', 'refs' => [ 'PatchSourceList$member' => NULL, ], ], 'PatchSourceConfiguration' => [ 'base' => NULL, 'refs' => [ 'PatchSource$Configuration' => '

The value of the yum repo configuration. For example:

[main]

name=MyCustomRepository

baseurl=https://my-custom-repository

enabled=1

For information about other options available for your yum repository configuration, see dnf.conf(5).

', ], ], 'PatchSourceList' => [ 'base' => NULL, 'refs' => [ 'BaselineOverride$Sources' => '

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

', 'CreatePatchBaselineRequest$Sources' => '

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

', 'GetPatchBaselineResult$Sources' => '

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

', 'UpdatePatchBaselineRequest$Sources' => '

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

', 'UpdatePatchBaselineResult$Sources' => '

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

', ], ], 'PatchSourceName' => [ 'base' => NULL, 'refs' => [ 'PatchSource$Name' => '

The name specified to identify the patch source.

', ], ], 'PatchSourceProduct' => [ 'base' => NULL, 'refs' => [ 'PatchSourceProductList$member' => NULL, ], ], 'PatchSourceProductList' => [ 'base' => NULL, 'refs' => [ 'PatchSource$Products' => '

The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter.

', ], ], 'PatchStatus' => [ 'base' => '

Information about the approval status of a patch.

', 'refs' => [ 'EffectivePatch$PatchStatus' => '

The status of the patch in a patch baseline. This 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.

', ], ], 'PatchStringDateTime' => [ 'base' => NULL, 'refs' => [ 'PatchRule$ApproveUntilDate' => '

The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.

Enter dates in the format YYYY-MM-DD. For example, 2021-12-31.

', ], ], 'PatchTitle' => [ 'base' => NULL, 'refs' => [ 'Patch$Title' => '

The title of the patch.

', 'PatchComplianceData$Title' => '

The title of the patch.

', ], ], 'PatchUnreportedNotApplicableCount' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$UnreportedNotApplicableCount' => '

The number of patches beyond the supported limit of NotApplicableCount that aren\'t reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.

', ], ], 'PatchVendor' => [ 'base' => NULL, 'refs' => [ 'Patch$Vendor' => '

The name of the vendor providing the patch.

', ], ], 'PatchVersion' => [ 'base' => NULL, 'refs' => [ 'Patch$Version' => '

The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64, the version number is indicated by -1. Applies to Linux-based managed nodes only.

', ], ], 'PingStatus' => [ 'base' => NULL, 'refs' => [ 'InstanceInformation$PingStatus' => '

Connection status of SSM Agent.

The status Inactive has been deprecated and is no longer in use.

', ], ], 'PlatformType' => [ 'base' => NULL, 'refs' => [ 'InstanceInformation$PlatformType' => '

The operating system platform type.

', 'PlatformTypeList$member' => NULL, ], ], 'PlatformTypeList' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$PlatformTypes' => '

The list of operating system (OS) platforms compatible with this SSM document.

', 'DocumentIdentifier$PlatformTypes' => '

The operating system platform.

', ], ], 'PoliciesLimitExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'Policy' => [ 'base' => NULL, 'refs' => [ 'GetResourcePoliciesResponseEntry$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. 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).

', 'PutResourcePolicyRequest$Policy' => '

A policy you want to associate with a resource.

', ], ], 'PolicyHash' => [ 'base' => NULL, 'refs' => [ 'DeleteResourcePolicyRequest$PolicyHash' => '

ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy.

', 'GetResourcePoliciesResponseEntry$PolicyHash' => '

ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.

', 'PutResourcePolicyRequest$PolicyHash' => '

ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.

', 'PutResourcePolicyResponse$PolicyHash' => '

ID of the current policy version.

', ], ], 'PolicyId' => [ 'base' => NULL, 'refs' => [ 'DeleteResourcePolicyRequest$PolicyId' => '

The policy ID.

', 'GetResourcePoliciesResponseEntry$PolicyId' => '

A policy ID.

', 'PutResourcePolicyRequest$PolicyId' => '

The policy ID.

', 'PutResourcePolicyResponse$PolicyId' => '

The policy ID. To update a policy, you must specify PolicyId and PolicyHash.

', ], ], 'Product' => [ 'base' => NULL, 'refs' => [ 'GetDeployablePatchSnapshotForInstanceResult$Product' => '

Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node for the specified patch snapshot.

', ], ], 'ProgressCounters' => [ 'base' => '

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

', 'refs' => [ 'AutomationExecution$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.

', ], ], 'PutComplianceItemsRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutComplianceItemsResult' => [ 'base' => NULL, 'refs' => [], ], 'PutInventoryMessage' => [ 'base' => NULL, 'refs' => [ 'PutInventoryResult$Message' => '

Information about the request.

', ], ], 'PutInventoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutInventoryResult' => [ 'base' => NULL, 'refs' => [], ], 'PutParameterRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutParameterResult' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'RebootOption' => [ 'base' => NULL, 'refs' => [ 'InstancePatchState$RebootOption' => '

Indicates the reboot option specified in the patch baseline.

Reboot options apply to Install operations only. Reboots aren\'t attempted for Patch Manager Scan operations.

', ], ], 'Region' => [ 'base' => NULL, 'refs' => [ 'Regions$member' => NULL, ], ], 'Regions' => [ 'base' => NULL, 'refs' => [ 'TargetLocation$Regions' => '

The Amazon Web Services Regions targeted by the current Automation execution.

', ], ], 'RegisterDefaultPatchBaselineRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterDefaultPatchBaselineResult' => [ 'base' => NULL, 'refs' => [], ], 'RegisterPatchBaselineForPatchGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterPatchBaselineForPatchGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTargetWithMaintenanceWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTargetWithMaintenanceWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTaskWithMaintenanceWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTaskWithMaintenanceWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'RegistrationLimit' => [ 'base' => NULL, 'refs' => [ 'Activation$RegistrationLimit' => '

The maximum number of managed nodes that can be registered using this activation.

', 'CreateActivationRequest$RegistrationLimit' => '

Specify the maximum number of managed nodes you want to register. The default value is 1.

', ], ], 'RegistrationMetadataItem' => [ 'base' => '

Reserved for internal use.

', 'refs' => [ 'RegistrationMetadataList$member' => NULL, ], ], 'RegistrationMetadataKey' => [ 'base' => NULL, 'refs' => [ 'RegistrationMetadataItem$Key' => '

Reserved for internal use.

', ], ], 'RegistrationMetadataList' => [ 'base' => NULL, 'refs' => [ 'CreateActivationRequest$RegistrationMetadata' => '

Reserved for internal use.

', ], ], 'RegistrationMetadataValue' => [ 'base' => NULL, 'refs' => [ 'RegistrationMetadataItem$Value' => '

Reserved for internal use.

', ], ], 'RegistrationsCount' => [ 'base' => NULL, 'refs' => [ 'Activation$RegistrationsCount' => '

The number of managed nodes already registered with this activation.

', ], ], 'RelatedOpsItem' => [ 'base' => '

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.

', 'refs' => [ 'RelatedOpsItems$member' => NULL, ], ], 'RelatedOpsItems' => [ 'base' => NULL, 'refs' => [ 'CreateOpsItemRequest$RelatedOpsItems' => '

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

', 'OpsItem$RelatedOpsItems' => '

One or more OpsItems that share 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.

', 'UpdateOpsItemRequest$RelatedOpsItems' => '

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

', ], ], 'RemainingCount' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionSummary$RemainingCount' => '

Remaining number of items to delete.

', 'InventoryDeletionSummaryItem$RemainingCount' => '

The remaining number of items to delete.

', ], ], 'RemoveTagsFromResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'RemoveTagsFromResourceResult' => [ 'base' => NULL, 'refs' => [], ], 'RequireType' => [ 'base' => NULL, 'refs' => [ 'DocumentRequires$RequireType' => '

The document type of the required SSM document.

', ], ], 'ResetServiceSettingRequest' => [ 'base' => '

The request body of the ResetServiceSetting API operation.

', 'refs' => [], ], 'ResetServiceSettingResult' => [ 'base' => '

The result body of the ResetServiceSetting API operation.

', 'refs' => [], ], 'ResolvedTargets' => [ 'base' => '

Information about targets that resolved during the Automation execution.

', 'refs' => [ 'AutomationExecution$ResolvedTargets' => '

A list of resolved targets in the rate control execution.

', 'AutomationExecutionMetadata$ResolvedTargets' => '

A list of targets that resolved during the execution.

', ], ], 'ResourceArnString' => [ 'base' => NULL, 'refs' => [ 'DeleteResourcePolicyRequest$ResourceArn' => '

Amazon Resource Name (ARN) of the resource to which the policies are attached.

', 'GetResourcePoliciesRequest$ResourceArn' => '

Amazon Resource Name (ARN) of the resource to which the policies are attached.

', 'PutResourcePolicyRequest$ResourceArn' => '

Amazon Resource Name (ARN) of the resource to which you want to attach a policy.

', ], ], 'ResourceComplianceSummaryItem' => [ 'base' => '

Compliance summary information for a specific resource.

', 'refs' => [ 'ResourceComplianceSummaryItemList$member' => NULL, ], ], 'ResourceComplianceSummaryItemList' => [ 'base' => NULL, 'refs' => [ 'ListResourceComplianceSummariesResult$ResourceComplianceSummaryItems' => '

A summary count for specified or targeted managed nodes. Summary count includes information about compliant and non-compliant State Manager associations, patch status, or custom items according to the filter criteria that you specify.

', ], ], 'ResourceCount' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionSummaryItem$Count' => '

A count of the number of deleted items.

', ], ], 'ResourceCountByStatus' => [ 'base' => NULL, 'refs' => [ 'AssociationExecution$ResourceCountByStatus' => '

An aggregate status of the resources in the execution based on the status type.

', ], ], 'ResourceDataSyncAWSKMSKeyARN' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncS3Destination$AWSKMSKeyARN' => '

The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.

', ], ], 'ResourceDataSyncAlreadyExistsException' => [ 'base' => '

A sync configuration with the same name already exists.

', 'refs' => [], ], 'ResourceDataSyncAwsOrganizationsSource' => [ 'base' => '

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.

', 'refs' => [ 'ResourceDataSyncSource$AwsOrganizationsSource' => '

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.

', 'ResourceDataSyncSourceWithState$AwsOrganizationsSource' => '

The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource type.

', ], ], 'ResourceDataSyncConflictException' => [ 'base' => '

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

', 'refs' => [], ], 'ResourceDataSyncCountExceededException' => [ 'base' => '

You have exceeded the allowed maximum sync configurations.

', 'refs' => [], ], 'ResourceDataSyncCreatedTime' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncItem$SyncCreatedTime' => '

The date and time the configuration was created (UTC).

', ], ], 'ResourceDataSyncDestinationDataSharing' => [ 'base' => '

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.

', 'refs' => [ 'ResourceDataSyncS3Destination$DestinationDataSharing' => '

Enables destination data sharing. By default, this field is null.

', ], ], 'ResourceDataSyncDestinationDataSharingType' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncDestinationDataSharing$DestinationDataSharingType' => '

The sharing data type. Only Organization is supported.

', ], ], 'ResourceDataSyncEnableAllOpsDataSources' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncSource$EnableAllOpsDataSources' => '

When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

', 'ResourceDataSyncSourceWithState$EnableAllOpsDataSources' => '

When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.

', ], ], 'ResourceDataSyncIncludeFutureRegions' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncSource$IncludeFutureRegions' => '

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

', 'ResourceDataSyncSourceWithState$IncludeFutureRegions' => '

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

', ], ], 'ResourceDataSyncInvalidConfigurationException' => [ 'base' => '

The specified sync configuration is invalid.

', 'refs' => [], ], 'ResourceDataSyncItem' => [ 'base' => '

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

', 'refs' => [ 'ResourceDataSyncItemList$member' => NULL, ], ], 'ResourceDataSyncItemList' => [ 'base' => NULL, 'refs' => [ 'ListResourceDataSyncResult$ResourceDataSyncItems' => '

A list of your current resource data sync configurations and their statuses.

', ], ], 'ResourceDataSyncLastModifiedTime' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncItem$SyncLastModifiedTime' => '

The date and time the resource data sync was changed.

', ], ], 'ResourceDataSyncName' => [ 'base' => NULL, 'refs' => [ 'CreateResourceDataSyncRequest$SyncName' => '

A name for the configuration.

', 'DeleteResourceDataSyncRequest$SyncName' => '

The name of the configuration to delete.

', 'GetOpsSummaryRequest$SyncName' => '

Specify the name of a resource data sync to get.

', 'ResourceDataSyncAlreadyExistsException$SyncName' => NULL, 'ResourceDataSyncItem$SyncName' => '

The name of the resource data sync.

', 'ResourceDataSyncNotFoundException$SyncName' => NULL, 'UpdateResourceDataSyncRequest$SyncName' => '

The name of the resource data sync you want to update.

', ], ], 'ResourceDataSyncNotFoundException' => [ 'base' => '

The specified sync name wasn\'t found.

', 'refs' => [], ], 'ResourceDataSyncOrganizationSourceType' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncAwsOrganizationsSource$OrganizationSourceType' => '

If an Amazon Web Services organization is present, this is either OrganizationalUnits or EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of organization units. For EntireOrganization, the data is aggregated from the entire Amazon Web Services organization.

', ], ], 'ResourceDataSyncOrganizationalUnit' => [ 'base' => '

The Organizations organizational unit data source for the sync.

', 'refs' => [ 'ResourceDataSyncOrganizationalUnitList$member' => NULL, ], ], 'ResourceDataSyncOrganizationalUnitId' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncOrganizationalUnit$OrganizationalUnitId' => '

The Organizations unit ID data source for the sync.

', ], ], 'ResourceDataSyncOrganizationalUnitList' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncAwsOrganizationsSource$OrganizationalUnits' => '

The Organizations organization units included in the sync.

', ], ], 'ResourceDataSyncS3BucketName' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncS3Destination$BucketName' => '

The name of the S3 bucket where the aggregated data is stored.

', ], ], 'ResourceDataSyncS3Destination' => [ 'base' => '

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

', 'refs' => [ 'CreateResourceDataSyncRequest$S3Destination' => '

Amazon S3 configuration details for the sync. This parameter is required if the SyncType value is SyncToDestination.

', 'ResourceDataSyncItem$S3Destination' => '

Configuration information for the target S3 bucket.

', ], ], 'ResourceDataSyncS3Format' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncS3Destination$SyncFormat' => '

A supported sync format. The following format is currently supported: JsonSerDe

', ], ], 'ResourceDataSyncS3Prefix' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncS3Destination$Prefix' => '

An Amazon S3 prefix for the bucket.

', ], ], 'ResourceDataSyncS3Region' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncS3Destination$Region' => '

The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.

', ], ], 'ResourceDataSyncSource' => [ 'base' => '

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

', 'refs' => [ 'CreateResourceDataSyncRequest$SyncSource' => '

Specify information about the data sources to synchronize. This parameter is required if the SyncType value is SyncFromSource.

', 'UpdateResourceDataSyncRequest$SyncSource' => '

Specify information about the data sources to synchronize.

', ], ], 'ResourceDataSyncSourceRegion' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncSourceRegionList$member' => NULL, ], ], 'ResourceDataSyncSourceRegionList' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncSource$SourceRegions' => '

The SyncSource Amazon Web Services Regions included in the resource data sync.

', 'ResourceDataSyncSourceWithState$SourceRegions' => '

The SyncSource Amazon Web Services Regions included in the resource data sync.

', ], ], 'ResourceDataSyncSourceType' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncSource$SourceType' => '

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.

', 'ResourceDataSyncSourceWithState$SourceType' => '

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or singleAccountMultiRegions.

', ], ], 'ResourceDataSyncSourceWithState' => [ 'base' => '

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.)

', 'refs' => [ 'ResourceDataSyncItem$SyncSource' => '

Information about the source where the data was synchronized.

', ], ], 'ResourceDataSyncState' => [ 'base' => NULL, 'refs' => [ 'ResourceDataSyncSourceWithState$State' => '

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 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.

', ], ], 'ResourceDataSyncType' => [ 'base' => NULL, 'refs' => [ 'CreateResourceDataSyncRequest$SyncType' => '

Specify SyncToDestination to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify SyncToDestination, you must provide a value for S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify SyncFromSource, you must provide a value for SyncSource. The default value is SyncToDestination.

', 'DeleteResourceDataSyncRequest$SyncType' => '

Specify the type of resource data sync to delete.

', 'ListResourceDataSyncRequest$SyncType' => '

View a list of resource data syncs according to the sync type. Specify SyncToDestination to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.

', 'ResourceDataSyncItem$SyncType' => '

The type of resource data sync. If SyncType is SyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If the SyncType is SyncFromSource then the resource data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.

', 'ResourceDataSyncNotFoundException$SyncType' => NULL, 'UpdateResourceDataSyncRequest$SyncType' => '

The type of resource data sync. The supported SyncType is SyncFromSource.

', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'AddTagsToResourceRequest$ResourceId' => '

The resource ID you want to tag.

Use the ID of the resource. Here are some examples:

MaintenanceWindow: mw-012345abcde

PatchBaseline: pb-012345abcde

Automation: example-c160-4567-8519-012345abcde

OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager.

For the Document and Parameter values, use the name of the resource. If you\'re tagging a shared document, you must use the full ARN of the document.

ManagedInstance: mi-012345abcde

The ManagedInstance type for this API operation is only for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.

', 'ListTagsForResourceRequest$ResourceId' => '

The resource ID for which you want to see a list of tags.

', 'RemoveTagsFromResourceRequest$ResourceId' => '

The ID of the resource from which you want to remove tags. For example:

ManagedInstance: mi-012345abcde

MaintenanceWindow: mw-012345abcde

Automation: example-c160-4567-8519-012345abcde

PatchBaseline: pb-012345abcde

OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager.

For the Document and Parameter values, use the name of the resource.

The ManagedInstance type for this API operation is only for on-premises managed nodes. Specify the name of the managed node in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.

', ], ], 'ResourceInUseException' => [ 'base' => '

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

', 'refs' => [], ], 'ResourceLimitExceededException' => [ 'base' => '

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.

', 'refs' => [], ], 'ResourcePolicyConflictException' => [ 'base' => '

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.

', 'refs' => [], ], 'ResourcePolicyInvalidParameterException' => [ 'base' => '

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

', 'refs' => [], ], 'ResourcePolicyLimitExceededException' => [ 'base' => '

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.

', 'refs' => [], ], 'ResourcePolicyMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetResourcePoliciesRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'ResourcePolicyParameterNamesList' => [ 'base' => NULL, 'refs' => [ 'ResourcePolicyInvalidParameterException$ParameterNames' => NULL, ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'InstanceInformation$ResourceType' => '

The type of instance. Instances are either EC2 instances or managed instances.

', ], ], 'ResourceTypeForTagging' => [ 'base' => NULL, 'refs' => [ 'AddTagsToResourceRequest$ResourceType' => '

Specifies the type of resource you are tagging.

The ManagedInstance type for this API operation is for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.

', 'ListTagsForResourceRequest$ResourceType' => '

Returns a list of tags for a specific resource type.

', 'RemoveTagsFromResourceRequest$ResourceType' => '

The type of resource from which you want to remove a tag.

The ManagedInstance type for this API operation is only for on-premises managed nodes. Specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.

', ], ], 'ResponseCode' => [ 'base' => NULL, 'refs' => [ 'CommandPlugin$ResponseCode' => '

A numeric response code generated after running the plugin.

', 'GetCommandInvocationResult$ResponseCode' => '

The error level response code for the plugin script. If the response code is -1, then the command hasn\'t started running on the managed node, or it wasn\'t received by the node.

', ], ], 'ResultAttribute' => [ 'base' => '

The inventory item result attribute.

', 'refs' => [ 'ResultAttributeList$member' => NULL, ], ], 'ResultAttributeList' => [ 'base' => NULL, 'refs' => [ 'GetInventoryRequest$ResultAttributes' => '

The list of inventory item types to return.

', ], ], 'ResumeSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResumeSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'ReviewInformation' => [ 'base' => '

Information about the result of a document review request.

', 'refs' => [ 'ReviewInformationList$member' => NULL, ], ], 'ReviewInformationList' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$ReviewInformation' => '

Details about the review of a document.

', ], ], 'ReviewStatus' => [ 'base' => NULL, 'refs' => [ 'DocumentDescription$ReviewStatus' => '

The current status of the review.

', 'DocumentIdentifier$ReviewStatus' => '

The current status of a document review.

', 'DocumentReviewerResponseSource$ReviewStatus' => '

The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

Only one version of a document can be in review, or PENDING, at a time.

', 'DocumentVersionInfo$ReviewStatus' => '

The current status of the approval review for the latest version of the document.

', 'GetDocumentResult$ReviewStatus' => '

The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM document.

Only one version of an SSM document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

Only one version of an SSM document can be in review, or PENDING, at a time.

', 'ReviewInformation$Status' => '

The current status of the document review request.

', ], ], 'Reviewer' => [ 'base' => NULL, 'refs' => [ 'DocumentReviewerResponseSource$Reviewer' => '

The user in your organization assigned to review a document request.

', 'ReviewInformation$Reviewer' => '

The reviewer assigned to take action on the document review request.

', ], ], 'Runbook' => [ 'base' => '

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.

', 'refs' => [ 'Runbooks$member' => NULL, ], ], 'Runbooks' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$Runbooks' => '

Information about the Automation runbooks that are run as part of a runbook workflow.

The Automation runbooks specified for the runbook workflow can\'t run until all required approvals for the change request have been received.

', 'AutomationExecutionMetadata$Runbooks' => '

Information about the Automation runbooks that are run during 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.

', 'StartChangeRequestExecutionRequest$Runbooks' => '

Information about the Automation runbooks that are run during the runbook workflow.

The Automation runbooks specified for the runbook workflow can\'t run until all required approvals for the change request have been received.

', ], ], 'S3BucketName' => [ 'base' => NULL, 'refs' => [ 'Command$OutputS3BucketName' => '

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.

', 'CommandPlugin$OutputS3BucketName' => '

The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript

doc-example-bucket is the name of the S3 bucket;

ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

i-02573cafcfEXAMPLE is the managed node ID;

awsrunShellScript is the name of the plugin.

', 'LoggingInfo$S3BucketName' => '

The name of an S3 bucket where execution logs are stored.

', 'MaintenanceWindowRunCommandParameters$OutputS3BucketName' => '

The name of the Amazon Simple Storage Service (Amazon S3) bucket.

', 'S3OutputLocation$OutputS3BucketName' => '

The name of the S3 bucket.

', 'SendCommandRequest$OutputS3BucketName' => '

The name of the S3 bucket where command execution responses should be stored.

', ], ], 'S3KeyPrefix' => [ 'base' => NULL, 'refs' => [ 'Command$OutputS3KeyPrefix' => '

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.

', 'CommandPlugin$OutputS3KeyPrefix' => '

The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response:

doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript

doc-example-bucket is the name of the S3 bucket;

ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;

i-02573cafcfEXAMPLE is the managed node ID;

awsrunShellScript is the name of the plugin.

', 'LoggingInfo$S3KeyPrefix' => '

(Optional) The S3 bucket subfolder.

', 'MaintenanceWindowRunCommandParameters$OutputS3KeyPrefix' => '

The S3 bucket subfolder.

', 'S3OutputLocation$OutputS3KeyPrefix' => '

The S3 bucket subfolder.

', 'SendCommandRequest$OutputS3KeyPrefix' => '

The directory structure within the S3 bucket where the responses should be stored.

', ], ], 'S3OutputLocation' => [ 'base' => '

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

', 'refs' => [ 'InstanceAssociationOutputLocation$S3Location' => '

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

', ], ], 'S3OutputUrl' => [ 'base' => '

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

', 'refs' => [ 'InstanceAssociationOutputUrl$S3OutputUrl' => '

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

', ], ], 'S3Region' => [ 'base' => NULL, 'refs' => [ 'Command$OutputS3Region' => '

(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon Web Services Region of the S3 bucket.

', 'CommandPlugin$OutputS3Region' => '

(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Amazon Web Services Systems Manager automatically determines the S3 bucket region.

', 'LoggingInfo$S3Region' => '

The Amazon Web Services Region where the S3 bucket is located.

', 'S3OutputLocation$OutputS3Region' => '

The Amazon Web Services Region of the S3 bucket.

', 'SendCommandRequest$OutputS3Region' => '

(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon Web Services Region of the S3 bucket.

', ], ], 'ScheduleExpression' => [ 'base' => NULL, 'refs' => [ 'Association$ScheduleExpression' => '

A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC).

', 'AssociationDescription$ScheduleExpression' => '

A cron expression that specifies a schedule when the association runs.

', 'AssociationVersionInfo$ScheduleExpression' => '

The cron or rate schedule specified for the association when the association version was created.

', 'CreateAssociationBatchRequestEntry$ScheduleExpression' => '

A cron expression that specifies a schedule when the association runs.

', 'CreateAssociationRequest$ScheduleExpression' => '

A cron expression when the association will be applied to the target(s).

', 'UpdateAssociationRequest$ScheduleExpression' => '

The cron expression used to schedule the association that you want to update.

', ], ], 'ScheduleOffset' => [ 'base' => NULL, 'refs' => [ 'Association$ScheduleOffset' => '

Number of days to wait after the scheduled day to run an association.

', 'AssociationDescription$ScheduleOffset' => '

Number of days to wait after the scheduled day to run an association.

', 'AssociationVersionInfo$ScheduleOffset' => '

Number of days to wait after the scheduled day to run an association.

', 'CreateAssociationBatchRequestEntry$ScheduleOffset' => '

Number of days to wait after the scheduled day to run an association.

', 'CreateAssociationRequest$ScheduleOffset' => '

Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see Reference: Cron and rate expressions for Systems Manager in the Amazon Web Services Systems Manager User Guide.

To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This option tells the system not to run an association immediately after you create it.

', 'UpdateAssociationRequest$ScheduleOffset' => '

Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see Reference: Cron and rate expressions for Systems Manager in the Amazon Web Services Systems Manager User Guide.

To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This option tells the system not to run an association immediately after you create it.

', ], ], 'ScheduledWindowExecution' => [ 'base' => '

Information about a scheduled execution for a maintenance window.

', 'refs' => [ 'ScheduledWindowExecutionList$member' => NULL, ], ], 'ScheduledWindowExecutionList' => [ 'base' => NULL, 'refs' => [ 'DescribeMaintenanceWindowScheduleResult$ScheduledWindowExecutions' => '

Information about maintenance window executions scheduled for the specified time range.

', ], ], 'SendAutomationSignalRequest' => [ 'base' => NULL, 'refs' => [], ], 'SendAutomationSignalResult' => [ 'base' => NULL, 'refs' => [], ], 'SendCommandRequest' => [ 'base' => NULL, 'refs' => [], ], 'SendCommandResult' => [ 'base' => NULL, 'refs' => [], ], 'ServiceRole' => [ 'base' => NULL, 'refs' => [ 'Command$ServiceRole' => '

The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes.

', 'CommandInvocation$ServiceRole' => '

The Identity and Access Management (IAM) service role that Run Command, a capability of Amazon Web Services Systems Manager, uses to act on your behalf when sending notifications about command status changes on a per managed node basis.

', 'GetMaintenanceWindowExecutionTaskResult$ServiceRole' => '

The role that was assumed when running the task.

', 'GetMaintenanceWindowTaskResult$ServiceRoleArn' => '

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

', 'MaintenanceWindowRunCommandParameters$ServiceRoleArn' => '

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

', 'MaintenanceWindowTask$ServiceRoleArn' => '

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

', 'RegisterTaskWithMaintenanceWindowRequest$ServiceRoleArn' => '

The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account\'s service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow.

For more information, see the following topics in the in the Amazon Web Services Systems Manager User Guide:

', 'SendCommandRequest$ServiceRoleArn' => '

The ARN of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for Run Command commands.

This role must provide the sns:Publish permission for your notification topic. For information about creating and using this service role, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.

', 'UpdateMaintenanceWindowTaskRequest$ServiceRoleArn' => '

The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when running a maintenance window task. If you do not specify a service role ARN, Systems Manager uses your account\'s service-linked role. If no service-linked role for Systems Manager exists in your account, it is created when you run RegisterTaskWithMaintenanceWindow.

For more information, see the following topics in the in the Amazon Web Services Systems Manager User Guide:

', 'UpdateMaintenanceWindowTaskResult$ServiceRoleArn' => '

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

', ], ], 'ServiceSetting' => [ 'base' => '

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.

', 'refs' => [ 'GetServiceSettingResult$ServiceSetting' => '

The query result of the current service setting.

', 'ResetServiceSettingResult$ServiceSetting' => '

The current, effective service setting after calling the ResetServiceSetting API operation.

', ], ], 'ServiceSettingId' => [ 'base' => NULL, 'refs' => [ 'GetServiceSettingRequest$SettingId' => '

The ID of the service setting to get. The setting ID can be one of the following.

', 'ResetServiceSettingRequest$SettingId' => '

The Amazon Resource Name (ARN) of the service setting to reset. The setting ID can be one of the following.

', 'ServiceSetting$SettingId' => '

The ID of the service setting.

', 'UpdateServiceSettingRequest$SettingId' => '

The Amazon Resource Name (ARN) of the service setting to update. For example, arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled. The setting ID can be one of the following.

Permissions to update the /ssm/managed-instance/default-ec2-instance-management-role setting should only be provided to administrators. Implement least privilege access when allowing individuals to configure or modify the Default Host Management Configuration.

', ], ], 'ServiceSettingNotFound' => [ 'base' => '

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.

', 'refs' => [], ], 'ServiceSettingValue' => [ 'base' => NULL, 'refs' => [ 'ServiceSetting$SettingValue' => '

The value of the service setting.

', 'UpdateServiceSettingRequest$SettingValue' => '

The new value to specify for the service setting. The following list specifies the available values for each setting.

', ], ], 'Session' => [ 'base' => '

Information about a Session Manager connection to a managed node.

', 'refs' => [ 'SessionList$member' => NULL, ], ], 'SessionDetails' => [ 'base' => NULL, 'refs' => [ 'Session$Details' => '

Reserved for future use.

', ], ], 'SessionFilter' => [ 'base' => '

Describes a filter for Session Manager information.

', 'refs' => [ 'SessionFilterList$member' => NULL, ], ], 'SessionFilterKey' => [ 'base' => NULL, 'refs' => [ 'SessionFilter$key' => '

The name of the filter.

', ], ], 'SessionFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeSessionsRequest$Filters' => '

One or more filters to limit the type of sessions returned by the request.

', ], ], 'SessionFilterValue' => [ 'base' => NULL, 'refs' => [ 'SessionFilter$value' => '

The filter value. Valid values for each filter key are as follows:

', ], ], 'SessionId' => [ 'base' => NULL, 'refs' => [ 'ResumeSessionRequest$SessionId' => '

The ID of the disconnected session to resume.

', 'ResumeSessionResponse$SessionId' => '

The ID of the session.

', 'Session$SessionId' => '

The ID of the session.

', 'StartSessionResponse$SessionId' => '

The ID of the session.

', 'TerminateSessionRequest$SessionId' => '

The ID of the session to terminate.

', 'TerminateSessionResponse$SessionId' => '

The ID of the session that has been terminated.

', ], ], 'SessionList' => [ 'base' => NULL, 'refs' => [ 'DescribeSessionsResponse$Sessions' => '

A list of sessions meeting the request parameters.

', ], ], 'SessionManagerCloudWatchOutputUrl' => [ 'base' => NULL, 'refs' => [ 'SessionManagerOutputUrl$CloudWatchOutputUrl' => '

Reserved for future use.

', ], ], 'SessionManagerOutputUrl' => [ 'base' => '

Reserved for future use.

', 'refs' => [ 'Session$OutputUrl' => '

Reserved for future use.

', ], ], 'SessionManagerParameterName' => [ 'base' => NULL, 'refs' => [ 'SessionManagerParameters$key' => NULL, ], ], 'SessionManagerParameterValue' => [ 'base' => NULL, 'refs' => [ 'SessionManagerParameterValueList$member' => NULL, ], ], 'SessionManagerParameterValueList' => [ 'base' => NULL, 'refs' => [ 'SessionManagerParameters$value' => NULL, ], ], 'SessionManagerParameters' => [ 'base' => NULL, 'refs' => [ 'StartSessionRequest$Parameters' => '

The values you want to specify for the parameters defined in the Session document.

', ], ], 'SessionManagerS3OutputUrl' => [ 'base' => NULL, 'refs' => [ 'SessionManagerOutputUrl$S3OutputUrl' => '

Reserved for future use.

', ], ], 'SessionMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSessionsRequest$MaxResults' => '

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

', ], ], 'SessionOwner' => [ 'base' => NULL, 'refs' => [ 'Session$Owner' => '

The ID of the Amazon Web Services user that started the session.

', ], ], 'SessionReason' => [ 'base' => NULL, 'refs' => [ 'Session$Reason' => '

The reason for connecting to the instance.

', 'StartSessionRequest$Reason' => '

The reason for connecting to the instance. This value is included in the details for the Amazon CloudWatch Events event created when you start the session.

', ], ], 'SessionState' => [ 'base' => NULL, 'refs' => [ 'DescribeSessionsRequest$State' => '

The session status to retrieve a list of sessions for. For example, "Active".

', ], ], 'SessionStatus' => [ 'base' => NULL, 'refs' => [ 'Session$Status' => '

The status of the session. For example, "Connected" or "Terminated".

', ], ], 'SessionTarget' => [ 'base' => NULL, 'refs' => [ 'GetConnectionStatusRequest$Target' => '

The managed node ID.

', 'GetConnectionStatusResponse$Target' => '

The ID of the managed node to check connection status.

', 'Session$Target' => '

The managed node that the Session Manager session connected to.

', 'StartSessionRequest$Target' => '

The managed node to connect to for the session.

', ], ], 'SeveritySummary' => [ 'base' => '

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

', 'refs' => [ 'CompliantSummary$SeveritySummary' => '

A summary of the compliance severity by compliance type.

', 'NonCompliantSummary$SeveritySummary' => '

A summary of the non-compliance severity by compliance type

', ], ], 'SharedDocumentVersion' => [ 'base' => '

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

', 'refs' => [ 'AccountSharingInfo$SharedDocumentVersion' => '

The version of the current document shared with the account.

', 'ModifyDocumentPermissionRequest$SharedDocumentVersion' => '

(Optional) The version of the document to share. If it isn\'t specified, the system choose the Default version to share.

', ], ], 'SignalType' => [ 'base' => NULL, 'refs' => [ 'SendAutomationSignalRequest$SignalType' => '

The type of signal to send to an Automation execution.

', ], ], 'SnapshotDownloadUrl' => [ 'base' => NULL, 'refs' => [ 'GetDeployablePatchSnapshotForInstanceResult$SnapshotDownloadUrl' => '

A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.

', ], ], 'SnapshotId' => [ 'base' => NULL, 'refs' => [ 'GetDeployablePatchSnapshotForInstanceRequest$SnapshotId' => '

The snapshot ID provided by the user when running AWS-RunPatchBaseline.

', 'GetDeployablePatchSnapshotForInstanceResult$SnapshotId' => '

The user-defined snapshot ID.

', 'InstancePatchState$SnapshotId' => '

The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.

', ], ], 'SourceId' => [ 'base' => NULL, 'refs' => [ 'InstanceInformation$SourceId' => '

The ID of the source resource. For IoT Greengrass devices, SourceId is the Thing name.

', ], ], 'SourceType' => [ 'base' => NULL, 'refs' => [ 'InstanceInformation$SourceType' => '

The type of the source resource. For IoT Greengrass devices, SourceType is AWS::IoT::Thing.

', ], ], 'StandardErrorContent' => [ 'base' => NULL, 'refs' => [ 'GetCommandInvocationResult$StandardErrorContent' => '

The first 8,000 characters written by the plugin to stderr. If the command hasn\'t finished running, then this string is empty.

', ], ], 'StandardOutputContent' => [ 'base' => NULL, 'refs' => [ 'GetCommandInvocationResult$StandardOutputContent' => '

The first 24,000 characters written by the plugin to stdout. If the command hasn\'t finished running, if ExecutionStatus is neither Succeeded nor Failed, then this string is empty.

', ], ], 'StartAssociationsOnceRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartAssociationsOnceResult' => [ 'base' => NULL, 'refs' => [], ], 'StartAutomationExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartAutomationExecutionResult' => [ 'base' => NULL, 'refs' => [], ], 'StartChangeRequestExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartChangeRequestExecutionResult' => [ 'base' => NULL, 'refs' => [], ], 'StartSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StatusAdditionalInfo' => [ 'base' => NULL, 'refs' => [ 'AssociationStatus$AdditionalInfo' => '

A user-defined string.

', ], ], 'StatusDetails' => [ 'base' => NULL, 'refs' => [ 'Command$StatusDetails' => '

A detailed status of the command execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

', 'CommandInvocation$StatusDetails' => '

A detailed status of the command execution for each invocation (each managed node targeted by the command). StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

', 'CommandPlugin$StatusDetails' => '

A detailed status of the plugin execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

', 'GetCommandInvocationResult$StatusDetails' => '

A detailed status of the command execution for an invocation. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses in the Amazon Web Services Systems Manager User Guide. StatusDetails can be one of the following values:

', ], ], 'StatusMessage' => [ 'base' => NULL, 'refs' => [ 'AssociationStatus$Message' => '

The reason for the status.

', ], ], 'StatusName' => [ 'base' => NULL, 'refs' => [ 'AssociationExecution$Status' => '

The status of the association execution.

', 'AssociationExecution$DetailedStatus' => '

Detailed status information about the execution.

', 'AssociationExecutionTarget$Status' => '

The association execution status.

', 'AssociationExecutionTarget$DetailedStatus' => '

Detailed information about the execution status.

', 'AssociationOverview$Status' => '

The status of the association. Status can be: Pending, Success, or Failed.

', 'AssociationOverview$DetailedStatus' => '

A detailed status of the association.

', 'AssociationStatusAggregatedCount$key' => NULL, 'InstanceAggregatedAssociationOverview$DetailedStatus' => '

Detailed status information about the aggregated associations.

', 'InstanceAssociationStatusAggregatedCount$key' => NULL, 'InstanceAssociationStatusInfo$Status' => '

Status information about the association.

', 'InstanceAssociationStatusInfo$DetailedStatus' => '

Detailed status information about the association.

', 'InstanceInformation$AssociationStatus' => '

The status of the association.

', ], ], 'StatusUnchanged' => [ 'base' => '

The updated status is the same as the current status.

', 'refs' => [], ], 'StepExecution' => [ 'base' => '

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

', 'refs' => [ 'StepExecutionList$member' => NULL, ], ], 'StepExecutionFilter' => [ 'base' => '

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

', 'refs' => [ 'StepExecutionFilterList$member' => NULL, ], ], 'StepExecutionFilterKey' => [ 'base' => NULL, 'refs' => [ 'StepExecutionFilter$Key' => '

One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.

', ], ], 'StepExecutionFilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeAutomationStepExecutionsRequest$Filters' => '

One or more filters to limit the number of step executions returned by the request.

', ], ], 'StepExecutionFilterValue' => [ 'base' => NULL, 'refs' => [ 'StepExecutionFilterValueList$member' => NULL, ], ], 'StepExecutionFilterValueList' => [ 'base' => NULL, 'refs' => [ 'StepExecutionFilter$Values' => '

The values of the filter key.

', ], ], 'StepExecutionList' => [ 'base' => NULL, 'refs' => [ 'AutomationExecution$StepExecutions' => '

A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.

', 'DescribeAutomationStepExecutionsResult$StepExecutions' => '

A list of details about the current state of all steps that make up an execution.

', ], ], 'StopAutomationExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopAutomationExecutionResult' => [ 'base' => NULL, 'refs' => [], ], 'StopType' => [ 'base' => NULL, 'refs' => [ 'StopAutomationExecutionRequest$Type' => '

The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.

', ], ], 'StreamUrl' => [ 'base' => NULL, 'refs' => [ 'ResumeSessionResponse$StreamUrl' => '

A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the managed node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output).

region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference.

session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.

', 'StartSessionResponse$StreamUrl' => '

A URL back to SSM Agent on the managed node that the Session Manager client uses to send commands and receive output from the node. Format: wss://ssmmessages.region.amazonaws.com/v1/data-channel/session-id?stream=(input|output)

region represents the Region identifier for an Amazon Web Services Region supported by Amazon Web Services Systems Manager, such as us-east-2 for the US East (Ohio) Region. For a list of supported region values, see the Region column in Systems Manager service endpoints in the Amazon Web Services General Reference.

session-id represents the ID of a Session Manager session, such as 1a2b3c4dEXAMPLE.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AlreadyExistsException$Message' => NULL, 'AssociationDoesNotExist$Message' => NULL, 'AssociationExecutionDoesNotExist$Message' => NULL, 'AssociationVersionLimitExceeded$Message' => NULL, 'AutomationDefinitionNotApprovedException$Message' => NULL, 'AutomationDefinitionNotFoundException$Message' => NULL, 'AutomationDefinitionVersionNotFoundException$Message' => NULL, 'AutomationExecution$FailureMessage' => '

A message describing why an execution has failed, if the status is set to Failed.

', 'AutomationExecution$ExecutedBy' => '

The Amazon Resource Name (ARN) of the user who ran the automation.

', 'AutomationExecution$CurrentStepName' => '

The name of the step that is currently running.

', 'AutomationExecution$CurrentAction' => '

The action of the step that is currently running.

', 'AutomationExecution$Target' => '

The target of the execution.

', 'AutomationExecution$OpsItemId' => '

The ID of an OpsItem that is created to represent a Change Manager change request.

', 'AutomationExecution$AssociationId' => '

The ID of a State Manager association used in the Automation operation.

', 'AutomationExecutionLimitExceededException$Message' => NULL, 'AutomationExecutionMetadata$ExecutedBy' => '

The IAM role ARN of the user who ran the automation.

', 'AutomationExecutionMetadata$LogFile' => '

An S3 bucket where execution information is stored.

', 'AutomationExecutionMetadata$CurrentStepName' => '

The name of the step that is currently running.

', 'AutomationExecutionMetadata$CurrentAction' => '

The action of the step that is currently running.

', 'AutomationExecutionMetadata$FailureMessage' => '

The list of execution outputs as defined in the Automation runbook.

', 'AutomationExecutionMetadata$Target' => '

The list of execution outputs as defined in the Automation runbook.

', 'AutomationExecutionMetadata$OpsItemId' => '

The ID of an OpsItem that is created to represent a Change Manager change request.

', 'AutomationExecutionMetadata$AssociationId' => '

The ID of a State Manager association used in the Automation operation.

', 'AutomationExecutionNotFoundException$Message' => NULL, 'AutomationStepNotFoundException$Message' => NULL, 'ComplianceTypeCountLimitExceededException$Message' => NULL, 'CreateOpsItemResponse$OpsItemId' => '

The ID of the OpsItem.

', 'CustomSchemaCountLimitExceededException$Message' => NULL, 'DescribeOpsItemsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'DescribeOpsItemsResponse$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'DocumentAlreadyExists$Message' => NULL, 'DocumentLimitExceeded$Message' => NULL, 'DocumentPermissionLimit$Message' => NULL, 'DocumentVersionLimitExceeded$Message' => NULL, 'DoesNotExistException$Message' => NULL, 'DuplicateDocumentContent$Message' => NULL, 'DuplicateDocumentVersionName$Message' => NULL, 'FailureDetails$FailureStage' => '

The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.

', 'FailureDetails$FailureType' => '

The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.

', 'FeatureNotAvailableException$Message' => NULL, 'GetResourcePoliciesRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'GetResourcePoliciesResponse$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'HierarchyLevelLimitExceededException$message' => '

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.

', 'HierarchyTypeMismatchException$message' => '

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.

', 'IdempotentParameterMismatch$Message' => NULL, 'IncompatiblePolicyException$message' => NULL, 'InstanceInformation$PlatformName' => '

The name of the operating system platform running on your managed node.

', 'InstanceInformation$PlatformVersion' => '

The version of the OS platform running on your managed node.

', 'InstanceInformation$Name' => '

The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName property using the CreateActivation command. It is applied to the managed node by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as explained in Install SSM Agent for a hybrid environment (Linux) and Install SSM Agent for a hybrid environment (Windows). To retrieve the Name tag of an EC2 instance, use the Amazon EC2 DescribeInstances operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.

', 'InternalServerError$Message' => NULL, 'InvalidActivation$Message' => NULL, 'InvalidActivationId$Message' => NULL, 'InvalidAggregatorException$Message' => NULL, 'InvalidAllowedPatternException$message' => '

The request doesn\'t meet the regular expression requirement.

', 'InvalidAssociation$Message' => NULL, 'InvalidAssociationVersion$Message' => NULL, 'InvalidAutomationExecutionParametersException$Message' => NULL, 'InvalidAutomationSignalException$Message' => NULL, 'InvalidAutomationStatusUpdateException$Message' => NULL, 'InvalidDeleteInventoryParametersException$Message' => NULL, 'InvalidDeletionIdException$Message' => NULL, 'InvalidDocument$Message' => '

The SSM document doesn\'t exist or the document isn\'t available to the user. This exception can be issued by various API operations.

', 'InvalidDocumentContent$Message' => '

A description of the validation error.

', 'InvalidDocumentOperation$Message' => NULL, 'InvalidDocumentSchemaVersion$Message' => NULL, 'InvalidDocumentType$Message' => NULL, 'InvalidDocumentVersion$Message' => NULL, 'InvalidFilter$Message' => NULL, 'InvalidFilterOption$message' => '

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

', 'InvalidFilterValue$Message' => NULL, 'InvalidInstanceId$Message' => NULL, 'InvalidInstanceInformationFilterValue$message' => NULL, 'InvalidInventoryGroupException$Message' => NULL, 'InvalidInventoryItemContextException$Message' => NULL, 'InvalidInventoryRequestException$Message' => NULL, 'InvalidItemContentException$Message' => NULL, 'InvalidKeyId$message' => NULL, 'InvalidNextToken$Message' => NULL, 'InvalidNotificationConfig$Message' => NULL, 'InvalidOptionException$Message' => NULL, 'InvalidParameters$Message' => NULL, 'InvalidPermissionType$Message' => NULL, 'InvalidPolicyAttributeException$message' => NULL, 'InvalidPolicyTypeException$message' => NULL, 'InvalidResultAttributeException$Message' => NULL, 'InvalidRole$Message' => NULL, 'InvalidSchedule$Message' => NULL, 'InvalidTag$Message' => NULL, 'InvalidTarget$Message' => NULL, 'InvalidTargetMaps$Message' => NULL, 'InvalidTypeNameException$Message' => NULL, 'InvalidUpdate$Message' => NULL, 'ItemContentMismatchException$Message' => NULL, 'ItemSizeLimitExceededException$Message' => NULL, 'ListOpsItemEventsRequest$NextToken' => '

A token to start the list. Use this token to get the next set of results.

', 'ListOpsItemEventsResponse$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'ListOpsItemRelatedItemsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a previous call.)

', 'ListOpsItemRelatedItemsResponse$NextToken' => '

The token for the next set of items to return. Use this token to get the next set of results.

', 'MaxDocumentSizeExceeded$Message' => NULL, 'NormalStringMap$key' => NULL, 'NormalStringMap$value' => NULL, 'OpsItem$CreatedBy' => '

The ARN of the Amazon Web Services account that created the OpsItem.

', 'OpsItem$LastModifiedBy' => '

The ARN of the Amazon Web Services account that last updated the OpsItem.

', 'OpsItem$Version' => '

The version of this OpsItem. Each time the OpsItem is edited the version number increments by one.

', 'OpsItemAccessDeniedException$Message' => NULL, 'OpsItemAlreadyExistsException$Message' => NULL, 'OpsItemAlreadyExistsException$OpsItemId' => NULL, 'OpsItemEventSummary$OpsItemId' => '

The ID of the OpsItem.

', 'OpsItemEventSummary$EventId' => '

The ID of the OpsItem event.

', 'OpsItemEventSummary$Source' => '

The source of the OpsItem event.

', 'OpsItemEventSummary$DetailType' => '

The type of information provided as a detail.

', 'OpsItemEventSummary$Detail' => '

Specific information about the OpsItem event.

', 'OpsItemIdentity$Arn' => '

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.

', 'OpsItemInvalidParameterException$Message' => NULL, 'OpsItemLimitExceededException$LimitType' => NULL, 'OpsItemLimitExceededException$Message' => NULL, 'OpsItemNotFoundException$Message' => NULL, 'OpsItemNotification$Arn' => '

The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

', 'OpsItemOpsDataKeysList$member' => NULL, 'OpsItemParameterNamesList$member' => NULL, 'OpsItemRelatedItemAlreadyExistsException$Message' => NULL, 'OpsItemRelatedItemAssociationNotFoundException$Message' => NULL, 'OpsItemSummary$CreatedBy' => '

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

', 'OpsItemSummary$LastModifiedBy' => '

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.

', 'OpsMetadata$LastModifiedUser' => '

The user name who last updated the OpsMetadata object.

', 'OpsMetadataAlreadyExistsException$message' => NULL, 'OpsMetadataInvalidArgumentException$message' => NULL, 'OpsMetadataKeyLimitExceededException$message' => NULL, 'OpsMetadataLimitExceededException$message' => NULL, 'OpsMetadataNotFoundException$message' => NULL, 'OpsMetadataTooManyUpdatesException$message' => NULL, 'Parameter$SourceResult' => '

Applies to parameters that reference information in other Amazon Web Services services. SourceResult is the raw result or response from the source.

', 'Parameter$ARN' => '

The Amazon Resource Name (ARN) of the parameter.

', 'ParameterAlreadyExists$message' => NULL, 'ParameterHistory$LastModifiedUser' => '

Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

', 'ParameterInlinePolicy$PolicyText' => '

The JSON text of the policy.

', 'ParameterInlinePolicy$PolicyType' => '

The type of policy. Parameter Store, a capability of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

', 'ParameterInlinePolicy$PolicyStatus' => '

The status of the policy. Policies report the following statuses: Pending (the policy hasn\'t been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn\'t applied), or InProgress (the policy is being applied now).

', 'ParameterLimitExceeded$message' => NULL, 'ParameterMaxVersionLimitExceeded$message' => NULL, 'ParameterMetadata$LastModifiedUser' => '

Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

', 'ParameterNotFound$message' => NULL, 'ParameterPatternMismatchException$message' => '

The parameter name isn\'t valid.

', 'ParameterVersionLabelLimitExceeded$message' => NULL, 'ParameterVersionNotFound$message' => NULL, 'PoliciesLimitExceededException$message' => NULL, 'RelatedOpsItem$OpsItemId' => '

The ID of an OpsItem related to the current OpsItem.

', 'ResourceDataSyncConflictException$Message' => NULL, 'ResourceDataSyncCountExceededException$Message' => NULL, 'ResourceDataSyncInvalidConfigurationException$Message' => NULL, 'ResourceDataSyncNotFoundException$Message' => NULL, 'ResourceInUseException$Message' => NULL, 'ResourceLimitExceededException$Message' => NULL, 'ResourcePolicyConflictException$Message' => NULL, 'ResourcePolicyInvalidParameterException$Message' => NULL, 'ResourcePolicyLimitExceededException$LimitType' => NULL, 'ResourcePolicyLimitExceededException$Message' => NULL, 'ResourcePolicyParameterNamesList$member' => NULL, 'ServiceSetting$LastModifiedUser' => '

The ARN of the last modified user. This field is populated only if the setting value was overwritten.

', 'ServiceSetting$ARN' => '

The ARN of the service setting.

', 'ServiceSetting$Status' => '

The status of the service setting. The value can be Default, Customized or PendingUpdate.

', 'ServiceSettingNotFound$Message' => NULL, 'StepExecution$StepName' => '

The name of this execution step.

', 'StepExecution$OnFailure' => '

The action to take if the step fails. The default value is Abort.

', 'StepExecution$ResponseCode' => '

The response code returned by the execution of the step.

', 'StepExecution$Response' => '

A message associated with the response code for an execution.

', 'StepExecution$FailureMessage' => '

If a step failed, this message explains why the execution failed.

', 'StepExecution$StepExecutionId' => '

The unique ID of a step execution.

', 'StepExecution$NextStep' => '

The next step after the step succeeds.

', 'StringList$member' => NULL, 'SubTypeCountLimitExceededException$Message' => NULL, 'TargetInUseException$Message' => NULL, 'TargetNotConnected$Message' => NULL, 'TooManyUpdates$Message' => NULL, 'TotalSizeLimitExceededException$Message' => NULL, 'UnsupportedCalendarException$Message' => NULL, 'UnsupportedFeatureRequiredException$Message' => NULL, 'UnsupportedInventoryItemContextException$Message' => NULL, 'UnsupportedInventorySchemaVersionException$Message' => NULL, 'UnsupportedOperatingSystem$Message' => NULL, 'UnsupportedParameterType$message' => NULL, 'UnsupportedPlatformType$Message' => NULL, ], ], 'StringDateTime' => [ 'base' => NULL, 'refs' => [ 'GetCommandInvocationResult$ExecutionStartDateTime' => '

The date and time the plugin started running. Date and time are written in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The following sample Amazon Web Services CLI command uses the InvokedBefore filter.

aws ssm list-commands --filters key=InvokedBefore,value=2017-06-07T00:00:00Z

If the plugin hasn\'t started to run, the string is empty.

', 'GetCommandInvocationResult$ExecutionElapsedTime' => '

Duration since ExecutionStartDateTime.

', 'GetCommandInvocationResult$ExecutionEndDateTime' => '

The date and time the plugin finished running. Date and time are written in ISO 8601 format. For example, June 7, 2017 is represented as 2017-06-7. The following sample Amazon Web Services CLI command uses the InvokedAfter filter.

aws ssm list-commands --filters key=InvokedAfter,value=2017-06-07T00:00:00Z

If the plugin hasn\'t started to run, the string is empty.

', ], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'DescribeActivationsFilter$FilterValues' => '

The filter values.

', ], ], 'SubTypeCountLimitExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'Tag' => [ 'base' => '

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.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'KeyList$member' => NULL, 'Tag$Key' => '

The name of the tag.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'Activation$Tags' => '

Tags assigned to the activation.

', 'AddTagsToResourceRequest$Tags' => '

One or more tags. The value parameter is required.

Don\'t enter personally identifiable information in this field.

', 'CreateActivationRequest$Tags' => '

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an activation to identify which servers or virtual machines (VMs) in your on-premises environment you intend to activate. In this case, you could specify the following key-value pairs:

When you install SSM Agent on your on-premises servers and VMs, you specify an activation ID and code. When you specify the activation ID and code, tags assigned to the activation are automatically applied to the on-premises servers or VMs.

You can\'t add tags to or delete tags from an existing activation. You can tag your on-premises servers, edge devices, and VMs after they connect to Systems Manager for the first time and are assigned a managed node ID. This means they are listed in the Amazon Web Services Systems Manager console with an ID that is prefixed with "mi-". For information about how to add tags to your managed nodes, see AddTagsToResource. For information about how to remove tags from your managed nodes, see RemoveTagsFromResource.

', 'CreateAssociationRequest$Tags' => '

Adds or overwrites one or more tags for a State Manager association. Tags are metadata that you can assign to your Amazon Web Services resources. 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.

', 'CreateDocumentRequest$Tags' => '

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an SSM document to identify the types of targets or the environment where it will run. In this case, you could specify the following key-value pairs:

To add tags to an existing SSM document, use the AddTagsToResource operation.

', 'CreateMaintenanceWindowRequest$Tags' => '

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a maintenance window to identify the type of tasks it will run, the types of targets, and the environment it will run in. In this case, you could specify the following key-value pairs:

To add tags to an existing maintenance window, use the AddTagsToResource operation.

', 'CreateOpsItemRequest$Tags' => '

Optional metadata that you assign to a resource.

Tags use a key-value pair. For example:

Key=Department,Value=Finance

To add tags to a new OpsItem, a user must have IAM permissions for both the ssm:CreateOpsItems operation and the ssm:AddTagsToResource operation. To add tags to an existing OpsItem, use the AddTagsToResource operation.

', 'CreateOpsMetadataRequest$Tags' => '

Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

', 'CreatePatchBaselineRequest$Tags' => '

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to. In this case, you could specify the following key-value pairs:

To add tags to an existing patch baseline, use the AddTagsToResource operation.

', 'DocumentDescription$Tags' => '

The tags, or metadata, that have been applied to the document.

', 'DocumentIdentifier$Tags' => '

The tags, or metadata, that have been applied to the document.

', 'ListTagsForResourceResult$TagList' => '

A list of tags.

', 'PutParameterRequest$Tags' => '

Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a Systems Manager parameter to identify the type of resource to which it applies, the environment, or the type of configuration data referenced by the parameter. In this case, you could specify the following key-value pairs:

To add tags to an existing Systems Manager parameter, use the AddTagsToResource operation.

', 'StartAutomationExecutionRequest$Tags' => '

Optional metadata that you assign to a resource. You can specify a maximum of five tags for an automation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an automation to identify an environment or operating system. In this case, you could specify the following key-value pairs:

To add tags to an existing automation, use the AddTagsToResource operation.

', 'StartChangeRequestExecutionRequest$Tags' => '

Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a change request to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

', ], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

The value of the tag.

', ], ], 'Target' => [ 'base' => '

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 example:

For more information about how to send commands that target managed nodes using Key,Value parameters, see Targeting multiple instances in the Amazon Web Services Systems Manager User Guide.

', 'refs' => [ 'Targets$member' => NULL, ], ], 'TargetCount' => [ 'base' => NULL, 'refs' => [ 'Command$TargetCount' => '

The number of targets for the command.

', ], ], 'TargetInUseException' => [ 'base' => '

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

', 'refs' => [], ], 'TargetKey' => [ 'base' => NULL, 'refs' => [ 'Target$Key' => '

User-defined criteria for sending commands that target managed nodes that meet the criteria.

', ], ], 'TargetLocation' => [ 'base' => '

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

', 'refs' => [ 'StepExecution$TargetLocation' => '

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

', 'TargetLocations$member' => NULL, ], ], 'TargetLocations' => [ 'base' => NULL, 'refs' => [ 'AssociationDescription$TargetLocations' => '

The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association.

', 'AssociationVersionInfo$TargetLocations' => '

The combination of Amazon Web Services Regions and Amazon Web Services accounts where you wanted to run the association when this association version was created.

', 'AutomationExecution$TargetLocations' => '

The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.

', 'CreateAssociationBatchRequestEntry$TargetLocations' => '

Use this action to create an association in multiple Regions and multiple accounts.

', 'CreateAssociationRequest$TargetLocations' => '

A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association. Use this action to create an association in multiple Regions and multiple accounts.

', 'Runbook$TargetLocations' => '

Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.

', 'StartAutomationExecutionRequest$TargetLocations' => '

A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the automation. Use this operation to start an automation in multiple Amazon Web Services Regions and multiple Amazon Web Services accounts. For more information, see Running Automation workflows in multiple Amazon Web Services Regions and Amazon Web Services accounts in the Amazon Web Services Systems Manager User Guide.

', 'UpdateAssociationRequest$TargetLocations' => '

A location is a combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the association. Use this action to update an association in multiple Regions and multiple accounts.

', ], ], 'TargetMap' => [ 'base' => NULL, 'refs' => [ 'TargetMaps$member' => NULL, ], ], 'TargetMapKey' => [ 'base' => NULL, 'refs' => [ 'TargetMap$key' => NULL, ], ], 'TargetMapValue' => [ 'base' => NULL, 'refs' => [ 'TargetMapValueList$member' => NULL, ], ], 'TargetMapValueList' => [ 'base' => NULL, 'refs' => [ 'TargetMap$value' => NULL, ], ], 'TargetMaps' => [ 'base' => NULL, 'refs' => [ 'Association$TargetMaps' => '

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can\'t be specified together.

', 'AssociationDescription$TargetMaps' => '

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can\'t be specified together.

', 'AssociationVersionInfo$TargetMaps' => '

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can\'t be specified together.

', 'AutomationExecution$TargetMaps' => '

The specified key-value mapping of document parameters to target resources.

', 'AutomationExecutionMetadata$TargetMaps' => '

The specified key-value mapping of document parameters to target resources.

', 'CreateAssociationBatchRequestEntry$TargetMaps' => '

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can\'t be specified together.

', 'CreateAssociationRequest$TargetMaps' => '

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can\'t be specified together.

', 'Runbook$TargetMaps' => '

A key-value mapping of runbook parameters to target resources. Both Targets and TargetMaps can\'t be specified together.

', 'StartAutomationExecutionRequest$TargetMaps' => '

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can\'t be specified together.

', 'UpdateAssociationRequest$TargetMaps' => '

A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can\'t be specified together.

', ], ], 'TargetNotConnected' => [ 'base' => '

The specified target managed node for the session isn\'t fully configured for use with Session Manager. For more information, see Getting started with 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

', 'refs' => [], ], 'TargetParameterList' => [ 'base' => NULL, 'refs' => [ 'ResolvedTargets$ParameterValues' => '

A list of parameter values sent to targets that resolved during the Automation execution.

', ], ], 'TargetType' => [ 'base' => NULL, 'refs' => [ 'CreateDocumentRequest$TargetType' => '

Specify a target type to define the kinds of resources the document can run on. For example, to run a document on EC2 instances, specify the following value: /AWS::EC2::Instance. If you specify a value of \'/\' the document can run on all types of resources. If you don\'t specify a value, the document can\'t run on any resources. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

', 'DocumentDescription$TargetType' => '

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

', 'DocumentIdentifier$TargetType' => '

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

', 'UpdateDocumentRequest$TargetType' => '

Specify a new target type for the document.

', ], ], 'TargetValue' => [ 'base' => NULL, 'refs' => [ 'TargetValues$member' => NULL, ], ], 'TargetValues' => [ 'base' => NULL, 'refs' => [ 'Target$Values' => '

User-defined criteria that maps to Key. For example, if you specified tag:ServerRole, you could specify value:WebServer to run a command on instances that include EC2 tags of ServerRole,WebServer.

Depending on the type of target, the maximum number of values for a key might be lower than the global maximum of 50.

', ], ], 'Targets' => [ 'base' => NULL, 'refs' => [ 'Association$Targets' => '

The managed nodes targeted by the request to create an association. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *.

', 'AssociationDescription$Targets' => '

The managed nodes targeted by the request.

', 'AssociationVersionInfo$Targets' => '

The targets specified for the association when the association version was created.

', 'AutomationExecution$Targets' => '

The specified targets.

', 'AutomationExecutionMetadata$Targets' => '

The targets defined by the user when starting the automation.

', 'Command$Targets' => '

An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Targets is required if you don\'t provide one or more managed node IDs in the call.

', 'CreateAssociationBatchRequestEntry$Targets' => '

The managed nodes targeted by the request.

', 'CreateAssociationRequest$Targets' => '

The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all managed nodes in an Amazon Web Services account by specifying the InstanceIds key with a value of *. For more information about choosing targets for an association, see Using targets and rate controls with State Manager associations in the Amazon Web Services Systems Manager User Guide.

', 'DescribeMaintenanceWindowScheduleRequest$Targets' => '

The managed node ID or key-value pair to retrieve information about.

', 'DescribeMaintenanceWindowsForTargetRequest$Targets' => '

The managed node ID or key-value pair to retrieve information about.

', 'GetMaintenanceWindowTaskResult$Targets' => '

The targets where the task should run.

', 'MaintenanceWindowTarget$Targets' => '

The targets, either managed nodes or tags.

Specify managed nodes using the following format:

Key=instanceids,Values=<instanceid1>,<instanceid2>

Tags are specified using the following format:

Key=<tag name>,Values=<tag value>.

', 'MaintenanceWindowTask$Targets' => '

The targets (either managed nodes or tags). Managed nodes are specified using Key=instanceids,Values=<instanceid1>,<instanceid2>. Tags are specified using Key=<tag name>,Values=<tag value>.

', 'RegisterTargetWithMaintenanceWindowRequest$Targets' => '

The targets to register with the maintenance window. In other words, the managed nodes to run commands on when the maintenance window runs.

If a single maintenance window task is registered with multiple targets, its task invocations occur sequentially and not in parallel. If your task must run on multiple targets at the same time, register a task for each target individually and assign each task the same priority level.

You can specify targets using managed node IDs, resource group names, or tags that have been applied to managed nodes.

Example 1: Specify managed node IDs

Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>,<instance-id-3>

Example 2: Use tag key-pairs applied to managed nodes

Key=tag:<my-tag-key>,Values=<my-tag-value-1>,<my-tag-value-2>

Example 3: Use tag-keys applied to managed nodes

Key=tag-key,Values=<my-tag-key-1>,<my-tag-key-2>

Example 4: Use resource group names

Key=resource-groups:Name,Values=<resource-group-name>

Example 5: Use filters for resource group types

Key=resource-groups:ResourceTypeFilters,Values=<resource-type-1>,<resource-type-2>

For Key=resource-groups:ResourceTypeFilters, specify resource types in the following format

Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC

For more information about these examples formats, including the best use case for each one, see Examples: Register targets with a maintenance window in the Amazon Web Services Systems Manager User Guide.

', 'RegisterTaskWithMaintenanceWindowRequest$Targets' => '

The targets (either managed nodes or maintenance window targets).

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.

Specify managed nodes using the following format:

Key=InstanceIds,Values=<instance-id-1>,<instance-id-2>

Specify maintenance window targets using the following format:

Key=WindowTargetIds,Values=<window-target-id-1>,<window-target-id-2>

', 'Runbook$Targets' => '

A key-value mapping to target resources that the runbook operation performs tasks on. Required if you specify TargetParameterName.

', 'SendCommandRequest$Targets' => '

An array of search criteria that targets managed nodes using a Key,Value combination that you specify. Specifying targets is most useful when you want to send a command to a large number of managed nodes at once. Using Targets, which accepts tag key-value pairs to identify managed nodes, you can send a command to tens, hundreds, or thousands of nodes at once.

To send a command to a smaller number of managed nodes, you can use the InstanceIds option instead.

For more information about how to use targets, see Sending commands to a fleet in the Amazon Web Services Systems Manager User Guide.

', 'StartAutomationExecutionRequest$Targets' => '

A key-value mapping to target resources. Required if you specify TargetParameterName.

', 'StepExecution$Targets' => '

The targets for the step execution.

', 'UpdateAssociationRequest$Targets' => '

The targets of the association.

', 'UpdateMaintenanceWindowTargetRequest$Targets' => '

The targets to add or replace.

', 'UpdateMaintenanceWindowTargetResult$Targets' => '

The updated targets.

', 'UpdateMaintenanceWindowTaskRequest$Targets' => '

The targets (either managed nodes or tags) to modify. Managed nodes are specified using the format Key=instanceids,Values=instanceID_1,instanceID_2. Tags are specified using the format Key=tag_name,Values=tag_value.

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.

', 'UpdateMaintenanceWindowTaskResult$Targets' => '

The updated target values.

', ], ], 'TerminateSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'TerminateSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'TimeoutSeconds' => [ 'base' => NULL, 'refs' => [ 'Command$TimeoutSeconds' => '

The TimeoutSeconds value specified for a command.

', 'MaintenanceWindowRunCommandParameters$TimeoutSeconds' => '

If this time is reached and the command hasn\'t already started running, it doesn\'t run.

', 'SendCommandRequest$TimeoutSeconds' => '

If this time is reached and the command hasn\'t already started running, it won\'t run.

', ], ], 'TokenValue' => [ 'base' => NULL, 'refs' => [ 'ResumeSessionResponse$TokenValue' => '

An encrypted token value containing session and caller information. Used to authenticate the connection to the managed node.

', 'StartSessionResponse$TokenValue' => '

An encrypted token value containing session and caller information. This token is used to authenticate the connection to the managed node, and is valid only long enough to ensure the connection is successful. Never share your session\'s token.

', ], ], 'TooManyTagsError' => [ 'base' => '

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

', 'refs' => [], ], 'TooManyUpdates' => [ 'base' => '

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

', 'refs' => [], ], 'TotalCount' => [ 'base' => NULL, 'refs' => [ 'InventoryDeletionSummary$TotalCount' => '

The total number of items to delete. This count doesn\'t change during the delete operation.

', ], ], 'TotalSizeLimitExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'UUID' => [ 'base' => NULL, 'refs' => [ 'DeleteInventoryRequest$ClientToken' => '

User-provided idempotency token.

', 'DeleteInventoryResult$DeletionId' => '

Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other operations.

', 'DescribeInventoryDeletionsRequest$DeletionId' => '

Specify the delete inventory ID for which you want information. This ID was returned by the DeleteInventory operation.

', 'InventoryDeletionStatusItem$DeletionId' => '

The deletion ID returned by the DeleteInventory operation.

', ], ], 'UnlabelParameterVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UnlabelParameterVersionResult' => [ 'base' => NULL, 'refs' => [], ], 'UnsupportedCalendarException' => [ 'base' => '

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

', 'refs' => [], ], 'UnsupportedFeatureRequiredException' => [ 'base' => '

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 Enabling the advanced-instances tier in the Amazon Web Services Systems Manager User Guide.

', 'refs' => [], ], 'UnsupportedInventoryItemContextException' => [ 'base' => '

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.

', 'refs' => [], ], 'UnsupportedInventorySchemaVersionException' => [ 'base' => '

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.

', 'refs' => [], ], 'UnsupportedOperatingSystem' => [ 'base' => '

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

', 'refs' => [], ], 'UnsupportedParameterType' => [ 'base' => '

The parameter type isn\'t supported.

', 'refs' => [], ], 'UnsupportedPlatformType' => [ 'base' => '

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

', 'refs' => [], ], 'UpdateAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAssociationStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAssociationStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDocumentDefaultVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDocumentDefaultVersionResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDocumentMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDocumentMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDocumentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDocumentResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMaintenanceWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMaintenanceWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMaintenanceWindowTargetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMaintenanceWindowTargetResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMaintenanceWindowTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMaintenanceWindowTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateManagedInstanceRoleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateManagedInstanceRoleResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateOpsItemRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateOpsItemResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateOpsMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateOpsMetadataResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePatchBaselineRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePatchBaselineResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResourceDataSyncRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResourceDataSyncResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServiceSettingRequest' => [ 'base' => '

The request body of the UpdateServiceSetting API operation.

', 'refs' => [], ], 'UpdateServiceSettingResult' => [ 'base' => '

The result body of the UpdateServiceSetting API operation.

', 'refs' => [], ], 'Url' => [ 'base' => NULL, 'refs' => [ 'CommandInvocation$StandardOutputUrl' => '

The URL to the plugin\'s StdOut file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command. For an invocation, StandardOutputUrl is populated if there is just one plugin defined for the command, and the S3 bucket was defined for the command.

', 'CommandInvocation$StandardErrorUrl' => '

The URL to the plugin\'s StdErr file in Amazon Simple Storage Service (Amazon S3), if the S3 bucket was defined for the parent command. For an invocation, StandardErrorUrl is populated if there is just one plugin defined for the command, and the S3 bucket was defined for the command.

', 'CommandPlugin$StandardOutputUrl' => '

The URL for the complete text written by the plugin to stdout in Amazon S3. If the S3 bucket for the command wasn\'t specified, then this string is empty.

', 'CommandPlugin$StandardErrorUrl' => '

The URL for the complete text written by the plugin to stderr. If execution isn\'t yet complete, then this string is empty.

', 'GetCommandInvocationResult$StandardOutputUrl' => '

The URL for the complete text written by the plugin to stdout in Amazon Simple Storage Service (Amazon S3). If an S3 bucket wasn\'t specified, then this string is empty.

', 'GetCommandInvocationResult$StandardErrorUrl' => '

The URL for the complete text written by the plugin to stderr. If the command hasn\'t finished running, then this string is empty.

', 'S3OutputUrl$OutputUrl' => '

A URL for an S3 bucket where you want to store the results of this request.

', ], ], 'ValidNextStep' => [ 'base' => NULL, 'refs' => [ 'ValidNextStepList$member' => NULL, ], ], 'ValidNextStepList' => [ 'base' => NULL, 'refs' => [ 'StepExecution$ValidNextSteps' => '

Strategies used when step fails, we support Continue and Abort. Abort will fail the automation when the step fails. Continue will ignore the failure of current step and allow automation to run the next step. With conditional branching, we add step:stepName to support the automation to go to another specific step.

', ], ], 'Version' => [ 'base' => NULL, 'refs' => [ 'InstanceInformation$AgentVersion' => '

The version of SSM Agent running on your Linux managed node.

', ], ], ],];