

# TLEData


Two-line element set (TLE) data.

## Contents


 ** tleLine1 **   <a name="groundstation-Type-TLEData-tleLine1"></a>
First line of two-line element set (TLE) data.  
Type: String  
Length Constraints: Fixed length of 69.  
Pattern: `1 [ 0-9]{5}[A-Z] [ 0-9]{5}[ A-Z]{3} [ 0-9]{5}[.][ 0-9]{8} (?:(?:[ 0+-][.][ 0-9]{8})|(?: [ +-][.][ 0-9]{7})) [ +-][ 0-9]{5}[+-][ 0-9] [ +-][ 0-9]{5}[+-][ 0-9] [ 0-9] [ 0-9]{4}[ 0-9]`   
Required: Yes

 ** tleLine2 **   <a name="groundstation-Type-TLEData-tleLine2"></a>
Second line of two-line element set (TLE) data.  
Type: String  
Length Constraints: Fixed length of 69.  
Pattern: `2 [ 0-9]{5} [ 0-9]{3}[.][ 0-9]{4} [ 0-9]{3}[.][ 0-9]{4} [ 0-9]{7} [ 0-9]{3}[.][ 0-9]{4} [ 0-9]{3}[.][ 0-9]{4} [ 0-9]{2}[.][ 0-9]{13}[ 0-9]`   
Required: Yes

 ** validTimeRange **   <a name="groundstation-Type-TLEData-validTimeRange"></a>
The valid time range for the TLE. Time ranges must be continuous without gaps or overlaps.  
Type: [TimeRange](API_TimeRange.md) object  
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/groundstation-2019-05-23/TLEData) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/groundstation-2019-05-23/TLEData) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/groundstation-2019-05-23/TLEData) 