@@ -49,11 +49,11 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
49
49
* // prePassStartTime: new Date("TIMESTAMP"),
50
50
* // postPassEndTime: new Date("TIMESTAMP"),
51
51
* // groundStation: "STRING_VALUE",
52
- * // contactStatus: "STRING_VALUE ",
52
+ * // contactStatus: "SCHEDULING" || "FAILED_TO_SCHEDULE" || "SCHEDULED" || "CANCELLED" || "AWS_CANCELLED" || "PREPASS" || "PASS" || "POSTPASS" || "COMPLETED" || "FAILED" || "AVAILABLE" || "CANCELLING" || "AWS_FAILED ",
53
53
* // errorMessage: "STRING_VALUE",
54
54
* // maximumElevation: { // Elevation
55
55
* // value: Number("double"), // required
56
- * // unit: "STRING_VALUE ", // required
56
+ * // unit: "DEGREE_ANGLE" || "RADIAN ", // required
57
57
* // },
58
58
* // tags: { // TagsMap
59
59
* // "<keys>": "STRING_VALUE",
@@ -62,7 +62,7 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
62
62
* // dataflowList: [ // DataflowList
63
63
* // { // DataflowDetail
64
64
* // source: { // Source
65
- * // configType: "STRING_VALUE ",
65
+ * // configType: "antenna-downlink" || "antenna-downlink-demod-decode" || "tracking" || "dataflow-endpoint" || "antenna-uplink" || "uplink-echo" || "s3-recording ",
66
66
* // configId: "STRING_VALUE",
67
67
* // configDetails: { // ConfigDetails Union: only one key present
68
68
* // endpointDetails: { // EndpointDetails
@@ -81,7 +81,7 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
81
81
* // name: "STRING_VALUE", // required
82
82
* // port: Number("int"), // required
83
83
* // },
84
- * // status: "STRING_VALUE ",
84
+ * // status: "created" || "creating" || "deleted" || "deleting" || "failed ",
85
85
* // mtu: Number("int"),
86
86
* // },
87
87
* // awsGroundStationAgentEndpoint: { // AwsGroundStationAgentEndpoint
@@ -103,12 +103,12 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
103
103
* // },
104
104
* // mtu: Number("int"),
105
105
* // },
106
- * // agentStatus: "STRING_VALUE ",
107
- * // auditResults: "STRING_VALUE ",
106
+ * // agentStatus: "SUCCESS" || "FAILED" || "ACTIVE" || "INACTIVE ",
107
+ * // auditResults: "HEALTHY" || "UNHEALTHY ",
108
108
* // },
109
- * // healthStatus: "STRING_VALUE ",
109
+ * // healthStatus: "HEALTHY" || "UNHEALTHY ",
110
110
* // healthReasons: [ // CapabilityHealthReasonList
111
- * // "STRING_VALUE ",
111
+ * // "NO_REGISTERED_AGENT" || "INVALID_IP_OWNERSHIP" || "NOT_AUTHORIZED_TO_CREATE_SLR" || "UNVERIFIED_IP_OWNERSHIP" || "INITIALIZING_DATAPLANE" || "DATAPLANE_FAILURE" || "HEALTHY ",
112
112
* // ],
113
113
* // },
114
114
* // antennaDemodDecodeDetails: { // AntennaDemodDecodeDetails
@@ -122,7 +122,7 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
122
122
* // dataflowSourceRegion: "STRING_VALUE",
123
123
* // },
124
124
* // destination: { // Destination
125
- * // configType: "STRING_VALUE ",
125
+ * // configType: "antenna-downlink" || "antenna-downlink-demod-decode" || "tracking" || "dataflow-endpoint" || "antenna-uplink" || "uplink-echo" || "s3-recording ",
126
126
* // configId: "STRING_VALUE",
127
127
* // configDetails: {// Union: only one key present
128
128
* // endpointDetails: {
@@ -141,7 +141,7 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
141
141
* // name: "STRING_VALUE", // required
142
142
* // port: Number("int"), // required
143
143
* // },
144
- * // status: "STRING_VALUE ",
144
+ * // status: "created" || "creating" || "deleted" || "deleting" || "failed ",
145
145
* // mtu: Number("int"),
146
146
* // },
147
147
* // awsGroundStationAgentEndpoint: {
@@ -163,12 +163,12 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
163
163
* // },
164
164
* // mtu: Number("int"),
165
165
* // },
166
- * // agentStatus: "STRING_VALUE ",
167
- * // auditResults: "STRING_VALUE ",
166
+ * // agentStatus: "SUCCESS" || "FAILED" || "ACTIVE" || "INACTIVE ",
167
+ * // auditResults: "HEALTHY" || "UNHEALTHY ",
168
168
* // },
169
- * // healthStatus: "STRING_VALUE ",
169
+ * // healthStatus: "HEALTHY" || "UNHEALTHY ",
170
170
* // healthReasons: [
171
- * // "STRING_VALUE ",
171
+ * // "NO_REGISTERED_AGENT" || "INVALID_IP_OWNERSHIP" || "NOT_AUTHORIZED_TO_CREATE_SLR" || "UNVERIFIED_IP_OWNERSHIP" || "INITIALIZING_DATAPLANE" || "DATAPLANE_FAILURE" || "HEALTHY ",
172
172
* // ],
173
173
* // },
174
174
* // antennaDemodDecodeDetails: {
0 commit comments