Skip to content

Commit

Permalink
Amazon Simple Systems Manager (SSM) Update: Documentation updates for…
Browse files Browse the repository at this point in the history
… the ListDocumentFilters API action.
  • Loading branch information
AWS committed Jan 22, 2021
1 parent f5641cc commit 5cef277
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Simple Systems Manager (SSM)",
"contributor": "",
"description": "Documentation updates for the ListDocumentFilters API action."
}
Original file line number Diff line number Diff line change
Expand Up @@ -9614,7 +9614,7 @@
},
"Filters":{
"shape":"DocumentKeyValuesFilterList",
"documentation":"<p>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 <code>Owner</code>, <code>Name</code>, <code>PlatformTypes</code>, <code>DocumentType</code>, and <code>TargetType</code>. For example, to return documents you own use <code>Key=Owner,Values=Self</code>. To specify a custom key-value pair, use the format <code>Key=tag:tagName,Values=valueName</code>.</p>"
"documentation":"<p>One or more <code>DocumentKeyValuesFilter</code> 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 <code>Owner</code>, <code>Name</code>, <code>PlatformTypes</code>, <code>DocumentType</code>, and <code>TargetType</code>. For example, to return documents you own use <code>Key=Owner,Values=Self</code>. To specify a custom key-value pair, use the format <code>Key=tag:tagName,Values=valueName</code>.</p> <note> <p>This API action only supports filtering documents by using a single tag key and one or more tag values. For example: <code>Key=tag:tagName,Values=valueName1,valueName2</code> </p> </note>"
},
"MaxResults":{
"shape":"MaxResults",
Expand Down Expand Up @@ -14445,7 +14445,7 @@
},
"TargetLocationMaxErrors":{
"shape":"MaxErrors",
"documentation":"<p>The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation. </p>",
"documentation":"<p>The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.</p>",
"box":true
},
"ExecutionRoleName":{
Expand Down

0 comments on commit 5cef277

Please sign in to comment.