Skip to content

Commit c3465d2

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: Add SSM DescribeInstanceProperties API to public AWS SDK.
1 parent b2cadb9 commit c3465d2

File tree

3 files changed

+325
-7
lines changed

3 files changed

+325
-7
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": "Add SSM DescribeInstanceProperties API to public AWS SDK."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
"output_token": "NextToken",
7979
"result_key": "Patches"
8080
},
81+
"DescribeInstanceProperties": {
82+
"input_token": "NextToken",
83+
"limit_key": "MaxResults",
84+
"output_token": "NextToken",
85+
"result_key": "InstanceProperties"
86+
},
8187
"DescribeInventoryDeletions": {
8288
"input_token": "NextToken",
8389
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)