aws-sdk-groundstation 1.79.0 → 1.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +98 -38
- data/lib/aws-sdk-groundstation/client_api.rb +24 -0
- data/lib/aws-sdk-groundstation/types.rb +114 -15
- data/lib/aws-sdk-groundstation.rb +1 -1
- data/sig/client.rbs +28 -7
- data/sig/types.rbs +37 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6e63dfb79c73d205750279fec87c3f0ff735b771348c188909e1c844368df17
|
|
4
|
+
data.tar.gz: 250df387c3853b23b576686df15bc31fbe11cb5e38a28c3247f0dce2a806c62c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c55f443a9475a39b3631e7d817915d3ae0c5b3fb652c1b65159c9b3d209f7773f644a3ffddf5382e75b38ccfa180636017a3f46e17b6fe18667a5f3e0490606e
|
|
7
|
+
data.tar.gz: 409fc560662850aed184a6b1e51f67d01a0fd5e5dabe964093a6b5d2fa66b27cecea9e59c0b76cc255cabb1ee10a626d76e795b824aa607fe1d260c4710f9fb9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.0
|
|
@@ -476,7 +476,18 @@ module Aws::GroundStation
|
|
|
476
476
|
|
|
477
477
|
# @!group API Operations
|
|
478
478
|
|
|
479
|
-
# Cancels a contact with a specified contact ID
|
|
479
|
+
# Cancels or stops a contact with a specified contact ID based on its
|
|
480
|
+
# position in the [contact lifecycle][1].
|
|
481
|
+
#
|
|
482
|
+
# For contacts that:
|
|
483
|
+
#
|
|
484
|
+
# * Have yet to start, the contact will be cancelled.
|
|
485
|
+
#
|
|
486
|
+
# * Have started but have yet to finish, the contact will be stopped.
|
|
487
|
+
#
|
|
488
|
+
#
|
|
489
|
+
#
|
|
490
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/contacts.lifecycle.html
|
|
480
491
|
#
|
|
481
492
|
# @option params [required, String] :contact_id
|
|
482
493
|
# UUID of a contact.
|
|
@@ -590,6 +601,15 @@ module Aws::GroundStation
|
|
|
590
601
|
# role_arn: "RoleArn", # required
|
|
591
602
|
# prefix: "S3KeyPrefix",
|
|
592
603
|
# },
|
|
604
|
+
# telemetry_sink_config: {
|
|
605
|
+
# telemetry_sink_type: "KINESIS_DATA_STREAM", # required, accepts KINESIS_DATA_STREAM
|
|
606
|
+
# telemetry_sink_data: { # required
|
|
607
|
+
# kinesis_data_stream_data: {
|
|
608
|
+
# kinesis_role_arn: "RoleArn", # required
|
|
609
|
+
# kinesis_data_stream_arn: "KinesisDataStreamArn", # required
|
|
610
|
+
# },
|
|
611
|
+
# },
|
|
612
|
+
# },
|
|
593
613
|
# },
|
|
594
614
|
# tags: {
|
|
595
615
|
# "String" => "String",
|
|
@@ -599,7 +619,7 @@ module Aws::GroundStation
|
|
|
599
619
|
# @example Response structure
|
|
600
620
|
#
|
|
601
621
|
# resp.config_id #=> String
|
|
602
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
622
|
+
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
|
|
603
623
|
# resp.config_arn #=> String
|
|
604
624
|
#
|
|
605
625
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateConfig AWS API Documentation
|
|
@@ -611,15 +631,15 @@ module Aws::GroundStation
|
|
|
611
631
|
req.send_request(options)
|
|
612
632
|
end
|
|
613
633
|
|
|
614
|
-
# Creates a `DataflowEndpoint` group containing the specified list of
|
|
615
|
-
#
|
|
634
|
+
# Creates a `DataflowEndpoint` group containing the specified list of `
|
|
635
|
+
# DataflowEndpoint` objects.
|
|
616
636
|
#
|
|
617
|
-
# The `name` field in each endpoint is used in your mission profile
|
|
618
|
-
#
|
|
637
|
+
# The `name` field in each endpoint is used in your mission profile `
|
|
638
|
+
# DataflowEndpointConfig` to specify which endpoints to use during a
|
|
619
639
|
# contact.
|
|
620
640
|
#
|
|
621
|
-
# When a contact uses multiple `DataflowEndpointConfig` objects, each
|
|
622
|
-
#
|
|
641
|
+
# When a contact uses multiple `DataflowEndpointConfig` objects, each `
|
|
642
|
+
# Config` must match a `DataflowEndpoint` in the same group.
|
|
623
643
|
#
|
|
624
644
|
# @option params [required, Array<Types::EndpointDetails>] :endpoint_details
|
|
625
645
|
# Endpoint details of each endpoint in the dataflow endpoint group. All
|
|
@@ -639,17 +659,26 @@ module Aws::GroundStation
|
|
|
639
659
|
#
|
|
640
660
|
# @option params [Integer] :contact_pre_pass_duration_seconds
|
|
641
661
|
# Amount of time, in seconds, before a contact starts that the Ground
|
|
642
|
-
# Station Dataflow Endpoint Group will be in a `PREPASS` state. A
|
|
643
|
-
# Station Dataflow Endpoint Group State Change event will be
|
|
644
|
-
# when the Dataflow Endpoint Group enters and exits the
|
|
662
|
+
# Station Dataflow Endpoint Group will be in a `PREPASS` state. A
|
|
663
|
+
# [Ground Station Dataflow Endpoint Group State Change event][1] will be
|
|
664
|
+
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
665
|
+
# `PREPASS` state.
|
|
666
|
+
#
|
|
667
|
+
#
|
|
668
|
+
#
|
|
669
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/monitoring.automating-events.html
|
|
645
670
|
#
|
|
646
671
|
# @option params [Integer] :contact_post_pass_duration_seconds
|
|
647
672
|
# Amount of time, in seconds, after a contact ends that the Ground
|
|
648
673
|
# Station Dataflow Endpoint Group will be in a `POSTPASS` state. A
|
|
649
|
-
# Ground Station Dataflow Endpoint Group State Change event will be
|
|
674
|
+
# [Ground Station Dataflow Endpoint Group State Change event][1] will be
|
|
650
675
|
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
651
676
|
# `POSTPASS` state.
|
|
652
677
|
#
|
|
678
|
+
#
|
|
679
|
+
#
|
|
680
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/monitoring.automating-events.html
|
|
681
|
+
#
|
|
653
682
|
# @return [Types::DataflowEndpointGroupIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
654
683
|
#
|
|
655
684
|
# * {Types::DataflowEndpointGroupIdResponse#dataflow_endpoint_group_id #dataflow_endpoint_group_id} => String
|
|
@@ -771,32 +800,41 @@ module Aws::GroundStation
|
|
|
771
800
|
req.send_request(options)
|
|
772
801
|
end
|
|
773
802
|
|
|
774
|
-
# Creates a `
|
|
775
|
-
#
|
|
803
|
+
# Creates a `DataflowEndpoint` group containing the specified list of
|
|
804
|
+
# Ground Station Agent based endpoints.
|
|
776
805
|
#
|
|
777
|
-
# The `name` field in each endpoint is used in your mission profile
|
|
778
|
-
#
|
|
806
|
+
# The `name` field in each endpoint is used in your mission profile `
|
|
807
|
+
# DataflowEndpointConfig` to specify which endpoints to use during a
|
|
779
808
|
# contact.
|
|
780
809
|
#
|
|
781
|
-
# When a contact uses multiple `DataflowEndpointConfig` objects, each
|
|
782
|
-
#
|
|
810
|
+
# When a contact uses multiple `DataflowEndpointConfig` objects, each `
|
|
811
|
+
# Config` must match a `DataflowEndpoint` in the same group.
|
|
783
812
|
#
|
|
784
813
|
# @option params [required, Array<Types::CreateEndpointDetails>] :endpoints
|
|
785
814
|
# Dataflow endpoint group's endpoint definitions
|
|
786
815
|
#
|
|
787
816
|
# @option params [Integer] :contact_pre_pass_duration_seconds
|
|
788
817
|
# Amount of time, in seconds, before a contact starts that the Ground
|
|
789
|
-
# Station Dataflow Endpoint Group will be in a `PREPASS` state. A
|
|
790
|
-
# Station Dataflow Endpoint Group State Change event will be
|
|
791
|
-
# when the Dataflow Endpoint Group enters and exits the
|
|
818
|
+
# Station Dataflow Endpoint Group will be in a `PREPASS` state. A
|
|
819
|
+
# [Ground Station Dataflow Endpoint Group State Change event][1] will be
|
|
820
|
+
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
821
|
+
# `PREPASS` state.
|
|
822
|
+
#
|
|
823
|
+
#
|
|
824
|
+
#
|
|
825
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/monitoring.automating-events.html
|
|
792
826
|
#
|
|
793
827
|
# @option params [Integer] :contact_post_pass_duration_seconds
|
|
794
828
|
# Amount of time, in seconds, after a contact ends that the Ground
|
|
795
829
|
# Station Dataflow Endpoint Group will be in a `POSTPASS` state. A
|
|
796
|
-
# Ground Station Dataflow Endpoint Group State Change event will be
|
|
830
|
+
# [Ground Station Dataflow Endpoint Group State Change event][1] will be
|
|
797
831
|
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
798
832
|
# `POSTPASS` state.
|
|
799
833
|
#
|
|
834
|
+
#
|
|
835
|
+
#
|
|
836
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/monitoring.automating-events.html
|
|
837
|
+
#
|
|
800
838
|
# @option params [Hash<String,String>] :tags
|
|
801
839
|
# Tags of a V2 dataflow endpoint group.
|
|
802
840
|
#
|
|
@@ -1022,12 +1060,15 @@ module Aws::GroundStation
|
|
|
1022
1060
|
# contacts shorter than this duration.
|
|
1023
1061
|
#
|
|
1024
1062
|
# @option params [required, Array<Array>] :dataflow_edges
|
|
1025
|
-
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
|
1026
|
-
#
|
|
1063
|
+
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from* `
|
|
1064
|
+
# Config` and a *to* `Config`.
|
|
1027
1065
|
#
|
|
1028
1066
|
# @option params [required, String] :tracking_config_arn
|
|
1029
1067
|
# ARN of a tracking `Config`.
|
|
1030
1068
|
#
|
|
1069
|
+
# @option params [String] :telemetry_sink_config_arn
|
|
1070
|
+
# ARN of a telemetry sink `Config`.
|
|
1071
|
+
#
|
|
1031
1072
|
# @option params [Hash<String,String>] :tags
|
|
1032
1073
|
# Tags assigned to a mission profile.
|
|
1033
1074
|
#
|
|
@@ -1052,6 +1093,7 @@ module Aws::GroundStation
|
|
|
1052
1093
|
# ["ConfigArn"],
|
|
1053
1094
|
# ],
|
|
1054
1095
|
# tracking_config_arn: "ConfigArn", # required
|
|
1096
|
+
# telemetry_sink_config_arn: "ConfigArn",
|
|
1055
1097
|
# tags: {
|
|
1056
1098
|
# "String" => "String",
|
|
1057
1099
|
# },
|
|
@@ -1094,13 +1136,13 @@ module Aws::GroundStation
|
|
|
1094
1136
|
#
|
|
1095
1137
|
# resp = client.delete_config({
|
|
1096
1138
|
# config_id: "Uuid", # required
|
|
1097
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording
|
|
1139
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording, telemetry-sink
|
|
1098
1140
|
# })
|
|
1099
1141
|
#
|
|
1100
1142
|
# @example Response structure
|
|
1101
1143
|
#
|
|
1102
1144
|
# resp.config_id #=> String
|
|
1103
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
1145
|
+
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
|
|
1104
1146
|
# resp.config_arn #=> String
|
|
1105
1147
|
#
|
|
1106
1148
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteConfig AWS API Documentation
|
|
@@ -1246,7 +1288,7 @@ module Aws::GroundStation
|
|
|
1246
1288
|
# resp.tags["String"] #=> String
|
|
1247
1289
|
# resp.region #=> String
|
|
1248
1290
|
# resp.dataflow_list #=> Array
|
|
1249
|
-
# resp.dataflow_list[0].source.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
1291
|
+
# resp.dataflow_list[0].source.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
|
|
1250
1292
|
# resp.dataflow_list[0].source.config_id #=> String
|
|
1251
1293
|
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids #=> Array
|
|
1252
1294
|
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
|
|
@@ -1295,7 +1337,7 @@ module Aws::GroundStation
|
|
|
1295
1337
|
# resp.dataflow_list[0].source.config_details.s3_recording_details.bucket_arn #=> String
|
|
1296
1338
|
# resp.dataflow_list[0].source.config_details.s3_recording_details.key_template #=> String
|
|
1297
1339
|
# resp.dataflow_list[0].source.dataflow_source_region #=> String
|
|
1298
|
-
# resp.dataflow_list[0].destination.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
1340
|
+
# resp.dataflow_list[0].destination.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
|
|
1299
1341
|
# resp.dataflow_list[0].destination.config_id #=> String
|
|
1300
1342
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids #=> Array
|
|
1301
1343
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
|
|
@@ -1526,7 +1568,7 @@ module Aws::GroundStation
|
|
|
1526
1568
|
#
|
|
1527
1569
|
# resp = client.get_config({
|
|
1528
1570
|
# config_id: "Uuid", # required
|
|
1529
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording
|
|
1571
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording, telemetry-sink
|
|
1530
1572
|
# })
|
|
1531
1573
|
#
|
|
1532
1574
|
# @example Response structure
|
|
@@ -1534,7 +1576,7 @@ module Aws::GroundStation
|
|
|
1534
1576
|
# resp.config_id #=> String
|
|
1535
1577
|
# resp.config_arn #=> String
|
|
1536
1578
|
# resp.name #=> String
|
|
1537
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
1579
|
+
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
|
|
1538
1580
|
# resp.config_data.antenna_downlink_config.spectrum_config.center_frequency.value #=> Float
|
|
1539
1581
|
# resp.config_data.antenna_downlink_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
|
1540
1582
|
# resp.config_data.antenna_downlink_config.spectrum_config.bandwidth.value #=> Float
|
|
@@ -1561,6 +1603,9 @@ module Aws::GroundStation
|
|
|
1561
1603
|
# resp.config_data.s3_recording_config.bucket_arn #=> String
|
|
1562
1604
|
# resp.config_data.s3_recording_config.role_arn #=> String
|
|
1563
1605
|
# resp.config_data.s3_recording_config.prefix #=> String
|
|
1606
|
+
# resp.config_data.telemetry_sink_config.telemetry_sink_type #=> String, one of "KINESIS_DATA_STREAM"
|
|
1607
|
+
# resp.config_data.telemetry_sink_config.telemetry_sink_data.kinesis_data_stream_data.kinesis_role_arn #=> String
|
|
1608
|
+
# resp.config_data.telemetry_sink_config.telemetry_sink_data.kinesis_data_stream_data.kinesis_data_stream_arn #=> String
|
|
1564
1609
|
# resp.tags #=> Hash
|
|
1565
1610
|
# resp.tags["String"] #=> String
|
|
1566
1611
|
#
|
|
@@ -1711,6 +1756,7 @@ module Aws::GroundStation
|
|
|
1711
1756
|
# * {Types::GetMissionProfileResponse#minimum_viable_contact_duration_seconds #minimum_viable_contact_duration_seconds} => Integer
|
|
1712
1757
|
# * {Types::GetMissionProfileResponse#dataflow_edges #dataflow_edges} => Array<Array<String>>
|
|
1713
1758
|
# * {Types::GetMissionProfileResponse#tracking_config_arn #tracking_config_arn} => String
|
|
1759
|
+
# * {Types::GetMissionProfileResponse#telemetry_sink_config_arn #telemetry_sink_config_arn} => String
|
|
1714
1760
|
# * {Types::GetMissionProfileResponse#tags #tags} => Hash<String,String>
|
|
1715
1761
|
# * {Types::GetMissionProfileResponse#streams_kms_key #streams_kms_key} => Types::KmsKey
|
|
1716
1762
|
# * {Types::GetMissionProfileResponse#streams_kms_role #streams_kms_role} => String
|
|
@@ -1734,6 +1780,7 @@ module Aws::GroundStation
|
|
|
1734
1780
|
# resp.dataflow_edges[0] #=> Array
|
|
1735
1781
|
# resp.dataflow_edges[0][0] #=> String
|
|
1736
1782
|
# resp.tracking_config_arn #=> String
|
|
1783
|
+
# resp.telemetry_sink_config_arn #=> String
|
|
1737
1784
|
# resp.tags #=> Hash
|
|
1738
1785
|
# resp.tags["String"] #=> String
|
|
1739
1786
|
# resp.streams_kms_key.kms_key_arn #=> String
|
|
@@ -1818,7 +1865,7 @@ module Aws::GroundStation
|
|
|
1818
1865
|
# resp.next_token #=> String
|
|
1819
1866
|
# resp.config_list #=> Array
|
|
1820
1867
|
# resp.config_list[0].config_id #=> String
|
|
1821
|
-
# resp.config_list[0].config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
1868
|
+
# resp.config_list[0].config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
|
|
1822
1869
|
# resp.config_list[0].config_arn #=> String
|
|
1823
1870
|
# resp.config_list[0].name #=> String
|
|
1824
1871
|
#
|
|
@@ -1833,8 +1880,8 @@ module Aws::GroundStation
|
|
|
1833
1880
|
|
|
1834
1881
|
# Returns a list of contacts.
|
|
1835
1882
|
#
|
|
1836
|
-
# If `statusList` contains AVAILABLE, the request must include
|
|
1837
|
-
#
|
|
1883
|
+
# If `statusList` contains AVAILABLE, the request must include `
|
|
1884
|
+
# groundStation`, `missionprofileArn`, and `satelliteArn`.
|
|
1838
1885
|
#
|
|
1839
1886
|
# @option params [Integer] :max_results
|
|
1840
1887
|
# Maximum number of contacts returned.
|
|
@@ -2452,7 +2499,7 @@ module Aws::GroundStation
|
|
|
2452
2499
|
# resp = client.update_config({
|
|
2453
2500
|
# config_id: "Uuid", # required
|
|
2454
2501
|
# name: "SafeName", # required
|
|
2455
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording
|
|
2502
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording, telemetry-sink
|
|
2456
2503
|
# config_data: { # required
|
|
2457
2504
|
# antenna_downlink_config: {
|
|
2458
2505
|
# spectrum_config: { # required
|
|
@@ -2516,13 +2563,22 @@ module Aws::GroundStation
|
|
|
2516
2563
|
# role_arn: "RoleArn", # required
|
|
2517
2564
|
# prefix: "S3KeyPrefix",
|
|
2518
2565
|
# },
|
|
2566
|
+
# telemetry_sink_config: {
|
|
2567
|
+
# telemetry_sink_type: "KINESIS_DATA_STREAM", # required, accepts KINESIS_DATA_STREAM
|
|
2568
|
+
# telemetry_sink_data: { # required
|
|
2569
|
+
# kinesis_data_stream_data: {
|
|
2570
|
+
# kinesis_role_arn: "RoleArn", # required
|
|
2571
|
+
# kinesis_data_stream_arn: "KinesisDataStreamArn", # required
|
|
2572
|
+
# },
|
|
2573
|
+
# },
|
|
2574
|
+
# },
|
|
2519
2575
|
# },
|
|
2520
2576
|
# })
|
|
2521
2577
|
#
|
|
2522
2578
|
# @example Response structure
|
|
2523
2579
|
#
|
|
2524
2580
|
# resp.config_id #=> String
|
|
2525
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
2581
|
+
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
|
|
2526
2582
|
# resp.config_arn #=> String
|
|
2527
2583
|
#
|
|
2528
2584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateConfig AWS API Documentation
|
|
@@ -2606,12 +2662,15 @@ module Aws::GroundStation
|
|
|
2606
2662
|
# contacts shorter than this duration.
|
|
2607
2663
|
#
|
|
2608
2664
|
# @option params [Array<Array>] :dataflow_edges
|
|
2609
|
-
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
|
2610
|
-
#
|
|
2665
|
+
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from* `
|
|
2666
|
+
# Config` and a *to* `Config`.
|
|
2611
2667
|
#
|
|
2612
2668
|
# @option params [String] :tracking_config_arn
|
|
2613
2669
|
# ARN of a tracking `Config`.
|
|
2614
2670
|
#
|
|
2671
|
+
# @option params [String] :telemetry_sink_config_arn
|
|
2672
|
+
# ARN of a telemetry sink `Config`.
|
|
2673
|
+
#
|
|
2615
2674
|
# @option params [Types::KmsKey] :streams_kms_key
|
|
2616
2675
|
# KMS key to use for encrypting streams.
|
|
2617
2676
|
#
|
|
@@ -2634,6 +2693,7 @@ module Aws::GroundStation
|
|
|
2634
2693
|
# ["ConfigArn"],
|
|
2635
2694
|
# ],
|
|
2636
2695
|
# tracking_config_arn: "ConfigArn",
|
|
2696
|
+
# telemetry_sink_config_arn: "ConfigArn",
|
|
2637
2697
|
# streams_kms_key: {
|
|
2638
2698
|
# kms_key_arn: "KeyArn",
|
|
2639
2699
|
# kms_alias_arn: "KeyAliasArn",
|
|
@@ -2673,7 +2733,7 @@ module Aws::GroundStation
|
|
|
2673
2733
|
tracer: tracer
|
|
2674
2734
|
)
|
|
2675
2735
|
context[:gem_name] = 'aws-sdk-groundstation'
|
|
2676
|
-
context[:gem_version] = '1.
|
|
2736
|
+
context[:gem_version] = '1.80.0'
|
|
2677
2737
|
Seahorse::Client::Request.new(handlers, context)
|
|
2678
2738
|
end
|
|
2679
2739
|
|
|
@@ -159,6 +159,8 @@ module Aws::GroundStation
|
|
|
159
159
|
KeyAliasArn = Shapes::StringShape.new(name: 'KeyAliasArn')
|
|
160
160
|
KeyAliasName = Shapes::StringShape.new(name: 'KeyAliasName')
|
|
161
161
|
KeyArn = Shapes::StringShape.new(name: 'KeyArn')
|
|
162
|
+
KinesisDataStreamArn = Shapes::StringShape.new(name: 'KinesisDataStreamArn')
|
|
163
|
+
KinesisDataStreamData = Shapes::StructureShape.new(name: 'KinesisDataStreamData')
|
|
162
164
|
KmsKey = Shapes::UnionShape.new(name: 'KmsKey')
|
|
163
165
|
ListConfigsRequest = Shapes::StructureShape.new(name: 'ListConfigsRequest')
|
|
164
166
|
ListConfigsResponse = Shapes::StructureShape.new(name: 'ListConfigsResponse')
|
|
@@ -226,6 +228,9 @@ module Aws::GroundStation
|
|
|
226
228
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
227
229
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
|
228
230
|
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
|
231
|
+
TelemetrySinkConfig = Shapes::StructureShape.new(name: 'TelemetrySinkConfig')
|
|
232
|
+
TelemetrySinkData = Shapes::UnionShape.new(name: 'TelemetrySinkData')
|
|
233
|
+
TelemetrySinkType = Shapes::StringShape.new(name: 'TelemetrySinkType')
|
|
229
234
|
TimeAzEl = Shapes::StructureShape.new(name: 'TimeAzEl')
|
|
230
235
|
TimeAzElList = Shapes::ListShape.new(name: 'TimeAzElList')
|
|
231
236
|
TimeRange = Shapes::StructureShape.new(name: 'TimeRange')
|
|
@@ -375,6 +380,7 @@ module Aws::GroundStation
|
|
|
375
380
|
ConfigTypeData.add_member(:antenna_uplink_config, Shapes::ShapeRef.new(shape: AntennaUplinkConfig, location_name: "antennaUplinkConfig"))
|
|
376
381
|
ConfigTypeData.add_member(:uplink_echo_config, Shapes::ShapeRef.new(shape: UplinkEchoConfig, location_name: "uplinkEchoConfig"))
|
|
377
382
|
ConfigTypeData.add_member(:s3_recording_config, Shapes::ShapeRef.new(shape: S3RecordingConfig, location_name: "s3RecordingConfig"))
|
|
383
|
+
ConfigTypeData.add_member(:telemetry_sink_config, Shapes::ShapeRef.new(shape: TelemetrySinkConfig, location_name: "telemetrySinkConfig"))
|
|
378
384
|
ConfigTypeData.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
379
385
|
ConfigTypeData.add_member_subclass(:antenna_downlink_config, Types::ConfigTypeData::AntennaDownlinkConfig)
|
|
380
386
|
ConfigTypeData.add_member_subclass(:tracking_config, Types::ConfigTypeData::TrackingConfig)
|
|
@@ -383,6 +389,7 @@ module Aws::GroundStation
|
|
|
383
389
|
ConfigTypeData.add_member_subclass(:antenna_uplink_config, Types::ConfigTypeData::AntennaUplinkConfig)
|
|
384
390
|
ConfigTypeData.add_member_subclass(:uplink_echo_config, Types::ConfigTypeData::UplinkEchoConfig)
|
|
385
391
|
ConfigTypeData.add_member_subclass(:s3_recording_config, Types::ConfigTypeData::S3RecordingConfig)
|
|
392
|
+
ConfigTypeData.add_member_subclass(:telemetry_sink_config, Types::ConfigTypeData::TelemetrySinkConfig)
|
|
386
393
|
ConfigTypeData.add_member_subclass(:unknown, Types::ConfigTypeData::Unknown)
|
|
387
394
|
ConfigTypeData.struct_class = Types::ConfigTypeData
|
|
388
395
|
|
|
@@ -459,6 +466,7 @@ module Aws::GroundStation
|
|
|
459
466
|
CreateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, required: true, location_name: "minimumViableContactDurationSeconds"))
|
|
460
467
|
CreateMissionProfileRequest.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, required: true, location_name: "dataflowEdges"))
|
|
461
468
|
CreateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, required: true, location_name: "trackingConfigArn"))
|
|
469
|
+
CreateMissionProfileRequest.add_member(:telemetry_sink_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "telemetrySinkConfigArn"))
|
|
462
470
|
CreateMissionProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
463
471
|
CreateMissionProfileRequest.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
|
|
464
472
|
CreateMissionProfileRequest.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
|
|
@@ -739,6 +747,7 @@ module Aws::GroundStation
|
|
|
739
747
|
GetMissionProfileResponse.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
|
|
740
748
|
GetMissionProfileResponse.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, location_name: "dataflowEdges"))
|
|
741
749
|
GetMissionProfileResponse.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
|
|
750
|
+
GetMissionProfileResponse.add_member(:telemetry_sink_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "telemetrySinkConfigArn"))
|
|
742
751
|
GetMissionProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
743
752
|
GetMissionProfileResponse.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
|
|
744
753
|
GetMissionProfileResponse.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
|
|
@@ -777,6 +786,10 @@ module Aws::GroundStation
|
|
|
777
786
|
|
|
778
787
|
IpAddressList.member = Shapes::ShapeRef.new(shape: IpV4Address)
|
|
779
788
|
|
|
789
|
+
KinesisDataStreamData.add_member(:kinesis_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "kinesisRoleArn"))
|
|
790
|
+
KinesisDataStreamData.add_member(:kinesis_data_stream_arn, Shapes::ShapeRef.new(shape: KinesisDataStreamArn, required: true, location_name: "kinesisDataStreamArn"))
|
|
791
|
+
KinesisDataStreamData.struct_class = Types::KinesisDataStreamData
|
|
792
|
+
|
|
780
793
|
KmsKey.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "kmsKeyArn"))
|
|
781
794
|
KmsKey.add_member(:kms_alias_arn, Shapes::ShapeRef.new(shape: KeyAliasArn, location_name: "kmsAliasArn"))
|
|
782
795
|
KmsKey.add_member(:kms_alias_name, Shapes::ShapeRef.new(shape: KeyAliasName, location_name: "kmsAliasName"))
|
|
@@ -996,6 +1009,16 @@ module Aws::GroundStation
|
|
|
996
1009
|
TagsMap.key = Shapes::ShapeRef.new(shape: String)
|
|
997
1010
|
TagsMap.value = Shapes::ShapeRef.new(shape: String)
|
|
998
1011
|
|
|
1012
|
+
TelemetrySinkConfig.add_member(:telemetry_sink_type, Shapes::ShapeRef.new(shape: TelemetrySinkType, required: true, location_name: "telemetrySinkType"))
|
|
1013
|
+
TelemetrySinkConfig.add_member(:telemetry_sink_data, Shapes::ShapeRef.new(shape: TelemetrySinkData, required: true, location_name: "telemetrySinkData"))
|
|
1014
|
+
TelemetrySinkConfig.struct_class = Types::TelemetrySinkConfig
|
|
1015
|
+
|
|
1016
|
+
TelemetrySinkData.add_member(:kinesis_data_stream_data, Shapes::ShapeRef.new(shape: KinesisDataStreamData, location_name: "kinesisDataStreamData"))
|
|
1017
|
+
TelemetrySinkData.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1018
|
+
TelemetrySinkData.add_member_subclass(:kinesis_data_stream_data, Types::TelemetrySinkData::KinesisDataStreamData)
|
|
1019
|
+
TelemetrySinkData.add_member_subclass(:unknown, Types::TelemetrySinkData::Unknown)
|
|
1020
|
+
TelemetrySinkData.struct_class = Types::TelemetrySinkData
|
|
1021
|
+
|
|
999
1022
|
TimeAzEl.add_member(:dt, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "dt"))
|
|
1000
1023
|
TimeAzEl.add_member(:az, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "az"))
|
|
1001
1024
|
TimeAzEl.add_member(:el, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "el"))
|
|
@@ -1047,6 +1070,7 @@ module Aws::GroundStation
|
|
|
1047
1070
|
UpdateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
|
|
1048
1071
|
UpdateMissionProfileRequest.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, location_name: "dataflowEdges"))
|
|
1049
1072
|
UpdateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
|
|
1073
|
+
UpdateMissionProfileRequest.add_member(:telemetry_sink_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "telemetrySinkConfigArn"))
|
|
1050
1074
|
UpdateMissionProfileRequest.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
|
|
1051
1075
|
UpdateMissionProfileRequest.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
|
|
1052
1076
|
UpdateMissionProfileRequest.struct_class = Types::UpdateMissionProfileRequest
|
|
@@ -563,7 +563,7 @@ module Aws::GroundStation
|
|
|
563
563
|
# Information about an uplink echo `Config`.
|
|
564
564
|
#
|
|
565
565
|
# Parameters from the `AntennaUplinkConfig`, corresponding to the
|
|
566
|
-
# specified `AntennaUplinkConfigArn`, are used when this
|
|
566
|
+
# specified ` AntennaUplinkConfigArn`, are used when this
|
|
567
567
|
# `UplinkEchoConfig` is used in a contact.
|
|
568
568
|
# @return [Types::UplinkEchoConfig]
|
|
569
569
|
#
|
|
@@ -571,6 +571,10 @@ module Aws::GroundStation
|
|
|
571
571
|
# Information about an S3 recording `Config`.
|
|
572
572
|
# @return [Types::S3RecordingConfig]
|
|
573
573
|
#
|
|
574
|
+
# @!attribute [rw] telemetry_sink_config
|
|
575
|
+
# Information about a telemetry sink `Config`.
|
|
576
|
+
# @return [Types::TelemetrySinkConfig]
|
|
577
|
+
#
|
|
574
578
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ConfigTypeData AWS API Documentation
|
|
575
579
|
#
|
|
576
580
|
class ConfigTypeData < Struct.new(
|
|
@@ -581,6 +585,7 @@ module Aws::GroundStation
|
|
|
581
585
|
:antenna_uplink_config,
|
|
582
586
|
:uplink_echo_config,
|
|
583
587
|
:s3_recording_config,
|
|
588
|
+
:telemetry_sink_config,
|
|
584
589
|
:unknown)
|
|
585
590
|
SENSITIVE = []
|
|
586
591
|
include Aws::Structure
|
|
@@ -593,6 +598,7 @@ module Aws::GroundStation
|
|
|
593
598
|
class AntennaUplinkConfig < ConfigTypeData; end
|
|
594
599
|
class UplinkEchoConfig < ConfigTypeData; end
|
|
595
600
|
class S3RecordingConfig < ConfigTypeData; end
|
|
601
|
+
class TelemetrySinkConfig < ConfigTypeData; end
|
|
596
602
|
class Unknown < ConfigTypeData; end
|
|
597
603
|
end
|
|
598
604
|
|
|
@@ -778,17 +784,25 @@ module Aws::GroundStation
|
|
|
778
784
|
# @!attribute [rw] contact_pre_pass_duration_seconds
|
|
779
785
|
# Amount of time, in seconds, before a contact starts that the Ground
|
|
780
786
|
# Station Dataflow Endpoint Group will be in a `PREPASS` state. A
|
|
781
|
-
# Ground Station Dataflow Endpoint Group State Change event will
|
|
782
|
-
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
787
|
+
# [Ground Station Dataflow Endpoint Group State Change event][1] will
|
|
788
|
+
# be emitted when the Dataflow Endpoint Group enters and exits the
|
|
783
789
|
# `PREPASS` state.
|
|
790
|
+
#
|
|
791
|
+
#
|
|
792
|
+
#
|
|
793
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/monitoring.automating-events.html
|
|
784
794
|
# @return [Integer]
|
|
785
795
|
#
|
|
786
796
|
# @!attribute [rw] contact_post_pass_duration_seconds
|
|
787
797
|
# Amount of time, in seconds, after a contact ends that the Ground
|
|
788
798
|
# Station Dataflow Endpoint Group will be in a `POSTPASS` state. A
|
|
789
|
-
# Ground Station Dataflow Endpoint Group State Change event will
|
|
790
|
-
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
799
|
+
# [Ground Station Dataflow Endpoint Group State Change event][1] will
|
|
800
|
+
# be emitted when the Dataflow Endpoint Group enters and exits the
|
|
791
801
|
# `POSTPASS` state.
|
|
802
|
+
#
|
|
803
|
+
#
|
|
804
|
+
#
|
|
805
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/monitoring.automating-events.html
|
|
792
806
|
# @return [Integer]
|
|
793
807
|
#
|
|
794
808
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateDataflowEndpointGroupRequest AWS API Documentation
|
|
@@ -809,17 +823,25 @@ module Aws::GroundStation
|
|
|
809
823
|
# @!attribute [rw] contact_pre_pass_duration_seconds
|
|
810
824
|
# Amount of time, in seconds, before a contact starts that the Ground
|
|
811
825
|
# Station Dataflow Endpoint Group will be in a `PREPASS` state. A
|
|
812
|
-
# Ground Station Dataflow Endpoint Group State Change event will
|
|
813
|
-
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
826
|
+
# [Ground Station Dataflow Endpoint Group State Change event][1] will
|
|
827
|
+
# be emitted when the Dataflow Endpoint Group enters and exits the
|
|
814
828
|
# `PREPASS` state.
|
|
829
|
+
#
|
|
830
|
+
#
|
|
831
|
+
#
|
|
832
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/monitoring.automating-events.html
|
|
815
833
|
# @return [Integer]
|
|
816
834
|
#
|
|
817
835
|
# @!attribute [rw] contact_post_pass_duration_seconds
|
|
818
836
|
# Amount of time, in seconds, after a contact ends that the Ground
|
|
819
837
|
# Station Dataflow Endpoint Group will be in a `POSTPASS` state. A
|
|
820
|
-
# Ground Station Dataflow Endpoint Group State Change event will
|
|
821
|
-
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
838
|
+
# [Ground Station Dataflow Endpoint Group State Change event][1] will
|
|
839
|
+
# be emitted when the Dataflow Endpoint Group enters and exits the
|
|
822
840
|
# `POSTPASS` state.
|
|
841
|
+
#
|
|
842
|
+
#
|
|
843
|
+
#
|
|
844
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/ug/monitoring.automating-events.html
|
|
823
845
|
# @return [Integer]
|
|
824
846
|
#
|
|
825
847
|
# @!attribute [rw] tags
|
|
@@ -953,13 +975,17 @@ module Aws::GroundStation
|
|
|
953
975
|
#
|
|
954
976
|
# @!attribute [rw] dataflow_edges
|
|
955
977
|
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
|
956
|
-
# `Config` and a *to* `Config`.
|
|
978
|
+
# ` Config` and a *to* `Config`.
|
|
957
979
|
# @return [Array<Array<String>>]
|
|
958
980
|
#
|
|
959
981
|
# @!attribute [rw] tracking_config_arn
|
|
960
982
|
# ARN of a tracking `Config`.
|
|
961
983
|
# @return [String]
|
|
962
984
|
#
|
|
985
|
+
# @!attribute [rw] telemetry_sink_config_arn
|
|
986
|
+
# ARN of a telemetry sink `Config`.
|
|
987
|
+
# @return [String]
|
|
988
|
+
#
|
|
963
989
|
# @!attribute [rw] tags
|
|
964
990
|
# Tags assigned to a mission profile.
|
|
965
991
|
# @return [Hash<String,String>]
|
|
@@ -981,6 +1007,7 @@ module Aws::GroundStation
|
|
|
981
1007
|
:minimum_viable_contact_duration_seconds,
|
|
982
1008
|
:dataflow_edges,
|
|
983
1009
|
:tracking_config_arn,
|
|
1010
|
+
:telemetry_sink_config_arn,
|
|
984
1011
|
:tags,
|
|
985
1012
|
:streams_kms_key,
|
|
986
1013
|
:streams_kms_role)
|
|
@@ -1658,7 +1685,7 @@ module Aws::GroundStation
|
|
|
1658
1685
|
#
|
|
1659
1686
|
#
|
|
1660
1687
|
#
|
|
1661
|
-
# [1]: https://ccsds.org/
|
|
1688
|
+
# [1]: https://ccsds.org/Pubs/502x0b3e1.pdf
|
|
1662
1689
|
# [2]: https://docs.aws.amazon.com/ground-station/latest/ug/providing-oem-ephemeris-data.html#oem-ephemeris-format
|
|
1663
1690
|
# @return [Types::OEMEphemeris]
|
|
1664
1691
|
#
|
|
@@ -2260,13 +2287,17 @@ module Aws::GroundStation
|
|
|
2260
2287
|
#
|
|
2261
2288
|
# @!attribute [rw] dataflow_edges
|
|
2262
2289
|
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
|
2263
|
-
# `Config` and a *to* `Config`.
|
|
2290
|
+
# ` Config` and a *to* `Config`.
|
|
2264
2291
|
# @return [Array<Array<String>>]
|
|
2265
2292
|
#
|
|
2266
2293
|
# @!attribute [rw] tracking_config_arn
|
|
2267
2294
|
# ARN of a tracking `Config`.
|
|
2268
2295
|
# @return [String]
|
|
2269
2296
|
#
|
|
2297
|
+
# @!attribute [rw] telemetry_sink_config_arn
|
|
2298
|
+
# ARN of a telemetry sink `Config`.
|
|
2299
|
+
# @return [String]
|
|
2300
|
+
#
|
|
2270
2301
|
# @!attribute [rw] tags
|
|
2271
2302
|
# Tags assigned to a mission profile.
|
|
2272
2303
|
# @return [Hash<String,String>]
|
|
@@ -2291,6 +2322,7 @@ module Aws::GroundStation
|
|
|
2291
2322
|
:minimum_viable_contact_duration_seconds,
|
|
2292
2323
|
:dataflow_edges,
|
|
2293
2324
|
:tracking_config_arn,
|
|
2325
|
+
:telemetry_sink_config_arn,
|
|
2294
2326
|
:tags,
|
|
2295
2327
|
:streams_kms_key,
|
|
2296
2328
|
:streams_kms_role)
|
|
@@ -2426,6 +2458,25 @@ module Aws::GroundStation
|
|
|
2426
2458
|
include Aws::Structure
|
|
2427
2459
|
end
|
|
2428
2460
|
|
|
2461
|
+
# Information for telemetry delivery to Kinesis Data Streams.
|
|
2462
|
+
#
|
|
2463
|
+
# @!attribute [rw] kinesis_role_arn
|
|
2464
|
+
# ARN of the IAM Role used by AWS Ground Station to deliver telemetry.
|
|
2465
|
+
# @return [String]
|
|
2466
|
+
#
|
|
2467
|
+
# @!attribute [rw] kinesis_data_stream_arn
|
|
2468
|
+
# ARN of the Kinesis Data Stream to deliver telemetry to.
|
|
2469
|
+
# @return [String]
|
|
2470
|
+
#
|
|
2471
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/KinesisDataStreamData AWS API Documentation
|
|
2472
|
+
#
|
|
2473
|
+
class KinesisDataStreamData < Struct.new(
|
|
2474
|
+
:kinesis_role_arn,
|
|
2475
|
+
:kinesis_data_stream_arn)
|
|
2476
|
+
SENSITIVE = []
|
|
2477
|
+
include Aws::Structure
|
|
2478
|
+
end
|
|
2479
|
+
|
|
2429
2480
|
# KMS key info.
|
|
2430
2481
|
#
|
|
2431
2482
|
# @note KmsKey is a union - when making an API calls you must set exactly one of the members.
|
|
@@ -2856,7 +2907,7 @@ module Aws::GroundStation
|
|
|
2856
2907
|
#
|
|
2857
2908
|
#
|
|
2858
2909
|
#
|
|
2859
|
-
# [1]: https://ccsds.org/
|
|
2910
|
+
# [1]: https://ccsds.org/Pubs/502x0b3e1.pdf
|
|
2860
2911
|
# [2]: https://docs.aws.amazon.com/ground-station/latest/ug/providing-oem-ephemeris-data.html#oem-ephemeris-format
|
|
2861
2912
|
#
|
|
2862
2913
|
# @!attribute [rw] s3_object
|
|
@@ -3366,6 +3417,49 @@ module Aws::GroundStation
|
|
|
3366
3417
|
#
|
|
3367
3418
|
class TagResourceResponse < Aws::EmptyStructure; end
|
|
3368
3419
|
|
|
3420
|
+
# Information about a telemetry sink `Config`.
|
|
3421
|
+
#
|
|
3422
|
+
# @!attribute [rw] telemetry_sink_type
|
|
3423
|
+
# The type of telemetry sink.
|
|
3424
|
+
# @return [String]
|
|
3425
|
+
#
|
|
3426
|
+
# @!attribute [rw] telemetry_sink_data
|
|
3427
|
+
# Information about the telemetry sink specified by the
|
|
3428
|
+
# `telemetrySinkType`.
|
|
3429
|
+
# @return [Types::TelemetrySinkData]
|
|
3430
|
+
#
|
|
3431
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TelemetrySinkConfig AWS API Documentation
|
|
3432
|
+
#
|
|
3433
|
+
class TelemetrySinkConfig < Struct.new(
|
|
3434
|
+
:telemetry_sink_type,
|
|
3435
|
+
:telemetry_sink_data)
|
|
3436
|
+
SENSITIVE = []
|
|
3437
|
+
include Aws::Structure
|
|
3438
|
+
end
|
|
3439
|
+
|
|
3440
|
+
# Information about a telemetry sink.
|
|
3441
|
+
#
|
|
3442
|
+
# @note TelemetrySinkData is a union - when making an API calls you must set exactly one of the members.
|
|
3443
|
+
#
|
|
3444
|
+
# @note TelemetrySinkData is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of TelemetrySinkData corresponding to the set member.
|
|
3445
|
+
#
|
|
3446
|
+
# @!attribute [rw] kinesis_data_stream_data
|
|
3447
|
+
# Information about a telemetry sink of type `KINESIS_DATA_STREAM`.
|
|
3448
|
+
# @return [Types::KinesisDataStreamData]
|
|
3449
|
+
#
|
|
3450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TelemetrySinkData AWS API Documentation
|
|
3451
|
+
#
|
|
3452
|
+
class TelemetrySinkData < Struct.new(
|
|
3453
|
+
:kinesis_data_stream_data,
|
|
3454
|
+
:unknown)
|
|
3455
|
+
SENSITIVE = []
|
|
3456
|
+
include Aws::Structure
|
|
3457
|
+
include Aws::Structure::Union
|
|
3458
|
+
|
|
3459
|
+
class KinesisDataStreamData < TelemetrySinkData; end
|
|
3460
|
+
class Unknown < TelemetrySinkData; end
|
|
3461
|
+
end
|
|
3462
|
+
|
|
3369
3463
|
# Time-tagged azimuth elevation pointing data.
|
|
3370
3464
|
#
|
|
3371
3465
|
# Specifies the antenna pointing direction at a specific time offset
|
|
@@ -3616,13 +3710,17 @@ module Aws::GroundStation
|
|
|
3616
3710
|
#
|
|
3617
3711
|
# @!attribute [rw] dataflow_edges
|
|
3618
3712
|
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
|
3619
|
-
# `Config` and a *to* `Config`.
|
|
3713
|
+
# ` Config` and a *to* `Config`.
|
|
3620
3714
|
# @return [Array<Array<String>>]
|
|
3621
3715
|
#
|
|
3622
3716
|
# @!attribute [rw] tracking_config_arn
|
|
3623
3717
|
# ARN of a tracking `Config`.
|
|
3624
3718
|
# @return [String]
|
|
3625
3719
|
#
|
|
3720
|
+
# @!attribute [rw] telemetry_sink_config_arn
|
|
3721
|
+
# ARN of a telemetry sink `Config`.
|
|
3722
|
+
# @return [String]
|
|
3723
|
+
#
|
|
3626
3724
|
# @!attribute [rw] streams_kms_key
|
|
3627
3725
|
# KMS key to use for encrypting streams.
|
|
3628
3726
|
# @return [Types::KmsKey]
|
|
@@ -3641,6 +3739,7 @@ module Aws::GroundStation
|
|
|
3641
3739
|
:minimum_viable_contact_duration_seconds,
|
|
3642
3740
|
:dataflow_edges,
|
|
3643
3741
|
:tracking_config_arn,
|
|
3742
|
+
:telemetry_sink_config_arn,
|
|
3644
3743
|
:streams_kms_key,
|
|
3645
3744
|
:streams_kms_role)
|
|
3646
3745
|
SENSITIVE = []
|
|
@@ -3742,7 +3841,7 @@ module Aws::GroundStation
|
|
|
3742
3841
|
# Information about an uplink echo `Config`.
|
|
3743
3842
|
#
|
|
3744
3843
|
# Parameters from the `AntennaUplinkConfig`, corresponding to the
|
|
3745
|
-
# specified `AntennaUplinkConfigArn`, are used when this
|
|
3844
|
+
# specified ` AntennaUplinkConfigArn`, are used when this
|
|
3746
3845
|
# `UplinkEchoConfig` is used in a contact.
|
|
3747
3846
|
#
|
|
3748
3847
|
# @!attribute [rw] enabled
|
data/sig/client.rbs
CHANGED
|
@@ -91,7 +91,7 @@ module Aws
|
|
|
91
91
|
interface _CreateConfigResponseSuccess
|
|
92
92
|
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
|
|
93
93
|
def config_id: () -> ::String
|
|
94
|
-
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
94
|
+
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
95
95
|
def config_arn: () -> ::String
|
|
96
96
|
end
|
|
97
97
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#create_config-instance_method
|
|
@@ -159,6 +159,15 @@ module Aws
|
|
|
159
159
|
bucket_arn: ::String,
|
|
160
160
|
role_arn: ::String,
|
|
161
161
|
prefix: ::String?
|
|
162
|
+
}?,
|
|
163
|
+
telemetry_sink_config: {
|
|
164
|
+
telemetry_sink_type: ("KINESIS_DATA_STREAM"),
|
|
165
|
+
telemetry_sink_data: {
|
|
166
|
+
kinesis_data_stream_data: {
|
|
167
|
+
kinesis_role_arn: ::String,
|
|
168
|
+
kinesis_data_stream_arn: ::String
|
|
169
|
+
}?
|
|
170
|
+
}
|
|
162
171
|
}?
|
|
163
172
|
},
|
|
164
173
|
?tags: Hash[::String, ::String]
|
|
@@ -421,6 +430,7 @@ module Aws
|
|
|
421
430
|
Array[::String],
|
|
422
431
|
],
|
|
423
432
|
tracking_config_arn: ::String,
|
|
433
|
+
?telemetry_sink_config_arn: ::String,
|
|
424
434
|
?tags: Hash[::String, ::String],
|
|
425
435
|
?streams_kms_key: {
|
|
426
436
|
kms_key_arn: ::String?,
|
|
@@ -434,13 +444,13 @@ module Aws
|
|
|
434
444
|
interface _DeleteConfigResponseSuccess
|
|
435
445
|
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
|
|
436
446
|
def config_id: () -> ::String
|
|
437
|
-
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
447
|
+
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
438
448
|
def config_arn: () -> ::String
|
|
439
449
|
end
|
|
440
450
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#delete_config-instance_method
|
|
441
451
|
def delete_config: (
|
|
442
452
|
config_id: ::String,
|
|
443
|
-
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
453
|
+
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
444
454
|
) -> _DeleteConfigResponseSuccess
|
|
445
455
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConfigResponseSuccess
|
|
446
456
|
|
|
@@ -550,14 +560,14 @@ module Aws
|
|
|
550
560
|
def config_id: () -> ::String
|
|
551
561
|
def config_arn: () -> ::String
|
|
552
562
|
def name: () -> ::String
|
|
553
|
-
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
563
|
+
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
554
564
|
def config_data: () -> Types::ConfigTypeData
|
|
555
565
|
def tags: () -> ::Hash[::String, ::String]
|
|
556
566
|
end
|
|
557
567
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_config-instance_method
|
|
558
568
|
def get_config: (
|
|
559
569
|
config_id: ::String,
|
|
560
|
-
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
570
|
+
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
561
571
|
) -> _GetConfigResponseSuccess
|
|
562
572
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConfigResponseSuccess
|
|
563
573
|
|
|
@@ -602,6 +612,7 @@ module Aws
|
|
|
602
612
|
def minimum_viable_contact_duration_seconds: () -> ::Integer
|
|
603
613
|
def dataflow_edges: () -> ::Array[::Array[::String]]
|
|
604
614
|
def tracking_config_arn: () -> ::String
|
|
615
|
+
def telemetry_sink_config_arn: () -> ::String
|
|
605
616
|
def tags: () -> ::Hash[::String, ::String]
|
|
606
617
|
def streams_kms_key: () -> Types::KmsKey
|
|
607
618
|
def streams_kms_role: () -> ::String
|
|
@@ -836,14 +847,14 @@ module Aws
|
|
|
836
847
|
interface _UpdateConfigResponseSuccess
|
|
837
848
|
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
|
|
838
849
|
def config_id: () -> ::String
|
|
839
|
-
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
850
|
+
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
840
851
|
def config_arn: () -> ::String
|
|
841
852
|
end
|
|
842
853
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_config-instance_method
|
|
843
854
|
def update_config: (
|
|
844
855
|
config_id: ::String,
|
|
845
856
|
name: ::String,
|
|
846
|
-
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording"),
|
|
857
|
+
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink"),
|
|
847
858
|
config_data: {
|
|
848
859
|
antenna_downlink_config: {
|
|
849
860
|
spectrum_config: {
|
|
@@ -906,6 +917,15 @@ module Aws
|
|
|
906
917
|
bucket_arn: ::String,
|
|
907
918
|
role_arn: ::String,
|
|
908
919
|
prefix: ::String?
|
|
920
|
+
}?,
|
|
921
|
+
telemetry_sink_config: {
|
|
922
|
+
telemetry_sink_type: ("KINESIS_DATA_STREAM"),
|
|
923
|
+
telemetry_sink_data: {
|
|
924
|
+
kinesis_data_stream_data: {
|
|
925
|
+
kinesis_role_arn: ::String,
|
|
926
|
+
kinesis_data_stream_arn: ::String
|
|
927
|
+
}?
|
|
928
|
+
}
|
|
909
929
|
}?
|
|
910
930
|
}
|
|
911
931
|
) -> _UpdateConfigResponseSuccess
|
|
@@ -939,6 +959,7 @@ module Aws
|
|
|
939
959
|
Array[::String],
|
|
940
960
|
],
|
|
941
961
|
?tracking_config_arn: ::String,
|
|
962
|
+
?telemetry_sink_config_arn: ::String,
|
|
942
963
|
?streams_kms_key: {
|
|
943
964
|
kms_key_arn: ::String?,
|
|
944
965
|
kms_alias_arn: ::String?,
|
data/sig/types.rbs
CHANGED
|
@@ -141,14 +141,14 @@ module Aws::GroundStation
|
|
|
141
141
|
|
|
142
142
|
class ConfigIdResponse
|
|
143
143
|
attr_accessor config_id: ::String
|
|
144
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
144
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
145
145
|
attr_accessor config_arn: ::String
|
|
146
146
|
SENSITIVE: []
|
|
147
147
|
end
|
|
148
148
|
|
|
149
149
|
class ConfigListItem
|
|
150
150
|
attr_accessor config_id: ::String
|
|
151
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
151
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
152
152
|
attr_accessor config_arn: ::String
|
|
153
153
|
attr_accessor name: ::String
|
|
154
154
|
SENSITIVE: []
|
|
@@ -162,6 +162,7 @@ module Aws::GroundStation
|
|
|
162
162
|
attr_accessor antenna_uplink_config: Types::AntennaUplinkConfig
|
|
163
163
|
attr_accessor uplink_echo_config: Types::UplinkEchoConfig
|
|
164
164
|
attr_accessor s3_recording_config: Types::S3RecordingConfig
|
|
165
|
+
attr_accessor telemetry_sink_config: Types::TelemetrySinkConfig
|
|
165
166
|
attr_accessor unknown: untyped
|
|
166
167
|
SENSITIVE: []
|
|
167
168
|
|
|
@@ -179,6 +180,8 @@ module Aws::GroundStation
|
|
|
179
180
|
end
|
|
180
181
|
class S3RecordingConfig < ConfigTypeData
|
|
181
182
|
end
|
|
183
|
+
class TelemetrySinkConfig < ConfigTypeData
|
|
184
|
+
end
|
|
182
185
|
class Unknown < ConfigTypeData
|
|
183
186
|
end
|
|
184
187
|
end
|
|
@@ -275,6 +278,7 @@ module Aws::GroundStation
|
|
|
275
278
|
attr_accessor minimum_viable_contact_duration_seconds: ::Integer
|
|
276
279
|
attr_accessor dataflow_edges: ::Array[::Array[::String]]
|
|
277
280
|
attr_accessor tracking_config_arn: ::String
|
|
281
|
+
attr_accessor telemetry_sink_config_arn: ::String
|
|
278
282
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
279
283
|
attr_accessor streams_kms_key: Types::KmsKey
|
|
280
284
|
attr_accessor streams_kms_role: ::String
|
|
@@ -320,7 +324,7 @@ module Aws::GroundStation
|
|
|
320
324
|
|
|
321
325
|
class DeleteConfigRequest
|
|
322
326
|
attr_accessor config_id: ::String
|
|
323
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
327
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
324
328
|
SENSITIVE: []
|
|
325
329
|
end
|
|
326
330
|
|
|
@@ -398,7 +402,7 @@ module Aws::GroundStation
|
|
|
398
402
|
end
|
|
399
403
|
|
|
400
404
|
class Destination
|
|
401
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
405
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
402
406
|
attr_accessor config_id: ::String
|
|
403
407
|
attr_accessor config_details: Types::ConfigDetails
|
|
404
408
|
attr_accessor dataflow_destination_region: ::String
|
|
@@ -592,7 +596,7 @@ module Aws::GroundStation
|
|
|
592
596
|
|
|
593
597
|
class GetConfigRequest
|
|
594
598
|
attr_accessor config_id: ::String
|
|
595
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
599
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
596
600
|
SENSITIVE: []
|
|
597
601
|
end
|
|
598
602
|
|
|
@@ -600,7 +604,7 @@ module Aws::GroundStation
|
|
|
600
604
|
attr_accessor config_id: ::String
|
|
601
605
|
attr_accessor config_arn: ::String
|
|
602
606
|
attr_accessor name: ::String
|
|
603
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
607
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
604
608
|
attr_accessor config_data: Types::ConfigTypeData
|
|
605
609
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
606
610
|
SENSITIVE: []
|
|
@@ -651,6 +655,7 @@ module Aws::GroundStation
|
|
|
651
655
|
attr_accessor minimum_viable_contact_duration_seconds: ::Integer
|
|
652
656
|
attr_accessor dataflow_edges: ::Array[::Array[::String]]
|
|
653
657
|
attr_accessor tracking_config_arn: ::String
|
|
658
|
+
attr_accessor telemetry_sink_config_arn: ::String
|
|
654
659
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
655
660
|
attr_accessor streams_kms_key: Types::KmsKey
|
|
656
661
|
attr_accessor streams_kms_role: ::String
|
|
@@ -696,6 +701,12 @@ module Aws::GroundStation
|
|
|
696
701
|
SENSITIVE: []
|
|
697
702
|
end
|
|
698
703
|
|
|
704
|
+
class KinesisDataStreamData
|
|
705
|
+
attr_accessor kinesis_role_arn: ::String
|
|
706
|
+
attr_accessor kinesis_data_stream_arn: ::String
|
|
707
|
+
SENSITIVE: []
|
|
708
|
+
end
|
|
709
|
+
|
|
699
710
|
class KmsKey
|
|
700
711
|
attr_accessor kms_key_arn: ::String
|
|
701
712
|
attr_accessor kms_alias_arn: ::String
|
|
@@ -950,7 +961,7 @@ module Aws::GroundStation
|
|
|
950
961
|
end
|
|
951
962
|
|
|
952
963
|
class Source
|
|
953
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
964
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
954
965
|
attr_accessor config_id: ::String
|
|
955
966
|
attr_accessor config_details: Types::ConfigDetails
|
|
956
967
|
attr_accessor dataflow_source_region: ::String
|
|
@@ -986,6 +997,23 @@ module Aws::GroundStation
|
|
|
986
997
|
class TagResourceResponse < Aws::EmptyStructure
|
|
987
998
|
end
|
|
988
999
|
|
|
1000
|
+
class TelemetrySinkConfig
|
|
1001
|
+
attr_accessor telemetry_sink_type: ("KINESIS_DATA_STREAM")
|
|
1002
|
+
attr_accessor telemetry_sink_data: Types::TelemetrySinkData
|
|
1003
|
+
SENSITIVE: []
|
|
1004
|
+
end
|
|
1005
|
+
|
|
1006
|
+
class TelemetrySinkData
|
|
1007
|
+
attr_accessor kinesis_data_stream_data: Types::KinesisDataStreamData
|
|
1008
|
+
attr_accessor unknown: untyped
|
|
1009
|
+
SENSITIVE: []
|
|
1010
|
+
|
|
1011
|
+
class KinesisDataStreamData < TelemetrySinkData
|
|
1012
|
+
end
|
|
1013
|
+
class Unknown < TelemetrySinkData
|
|
1014
|
+
end
|
|
1015
|
+
end
|
|
1016
|
+
|
|
989
1017
|
class TimeAzEl
|
|
990
1018
|
attr_accessor dt: ::Float
|
|
991
1019
|
attr_accessor az: ::Float
|
|
@@ -1034,7 +1062,7 @@ module Aws::GroundStation
|
|
|
1034
1062
|
class UpdateConfigRequest
|
|
1035
1063
|
attr_accessor config_id: ::String
|
|
1036
1064
|
attr_accessor name: ::String
|
|
1037
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
|
1065
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording" | "telemetry-sink")
|
|
1038
1066
|
attr_accessor config_data: Types::ConfigTypeData
|
|
1039
1067
|
SENSITIVE: []
|
|
1040
1068
|
end
|
|
@@ -1055,6 +1083,7 @@ module Aws::GroundStation
|
|
|
1055
1083
|
attr_accessor minimum_viable_contact_duration_seconds: ::Integer
|
|
1056
1084
|
attr_accessor dataflow_edges: ::Array[::Array[::String]]
|
|
1057
1085
|
attr_accessor tracking_config_arn: ::String
|
|
1086
|
+
attr_accessor telemetry_sink_config_arn: ::String
|
|
1058
1087
|
attr_accessor streams_kms_key: Types::KmsKey
|
|
1059
1088
|
attr_accessor streams_kms_role: ::String
|
|
1060
1089
|
SENSITIVE: []
|