Skip to content

Commit

Permalink
Amazon Simple Systems Manager (SSM) Update: This release adds new API…
Browse files Browse the repository at this point in the history
…s to associate, disassociate and list related items in SSM OpsCenter; and this release adds DisplayName as a version-level attribute for SSM Documents and introduces two new document types: ProblemAnalysis, ProblemAnalysisTemplate.
  • Loading branch information
AWS committed May 10, 2021
1 parent eaa9ba4 commit 62b7dce
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 6 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": "This release adds new APIs to associate, disassociate and list related items in SSM OpsCenter; and this release adds DisplayName as a version-level attribute for SSM Documents and introduces two new document types: ProblemAnalysis, ProblemAnalysisTemplate."
}
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@
"output_token": "NextToken",
"result_key": "Summaries"
},
"ListOpsItemRelatedItems": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Summaries"
},
"ListOpsMetadata": {
"input_token": "NextToken",
"limit_key": "MaxResults",
Expand Down

0 comments on commit 62b7dce

Please sign in to comment.