Skip to content

Commit a0bfdd8

Browse files
author
AWS
committed
AWS Ground Station Update: This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses.
1 parent 5749691 commit a0bfdd8

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Ground Station",
4+
"contributor": "",
5+
"description": "This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses."
6+
}

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

+20-4
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,14 @@
10511051
"tags":{
10521052
"shape":"TagsMap",
10531053
"documentation":"<p>Tags assigned to a contact.</p>"
1054+
},
1055+
"visibilityEndTime":{
1056+
"shape":"Timestamp",
1057+
"documentation":"<p> Projected time in UTC your satellite will set below the <a href=\"https://docs.aws.amazon.com/ground-station/latest/ug/site-masks.html\">receive mask</a>. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. <i>This field is not present for contacts with a <code>SCHEDULING</code> or <code>SCHEDULED</code> status.</i> </p>"
1058+
},
1059+
"visibilityStartTime":{
1060+
"shape":"Timestamp",
1061+
"documentation":"<p> Projected time in UTC your satellite will rise above the <a href=\"https://docs.aws.amazon.com/ground-station/latest/ug/site-masks.html\">receive mask</a>. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. <i>This field is not present for contacts with a <code>SCHEDULING</code> or <code>SCHEDULED</code> status.</i> </p>"
10541062
}
10551063
},
10561064
"documentation":"<p>Data describing a contact.</p>"
@@ -1184,11 +1192,11 @@
11841192
"members":{
11851193
"contactPostPassDurationSeconds":{
11861194
"shape":"DurationInSeconds",
1187-
"documentation":"<p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>"
1195+
"documentation":"<p>Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.</p>"
11881196
},
11891197
"contactPrePassDurationSeconds":{
11901198
"shape":"DurationInSeconds",
1191-
"documentation":"<p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>"
1199+
"documentation":"<p>Amount of time prior to contact start you’d like to receive a Ground Station Contact State Change event indicating an upcoming pass.</p>"
11921200
},
11931201
"dataflowEdges":{
11941202
"shape":"DataflowEdgeList",
@@ -1508,6 +1516,14 @@
15081516
"tags":{
15091517
"shape":"TagsMap",
15101518
"documentation":"<p>Tags assigned to a contact.</p>"
1519+
},
1520+
"visibilityEndTime":{
1521+
"shape":"Timestamp",
1522+
"documentation":"<p> Projected time in UTC your satellite will set below the <a href=\"https://docs.aws.amazon.com/ground-station/latest/ug/site-masks.html\">receive mask</a>. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. </p>"
1523+
},
1524+
"visibilityStartTime":{
1525+
"shape":"Timestamp",
1526+
"documentation":"<p> Projected time in UTC your satellite will rise above the <a href=\"https://docs.aws.amazon.com/ground-station/latest/ug/site-masks.html\">receive mask</a>. This time is based on the satellite's current active ephemeris for future contacts and the ephemeris that was active during contact execution for completed contacts. </p>"
15111527
}
15121528
},
15131529
"documentation":"<p/>"
@@ -3297,11 +3313,11 @@
32973313
"members":{
32983314
"contactPostPassDurationSeconds":{
32993315
"shape":"DurationInSeconds",
3300-
"documentation":"<p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>"
3316+
"documentation":"<p>Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.</p>"
33013317
},
33023318
"contactPrePassDurationSeconds":{
33033319
"shape":"DurationInSeconds",
3304-
"documentation":"<p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>"
3320+
"documentation":"<p>Amount of time after a contact ends that you’d like to receive a Ground Station Contact State Change event indicating the pass has finished.</p>"
33053321
},
33063322
"dataflowEdges":{
33073323
"shape":"DataflowEdgeList",

0 commit comments

Comments
 (0)