Skip to content

Commit 2ab6d50

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: Added support for providing high-level overviews of managed nodes and previewing the potential impact of a runbook execution.
1 parent 1cbbea4 commit 2ab6d50

File tree

3 files changed

+669
-13
lines changed

3 files changed

+669
-13
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Systems Manager (SSM)",
4+
"contributor": "",
5+
"description": "Added support for providing high-level overviews of managed nodes and previewing the potential impact of a runbook execution."
6+
}

services/ssm/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,18 @@
255255
"output_token": "NextToken",
256256
"result_key": "DocumentIdentifiers"
257257
},
258+
"ListNodes": {
259+
"input_token": "NextToken",
260+
"limit_key": "MaxResults",
261+
"output_token": "NextToken",
262+
"result_key": "Nodes"
263+
},
264+
"ListNodesSummary": {
265+
"input_token": "NextToken",
266+
"limit_key": "MaxResults",
267+
"output_token": "NextToken",
268+
"result_key": "Summary"
269+
},
258270
"ListOpsItemEvents": {
259271
"input_token": "NextToken",
260272
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)