Skip to content

Commit 36e7d24

Browse files
author
AWS
committed
AWS Systems Manager Incident Manager Contacts Update: Added SDK examples for SSM-Contacts.
1 parent 2d9b21b commit 36e7d24

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
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": "AWS Systems Manager Incident Manager Contacts",
4+
"contributor": "",
5+
"description": "Added SDK examples for SSM-Contacts."
6+
}

services/ssmcontacts/src/main/resources/codegen-resources/service-2.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
{"shape":"ThrottlingException"},
379379
{"shape":"ValidationException"}
380380
],
381-
"documentation":"<p>Sends an activation code to a contact channel. The contact can use this code to activate the contact channel in the console or with the <code>ActivateChannel</code> action. Incident Manager can't engage a contact channel until it has been activated.</p>"
381+
"documentation":"<p>Sends an activation code to a contact channel. The contact can use this code to activate the contact channel in the console or with the <code>ActivateChannel</code> operation. Incident Manager can't engage a contact channel until it has been activated.</p>"
382382
},
383383
"StartEngagement":{
384384
"name":"StartEngagement",
@@ -555,7 +555,7 @@
555555
"members":{
556556
"Message":{"shape":"String"}
557557
},
558-
"documentation":"<p>You don't have sufficient access to perform this action.</p>",
558+
"documentation":"<p>You don't have sufficient access to perform this operation.</p>",
559559
"exception":true
560560
},
561561
"ActivateContactChannelRequest":{
@@ -801,7 +801,7 @@
801801
},
802802
"IdempotencyToken":{
803803
"shape":"IdempotencyToken",
804-
"documentation":"<p>A token ensuring that the action is called only once with the specified details.</p>",
804+
"documentation":"<p>A token ensuring that the operation is called only once with the specified details.</p>",
805805
"idempotencyToken":true
806806
}
807807
}
@@ -812,7 +812,7 @@
812812
"members":{
813813
"ContactChannelArn":{
814814
"shape":"SsmContactsArn",
815-
"documentation":"<p>The ARN of the contact channel.</p>"
815+
"documentation":"<p>The Amazon Resource Name (ARN) of the contact channel.</p>"
816816
}
817817
}
818818
},
@@ -846,7 +846,7 @@
846846
},
847847
"IdempotencyToken":{
848848
"shape":"IdempotencyToken",
849-
"documentation":"<p>A token ensuring that the action is called only once with the specified details.</p>",
849+
"documentation":"<p>A token ensuring that the operation is called only once with the specified details.</p>",
850850
"idempotencyToken":true
851851
}
852852
}
@@ -867,7 +867,7 @@
867867
"members":{
868868
"Message":{"shape":"String"}
869869
},
870-
"documentation":"<p>The action failed to due an encryption key error.</p>",
870+
"documentation":"<p>The operation failed to due an encryption key error.</p>",
871871
"exception":true
872872
},
873873
"DateTime":{"type":"timestamp"},
@@ -1756,7 +1756,7 @@
17561756
},
17571757
"IdempotencyToken":{
17581758
"shape":"IdempotencyToken",
1759-
"documentation":"<p>A token ensuring that the action is called only once with the specified details.</p>",
1759+
"documentation":"<p>A token ensuring that the operation is called only once with the specified details.</p>",
17601760
"idempotencyToken":true
17611761
}
17621762
}
@@ -1874,7 +1874,7 @@
18741874
"documentation":"<p>Information about the contact that Incident Manager is engaging.</p>"
18751875
}
18761876
},
1877-
"documentation":"<p>The contact or contact channel that is being engaged.</p>"
1877+
"documentation":"<p>The contact or contact channel that's being engaged.</p>"
18781878
},
18791879
"TargetsList":{
18801880
"type":"list",
@@ -1947,7 +1947,7 @@
19471947
},
19481948
"Name":{
19491949
"shape":"ChannelName",
1950-
"documentation":"<p>The name of the contact channel</p>"
1950+
"documentation":"<p>The name of the contact channel.</p>"
19511951
},
19521952
"DeliveryAddress":{
19531953
"shape":"ContactChannelAddress",
@@ -1997,7 +1997,7 @@
19971997
"documentation":"The fields that caused the error"
19981998
}
19991999
},
2000-
"documentation":"<p>The input fails to satisfy the constraints specified by an AWS service.</p>",
2000+
"documentation":"<p>The input fails to satisfy the constraints specified by an Amazon Web Services service.</p>",
20012001
"exception":true
20022002
},
20032003
"ValidationExceptionField":{
@@ -2032,5 +2032,5 @@
20322032
]
20332033
}
20342034
},
2035-
"documentation":"<p>AWS Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their AWS-hosted applications. An incident is any unplanned interruption or reduction in quality of services. </p> <p>Incident Manager increases incident resolution by notifying responders of impact, highlighting relevant troubleshooting data, and providing collaboration tools to get services back up and running. To achieve the primary goal of reducing the time-to-resolution of critical incidents, Incident Manager automates response plans and enables responder team escalation. </p>"
2035+
"documentation":"<p>Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An incident is any unplanned interruption or reduction in quality of services. </p> <p>Incident Manager increases incident resolution by notifying responders of impact, highlighting relevant troubleshooting data, and providing collaboration tools to get services back up and running. To achieve the primary goal of reducing the time-to-resolution of critical incidents, Incident Manager automates response plans and enables responder team escalation. </p>"
20362036
}

0 commit comments

Comments
 (0)