From 5cef277ca6216b7fd8e392c6f211b4f7eca7dccb Mon Sep 17 00:00:00 2001 From: AWS <> Date: Fri, 22 Jan 2021 19:12:41 +0000 Subject: [PATCH] Amazon Simple Systems Manager (SSM) Update: Documentation updates for the ListDocumentFilters API action. --- .../feature-AmazonSimpleSystemsManagerSSM-e555db5.json | 6 ++++++ .../ssm/src/main/resources/codegen-resources/service-2.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/next-release/feature-AmazonSimpleSystemsManagerSSM-e555db5.json diff --git a/.changes/next-release/feature-AmazonSimpleSystemsManagerSSM-e555db5.json b/.changes/next-release/feature-AmazonSimpleSystemsManagerSSM-e555db5.json new file mode 100644 index 000000000000..6ff11631819e --- /dev/null +++ b/.changes/next-release/feature-AmazonSimpleSystemsManagerSSM-e555db5.json @@ -0,0 +1,6 @@ +{ + "type": "feature", + "category": "Amazon Simple Systems Manager (SSM)", + "contributor": "", + "description": "Documentation updates for the ListDocumentFilters API action." +} diff --git a/services/ssm/src/main/resources/codegen-resources/service-2.json b/services/ssm/src/main/resources/codegen-resources/service-2.json index 442ef424e86a..682894ca4e17 100644 --- a/services/ssm/src/main/resources/codegen-resources/service-2.json +++ b/services/ssm/src/main/resources/codegen-resources/service-2.json @@ -9614,7 +9614,7 @@ }, "Filters":{ "shape":"DocumentKeyValuesFilterList", - "documentation":"

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.

" + "documentation":"

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 action only supports filtering documents by using a single tag key and one or more tag values. For example: Key=tag:tagName,Values=valueName1,valueName2

" }, "MaxResults":{ "shape":"MaxResults", @@ -14445,7 +14445,7 @@ }, "TargetLocationMaxErrors":{ "shape":"MaxErrors", - "documentation":"

The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.

", + "documentation":"

The maximum number of errors allowed before the system stops queueing additional Automation executions for the currently running Automation.

", "box":true }, "ExecutionRoleName":{