aws-sdk-groundstation 1.73.0 → 1.75.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +813 -488
- data/lib/aws-sdk-groundstation/client_api.rb +367 -153
- data/lib/aws-sdk-groundstation/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-groundstation/errors.rb +37 -0
- data/lib/aws-sdk-groundstation/types.rb +1583 -789
- data/lib/aws-sdk-groundstation.rb +1 -1
- data/sig/client.rbs +387 -213
- data/sig/errors.rbs +7 -0
- data/sig/types.rbs +378 -154
- metadata +1 -1
|
@@ -508,89 +508,89 @@ module Aws::GroundStation
|
|
|
508
508
|
#
|
|
509
509
|
# Only one type of `configData` can be specified.
|
|
510
510
|
#
|
|
511
|
-
# @option params [required, Types::ConfigTypeData] :config_data
|
|
512
|
-
# Parameters of a `Config`.
|
|
513
|
-
#
|
|
514
511
|
# @option params [required, String] :name
|
|
515
512
|
# Name of a `Config`.
|
|
516
513
|
#
|
|
514
|
+
# @option params [required, Types::ConfigTypeData] :config_data
|
|
515
|
+
# Parameters of a `Config`.
|
|
516
|
+
#
|
|
517
517
|
# @option params [Hash<String,String>] :tags
|
|
518
518
|
# Tags assigned to a `Config`.
|
|
519
519
|
#
|
|
520
520
|
# @return [Types::ConfigIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
521
521
|
#
|
|
522
|
-
# * {Types::ConfigIdResponse#config_arn #config_arn} => String
|
|
523
522
|
# * {Types::ConfigIdResponse#config_id #config_id} => String
|
|
524
523
|
# * {Types::ConfigIdResponse#config_type #config_type} => String
|
|
524
|
+
# * {Types::ConfigIdResponse#config_arn #config_arn} => String
|
|
525
525
|
#
|
|
526
526
|
# @example Request syntax with placeholder values
|
|
527
527
|
#
|
|
528
528
|
# resp = client.create_config({
|
|
529
|
+
# name: "SafeName", # required
|
|
529
530
|
# config_data: { # required
|
|
530
531
|
# antenna_downlink_config: {
|
|
531
532
|
# spectrum_config: { # required
|
|
532
|
-
# bandwidth: { # required
|
|
533
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
534
|
-
# value: 1.0, # required
|
|
535
|
-
# },
|
|
536
533
|
# center_frequency: { # required
|
|
534
|
+
# value: 1.0, # required
|
|
537
535
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
536
|
+
# },
|
|
537
|
+
# bandwidth: { # required
|
|
538
538
|
# value: 1.0, # required
|
|
539
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
539
540
|
# },
|
|
540
541
|
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
|
541
542
|
# },
|
|
542
543
|
# },
|
|
544
|
+
# tracking_config: {
|
|
545
|
+
# autotrack: "REQUIRED", # required, accepts REQUIRED, PREFERRED, REMOVED
|
|
546
|
+
# },
|
|
547
|
+
# dataflow_endpoint_config: {
|
|
548
|
+
# dataflow_endpoint_name: "String", # required
|
|
549
|
+
# dataflow_endpoint_region: "String",
|
|
550
|
+
# },
|
|
543
551
|
# antenna_downlink_demod_decode_config: {
|
|
544
|
-
# decode_config: { # required
|
|
545
|
-
# unvalidated_json: "JsonString", # required
|
|
546
|
-
# },
|
|
547
|
-
# demodulation_config: { # required
|
|
548
|
-
# unvalidated_json: "JsonString", # required
|
|
549
|
-
# },
|
|
550
552
|
# spectrum_config: { # required
|
|
551
|
-
# bandwidth: { # required
|
|
552
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
553
|
-
# value: 1.0, # required
|
|
554
|
-
# },
|
|
555
553
|
# center_frequency: { # required
|
|
554
|
+
# value: 1.0, # required
|
|
556
555
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
556
|
+
# },
|
|
557
|
+
# bandwidth: { # required
|
|
557
558
|
# value: 1.0, # required
|
|
559
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
558
560
|
# },
|
|
559
561
|
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
|
560
562
|
# },
|
|
563
|
+
# demodulation_config: { # required
|
|
564
|
+
# unvalidated_json: "JsonString", # required
|
|
565
|
+
# },
|
|
566
|
+
# decode_config: { # required
|
|
567
|
+
# unvalidated_json: "JsonString", # required
|
|
568
|
+
# },
|
|
561
569
|
# },
|
|
562
570
|
# antenna_uplink_config: {
|
|
571
|
+
# transmit_disabled: false,
|
|
563
572
|
# spectrum_config: { # required
|
|
564
573
|
# center_frequency: { # required
|
|
565
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
566
574
|
# value: 1.0, # required
|
|
575
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
567
576
|
# },
|
|
568
577
|
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
|
569
578
|
# },
|
|
570
579
|
# target_eirp: { # required
|
|
571
|
-
# units: "dBW", # required, accepts dBW
|
|
572
580
|
# value: 1.0, # required
|
|
581
|
+
# units: "dBW", # required, accepts dBW
|
|
573
582
|
# },
|
|
574
|
-
# transmit_disabled: false,
|
|
575
583
|
# },
|
|
576
|
-
#
|
|
577
|
-
#
|
|
578
|
-
#
|
|
584
|
+
# uplink_echo_config: {
|
|
585
|
+
# enabled: false, # required
|
|
586
|
+
# antenna_uplink_config_arn: "ConfigArn", # required
|
|
579
587
|
# },
|
|
580
588
|
# s3_recording_config: {
|
|
581
589
|
# bucket_arn: "BucketArn", # required
|
|
582
|
-
# prefix: "S3KeyPrefix",
|
|
583
590
|
# role_arn: "RoleArn", # required
|
|
584
|
-
#
|
|
585
|
-
# tracking_config: {
|
|
586
|
-
# autotrack: "REQUIRED", # required, accepts REQUIRED, PREFERRED, REMOVED
|
|
587
|
-
# },
|
|
588
|
-
# uplink_echo_config: {
|
|
589
|
-
# antenna_uplink_config_arn: "ConfigArn", # required
|
|
590
|
-
# enabled: false, # required
|
|
591
|
+
# prefix: "S3KeyPrefix",
|
|
591
592
|
# },
|
|
592
593
|
# },
|
|
593
|
-
# name: "SafeName", # required
|
|
594
594
|
# tags: {
|
|
595
595
|
# "String" => "String",
|
|
596
596
|
# },
|
|
@@ -598,9 +598,9 @@ module Aws::GroundStation
|
|
|
598
598
|
#
|
|
599
599
|
# @example Response structure
|
|
600
600
|
#
|
|
601
|
-
# resp.config_arn #=> String
|
|
602
601
|
# resp.config_id #=> String
|
|
603
602
|
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
603
|
+
# resp.config_arn #=> String
|
|
604
604
|
#
|
|
605
605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateConfig AWS API Documentation
|
|
606
606
|
#
|
|
@@ -621,12 +621,21 @@ module Aws::GroundStation
|
|
|
621
621
|
# When a contact uses multiple `DataflowEndpointConfig` objects, each
|
|
622
622
|
# `Config` must match a `DataflowEndpoint` in the same group.
|
|
623
623
|
#
|
|
624
|
-
# @option params [
|
|
625
|
-
#
|
|
626
|
-
#
|
|
627
|
-
#
|
|
628
|
-
#
|
|
629
|
-
#
|
|
624
|
+
# @option params [required, Array<Types::EndpointDetails>] :endpoint_details
|
|
625
|
+
# Endpoint details of each endpoint in the dataflow endpoint group. All
|
|
626
|
+
# dataflow endpoints within a single dataflow endpoint group must be of
|
|
627
|
+
# the same type. You cannot mix [ AWS Ground Station Agent endpoints][1]
|
|
628
|
+
# with [Dataflow endpoints][2] in the same group. If your use case
|
|
629
|
+
# requires both types of endpoints, you must create separate dataflow
|
|
630
|
+
# endpoint groups for each type.
|
|
631
|
+
#
|
|
632
|
+
#
|
|
633
|
+
#
|
|
634
|
+
# [1]: https://docs.aws.amazon.com/ground-station/latest/APIReference/API_AwsGroundStationAgentEndpoint.html
|
|
635
|
+
# [2]: https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DataflowEndpoint.html
|
|
636
|
+
#
|
|
637
|
+
# @option params [Hash<String,String>] :tags
|
|
638
|
+
# Tags of a dataflow endpoint group.
|
|
630
639
|
#
|
|
631
640
|
# @option params [Integer] :contact_pre_pass_duration_seconds
|
|
632
641
|
# Amount of time, in seconds, before a contact starts that the Ground
|
|
@@ -634,19 +643,12 @@ module Aws::GroundStation
|
|
|
634
643
|
# Station Dataflow Endpoint Group State Change event will be emitted
|
|
635
644
|
# when the Dataflow Endpoint Group enters and exits the `PREPASS` state.
|
|
636
645
|
#
|
|
637
|
-
# @option params [
|
|
638
|
-
#
|
|
639
|
-
#
|
|
640
|
-
#
|
|
641
|
-
#
|
|
642
|
-
#
|
|
643
|
-
# href="https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DataflowEndpoint.html">Dataflow
|
|
644
|
-
# endpoints</a> in the same group. If your use case requires both types
|
|
645
|
-
# of endpoints, you must create separate dataflow endpoint groups for
|
|
646
|
-
# each type. </p>
|
|
647
|
-
#
|
|
648
|
-
# @option params [Hash<String,String>] :tags
|
|
649
|
-
# Tags of a dataflow endpoint group.
|
|
646
|
+
# @option params [Integer] :contact_post_pass_duration_seconds
|
|
647
|
+
# Amount of time, in seconds, after a contact ends that the Ground
|
|
648
|
+
# Station Dataflow Endpoint Group will be in a `POSTPASS` state. A
|
|
649
|
+
# Ground Station Dataflow Endpoint Group State Change event will be
|
|
650
|
+
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
651
|
+
# `POSTPASS` state.
|
|
650
652
|
#
|
|
651
653
|
# @return [Types::DataflowEndpointGroupIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
652
654
|
#
|
|
@@ -655,53 +657,105 @@ module Aws::GroundStation
|
|
|
655
657
|
# @example Request syntax with placeholder values
|
|
656
658
|
#
|
|
657
659
|
# resp = client.create_dataflow_endpoint_group({
|
|
658
|
-
# contact_post_pass_duration_seconds: 1,
|
|
659
|
-
# contact_pre_pass_duration_seconds: 1,
|
|
660
660
|
# endpoint_details: [ # required
|
|
661
661
|
# {
|
|
662
|
+
# security_details: {
|
|
663
|
+
# subnet_ids: ["String"], # required
|
|
664
|
+
# security_group_ids: ["String"], # required
|
|
665
|
+
# role_arn: "RoleArn", # required
|
|
666
|
+
# },
|
|
667
|
+
# endpoint: {
|
|
668
|
+
# name: "SafeName",
|
|
669
|
+
# address: {
|
|
670
|
+
# name: "String", # required
|
|
671
|
+
# port: 1, # required
|
|
672
|
+
# },
|
|
673
|
+
# status: "created", # accepts created, creating, deleted, deleting, failed
|
|
674
|
+
# mtu: 1,
|
|
675
|
+
# },
|
|
662
676
|
# aws_ground_station_agent_endpoint: {
|
|
663
|
-
#
|
|
664
|
-
# audit_results: "HEALTHY", # accepts HEALTHY, UNHEALTHY
|
|
677
|
+
# name: "SafeName", # required
|
|
665
678
|
# egress_address: { # required
|
|
666
|
-
# mtu: 1,
|
|
667
679
|
# socket_address: { # required
|
|
668
680
|
# name: "String", # required
|
|
669
681
|
# port: 1, # required
|
|
670
682
|
# },
|
|
683
|
+
# mtu: 1,
|
|
671
684
|
# },
|
|
672
685
|
# ingress_address: { # required
|
|
673
|
-
# mtu: 1,
|
|
674
686
|
# socket_address: { # required
|
|
675
687
|
# name: "IpV4Address", # required
|
|
676
688
|
# port_range: { # required
|
|
677
|
-
# maximum: 1, # required
|
|
678
689
|
# minimum: 1, # required
|
|
690
|
+
# maximum: 1, # required
|
|
679
691
|
# },
|
|
680
692
|
# },
|
|
693
|
+
# mtu: 1,
|
|
681
694
|
# },
|
|
695
|
+
# agent_status: "SUCCESS", # accepts SUCCESS, FAILED, ACTIVE, INACTIVE
|
|
696
|
+
# audit_results: "HEALTHY", # accepts HEALTHY, UNHEALTHY
|
|
697
|
+
# },
|
|
698
|
+
# uplink_aws_ground_station_agent_endpoint: {
|
|
682
699
|
# name: "SafeName", # required
|
|
700
|
+
# dataflow_details: { # required
|
|
701
|
+
# agent_connection_details: {
|
|
702
|
+
# ingress_address_and_port: { # required
|
|
703
|
+
# socket_address: { # required
|
|
704
|
+
# name: "String", # required
|
|
705
|
+
# port: 1, # required
|
|
706
|
+
# },
|
|
707
|
+
# mtu: 1,
|
|
708
|
+
# },
|
|
709
|
+
# agent_ip_and_port_address: { # required
|
|
710
|
+
# socket_address: { # required
|
|
711
|
+
# name: "IpV4Address", # required
|
|
712
|
+
# port_range: { # required
|
|
713
|
+
# minimum: 1, # required
|
|
714
|
+
# maximum: 1, # required
|
|
715
|
+
# },
|
|
716
|
+
# },
|
|
717
|
+
# mtu: 1,
|
|
718
|
+
# },
|
|
719
|
+
# },
|
|
720
|
+
# },
|
|
721
|
+
# agent_status: "SUCCESS", # accepts SUCCESS, FAILED, ACTIVE, INACTIVE
|
|
722
|
+
# audit_results: "HEALTHY", # accepts HEALTHY, UNHEALTHY
|
|
683
723
|
# },
|
|
684
|
-
#
|
|
685
|
-
#
|
|
686
|
-
#
|
|
687
|
-
#
|
|
724
|
+
# downlink_aws_ground_station_agent_endpoint: {
|
|
725
|
+
# name: "SafeName", # required
|
|
726
|
+
# dataflow_details: { # required
|
|
727
|
+
# agent_connection_details: {
|
|
728
|
+
# agent_ip_and_port_address: { # required
|
|
729
|
+
# socket_address: { # required
|
|
730
|
+
# name: "IpV4Address", # required
|
|
731
|
+
# port_range: { # required
|
|
732
|
+
# minimum: 1, # required
|
|
733
|
+
# maximum: 1, # required
|
|
734
|
+
# },
|
|
735
|
+
# },
|
|
736
|
+
# mtu: 1,
|
|
737
|
+
# },
|
|
738
|
+
# egress_address_and_port: { # required
|
|
739
|
+
# socket_address: { # required
|
|
740
|
+
# name: "String", # required
|
|
741
|
+
# port: 1, # required
|
|
742
|
+
# },
|
|
743
|
+
# mtu: 1,
|
|
744
|
+
# },
|
|
745
|
+
# },
|
|
688
746
|
# },
|
|
689
|
-
#
|
|
690
|
-
#
|
|
691
|
-
# status: "created", # accepts created, creating, deleted, deleting, failed
|
|
747
|
+
# agent_status: "SUCCESS", # accepts SUCCESS, FAILED, ACTIVE, INACTIVE
|
|
748
|
+
# audit_results: "HEALTHY", # accepts HEALTHY, UNHEALTHY
|
|
692
749
|
# },
|
|
693
|
-
# health_reasons: ["NO_REGISTERED_AGENT"], # accepts NO_REGISTERED_AGENT, INVALID_IP_OWNERSHIP, NOT_AUTHORIZED_TO_CREATE_SLR, UNVERIFIED_IP_OWNERSHIP, INITIALIZING_DATAPLANE, DATAPLANE_FAILURE, HEALTHY
|
|
694
750
|
# health_status: "HEALTHY", # accepts HEALTHY, UNHEALTHY
|
|
695
|
-
#
|
|
696
|
-
# role_arn: "RoleArn", # required
|
|
697
|
-
# security_group_ids: ["String"], # required
|
|
698
|
-
# subnet_ids: ["String"], # required
|
|
699
|
-
# },
|
|
751
|
+
# health_reasons: ["NO_REGISTERED_AGENT"], # accepts NO_REGISTERED_AGENT, INVALID_IP_OWNERSHIP, NOT_AUTHORIZED_TO_CREATE_SLR, UNVERIFIED_IP_OWNERSHIP, INITIALIZING_DATAPLANE, DATAPLANE_FAILURE, HEALTHY
|
|
700
752
|
# },
|
|
701
753
|
# ],
|
|
702
754
|
# tags: {
|
|
703
755
|
# "String" => "String",
|
|
704
756
|
# },
|
|
757
|
+
# contact_pre_pass_duration_seconds: 1,
|
|
758
|
+
# contact_post_pass_duration_seconds: 1,
|
|
705
759
|
# })
|
|
706
760
|
#
|
|
707
761
|
# @example Response structure
|
|
@@ -717,39 +771,143 @@ module Aws::GroundStation
|
|
|
717
771
|
req.send_request(options)
|
|
718
772
|
end
|
|
719
773
|
|
|
720
|
-
# Creates
|
|
774
|
+
# Creates a `DataflowEndpointGroupV2` containing the specified list of
|
|
775
|
+
# `DataflowEndpoint` objects.
|
|
776
|
+
#
|
|
777
|
+
# The `name` field in each endpoint is used in your mission profile
|
|
778
|
+
# `DataflowEndpointConfig` to specify which endpoints to use during a
|
|
779
|
+
# contact.
|
|
780
|
+
#
|
|
781
|
+
# When a contact uses multiple `DataflowEndpointConfig` objects, each
|
|
782
|
+
# `Config` must match a `DataflowEndpoint` in the same group.
|
|
783
|
+
#
|
|
784
|
+
# @option params [required, Array<Types::CreateEndpointDetails>] :endpoints
|
|
785
|
+
# Dataflow endpoint group's endpoint definitions
|
|
786
|
+
#
|
|
787
|
+
# @option params [Integer] :contact_pre_pass_duration_seconds
|
|
788
|
+
# Amount of time, in seconds, before a contact starts that the Ground
|
|
789
|
+
# Station Dataflow Endpoint Group will be in a `PREPASS` state. A Ground
|
|
790
|
+
# Station Dataflow Endpoint Group State Change event will be emitted
|
|
791
|
+
# when the Dataflow Endpoint Group enters and exits the `PREPASS` state.
|
|
792
|
+
#
|
|
793
|
+
# @option params [Integer] :contact_post_pass_duration_seconds
|
|
794
|
+
# Amount of time, in seconds, after a contact ends that the Ground
|
|
795
|
+
# Station Dataflow Endpoint Group will be in a `POSTPASS` state. A
|
|
796
|
+
# Ground Station Dataflow Endpoint Group State Change event will be
|
|
797
|
+
# emitted when the Dataflow Endpoint Group enters and exits the
|
|
798
|
+
# `POSTPASS` state.
|
|
799
|
+
#
|
|
800
|
+
# @option params [Hash<String,String>] :tags
|
|
801
|
+
# Tags of a V2 dataflow endpoint group.
|
|
802
|
+
#
|
|
803
|
+
# @return [Types::CreateDataflowEndpointGroupV2Response] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
804
|
+
#
|
|
805
|
+
# * {Types::CreateDataflowEndpointGroupV2Response#dataflow_endpoint_group_id #dataflow_endpoint_group_id} => String
|
|
806
|
+
#
|
|
807
|
+
# @example Request syntax with placeholder values
|
|
808
|
+
#
|
|
809
|
+
# resp = client.create_dataflow_endpoint_group_v2({
|
|
810
|
+
# endpoints: [ # required
|
|
811
|
+
# {
|
|
812
|
+
# uplink_aws_ground_station_agent_endpoint: {
|
|
813
|
+
# name: "SafeName", # required
|
|
814
|
+
# dataflow_details: { # required
|
|
815
|
+
# agent_connection_details: {
|
|
816
|
+
# ingress_address_and_port: { # required
|
|
817
|
+
# socket_address: { # required
|
|
818
|
+
# name: "String", # required
|
|
819
|
+
# port: 1, # required
|
|
820
|
+
# },
|
|
821
|
+
# mtu: 1,
|
|
822
|
+
# },
|
|
823
|
+
# agent_ip_and_port_address: { # required
|
|
824
|
+
# socket_address: { # required
|
|
825
|
+
# name: "IpV4Address", # required
|
|
826
|
+
# port_range: { # required
|
|
827
|
+
# minimum: 1, # required
|
|
828
|
+
# maximum: 1, # required
|
|
829
|
+
# },
|
|
830
|
+
# },
|
|
831
|
+
# mtu: 1,
|
|
832
|
+
# },
|
|
833
|
+
# },
|
|
834
|
+
# },
|
|
835
|
+
# },
|
|
836
|
+
# downlink_aws_ground_station_agent_endpoint: {
|
|
837
|
+
# name: "SafeName", # required
|
|
838
|
+
# dataflow_details: { # required
|
|
839
|
+
# agent_connection_details: {
|
|
840
|
+
# agent_ip_and_port_address: { # required
|
|
841
|
+
# socket_address: { # required
|
|
842
|
+
# name: "IpV4Address", # required
|
|
843
|
+
# port_range: { # required
|
|
844
|
+
# minimum: 1, # required
|
|
845
|
+
# maximum: 1, # required
|
|
846
|
+
# },
|
|
847
|
+
# },
|
|
848
|
+
# mtu: 1,
|
|
849
|
+
# },
|
|
850
|
+
# egress_address_and_port: { # required
|
|
851
|
+
# socket_address: { # required
|
|
852
|
+
# name: "String", # required
|
|
853
|
+
# port: 1, # required
|
|
854
|
+
# },
|
|
855
|
+
# mtu: 1,
|
|
856
|
+
# },
|
|
857
|
+
# },
|
|
858
|
+
# },
|
|
859
|
+
# },
|
|
860
|
+
# },
|
|
861
|
+
# ],
|
|
862
|
+
# contact_pre_pass_duration_seconds: 1,
|
|
863
|
+
# contact_post_pass_duration_seconds: 1,
|
|
864
|
+
# tags: {
|
|
865
|
+
# "String" => "String",
|
|
866
|
+
# },
|
|
867
|
+
# })
|
|
868
|
+
#
|
|
869
|
+
# @example Response structure
|
|
870
|
+
#
|
|
871
|
+
# resp.dataflow_endpoint_group_id #=> String
|
|
872
|
+
#
|
|
873
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateDataflowEndpointGroupV2 AWS API Documentation
|
|
874
|
+
#
|
|
875
|
+
# @overload create_dataflow_endpoint_group_v2(params = {})
|
|
876
|
+
# @param [Hash] params ({})
|
|
877
|
+
def create_dataflow_endpoint_group_v2(params = {}, options = {})
|
|
878
|
+
req = build_request(:create_dataflow_endpoint_group_v2, params)
|
|
879
|
+
req.send_request(options)
|
|
880
|
+
end
|
|
881
|
+
|
|
882
|
+
# Create an ephemeris with your specified EphemerisData.
|
|
883
|
+
#
|
|
884
|
+
# @option params [String] :satellite_id
|
|
885
|
+
# The satellite ID that associates this ephemeris with a satellite in
|
|
886
|
+
# AWS Ground Station.
|
|
721
887
|
#
|
|
722
888
|
# @option params [Boolean] :enabled
|
|
723
|
-
#
|
|
889
|
+
# Set to `true` to enable the ephemeris after validation. Set to `false`
|
|
890
|
+
# to keep it disabled.
|
|
724
891
|
#
|
|
725
|
-
#
|
|
726
|
-
#
|
|
892
|
+
# @option params [Integer] :priority
|
|
893
|
+
# A priority score that determines which ephemeris to use when multiple
|
|
894
|
+
# ephemerides overlap.
|
|
727
895
|
#
|
|
728
|
-
#
|
|
729
|
-
#
|
|
896
|
+
# Higher numbers take precedence. The default is 1. Must be 1 or
|
|
897
|
+
# greater.
|
|
730
898
|
#
|
|
731
899
|
# @option params [Time,DateTime,Date,Integer,String] :expiration_time
|
|
732
900
|
# An overall expiration time for the ephemeris in UTC, after which it
|
|
733
901
|
# will become `EXPIRED`.
|
|
734
902
|
#
|
|
735
|
-
# @option params [String] :kms_key_arn
|
|
736
|
-
# The ARN of a KMS key used to encrypt the ephemeris in Ground Station.
|
|
737
|
-
#
|
|
738
903
|
# @option params [required, String] :name
|
|
739
|
-
# A name
|
|
740
|
-
# identifier for the ephemeris.
|
|
741
|
-
#
|
|
742
|
-
# @option params [Integer] :priority
|
|
743
|
-
# Customer-provided priority score to establish the order in which
|
|
744
|
-
# overlapping ephemerides should be used.
|
|
745
|
-
#
|
|
746
|
-
# The default for customer-provided ephemeris priority is 1, and higher
|
|
747
|
-
# numbers take precedence.
|
|
904
|
+
# A name that you can use to identify the ephemeris.
|
|
748
905
|
#
|
|
749
|
-
#
|
|
906
|
+
# @option params [String] :kms_key_arn
|
|
907
|
+
# The ARN of the KMS key to use for encrypting the ephemeris.
|
|
750
908
|
#
|
|
751
|
-
# @option params [
|
|
752
|
-
#
|
|
909
|
+
# @option params [Types::EphemerisData] :ephemeris
|
|
910
|
+
# Ephemeris data.
|
|
753
911
|
#
|
|
754
912
|
# @option params [Hash<String,String>] :tags
|
|
755
913
|
# Tags assigned to an ephemeris.
|
|
@@ -761,16 +919,13 @@ module Aws::GroundStation
|
|
|
761
919
|
# @example Request syntax with placeholder values
|
|
762
920
|
#
|
|
763
921
|
# resp = client.create_ephemeris({
|
|
922
|
+
# satellite_id: "Uuid",
|
|
764
923
|
# enabled: false,
|
|
924
|
+
# priority: 1,
|
|
925
|
+
# expiration_time: Time.now,
|
|
926
|
+
# name: "SafeName", # required
|
|
927
|
+
# kms_key_arn: "KeyArn",
|
|
765
928
|
# ephemeris: {
|
|
766
|
-
# oem: {
|
|
767
|
-
# oem_data: "UnboundedString",
|
|
768
|
-
# s3_object: {
|
|
769
|
-
# bucket: "S3BucketName",
|
|
770
|
-
# key: "S3ObjectKey",
|
|
771
|
-
# version: "S3VersionId",
|
|
772
|
-
# },
|
|
773
|
-
# },
|
|
774
929
|
# tle: {
|
|
775
930
|
# s3_object: {
|
|
776
931
|
# bucket: "S3BucketName",
|
|
@@ -782,18 +937,50 @@ module Aws::GroundStation
|
|
|
782
937
|
# tle_line_1: "TleLineOne", # required
|
|
783
938
|
# tle_line_2: "TleLineTwo", # required
|
|
784
939
|
# valid_time_range: { # required
|
|
785
|
-
# end_time: Time.now, # required
|
|
786
940
|
# start_time: Time.now, # required
|
|
941
|
+
# end_time: Time.now, # required
|
|
787
942
|
# },
|
|
788
943
|
# },
|
|
789
944
|
# ],
|
|
790
945
|
# },
|
|
946
|
+
# oem: {
|
|
947
|
+
# s3_object: {
|
|
948
|
+
# bucket: "S3BucketName",
|
|
949
|
+
# key: "S3ObjectKey",
|
|
950
|
+
# version: "S3VersionId",
|
|
951
|
+
# },
|
|
952
|
+
# oem_data: "UnboundedString",
|
|
953
|
+
# },
|
|
954
|
+
# az_el: {
|
|
955
|
+
# ground_station: "GroundStationName", # required
|
|
956
|
+
# data: { # required
|
|
957
|
+
# s3_object: {
|
|
958
|
+
# bucket: "S3BucketName",
|
|
959
|
+
# key: "S3ObjectKey",
|
|
960
|
+
# version: "S3VersionId",
|
|
961
|
+
# },
|
|
962
|
+
# az_el_data: {
|
|
963
|
+
# angle_unit: "DEGREE_ANGLE", # required, accepts DEGREE_ANGLE, RADIAN
|
|
964
|
+
# az_el_segment_list: [ # required
|
|
965
|
+
# {
|
|
966
|
+
# reference_epoch: Time.now, # required
|
|
967
|
+
# valid_time_range: { # required
|
|
968
|
+
# start_time: Time.now, # required
|
|
969
|
+
# end_time: Time.now, # required
|
|
970
|
+
# },
|
|
971
|
+
# az_el_list: [ # required
|
|
972
|
+
# {
|
|
973
|
+
# dt: 1.0, # required
|
|
974
|
+
# az: 1.0, # required
|
|
975
|
+
# el: 1.0, # required
|
|
976
|
+
# },
|
|
977
|
+
# ],
|
|
978
|
+
# },
|
|
979
|
+
# ],
|
|
980
|
+
# },
|
|
981
|
+
# },
|
|
982
|
+
# },
|
|
791
983
|
# },
|
|
792
|
-
# expiration_time: Time.now,
|
|
793
|
-
# kms_key_arn: "KeyArn",
|
|
794
|
-
# name: "SafeName", # required
|
|
795
|
-
# priority: 1,
|
|
796
|
-
# satellite_id: "Uuid", # required
|
|
797
984
|
# tags: {
|
|
798
985
|
# "String" => "String",
|
|
799
986
|
# },
|
|
@@ -817,26 +1004,32 @@ module Aws::GroundStation
|
|
|
817
1004
|
# `dataflowEdges` is a list of lists of strings. Each lower level list
|
|
818
1005
|
# of strings has two elements: a *from* ARN and a *to* ARN.
|
|
819
1006
|
#
|
|
820
|
-
# @option params [
|
|
821
|
-
#
|
|
822
|
-
# Ground Station Contact State Change event indicating the pass has
|
|
823
|
-
# finished.
|
|
1007
|
+
# @option params [required, String] :name
|
|
1008
|
+
# Name of a mission profile.
|
|
824
1009
|
#
|
|
825
1010
|
# @option params [Integer] :contact_pre_pass_duration_seconds
|
|
826
1011
|
# Amount of time prior to contact start you’d like to receive a Ground
|
|
827
1012
|
# Station Contact State Change event indicating an upcoming pass.
|
|
828
1013
|
#
|
|
829
|
-
# @option params [
|
|
830
|
-
#
|
|
831
|
-
#
|
|
1014
|
+
# @option params [Integer] :contact_post_pass_duration_seconds
|
|
1015
|
+
# Amount of time after a contact ends that you’d like to receive a
|
|
1016
|
+
# Ground Station Contact State Change event indicating the pass has
|
|
1017
|
+
# finished.
|
|
832
1018
|
#
|
|
833
1019
|
# @option params [required, Integer] :minimum_viable_contact_duration_seconds
|
|
834
1020
|
# Smallest amount of time in seconds that you’d like to see for an
|
|
835
1021
|
# available contact. AWS Ground Station will not present you with
|
|
836
1022
|
# contacts shorter than this duration.
|
|
837
1023
|
#
|
|
838
|
-
# @option params [required,
|
|
839
|
-
#
|
|
1024
|
+
# @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
|
+
# `Config` and a *to* `Config`.
|
|
1027
|
+
#
|
|
1028
|
+
# @option params [required, String] :tracking_config_arn
|
|
1029
|
+
# ARN of a tracking `Config`.
|
|
1030
|
+
#
|
|
1031
|
+
# @option params [Hash<String,String>] :tags
|
|
1032
|
+
# Tags assigned to a mission profile.
|
|
840
1033
|
#
|
|
841
1034
|
# @option params [Types::KmsKey] :streams_kms_key
|
|
842
1035
|
# KMS key to use for encrypting streams.
|
|
@@ -844,12 +1037,6 @@ module Aws::GroundStation
|
|
|
844
1037
|
# @option params [String] :streams_kms_role
|
|
845
1038
|
# Role to use for encrypting streams with KMS key.
|
|
846
1039
|
#
|
|
847
|
-
# @option params [Hash<String,String>] :tags
|
|
848
|
-
# Tags assigned to a mission profile.
|
|
849
|
-
#
|
|
850
|
-
# @option params [required, String] :tracking_config_arn
|
|
851
|
-
# ARN of a tracking `Config`.
|
|
852
|
-
#
|
|
853
1040
|
# @return [Types::MissionProfileIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
854
1041
|
#
|
|
855
1042
|
# * {Types::MissionProfileIdResponse#mission_profile_id #mission_profile_id} => String
|
|
@@ -857,23 +1044,23 @@ module Aws::GroundStation
|
|
|
857
1044
|
# @example Request syntax with placeholder values
|
|
858
1045
|
#
|
|
859
1046
|
# resp = client.create_mission_profile({
|
|
860
|
-
#
|
|
1047
|
+
# name: "SafeName", # required
|
|
861
1048
|
# contact_pre_pass_duration_seconds: 1,
|
|
1049
|
+
# contact_post_pass_duration_seconds: 1,
|
|
1050
|
+
# minimum_viable_contact_duration_seconds: 1, # required
|
|
862
1051
|
# dataflow_edges: [ # required
|
|
863
1052
|
# ["ConfigArn"],
|
|
864
1053
|
# ],
|
|
865
|
-
#
|
|
866
|
-
#
|
|
1054
|
+
# tracking_config_arn: "ConfigArn", # required
|
|
1055
|
+
# tags: {
|
|
1056
|
+
# "String" => "String",
|
|
1057
|
+
# },
|
|
867
1058
|
# streams_kms_key: {
|
|
1059
|
+
# kms_key_arn: "KeyArn",
|
|
868
1060
|
# kms_alias_arn: "KeyAliasArn",
|
|
869
1061
|
# kms_alias_name: "KeyAliasName",
|
|
870
|
-
# kms_key_arn: "KeyArn",
|
|
871
1062
|
# },
|
|
872
1063
|
# streams_kms_role: "RoleArn",
|
|
873
|
-
# tags: {
|
|
874
|
-
# "String" => "String",
|
|
875
|
-
# },
|
|
876
|
-
# tracking_config_arn: "ConfigArn", # required
|
|
877
1064
|
# })
|
|
878
1065
|
#
|
|
879
1066
|
# @example Response structure
|
|
@@ -899,9 +1086,9 @@ module Aws::GroundStation
|
|
|
899
1086
|
#
|
|
900
1087
|
# @return [Types::ConfigIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
901
1088
|
#
|
|
902
|
-
# * {Types::ConfigIdResponse#config_arn #config_arn} => String
|
|
903
1089
|
# * {Types::ConfigIdResponse#config_id #config_id} => String
|
|
904
1090
|
# * {Types::ConfigIdResponse#config_type #config_type} => String
|
|
1091
|
+
# * {Types::ConfigIdResponse#config_arn #config_arn} => String
|
|
905
1092
|
#
|
|
906
1093
|
# @example Request syntax with placeholder values
|
|
907
1094
|
#
|
|
@@ -912,9 +1099,9 @@ module Aws::GroundStation
|
|
|
912
1099
|
#
|
|
913
1100
|
# @example Response structure
|
|
914
1101
|
#
|
|
915
|
-
# resp.config_arn #=> String
|
|
916
1102
|
# resp.config_id #=> String
|
|
917
1103
|
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
1104
|
+
# resp.config_arn #=> String
|
|
918
1105
|
#
|
|
919
1106
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteConfig AWS API Documentation
|
|
920
1107
|
#
|
|
@@ -953,7 +1140,7 @@ module Aws::GroundStation
|
|
|
953
1140
|
req.send_request(options)
|
|
954
1141
|
end
|
|
955
1142
|
|
|
956
|
-
#
|
|
1143
|
+
# Delete an ephemeris.
|
|
957
1144
|
#
|
|
958
1145
|
# @option params [required, String] :ephemeris_id
|
|
959
1146
|
# The AWS Ground Station ephemeris ID.
|
|
@@ -1017,21 +1204,23 @@ module Aws::GroundStation
|
|
|
1017
1204
|
# @return [Types::DescribeContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1018
1205
|
#
|
|
1019
1206
|
# * {Types::DescribeContactResponse#contact_id #contact_id} => String
|
|
1020
|
-
# * {Types::DescribeContactResponse#contact_status #contact_status} => String
|
|
1021
|
-
# * {Types::DescribeContactResponse#dataflow_list #dataflow_list} => Array<Types::DataflowDetail>
|
|
1022
|
-
# * {Types::DescribeContactResponse#end_time #end_time} => Time
|
|
1023
|
-
# * {Types::DescribeContactResponse#error_message #error_message} => String
|
|
1024
|
-
# * {Types::DescribeContactResponse#ground_station #ground_station} => String
|
|
1025
|
-
# * {Types::DescribeContactResponse#maximum_elevation #maximum_elevation} => Types::Elevation
|
|
1026
1207
|
# * {Types::DescribeContactResponse#mission_profile_arn #mission_profile_arn} => String
|
|
1027
|
-
# * {Types::DescribeContactResponse#post_pass_end_time #post_pass_end_time} => Time
|
|
1028
|
-
# * {Types::DescribeContactResponse#pre_pass_start_time #pre_pass_start_time} => Time
|
|
1029
|
-
# * {Types::DescribeContactResponse#region #region} => String
|
|
1030
1208
|
# * {Types::DescribeContactResponse#satellite_arn #satellite_arn} => String
|
|
1031
1209
|
# * {Types::DescribeContactResponse#start_time #start_time} => Time
|
|
1210
|
+
# * {Types::DescribeContactResponse#end_time #end_time} => Time
|
|
1211
|
+
# * {Types::DescribeContactResponse#pre_pass_start_time #pre_pass_start_time} => Time
|
|
1212
|
+
# * {Types::DescribeContactResponse#post_pass_end_time #post_pass_end_time} => Time
|
|
1213
|
+
# * {Types::DescribeContactResponse#ground_station #ground_station} => String
|
|
1214
|
+
# * {Types::DescribeContactResponse#contact_status #contact_status} => String
|
|
1215
|
+
# * {Types::DescribeContactResponse#error_message #error_message} => String
|
|
1216
|
+
# * {Types::DescribeContactResponse#maximum_elevation #maximum_elevation} => Types::Elevation
|
|
1032
1217
|
# * {Types::DescribeContactResponse#tags #tags} => Hash<String,String>
|
|
1033
|
-
# * {Types::DescribeContactResponse#
|
|
1218
|
+
# * {Types::DescribeContactResponse#region #region} => String
|
|
1219
|
+
# * {Types::DescribeContactResponse#dataflow_list #dataflow_list} => Array<Types::DataflowDetail>
|
|
1034
1220
|
# * {Types::DescribeContactResponse#visibility_start_time #visibility_start_time} => Time
|
|
1221
|
+
# * {Types::DescribeContactResponse#visibility_end_time #visibility_end_time} => Time
|
|
1222
|
+
# * {Types::DescribeContactResponse#tracking_overrides #tracking_overrides} => Types::TrackingOverrides
|
|
1223
|
+
# * {Types::DescribeContactResponse#ephemeris #ephemeris} => Types::EphemerisResponseData
|
|
1035
1224
|
#
|
|
1036
1225
|
# @example Request syntax with placeholder values
|
|
1037
1226
|
#
|
|
@@ -1042,82 +1231,125 @@ module Aws::GroundStation
|
|
|
1042
1231
|
# @example Response structure
|
|
1043
1232
|
#
|
|
1044
1233
|
# resp.contact_id #=> String
|
|
1234
|
+
# resp.mission_profile_arn #=> String
|
|
1235
|
+
# resp.satellite_arn #=> String
|
|
1236
|
+
# resp.start_time #=> Time
|
|
1237
|
+
# resp.end_time #=> Time
|
|
1238
|
+
# resp.pre_pass_start_time #=> Time
|
|
1239
|
+
# resp.post_pass_end_time #=> Time
|
|
1240
|
+
# resp.ground_station #=> String
|
|
1045
1241
|
# resp.contact_status #=> String, one of "SCHEDULING", "FAILED_TO_SCHEDULE", "SCHEDULED", "CANCELLED", "AWS_CANCELLED", "PREPASS", "PASS", "POSTPASS", "COMPLETED", "FAILED", "AVAILABLE", "CANCELLING", "AWS_FAILED"
|
|
1242
|
+
# resp.error_message #=> String
|
|
1243
|
+
# resp.maximum_elevation.value #=> Float
|
|
1244
|
+
# resp.maximum_elevation.unit #=> String, one of "DEGREE_ANGLE", "RADIAN"
|
|
1245
|
+
# resp.tags #=> Hash
|
|
1246
|
+
# resp.tags["String"] #=> String
|
|
1247
|
+
# resp.region #=> String
|
|
1046
1248
|
# resp.dataflow_list #=> Array
|
|
1047
|
-
# resp.dataflow_list[0].
|
|
1048
|
-
# resp.dataflow_list[0].
|
|
1049
|
-
# resp.dataflow_list[0].
|
|
1050
|
-
# resp.dataflow_list[0].
|
|
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"
|
|
1250
|
+
# resp.dataflow_list[0].source.config_id #=> String
|
|
1251
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids #=> Array
|
|
1252
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
|
|
1253
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids #=> Array
|
|
1254
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
|
|
1255
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.role_arn #=> String
|
|
1256
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.name #=> String
|
|
1257
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.name #=> String
|
|
1258
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.port #=> Integer
|
|
1259
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
|
|
1260
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.mtu #=> Integer
|
|
1261
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.name #=> String
|
|
1262
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.name #=> String
|
|
1263
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.port #=> Integer
|
|
1264
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.mtu #=> Integer
|
|
1265
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.name #=> String
|
|
1266
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.minimum #=> Integer
|
|
1267
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.maximum #=> Integer
|
|
1268
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.mtu #=> Integer
|
|
1269
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1270
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1271
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.name #=> String
|
|
1272
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.socket_address.name #=> String
|
|
1273
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.socket_address.port #=> Integer
|
|
1274
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.mtu #=> Integer
|
|
1275
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.name #=> String
|
|
1276
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.minimum #=> Integer
|
|
1277
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.maximum #=> Integer
|
|
1278
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.mtu #=> Integer
|
|
1279
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1280
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1281
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.name #=> String
|
|
1282
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.name #=> String
|
|
1283
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.minimum #=> Integer
|
|
1284
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.maximum #=> Integer
|
|
1285
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.mtu #=> Integer
|
|
1286
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.socket_address.name #=> String
|
|
1287
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.socket_address.port #=> Integer
|
|
1288
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.mtu #=> Integer
|
|
1289
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1290
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1291
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.health_status #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1292
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.health_reasons #=> Array
|
|
1293
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.health_reasons[0] #=> String, one of "NO_REGISTERED_AGENT", "INVALID_IP_OWNERSHIP", "NOT_AUTHORIZED_TO_CREATE_SLR", "UNVERIFIED_IP_OWNERSHIP", "INITIALIZING_DATAPLANE", "DATAPLANE_FAILURE", "HEALTHY"
|
|
1294
|
+
# resp.dataflow_list[0].source.config_details.antenna_demod_decode_details.output_node #=> String
|
|
1295
|
+
# resp.dataflow_list[0].source.config_details.s3_recording_details.bucket_arn #=> String
|
|
1296
|
+
# resp.dataflow_list[0].source.config_details.s3_recording_details.key_template #=> String
|
|
1297
|
+
# 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"
|
|
1299
|
+
# resp.dataflow_list[0].destination.config_id #=> String
|
|
1300
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids #=> Array
|
|
1301
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
|
|
1302
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids #=> Array
|
|
1303
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
|
|
1304
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.role_arn #=> String
|
|
1305
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.name #=> String
|
|
1306
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.name #=> String
|
|
1307
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.port #=> Integer
|
|
1308
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
|
|
1309
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.mtu #=> Integer
|
|
1310
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.name #=> String
|
|
1051
1311
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.name #=> String
|
|
1052
1312
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.port #=> Integer
|
|
1053
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.
|
|
1313
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.mtu #=> Integer
|
|
1054
1314
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.name #=> String
|
|
1055
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.maximum #=> Integer
|
|
1056
1315
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.minimum #=> Integer
|
|
1057
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.
|
|
1058
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.
|
|
1059
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.
|
|
1060
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.
|
|
1061
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.
|
|
1062
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.
|
|
1316
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.maximum #=> Integer
|
|
1317
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.mtu #=> Integer
|
|
1318
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1319
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1320
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.name #=> String
|
|
1321
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.socket_address.name #=> String
|
|
1322
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.socket_address.port #=> Integer
|
|
1323
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.mtu #=> Integer
|
|
1324
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.name #=> String
|
|
1325
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.minimum #=> Integer
|
|
1326
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.maximum #=> Integer
|
|
1327
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.mtu #=> Integer
|
|
1328
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1329
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1330
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.name #=> String
|
|
1331
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.name #=> String
|
|
1332
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.minimum #=> Integer
|
|
1333
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.maximum #=> Integer
|
|
1334
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.mtu #=> Integer
|
|
1335
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.socket_address.name #=> String
|
|
1336
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.socket_address.port #=> Integer
|
|
1337
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.mtu #=> Integer
|
|
1338
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1339
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1340
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.health_status #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1063
1341
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.health_reasons #=> Array
|
|
1064
1342
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.health_reasons[0] #=> String, one of "NO_REGISTERED_AGENT", "INVALID_IP_OWNERSHIP", "NOT_AUTHORIZED_TO_CREATE_SLR", "UNVERIFIED_IP_OWNERSHIP", "INITIALIZING_DATAPLANE", "DATAPLANE_FAILURE", "HEALTHY"
|
|
1065
|
-
# resp.dataflow_list[0].destination.config_details.
|
|
1066
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.role_arn #=> String
|
|
1067
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids #=> Array
|
|
1068
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
|
|
1069
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids #=> Array
|
|
1070
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
|
|
1343
|
+
# resp.dataflow_list[0].destination.config_details.antenna_demod_decode_details.output_node #=> String
|
|
1071
1344
|
# resp.dataflow_list[0].destination.config_details.s3_recording_details.bucket_arn #=> String
|
|
1072
1345
|
# resp.dataflow_list[0].destination.config_details.s3_recording_details.key_template #=> String
|
|
1073
|
-
# resp.dataflow_list[0].destination.config_id #=> String
|
|
1074
|
-
# 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"
|
|
1075
1346
|
# resp.dataflow_list[0].destination.dataflow_destination_region #=> String
|
|
1076
1347
|
# resp.dataflow_list[0].error_message #=> String
|
|
1077
|
-
# resp.dataflow_list[0].source.config_details.antenna_demod_decode_details.output_node #=> String
|
|
1078
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1079
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1080
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.mtu #=> Integer
|
|
1081
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.name #=> String
|
|
1082
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.port #=> Integer
|
|
1083
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.mtu #=> Integer
|
|
1084
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.name #=> String
|
|
1085
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.maximum #=> Integer
|
|
1086
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.minimum #=> Integer
|
|
1087
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.name #=> String
|
|
1088
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.name #=> String
|
|
1089
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.port #=> Integer
|
|
1090
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.mtu #=> Integer
|
|
1091
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.name #=> String
|
|
1092
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
|
|
1093
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.health_reasons #=> Array
|
|
1094
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.health_reasons[0] #=> String, one of "NO_REGISTERED_AGENT", "INVALID_IP_OWNERSHIP", "NOT_AUTHORIZED_TO_CREATE_SLR", "UNVERIFIED_IP_OWNERSHIP", "INITIALIZING_DATAPLANE", "DATAPLANE_FAILURE", "HEALTHY"
|
|
1095
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.health_status #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1096
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.role_arn #=> String
|
|
1097
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids #=> Array
|
|
1098
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
|
|
1099
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids #=> Array
|
|
1100
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
|
|
1101
|
-
# resp.dataflow_list[0].source.config_details.s3_recording_details.bucket_arn #=> String
|
|
1102
|
-
# resp.dataflow_list[0].source.config_details.s3_recording_details.key_template #=> String
|
|
1103
|
-
# resp.dataflow_list[0].source.config_id #=> String
|
|
1104
|
-
# 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"
|
|
1105
|
-
# resp.dataflow_list[0].source.dataflow_source_region #=> String
|
|
1106
|
-
# resp.end_time #=> Time
|
|
1107
|
-
# resp.error_message #=> String
|
|
1108
|
-
# resp.ground_station #=> String
|
|
1109
|
-
# resp.maximum_elevation.unit #=> String, one of "DEGREE_ANGLE", "RADIAN"
|
|
1110
|
-
# resp.maximum_elevation.value #=> Float
|
|
1111
|
-
# resp.mission_profile_arn #=> String
|
|
1112
|
-
# resp.post_pass_end_time #=> Time
|
|
1113
|
-
# resp.pre_pass_start_time #=> Time
|
|
1114
|
-
# resp.region #=> String
|
|
1115
|
-
# resp.satellite_arn #=> String
|
|
1116
|
-
# resp.start_time #=> Time
|
|
1117
|
-
# resp.tags #=> Hash
|
|
1118
|
-
# resp.tags["String"] #=> String
|
|
1119
|
-
# resp.visibility_end_time #=> Time
|
|
1120
1348
|
# resp.visibility_start_time #=> Time
|
|
1349
|
+
# resp.visibility_end_time #=> Time
|
|
1350
|
+
# resp.tracking_overrides.program_track_settings.az_el.ephemeris_id #=> String
|
|
1351
|
+
# resp.ephemeris.ephemeris_id #=> String
|
|
1352
|
+
# resp.ephemeris.ephemeris_type #=> String, one of "TLE", "OEM", "AZ_EL", "SERVICE_MANAGED"
|
|
1121
1353
|
#
|
|
1122
1354
|
#
|
|
1123
1355
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -1133,23 +1365,24 @@ module Aws::GroundStation
|
|
|
1133
1365
|
req.send_request(options)
|
|
1134
1366
|
end
|
|
1135
1367
|
|
|
1136
|
-
#
|
|
1368
|
+
# Retrieve information about an existing ephemeris.
|
|
1137
1369
|
#
|
|
1138
1370
|
# @option params [required, String] :ephemeris_id
|
|
1139
1371
|
# The AWS Ground Station ephemeris ID.
|
|
1140
1372
|
#
|
|
1141
1373
|
# @return [Types::DescribeEphemerisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1142
1374
|
#
|
|
1143
|
-
# * {Types::DescribeEphemerisResponse#creation_time #creation_time} => Time
|
|
1144
|
-
# * {Types::DescribeEphemerisResponse#enabled #enabled} => Boolean
|
|
1145
1375
|
# * {Types::DescribeEphemerisResponse#ephemeris_id #ephemeris_id} => String
|
|
1146
|
-
# * {Types::DescribeEphemerisResponse#invalid_reason #invalid_reason} => String
|
|
1147
|
-
# * {Types::DescribeEphemerisResponse#name #name} => String
|
|
1148
|
-
# * {Types::DescribeEphemerisResponse#priority #priority} => Integer
|
|
1149
1376
|
# * {Types::DescribeEphemerisResponse#satellite_id #satellite_id} => String
|
|
1150
1377
|
# * {Types::DescribeEphemerisResponse#status #status} => String
|
|
1151
|
-
# * {Types::DescribeEphemerisResponse#
|
|
1378
|
+
# * {Types::DescribeEphemerisResponse#priority #priority} => Integer
|
|
1379
|
+
# * {Types::DescribeEphemerisResponse#creation_time #creation_time} => Time
|
|
1380
|
+
# * {Types::DescribeEphemerisResponse#enabled #enabled} => Boolean
|
|
1381
|
+
# * {Types::DescribeEphemerisResponse#name #name} => String
|
|
1152
1382
|
# * {Types::DescribeEphemerisResponse#tags #tags} => Hash<String,String>
|
|
1383
|
+
# * {Types::DescribeEphemerisResponse#supplied_data #supplied_data} => Types::EphemerisTypeDescription
|
|
1384
|
+
# * {Types::DescribeEphemerisResponse#invalid_reason #invalid_reason} => String
|
|
1385
|
+
# * {Types::DescribeEphemerisResponse#error_reasons #error_reasons} => Array<Types::EphemerisErrorReason>
|
|
1153
1386
|
#
|
|
1154
1387
|
# @example Request syntax with placeholder values
|
|
1155
1388
|
#
|
|
@@ -1159,24 +1392,31 @@ module Aws::GroundStation
|
|
|
1159
1392
|
#
|
|
1160
1393
|
# @example Response structure
|
|
1161
1394
|
#
|
|
1162
|
-
# resp.creation_time #=> Time
|
|
1163
|
-
# resp.enabled #=> Boolean
|
|
1164
1395
|
# resp.ephemeris_id #=> String
|
|
1165
|
-
# resp.invalid_reason #=> String, one of "METADATA_INVALID", "TIME_RANGE_INVALID", "TRAJECTORY_INVALID", "KMS_KEY_INVALID", "VALIDATION_ERROR"
|
|
1166
|
-
# resp.name #=> String
|
|
1167
|
-
# resp.priority #=> Integer
|
|
1168
1396
|
# resp.satellite_id #=> String
|
|
1169
1397
|
# resp.status #=> String, one of "VALIDATING", "INVALID", "ERROR", "ENABLED", "DISABLED", "EXPIRED"
|
|
1170
|
-
# resp.
|
|
1171
|
-
# resp.
|
|
1172
|
-
# resp.
|
|
1173
|
-
# resp.
|
|
1174
|
-
# resp.
|
|
1398
|
+
# resp.priority #=> Integer
|
|
1399
|
+
# resp.creation_time #=> Time
|
|
1400
|
+
# resp.enabled #=> Boolean
|
|
1401
|
+
# resp.name #=> String
|
|
1402
|
+
# resp.tags #=> Hash
|
|
1403
|
+
# resp.tags["String"] #=> String
|
|
1175
1404
|
# resp.supplied_data.tle.source_s3_object.bucket #=> String
|
|
1176
1405
|
# resp.supplied_data.tle.source_s3_object.key #=> String
|
|
1177
1406
|
# resp.supplied_data.tle.source_s3_object.version #=> String
|
|
1178
|
-
# resp.
|
|
1179
|
-
# resp.
|
|
1407
|
+
# resp.supplied_data.tle.ephemeris_data #=> String
|
|
1408
|
+
# resp.supplied_data.oem.source_s3_object.bucket #=> String
|
|
1409
|
+
# resp.supplied_data.oem.source_s3_object.key #=> String
|
|
1410
|
+
# resp.supplied_data.oem.source_s3_object.version #=> String
|
|
1411
|
+
# resp.supplied_data.oem.ephemeris_data #=> String
|
|
1412
|
+
# resp.supplied_data.az_el.source_s3_object.bucket #=> String
|
|
1413
|
+
# resp.supplied_data.az_el.source_s3_object.key #=> String
|
|
1414
|
+
# resp.supplied_data.az_el.source_s3_object.version #=> String
|
|
1415
|
+
# resp.supplied_data.az_el.ephemeris_data #=> String
|
|
1416
|
+
# resp.invalid_reason #=> String, one of "METADATA_INVALID", "TIME_RANGE_INVALID", "TRAJECTORY_INVALID", "KMS_KEY_INVALID", "VALIDATION_ERROR"
|
|
1417
|
+
# resp.error_reasons #=> Array
|
|
1418
|
+
# resp.error_reasons[0].error_code #=> String, one of "INTERNAL_ERROR", "MISMATCHED_SATCAT_ID", "OEM_VERSION_UNSUPPORTED", "ORIGINATOR_MISSING", "CREATION_DATE_MISSING", "OBJECT_NAME_MISSING", "OBJECT_ID_MISSING", "REF_FRAME_UNSUPPORTED", "REF_FRAME_EPOCH_UNSUPPORTED", "TIME_SYSTEM_UNSUPPORTED", "CENTER_BODY_UNSUPPORTED", "INTERPOLATION_MISSING", "INTERPOLATION_DEGREE_INVALID", "AZ_EL_SEGMENT_LIST_MISSING", "INSUFFICIENT_TIME_AZ_EL", "START_TIME_IN_FUTURE", "END_TIME_IN_PAST", "EXPIRATION_TIME_TOO_EARLY", "START_TIME_METADATA_TOO_EARLY", "STOP_TIME_METADATA_TOO_LATE", "AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME", "AZ_EL_SEGMENT_TIMES_OVERLAP", "AZ_EL_SEGMENTS_OUT_OF_ORDER", "TIME_AZ_EL_ITEMS_OUT_OF_ORDER", "MEAN_MOTION_INVALID", "TIME_AZ_EL_AZ_RADIAN_RANGE_INVALID", "TIME_AZ_EL_EL_RADIAN_RANGE_INVALID", "TIME_AZ_EL_AZ_DEGREE_RANGE_INVALID", "TIME_AZ_EL_EL_DEGREE_RANGE_INVALID", "TIME_AZ_EL_ANGLE_UNITS_INVALID", "INSUFFICIENT_KMS_PERMISSIONS", "FILE_FORMAT_INVALID", "AZ_EL_SEGMENT_REFERENCE_EPOCH_INVALID", "AZ_EL_SEGMENT_START_TIME_INVALID", "AZ_EL_SEGMENT_END_TIME_INVALID", "AZ_EL_SEGMENT_VALID_TIME_RANGE_INVALID", "AZ_EL_SEGMENT_END_TIME_TOO_LATE", "AZ_EL_TOTAL_DURATION_EXCEEDED"
|
|
1419
|
+
# resp.error_reasons[0].error_message #=> String
|
|
1180
1420
|
#
|
|
1181
1421
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DescribeEphemeris AWS API Documentation
|
|
1182
1422
|
#
|
|
@@ -1187,11 +1427,12 @@ module Aws::GroundStation
|
|
|
1187
1427
|
req.send_request(options)
|
|
1188
1428
|
end
|
|
1189
1429
|
|
|
1190
|
-
# <note markdown="1"> For use by AWS Ground Station Agent and shouldn't
|
|
1430
|
+
# <note markdown="1"> For use by AWS Ground Station Agent and shouldn't
|
|
1431
|
+
# be called directly.
|
|
1191
1432
|
#
|
|
1192
1433
|
# </note>
|
|
1193
1434
|
#
|
|
1194
|
-
#
|
|
1435
|
+
# Gets the latest configuration information for a registered agent.
|
|
1195
1436
|
#
|
|
1196
1437
|
# @option params [required, String] :agent_id
|
|
1197
1438
|
# UUID of agent to get configuration information for.
|
|
@@ -1221,6 +1462,47 @@ module Aws::GroundStation
|
|
|
1221
1462
|
req.send_request(options)
|
|
1222
1463
|
end
|
|
1223
1464
|
|
|
1465
|
+
# <note markdown="1"> For use by AWS Ground Station Agent and shouldn't
|
|
1466
|
+
# be called directly.
|
|
1467
|
+
#
|
|
1468
|
+
# </note>
|
|
1469
|
+
#
|
|
1470
|
+
# Gets a presigned URL for uploading agent task response logs.
|
|
1471
|
+
#
|
|
1472
|
+
# @option params [required, String] :agent_id
|
|
1473
|
+
# UUID of agent requesting the response URL.
|
|
1474
|
+
#
|
|
1475
|
+
# @option params [required, String] :task_id
|
|
1476
|
+
# GUID of the agent task for which the response URL is being requested.
|
|
1477
|
+
#
|
|
1478
|
+
# @return [Types::GetAgentTaskResponseUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1479
|
+
#
|
|
1480
|
+
# * {Types::GetAgentTaskResponseUrlResponse#agent_id #agent_id} => String
|
|
1481
|
+
# * {Types::GetAgentTaskResponseUrlResponse#task_id #task_id} => String
|
|
1482
|
+
# * {Types::GetAgentTaskResponseUrlResponse#presigned_log_url #presigned_log_url} => String
|
|
1483
|
+
#
|
|
1484
|
+
# @example Request syntax with placeholder values
|
|
1485
|
+
#
|
|
1486
|
+
# resp = client.get_agent_task_response_url({
|
|
1487
|
+
# agent_id: "Uuid", # required
|
|
1488
|
+
# task_id: "Uuid", # required
|
|
1489
|
+
# })
|
|
1490
|
+
#
|
|
1491
|
+
# @example Response structure
|
|
1492
|
+
#
|
|
1493
|
+
# resp.agent_id #=> String
|
|
1494
|
+
# resp.task_id #=> String
|
|
1495
|
+
# resp.presigned_log_url #=> String
|
|
1496
|
+
#
|
|
1497
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetAgentTaskResponseUrl AWS API Documentation
|
|
1498
|
+
#
|
|
1499
|
+
# @overload get_agent_task_response_url(params = {})
|
|
1500
|
+
# @param [Hash] params ({})
|
|
1501
|
+
def get_agent_task_response_url(params = {}, options = {})
|
|
1502
|
+
req = build_request(:get_agent_task_response_url, params)
|
|
1503
|
+
req.send_request(options)
|
|
1504
|
+
end
|
|
1505
|
+
|
|
1224
1506
|
# Returns `Config` information.
|
|
1225
1507
|
#
|
|
1226
1508
|
# Only one `Config` response can be returned.
|
|
@@ -1233,11 +1515,11 @@ module Aws::GroundStation
|
|
|
1233
1515
|
#
|
|
1234
1516
|
# @return [Types::GetConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1235
1517
|
#
|
|
1236
|
-
# * {Types::GetConfigResponse#config_arn #config_arn} => String
|
|
1237
|
-
# * {Types::GetConfigResponse#config_data #config_data} => Types::ConfigTypeData
|
|
1238
1518
|
# * {Types::GetConfigResponse#config_id #config_id} => String
|
|
1239
|
-
# * {Types::GetConfigResponse#
|
|
1519
|
+
# * {Types::GetConfigResponse#config_arn #config_arn} => String
|
|
1240
1520
|
# * {Types::GetConfigResponse#name #name} => String
|
|
1521
|
+
# * {Types::GetConfigResponse#config_type #config_type} => String
|
|
1522
|
+
# * {Types::GetConfigResponse#config_data #config_data} => Types::ConfigTypeData
|
|
1241
1523
|
# * {Types::GetConfigResponse#tags #tags} => Hash<String,String>
|
|
1242
1524
|
#
|
|
1243
1525
|
# @example Request syntax with placeholder values
|
|
@@ -1249,36 +1531,36 @@ module Aws::GroundStation
|
|
|
1249
1531
|
#
|
|
1250
1532
|
# @example Response structure
|
|
1251
1533
|
#
|
|
1534
|
+
# resp.config_id #=> String
|
|
1252
1535
|
# resp.config_arn #=> String
|
|
1253
|
-
# resp.
|
|
1254
|
-
# resp.
|
|
1255
|
-
# resp.config_data.antenna_downlink_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
|
1536
|
+
# 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"
|
|
1256
1538
|
# resp.config_data.antenna_downlink_config.spectrum_config.center_frequency.value #=> Float
|
|
1539
|
+
# resp.config_data.antenna_downlink_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
|
1540
|
+
# resp.config_data.antenna_downlink_config.spectrum_config.bandwidth.value #=> Float
|
|
1541
|
+
# resp.config_data.antenna_downlink_config.spectrum_config.bandwidth.units #=> String, one of "GHz", "MHz", "kHz"
|
|
1257
1542
|
# resp.config_data.antenna_downlink_config.spectrum_config.polarization #=> String, one of "RIGHT_HAND", "LEFT_HAND", "NONE"
|
|
1258
|
-
# resp.config_data.
|
|
1259
|
-
# resp.config_data.
|
|
1260
|
-
# resp.config_data.
|
|
1261
|
-
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.bandwidth.value #=> Float
|
|
1262
|
-
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
|
1543
|
+
# resp.config_data.tracking_config.autotrack #=> String, one of "REQUIRED", "PREFERRED", "REMOVED"
|
|
1544
|
+
# resp.config_data.dataflow_endpoint_config.dataflow_endpoint_name #=> String
|
|
1545
|
+
# resp.config_data.dataflow_endpoint_config.dataflow_endpoint_region #=> String
|
|
1263
1546
|
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.center_frequency.value #=> Float
|
|
1547
|
+
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
|
1548
|
+
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.bandwidth.value #=> Float
|
|
1549
|
+
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.bandwidth.units #=> String, one of "GHz", "MHz", "kHz"
|
|
1264
1550
|
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.polarization #=> String, one of "RIGHT_HAND", "LEFT_HAND", "NONE"
|
|
1265
|
-
# resp.config_data.
|
|
1551
|
+
# resp.config_data.antenna_downlink_demod_decode_config.demodulation_config.unvalidated_json #=> String
|
|
1552
|
+
# resp.config_data.antenna_downlink_demod_decode_config.decode_config.unvalidated_json #=> String
|
|
1553
|
+
# resp.config_data.antenna_uplink_config.transmit_disabled #=> Boolean
|
|
1266
1554
|
# resp.config_data.antenna_uplink_config.spectrum_config.center_frequency.value #=> Float
|
|
1555
|
+
# resp.config_data.antenna_uplink_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
|
1267
1556
|
# resp.config_data.antenna_uplink_config.spectrum_config.polarization #=> String, one of "RIGHT_HAND", "LEFT_HAND", "NONE"
|
|
1268
|
-
# resp.config_data.antenna_uplink_config.target_eirp.units #=> String, one of "dBW"
|
|
1269
1557
|
# resp.config_data.antenna_uplink_config.target_eirp.value #=> Float
|
|
1270
|
-
# resp.config_data.antenna_uplink_config.
|
|
1271
|
-
# resp.config_data.
|
|
1272
|
-
# resp.config_data.
|
|
1558
|
+
# resp.config_data.antenna_uplink_config.target_eirp.units #=> String, one of "dBW"
|
|
1559
|
+
# resp.config_data.uplink_echo_config.enabled #=> Boolean
|
|
1560
|
+
# resp.config_data.uplink_echo_config.antenna_uplink_config_arn #=> String
|
|
1273
1561
|
# resp.config_data.s3_recording_config.bucket_arn #=> String
|
|
1274
|
-
# resp.config_data.s3_recording_config.prefix #=> String
|
|
1275
1562
|
# resp.config_data.s3_recording_config.role_arn #=> String
|
|
1276
|
-
# resp.config_data.
|
|
1277
|
-
# resp.config_data.uplink_echo_config.antenna_uplink_config_arn #=> String
|
|
1278
|
-
# resp.config_data.uplink_echo_config.enabled #=> Boolean
|
|
1279
|
-
# resp.config_id #=> String
|
|
1280
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
1281
|
-
# resp.name #=> String
|
|
1563
|
+
# resp.config_data.s3_recording_config.prefix #=> String
|
|
1282
1564
|
# resp.tags #=> Hash
|
|
1283
1565
|
# resp.tags["String"] #=> String
|
|
1284
1566
|
#
|
|
@@ -1298,12 +1580,12 @@ module Aws::GroundStation
|
|
|
1298
1580
|
#
|
|
1299
1581
|
# @return [Types::GetDataflowEndpointGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1300
1582
|
#
|
|
1301
|
-
# * {Types::GetDataflowEndpointGroupResponse#contact_post_pass_duration_seconds #contact_post_pass_duration_seconds} => Integer
|
|
1302
|
-
# * {Types::GetDataflowEndpointGroupResponse#contact_pre_pass_duration_seconds #contact_pre_pass_duration_seconds} => Integer
|
|
1303
|
-
# * {Types::GetDataflowEndpointGroupResponse#dataflow_endpoint_group_arn #dataflow_endpoint_group_arn} => String
|
|
1304
1583
|
# * {Types::GetDataflowEndpointGroupResponse#dataflow_endpoint_group_id #dataflow_endpoint_group_id} => String
|
|
1584
|
+
# * {Types::GetDataflowEndpointGroupResponse#dataflow_endpoint_group_arn #dataflow_endpoint_group_arn} => String
|
|
1305
1585
|
# * {Types::GetDataflowEndpointGroupResponse#endpoints_details #endpoints_details} => Array<Types::EndpointDetails>
|
|
1306
1586
|
# * {Types::GetDataflowEndpointGroupResponse#tags #tags} => Hash<String,String>
|
|
1587
|
+
# * {Types::GetDataflowEndpointGroupResponse#contact_pre_pass_duration_seconds #contact_pre_pass_duration_seconds} => Integer
|
|
1588
|
+
# * {Types::GetDataflowEndpointGroupResponse#contact_post_pass_duration_seconds #contact_post_pass_duration_seconds} => Integer
|
|
1307
1589
|
#
|
|
1308
1590
|
# @example Request syntax with placeholder values
|
|
1309
1591
|
#
|
|
@@ -1313,36 +1595,56 @@ module Aws::GroundStation
|
|
|
1313
1595
|
#
|
|
1314
1596
|
# @example Response structure
|
|
1315
1597
|
#
|
|
1316
|
-
# resp.contact_post_pass_duration_seconds #=> Integer
|
|
1317
|
-
# resp.contact_pre_pass_duration_seconds #=> Integer
|
|
1318
|
-
# resp.dataflow_endpoint_group_arn #=> String
|
|
1319
1598
|
# resp.dataflow_endpoint_group_id #=> String
|
|
1599
|
+
# resp.dataflow_endpoint_group_arn #=> String
|
|
1320
1600
|
# resp.endpoints_details #=> Array
|
|
1321
|
-
# resp.endpoints_details[0].
|
|
1322
|
-
# resp.endpoints_details[0].
|
|
1323
|
-
# resp.endpoints_details[0].
|
|
1601
|
+
# resp.endpoints_details[0].security_details.subnet_ids #=> Array
|
|
1602
|
+
# resp.endpoints_details[0].security_details.subnet_ids[0] #=> String
|
|
1603
|
+
# resp.endpoints_details[0].security_details.security_group_ids #=> Array
|
|
1604
|
+
# resp.endpoints_details[0].security_details.security_group_ids[0] #=> String
|
|
1605
|
+
# resp.endpoints_details[0].security_details.role_arn #=> String
|
|
1606
|
+
# resp.endpoints_details[0].endpoint.name #=> String
|
|
1607
|
+
# resp.endpoints_details[0].endpoint.address.name #=> String
|
|
1608
|
+
# resp.endpoints_details[0].endpoint.address.port #=> Integer
|
|
1609
|
+
# resp.endpoints_details[0].endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
|
|
1610
|
+
# resp.endpoints_details[0].endpoint.mtu #=> Integer
|
|
1611
|
+
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.name #=> String
|
|
1324
1612
|
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.egress_address.socket_address.name #=> String
|
|
1325
1613
|
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.egress_address.socket_address.port #=> Integer
|
|
1326
|
-
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.
|
|
1614
|
+
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.egress_address.mtu #=> Integer
|
|
1327
1615
|
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.ingress_address.socket_address.name #=> String
|
|
1328
|
-
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.maximum #=> Integer
|
|
1329
1616
|
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.minimum #=> Integer
|
|
1330
|
-
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.
|
|
1331
|
-
# resp.endpoints_details[0].
|
|
1332
|
-
# resp.endpoints_details[0].
|
|
1333
|
-
# resp.endpoints_details[0].
|
|
1334
|
-
# resp.endpoints_details[0].
|
|
1335
|
-
# resp.endpoints_details[0].
|
|
1617
|
+
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.maximum #=> Integer
|
|
1618
|
+
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.ingress_address.mtu #=> Integer
|
|
1619
|
+
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1620
|
+
# resp.endpoints_details[0].aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1621
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.name #=> String
|
|
1622
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.socket_address.name #=> String
|
|
1623
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.socket_address.port #=> Integer
|
|
1624
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.ingress_address_and_port.mtu #=> Integer
|
|
1625
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.name #=> String
|
|
1626
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.minimum #=> Integer
|
|
1627
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.maximum #=> Integer
|
|
1628
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.mtu #=> Integer
|
|
1629
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1630
|
+
# resp.endpoints_details[0].uplink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1631
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.name #=> String
|
|
1632
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.name #=> String
|
|
1633
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.minimum #=> Integer
|
|
1634
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.socket_address.port_range.maximum #=> Integer
|
|
1635
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.agent_ip_and_port_address.mtu #=> Integer
|
|
1636
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.socket_address.name #=> String
|
|
1637
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.socket_address.port #=> Integer
|
|
1638
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.dataflow_details.agent_connection_details.egress_address_and_port.mtu #=> Integer
|
|
1639
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
|
1640
|
+
# resp.endpoints_details[0].downlink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1641
|
+
# resp.endpoints_details[0].health_status #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1336
1642
|
# resp.endpoints_details[0].health_reasons #=> Array
|
|
1337
1643
|
# resp.endpoints_details[0].health_reasons[0] #=> String, one of "NO_REGISTERED_AGENT", "INVALID_IP_OWNERSHIP", "NOT_AUTHORIZED_TO_CREATE_SLR", "UNVERIFIED_IP_OWNERSHIP", "INITIALIZING_DATAPLANE", "DATAPLANE_FAILURE", "HEALTHY"
|
|
1338
|
-
# resp.endpoints_details[0].health_status #=> String, one of "HEALTHY", "UNHEALTHY"
|
|
1339
|
-
# resp.endpoints_details[0].security_details.role_arn #=> String
|
|
1340
|
-
# resp.endpoints_details[0].security_details.security_group_ids #=> Array
|
|
1341
|
-
# resp.endpoints_details[0].security_details.security_group_ids[0] #=> String
|
|
1342
|
-
# resp.endpoints_details[0].security_details.subnet_ids #=> Array
|
|
1343
|
-
# resp.endpoints_details[0].security_details.subnet_ids[0] #=> String
|
|
1344
1644
|
# resp.tags #=> Hash
|
|
1345
1645
|
# resp.tags["String"] #=> String
|
|
1646
|
+
# resp.contact_pre_pass_duration_seconds #=> Integer
|
|
1647
|
+
# resp.contact_post_pass_duration_seconds #=> Integer
|
|
1346
1648
|
#
|
|
1347
1649
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetDataflowEndpointGroup AWS API Documentation
|
|
1348
1650
|
#
|
|
@@ -1363,11 +1665,11 @@ module Aws::GroundStation
|
|
|
1363
1665
|
#
|
|
1364
1666
|
# @return [Types::GetMinuteUsageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1365
1667
|
#
|
|
1366
|
-
# * {Types::GetMinuteUsageResponse#estimated_minutes_remaining #estimated_minutes_remaining} => Integer
|
|
1367
1668
|
# * {Types::GetMinuteUsageResponse#is_reserved_minutes_customer #is_reserved_minutes_customer} => Boolean
|
|
1368
1669
|
# * {Types::GetMinuteUsageResponse#total_reserved_minute_allocation #total_reserved_minute_allocation} => Integer
|
|
1369
|
-
# * {Types::GetMinuteUsageResponse#total_scheduled_minutes #total_scheduled_minutes} => Integer
|
|
1370
1670
|
# * {Types::GetMinuteUsageResponse#upcoming_minutes_scheduled #upcoming_minutes_scheduled} => Integer
|
|
1671
|
+
# * {Types::GetMinuteUsageResponse#total_scheduled_minutes #total_scheduled_minutes} => Integer
|
|
1672
|
+
# * {Types::GetMinuteUsageResponse#estimated_minutes_remaining #estimated_minutes_remaining} => Integer
|
|
1371
1673
|
#
|
|
1372
1674
|
# @example Request syntax with placeholder values
|
|
1373
1675
|
#
|
|
@@ -1378,11 +1680,11 @@ module Aws::GroundStation
|
|
|
1378
1680
|
#
|
|
1379
1681
|
# @example Response structure
|
|
1380
1682
|
#
|
|
1381
|
-
# resp.estimated_minutes_remaining #=> Integer
|
|
1382
1683
|
# resp.is_reserved_minutes_customer #=> Boolean
|
|
1383
1684
|
# resp.total_reserved_minute_allocation #=> Integer
|
|
1384
|
-
# resp.total_scheduled_minutes #=> Integer
|
|
1385
1685
|
# resp.upcoming_minutes_scheduled #=> Integer
|
|
1686
|
+
# resp.total_scheduled_minutes #=> Integer
|
|
1687
|
+
# resp.estimated_minutes_remaining #=> Integer
|
|
1386
1688
|
#
|
|
1387
1689
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMinuteUsage AWS API Documentation
|
|
1388
1690
|
#
|
|
@@ -1400,18 +1702,18 @@ module Aws::GroundStation
|
|
|
1400
1702
|
#
|
|
1401
1703
|
# @return [Types::GetMissionProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1402
1704
|
#
|
|
1403
|
-
# * {Types::GetMissionProfileResponse#contact_post_pass_duration_seconds #contact_post_pass_duration_seconds} => Integer
|
|
1404
|
-
# * {Types::GetMissionProfileResponse#contact_pre_pass_duration_seconds #contact_pre_pass_duration_seconds} => Integer
|
|
1405
|
-
# * {Types::GetMissionProfileResponse#dataflow_edges #dataflow_edges} => Array<Array<String>>
|
|
1406
|
-
# * {Types::GetMissionProfileResponse#minimum_viable_contact_duration_seconds #minimum_viable_contact_duration_seconds} => Integer
|
|
1407
|
-
# * {Types::GetMissionProfileResponse#mission_profile_arn #mission_profile_arn} => String
|
|
1408
1705
|
# * {Types::GetMissionProfileResponse#mission_profile_id #mission_profile_id} => String
|
|
1706
|
+
# * {Types::GetMissionProfileResponse#mission_profile_arn #mission_profile_arn} => String
|
|
1409
1707
|
# * {Types::GetMissionProfileResponse#name #name} => String
|
|
1410
1708
|
# * {Types::GetMissionProfileResponse#region #region} => String
|
|
1709
|
+
# * {Types::GetMissionProfileResponse#contact_pre_pass_duration_seconds #contact_pre_pass_duration_seconds} => Integer
|
|
1710
|
+
# * {Types::GetMissionProfileResponse#contact_post_pass_duration_seconds #contact_post_pass_duration_seconds} => Integer
|
|
1711
|
+
# * {Types::GetMissionProfileResponse#minimum_viable_contact_duration_seconds #minimum_viable_contact_duration_seconds} => Integer
|
|
1712
|
+
# * {Types::GetMissionProfileResponse#dataflow_edges #dataflow_edges} => Array<Array<String>>
|
|
1713
|
+
# * {Types::GetMissionProfileResponse#tracking_config_arn #tracking_config_arn} => String
|
|
1714
|
+
# * {Types::GetMissionProfileResponse#tags #tags} => Hash<String,String>
|
|
1411
1715
|
# * {Types::GetMissionProfileResponse#streams_kms_key #streams_kms_key} => Types::KmsKey
|
|
1412
1716
|
# * {Types::GetMissionProfileResponse#streams_kms_role #streams_kms_role} => String
|
|
1413
|
-
# * {Types::GetMissionProfileResponse#tags #tags} => Hash<String,String>
|
|
1414
|
-
# * {Types::GetMissionProfileResponse#tracking_config_arn #tracking_config_arn} => String
|
|
1415
1717
|
#
|
|
1416
1718
|
# @example Request syntax with placeholder values
|
|
1417
1719
|
#
|
|
@@ -1421,23 +1723,23 @@ module Aws::GroundStation
|
|
|
1421
1723
|
#
|
|
1422
1724
|
# @example Response structure
|
|
1423
1725
|
#
|
|
1424
|
-
# resp.
|
|
1726
|
+
# resp.mission_profile_id #=> String
|
|
1727
|
+
# resp.mission_profile_arn #=> String
|
|
1728
|
+
# resp.name #=> String
|
|
1729
|
+
# resp.region #=> String
|
|
1425
1730
|
# resp.contact_pre_pass_duration_seconds #=> Integer
|
|
1731
|
+
# resp.contact_post_pass_duration_seconds #=> Integer
|
|
1732
|
+
# resp.minimum_viable_contact_duration_seconds #=> Integer
|
|
1426
1733
|
# resp.dataflow_edges #=> Array
|
|
1427
1734
|
# resp.dataflow_edges[0] #=> Array
|
|
1428
1735
|
# resp.dataflow_edges[0][0] #=> String
|
|
1429
|
-
# resp.
|
|
1430
|
-
# resp.
|
|
1431
|
-
# resp.
|
|
1432
|
-
# resp.
|
|
1433
|
-
# resp.region #=> String
|
|
1736
|
+
# resp.tracking_config_arn #=> String
|
|
1737
|
+
# resp.tags #=> Hash
|
|
1738
|
+
# resp.tags["String"] #=> String
|
|
1739
|
+
# resp.streams_kms_key.kms_key_arn #=> String
|
|
1434
1740
|
# resp.streams_kms_key.kms_alias_arn #=> String
|
|
1435
1741
|
# resp.streams_kms_key.kms_alias_name #=> String
|
|
1436
|
-
# resp.streams_kms_key.kms_key_arn #=> String
|
|
1437
1742
|
# resp.streams_kms_role #=> String
|
|
1438
|
-
# resp.tags #=> Hash
|
|
1439
|
-
# resp.tags["String"] #=> String
|
|
1440
|
-
# resp.tracking_config_arn #=> String
|
|
1441
1743
|
#
|
|
1442
1744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMissionProfile AWS API Documentation
|
|
1443
1745
|
#
|
|
@@ -1455,11 +1757,11 @@ module Aws::GroundStation
|
|
|
1455
1757
|
#
|
|
1456
1758
|
# @return [Types::GetSatelliteResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1457
1759
|
#
|
|
1458
|
-
# * {Types::GetSatelliteResponse#current_ephemeris #current_ephemeris} => Types::EphemerisMetaData
|
|
1459
|
-
# * {Types::GetSatelliteResponse#ground_stations #ground_stations} => Array<String>
|
|
1460
|
-
# * {Types::GetSatelliteResponse#norad_satellite_id #norad_satellite_id} => Integer
|
|
1461
|
-
# * {Types::GetSatelliteResponse#satellite_arn #satellite_arn} => String
|
|
1462
1760
|
# * {Types::GetSatelliteResponse#satellite_id #satellite_id} => String
|
|
1761
|
+
# * {Types::GetSatelliteResponse#satellite_arn #satellite_arn} => String
|
|
1762
|
+
# * {Types::GetSatelliteResponse#norad_satellite_id #norad_satellite_id} => Integer
|
|
1763
|
+
# * {Types::GetSatelliteResponse#ground_stations #ground_stations} => Array<String>
|
|
1764
|
+
# * {Types::GetSatelliteResponse#current_ephemeris #current_ephemeris} => Types::EphemerisMetaData
|
|
1463
1765
|
#
|
|
1464
1766
|
# @example Request syntax with placeholder values
|
|
1465
1767
|
#
|
|
@@ -1469,15 +1771,15 @@ module Aws::GroundStation
|
|
|
1469
1771
|
#
|
|
1470
1772
|
# @example Response structure
|
|
1471
1773
|
#
|
|
1774
|
+
# resp.satellite_id #=> String
|
|
1775
|
+
# resp.satellite_arn #=> String
|
|
1776
|
+
# resp.norad_satellite_id #=> Integer
|
|
1777
|
+
# resp.ground_stations #=> Array
|
|
1778
|
+
# resp.ground_stations[0] #=> String
|
|
1779
|
+
# resp.current_ephemeris.source #=> String, one of "CUSTOMER_PROVIDED", "SPACE_TRACK"
|
|
1472
1780
|
# resp.current_ephemeris.ephemeris_id #=> String
|
|
1473
1781
|
# resp.current_ephemeris.epoch #=> Time
|
|
1474
1782
|
# resp.current_ephemeris.name #=> String
|
|
1475
|
-
# resp.current_ephemeris.source #=> String, one of "CUSTOMER_PROVIDED", "SPACE_TRACK"
|
|
1476
|
-
# resp.ground_stations #=> Array
|
|
1477
|
-
# resp.ground_stations[0] #=> String
|
|
1478
|
-
# resp.norad_satellite_id #=> Integer
|
|
1479
|
-
# resp.satellite_arn #=> String
|
|
1480
|
-
# resp.satellite_id #=> String
|
|
1481
1783
|
#
|
|
1482
1784
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetSatellite AWS API Documentation
|
|
1483
1785
|
#
|
|
@@ -1499,8 +1801,8 @@ module Aws::GroundStation
|
|
|
1499
1801
|
#
|
|
1500
1802
|
# @return [Types::ListConfigsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1501
1803
|
#
|
|
1502
|
-
# * {Types::ListConfigsResponse#config_list #config_list} => Array<Types::ConfigListItem>
|
|
1503
1804
|
# * {Types::ListConfigsResponse#next_token #next_token} => String
|
|
1805
|
+
# * {Types::ListConfigsResponse#config_list #config_list} => Array<Types::ConfigListItem>
|
|
1504
1806
|
#
|
|
1505
1807
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
1506
1808
|
#
|
|
@@ -1513,12 +1815,12 @@ module Aws::GroundStation
|
|
|
1513
1815
|
#
|
|
1514
1816
|
# @example Response structure
|
|
1515
1817
|
#
|
|
1818
|
+
# resp.next_token #=> String
|
|
1516
1819
|
# resp.config_list #=> Array
|
|
1517
|
-
# resp.config_list[0].config_arn #=> String
|
|
1518
1820
|
# resp.config_list[0].config_id #=> String
|
|
1519
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"
|
|
1822
|
+
# resp.config_list[0].config_arn #=> String
|
|
1520
1823
|
# resp.config_list[0].name #=> String
|
|
1521
|
-
# resp.next_token #=> String
|
|
1522
1824
|
#
|
|
1523
1825
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListConfigs AWS API Documentation
|
|
1524
1826
|
#
|
|
@@ -1534,72 +1836,82 @@ module Aws::GroundStation
|
|
|
1534
1836
|
# If `statusList` contains AVAILABLE, the request must include
|
|
1535
1837
|
# `groundStation`, `missionprofileArn`, and `satelliteArn`.
|
|
1536
1838
|
#
|
|
1537
|
-
# @option params [required, Time,DateTime,Date,Integer,String] :end_time
|
|
1538
|
-
# End time of a contact in UTC.
|
|
1539
|
-
#
|
|
1540
|
-
# @option params [String] :ground_station
|
|
1541
|
-
# Name of a ground station.
|
|
1542
|
-
#
|
|
1543
1839
|
# @option params [Integer] :max_results
|
|
1544
1840
|
# Maximum number of contacts returned.
|
|
1545
1841
|
#
|
|
1546
|
-
# @option params [String] :mission_profile_arn
|
|
1547
|
-
# ARN of a mission profile.
|
|
1548
|
-
#
|
|
1549
1842
|
# @option params [String] :next_token
|
|
1550
1843
|
# Next token returned in the request of a previous `ListContacts` call.
|
|
1551
1844
|
# Used to get the next page of results.
|
|
1552
1845
|
#
|
|
1553
|
-
# @option params [String] :
|
|
1554
|
-
#
|
|
1846
|
+
# @option params [required, Array<String>] :status_list
|
|
1847
|
+
# Status of a contact reservation.
|
|
1555
1848
|
#
|
|
1556
1849
|
# @option params [required, Time,DateTime,Date,Integer,String] :start_time
|
|
1557
1850
|
# Start time of a contact in UTC.
|
|
1558
1851
|
#
|
|
1559
|
-
# @option params [required,
|
|
1560
|
-
#
|
|
1852
|
+
# @option params [required, Time,DateTime,Date,Integer,String] :end_time
|
|
1853
|
+
# End time of a contact in UTC.
|
|
1854
|
+
#
|
|
1855
|
+
# @option params [String] :ground_station
|
|
1856
|
+
# Name of a ground station.
|
|
1857
|
+
#
|
|
1858
|
+
# @option params [String] :satellite_arn
|
|
1859
|
+
# ARN of a satellite.
|
|
1860
|
+
#
|
|
1861
|
+
# @option params [String] :mission_profile_arn
|
|
1862
|
+
# ARN of a mission profile.
|
|
1863
|
+
#
|
|
1864
|
+
# @option params [Types::EphemerisFilter] :ephemeris
|
|
1865
|
+
# Filter for selecting contacts that use a specific ephemeris".
|
|
1561
1866
|
#
|
|
1562
1867
|
# @return [Types::ListContactsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1563
1868
|
#
|
|
1564
|
-
# * {Types::ListContactsResponse#contact_list #contact_list} => Array<Types::ContactData>
|
|
1565
1869
|
# * {Types::ListContactsResponse#next_token #next_token} => String
|
|
1870
|
+
# * {Types::ListContactsResponse#contact_list #contact_list} => Array<Types::ContactData>
|
|
1566
1871
|
#
|
|
1567
1872
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
1568
1873
|
#
|
|
1569
1874
|
# @example Request syntax with placeholder values
|
|
1570
1875
|
#
|
|
1571
1876
|
# resp = client.list_contacts({
|
|
1572
|
-
# end_time: Time.now, # required
|
|
1573
|
-
# ground_station: "GroundStationName",
|
|
1574
1877
|
# max_results: 1,
|
|
1575
|
-
# mission_profile_arn: "MissionProfileArn",
|
|
1576
1878
|
# next_token: "PaginationToken",
|
|
1577
|
-
# satellite_arn: "satelliteArn",
|
|
1578
|
-
# start_time: Time.now, # required
|
|
1579
1879
|
# status_list: ["SCHEDULING"], # required, accepts SCHEDULING, FAILED_TO_SCHEDULE, SCHEDULED, CANCELLED, AWS_CANCELLED, PREPASS, PASS, POSTPASS, COMPLETED, FAILED, AVAILABLE, CANCELLING, AWS_FAILED
|
|
1880
|
+
# start_time: Time.now, # required
|
|
1881
|
+
# end_time: Time.now, # required
|
|
1882
|
+
# ground_station: "GroundStationName",
|
|
1883
|
+
# satellite_arn: "satelliteArn",
|
|
1884
|
+
# mission_profile_arn: "MissionProfileArn",
|
|
1885
|
+
# ephemeris: {
|
|
1886
|
+
# az_el: {
|
|
1887
|
+
# id: "Uuid", # required
|
|
1888
|
+
# },
|
|
1889
|
+
# },
|
|
1580
1890
|
# })
|
|
1581
1891
|
#
|
|
1582
1892
|
# @example Response structure
|
|
1583
1893
|
#
|
|
1894
|
+
# resp.next_token #=> String
|
|
1584
1895
|
# resp.contact_list #=> Array
|
|
1585
1896
|
# resp.contact_list[0].contact_id #=> String
|
|
1586
|
-
# resp.contact_list[0].
|
|
1897
|
+
# resp.contact_list[0].mission_profile_arn #=> String
|
|
1898
|
+
# resp.contact_list[0].satellite_arn #=> String
|
|
1899
|
+
# resp.contact_list[0].start_time #=> Time
|
|
1587
1900
|
# resp.contact_list[0].end_time #=> Time
|
|
1588
|
-
# resp.contact_list[0].
|
|
1901
|
+
# resp.contact_list[0].pre_pass_start_time #=> Time
|
|
1902
|
+
# resp.contact_list[0].post_pass_end_time #=> Time
|
|
1589
1903
|
# resp.contact_list[0].ground_station #=> String
|
|
1590
|
-
# resp.contact_list[0].
|
|
1904
|
+
# resp.contact_list[0].contact_status #=> String, one of "SCHEDULING", "FAILED_TO_SCHEDULE", "SCHEDULED", "CANCELLED", "AWS_CANCELLED", "PREPASS", "PASS", "POSTPASS", "COMPLETED", "FAILED", "AVAILABLE", "CANCELLING", "AWS_FAILED"
|
|
1905
|
+
# resp.contact_list[0].error_message #=> String
|
|
1591
1906
|
# resp.contact_list[0].maximum_elevation.value #=> Float
|
|
1592
|
-
# resp.contact_list[0].
|
|
1593
|
-
# resp.contact_list[0].post_pass_end_time #=> Time
|
|
1594
|
-
# resp.contact_list[0].pre_pass_start_time #=> Time
|
|
1907
|
+
# resp.contact_list[0].maximum_elevation.unit #=> String, one of "DEGREE_ANGLE", "RADIAN"
|
|
1595
1908
|
# resp.contact_list[0].region #=> String
|
|
1596
|
-
# resp.contact_list[0].satellite_arn #=> String
|
|
1597
|
-
# resp.contact_list[0].start_time #=> Time
|
|
1598
1909
|
# resp.contact_list[0].tags #=> Hash
|
|
1599
1910
|
# resp.contact_list[0].tags["String"] #=> String
|
|
1600
|
-
# resp.contact_list[0].visibility_end_time #=> Time
|
|
1601
1911
|
# resp.contact_list[0].visibility_start_time #=> Time
|
|
1602
|
-
# resp.
|
|
1912
|
+
# resp.contact_list[0].visibility_end_time #=> Time
|
|
1913
|
+
# resp.contact_list[0].ephemeris.ephemeris_id #=> String
|
|
1914
|
+
# resp.contact_list[0].ephemeris.ephemeris_type #=> String, one of "TLE", "OEM", "AZ_EL", "SERVICE_MANAGED"
|
|
1603
1915
|
#
|
|
1604
1916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListContacts AWS API Documentation
|
|
1605
1917
|
#
|
|
@@ -1622,8 +1934,8 @@ module Aws::GroundStation
|
|
|
1622
1934
|
#
|
|
1623
1935
|
# @return [Types::ListDataflowEndpointGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1624
1936
|
#
|
|
1625
|
-
# * {Types::ListDataflowEndpointGroupsResponse#dataflow_endpoint_group_list #dataflow_endpoint_group_list} => Array<Types::DataflowEndpointListItem>
|
|
1626
1937
|
# * {Types::ListDataflowEndpointGroupsResponse#next_token #next_token} => String
|
|
1938
|
+
# * {Types::ListDataflowEndpointGroupsResponse#dataflow_endpoint_group_list #dataflow_endpoint_group_list} => Array<Types::DataflowEndpointListItem>
|
|
1627
1939
|
#
|
|
1628
1940
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
1629
1941
|
#
|
|
@@ -1636,10 +1948,10 @@ module Aws::GroundStation
|
|
|
1636
1948
|
#
|
|
1637
1949
|
# @example Response structure
|
|
1638
1950
|
#
|
|
1951
|
+
# resp.next_token #=> String
|
|
1639
1952
|
# resp.dataflow_endpoint_group_list #=> Array
|
|
1640
|
-
# resp.dataflow_endpoint_group_list[0].dataflow_endpoint_group_arn #=> String
|
|
1641
1953
|
# resp.dataflow_endpoint_group_list[0].dataflow_endpoint_group_id #=> String
|
|
1642
|
-
# resp.
|
|
1954
|
+
# resp.dataflow_endpoint_group_list[0].dataflow_endpoint_group_arn #=> String
|
|
1643
1955
|
#
|
|
1644
1956
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListDataflowEndpointGroups AWS API Documentation
|
|
1645
1957
|
#
|
|
@@ -1650,12 +1962,25 @@ module Aws::GroundStation
|
|
|
1650
1962
|
req.send_request(options)
|
|
1651
1963
|
end
|
|
1652
1964
|
|
|
1653
|
-
# List existing ephemerides.
|
|
1965
|
+
# List your existing ephemerides.
|
|
1966
|
+
#
|
|
1967
|
+
# @option params [String] :satellite_id
|
|
1968
|
+
# The AWS Ground Station satellite ID to list ephemeris for.
|
|
1969
|
+
#
|
|
1970
|
+
# @option params [String] :ephemeris_type
|
|
1971
|
+
# Filter ephemerides by type. If not specified, all ephemeris types will
|
|
1972
|
+
# be returned.
|
|
1973
|
+
#
|
|
1974
|
+
# @option params [required, Time,DateTime,Date,Integer,String] :start_time
|
|
1975
|
+
# The start time for the list operation in UTC. Returns ephemerides with
|
|
1976
|
+
# expiration times within your specified time range.
|
|
1654
1977
|
#
|
|
1655
1978
|
# @option params [required, Time,DateTime,Date,Integer,String] :end_time
|
|
1656
|
-
# The end time
|
|
1657
|
-
#
|
|
1658
|
-
#
|
|
1979
|
+
# The end time for the list operation in UTC. Returns ephemerides with
|
|
1980
|
+
# expiration times within your specified time range.
|
|
1981
|
+
#
|
|
1982
|
+
# @option params [Array<String>] :status_list
|
|
1983
|
+
# The list of ephemeris status to return.
|
|
1659
1984
|
#
|
|
1660
1985
|
# @option params [Integer] :max_results
|
|
1661
1986
|
# Maximum number of ephemerides to return.
|
|
@@ -1663,48 +1988,39 @@ module Aws::GroundStation
|
|
|
1663
1988
|
# @option params [String] :next_token
|
|
1664
1989
|
# Pagination token.
|
|
1665
1990
|
#
|
|
1666
|
-
# @option params [required, String] :satellite_id
|
|
1667
|
-
# The AWS Ground Station satellite ID to list ephemeris for.
|
|
1668
|
-
#
|
|
1669
|
-
# @option params [required, Time,DateTime,Date,Integer,String] :start_time
|
|
1670
|
-
# The start time to list in UTC. The operation will return an ephemeris
|
|
1671
|
-
# if its expiration time is within the time range defined by the
|
|
1672
|
-
# `startTime` and `endTime`.
|
|
1673
|
-
#
|
|
1674
|
-
# @option params [Array<String>] :status_list
|
|
1675
|
-
# The list of ephemeris status to return.
|
|
1676
|
-
#
|
|
1677
1991
|
# @return [Types::ListEphemeridesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1678
1992
|
#
|
|
1679
|
-
# * {Types::ListEphemeridesResponse#ephemerides #ephemerides} => Array<Types::EphemerisItem>
|
|
1680
1993
|
# * {Types::ListEphemeridesResponse#next_token #next_token} => String
|
|
1994
|
+
# * {Types::ListEphemeridesResponse#ephemerides #ephemerides} => Array<Types::EphemerisItem>
|
|
1681
1995
|
#
|
|
1682
1996
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
1683
1997
|
#
|
|
1684
1998
|
# @example Request syntax with placeholder values
|
|
1685
1999
|
#
|
|
1686
2000
|
# resp = client.list_ephemerides({
|
|
2001
|
+
# satellite_id: "Uuid",
|
|
2002
|
+
# ephemeris_type: "TLE", # accepts TLE, OEM, AZ_EL, SERVICE_MANAGED
|
|
2003
|
+
# start_time: Time.now, # required
|
|
1687
2004
|
# end_time: Time.now, # required
|
|
2005
|
+
# status_list: ["VALIDATING"], # accepts VALIDATING, INVALID, ERROR, ENABLED, DISABLED, EXPIRED
|
|
1688
2006
|
# max_results: 1,
|
|
1689
2007
|
# next_token: "PaginationToken",
|
|
1690
|
-
# satellite_id: "Uuid", # required
|
|
1691
|
-
# start_time: Time.now, # required
|
|
1692
|
-
# status_list: ["VALIDATING"], # accepts VALIDATING, INVALID, ERROR, ENABLED, DISABLED, EXPIRED
|
|
1693
2008
|
# })
|
|
1694
2009
|
#
|
|
1695
2010
|
# @example Response structure
|
|
1696
2011
|
#
|
|
2012
|
+
# resp.next_token #=> String
|
|
1697
2013
|
# resp.ephemerides #=> Array
|
|
1698
|
-
# resp.ephemerides[0].creation_time #=> Time
|
|
1699
|
-
# resp.ephemerides[0].enabled #=> Boolean
|
|
1700
2014
|
# resp.ephemerides[0].ephemeris_id #=> String
|
|
1701
|
-
# resp.ephemerides[0].
|
|
2015
|
+
# resp.ephemerides[0].ephemeris_type #=> String, one of "TLE", "OEM", "AZ_EL", "SERVICE_MANAGED"
|
|
2016
|
+
# resp.ephemerides[0].status #=> String, one of "VALIDATING", "INVALID", "ERROR", "ENABLED", "DISABLED", "EXPIRED"
|
|
1702
2017
|
# resp.ephemerides[0].priority #=> Integer
|
|
2018
|
+
# resp.ephemerides[0].enabled #=> Boolean
|
|
2019
|
+
# resp.ephemerides[0].creation_time #=> Time
|
|
2020
|
+
# resp.ephemerides[0].name #=> String
|
|
1703
2021
|
# resp.ephemerides[0].source_s3_object.bucket #=> String
|
|
1704
2022
|
# resp.ephemerides[0].source_s3_object.key #=> String
|
|
1705
2023
|
# resp.ephemerides[0].source_s3_object.version #=> String
|
|
1706
|
-
# resp.ephemerides[0].status #=> String, one of "VALIDATING", "INVALID", "ERROR", "ENABLED", "DISABLED", "EXPIRED"
|
|
1707
|
-
# resp.next_token #=> String
|
|
1708
2024
|
#
|
|
1709
2025
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListEphemerides AWS API Documentation
|
|
1710
2026
|
#
|
|
@@ -1717,6 +2033,9 @@ module Aws::GroundStation
|
|
|
1717
2033
|
|
|
1718
2034
|
# Returns a list of ground stations.
|
|
1719
2035
|
#
|
|
2036
|
+
# @option params [String] :satellite_id
|
|
2037
|
+
# Satellite ID to retrieve on-boarded ground stations.
|
|
2038
|
+
#
|
|
1720
2039
|
# @option params [Integer] :max_results
|
|
1721
2040
|
# Maximum number of ground stations returned.
|
|
1722
2041
|
#
|
|
@@ -1724,31 +2043,28 @@ module Aws::GroundStation
|
|
|
1724
2043
|
# Next token that can be supplied in the next call to get the next page
|
|
1725
2044
|
# of ground stations.
|
|
1726
2045
|
#
|
|
1727
|
-
# @option params [String] :satellite_id
|
|
1728
|
-
# Satellite ID to retrieve on-boarded ground stations.
|
|
1729
|
-
#
|
|
1730
2046
|
# @return [Types::ListGroundStationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1731
2047
|
#
|
|
1732
|
-
# * {Types::ListGroundStationsResponse#ground_station_list #ground_station_list} => Array<Types::GroundStationData>
|
|
1733
2048
|
# * {Types::ListGroundStationsResponse#next_token #next_token} => String
|
|
2049
|
+
# * {Types::ListGroundStationsResponse#ground_station_list #ground_station_list} => Array<Types::GroundStationData>
|
|
1734
2050
|
#
|
|
1735
2051
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
1736
2052
|
#
|
|
1737
2053
|
# @example Request syntax with placeholder values
|
|
1738
2054
|
#
|
|
1739
2055
|
# resp = client.list_ground_stations({
|
|
2056
|
+
# satellite_id: "Uuid",
|
|
1740
2057
|
# max_results: 1,
|
|
1741
2058
|
# next_token: "PaginationToken",
|
|
1742
|
-
# satellite_id: "Uuid",
|
|
1743
2059
|
# })
|
|
1744
2060
|
#
|
|
1745
2061
|
# @example Response structure
|
|
1746
2062
|
#
|
|
2063
|
+
# resp.next_token #=> String
|
|
1747
2064
|
# resp.ground_station_list #=> Array
|
|
1748
2065
|
# resp.ground_station_list[0].ground_station_id #=> String
|
|
1749
2066
|
# resp.ground_station_list[0].ground_station_name #=> String
|
|
1750
2067
|
# resp.ground_station_list[0].region #=> String
|
|
1751
|
-
# resp.next_token #=> String
|
|
1752
2068
|
#
|
|
1753
2069
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStations AWS API Documentation
|
|
1754
2070
|
#
|
|
@@ -1770,8 +2086,8 @@ module Aws::GroundStation
|
|
|
1770
2086
|
#
|
|
1771
2087
|
# @return [Types::ListMissionProfilesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1772
2088
|
#
|
|
1773
|
-
# * {Types::ListMissionProfilesResponse#mission_profile_list #mission_profile_list} => Array<Types::MissionProfileListItem>
|
|
1774
2089
|
# * {Types::ListMissionProfilesResponse#next_token #next_token} => String
|
|
2090
|
+
# * {Types::ListMissionProfilesResponse#mission_profile_list #mission_profile_list} => Array<Types::MissionProfileListItem>
|
|
1775
2091
|
#
|
|
1776
2092
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
1777
2093
|
#
|
|
@@ -1784,12 +2100,12 @@ module Aws::GroundStation
|
|
|
1784
2100
|
#
|
|
1785
2101
|
# @example Response structure
|
|
1786
2102
|
#
|
|
2103
|
+
# resp.next_token #=> String
|
|
1787
2104
|
# resp.mission_profile_list #=> Array
|
|
1788
|
-
# resp.mission_profile_list[0].mission_profile_arn #=> String
|
|
1789
2105
|
# resp.mission_profile_list[0].mission_profile_id #=> String
|
|
1790
|
-
# resp.mission_profile_list[0].
|
|
2106
|
+
# resp.mission_profile_list[0].mission_profile_arn #=> String
|
|
1791
2107
|
# resp.mission_profile_list[0].region #=> String
|
|
1792
|
-
# resp.
|
|
2108
|
+
# resp.mission_profile_list[0].name #=> String
|
|
1793
2109
|
#
|
|
1794
2110
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListMissionProfiles AWS API Documentation
|
|
1795
2111
|
#
|
|
@@ -1827,15 +2143,15 @@ module Aws::GroundStation
|
|
|
1827
2143
|
#
|
|
1828
2144
|
# resp.next_token #=> String
|
|
1829
2145
|
# resp.satellites #=> Array
|
|
2146
|
+
# resp.satellites[0].satellite_id #=> String
|
|
2147
|
+
# resp.satellites[0].satellite_arn #=> String
|
|
2148
|
+
# resp.satellites[0].norad_satellite_id #=> Integer
|
|
2149
|
+
# resp.satellites[0].ground_stations #=> Array
|
|
2150
|
+
# resp.satellites[0].ground_stations[0] #=> String
|
|
2151
|
+
# resp.satellites[0].current_ephemeris.source #=> String, one of "CUSTOMER_PROVIDED", "SPACE_TRACK"
|
|
1830
2152
|
# resp.satellites[0].current_ephemeris.ephemeris_id #=> String
|
|
1831
2153
|
# resp.satellites[0].current_ephemeris.epoch #=> Time
|
|
1832
2154
|
# resp.satellites[0].current_ephemeris.name #=> String
|
|
1833
|
-
# resp.satellites[0].current_ephemeris.source #=> String, one of "CUSTOMER_PROVIDED", "SPACE_TRACK"
|
|
1834
|
-
# resp.satellites[0].ground_stations #=> Array
|
|
1835
|
-
# resp.satellites[0].ground_stations[0] #=> String
|
|
1836
|
-
# resp.satellites[0].norad_satellite_id #=> Integer
|
|
1837
|
-
# resp.satellites[0].satellite_arn #=> String
|
|
1838
|
-
# resp.satellites[0].satellite_id #=> String
|
|
1839
2155
|
#
|
|
1840
2156
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListSatellites AWS API Documentation
|
|
1841
2157
|
#
|
|
@@ -1875,18 +2191,19 @@ module Aws::GroundStation
|
|
|
1875
2191
|
req.send_request(options)
|
|
1876
2192
|
end
|
|
1877
2193
|
|
|
1878
|
-
# <note markdown="1"> For use by AWS Ground Station Agent and shouldn't
|
|
2194
|
+
# <note markdown="1"> For use by AWS Ground Station Agent and shouldn't
|
|
2195
|
+
# be called directly.
|
|
1879
2196
|
#
|
|
1880
2197
|
# </note>
|
|
1881
2198
|
#
|
|
1882
|
-
#
|
|
1883
|
-
#
|
|
1884
|
-
# @option params [required, Types::AgentDetails] :agent_details
|
|
1885
|
-
# Detailed information about the agent being registered.
|
|
2199
|
+
# Registers a new agent with AWS Ground Station.
|
|
1886
2200
|
#
|
|
1887
2201
|
# @option params [required, Types::DiscoveryData] :discovery_data
|
|
1888
2202
|
# Data for associating an agent with the capabilities it is managing.
|
|
1889
2203
|
#
|
|
2204
|
+
# @option params [required, Types::AgentDetails] :agent_details
|
|
2205
|
+
# Detailed information about the agent being registered.
|
|
2206
|
+
#
|
|
1890
2207
|
# @option params [Hash<String,String>] :tags
|
|
1891
2208
|
# Tags assigned to an `Agent`.
|
|
1892
2209
|
#
|
|
@@ -1897,23 +2214,23 @@ module Aws::GroundStation
|
|
|
1897
2214
|
# @example Request syntax with placeholder values
|
|
1898
2215
|
#
|
|
1899
2216
|
# resp = client.register_agent({
|
|
2217
|
+
# discovery_data: { # required
|
|
2218
|
+
# public_ip_addresses: ["IpV4Address"], # required
|
|
2219
|
+
# private_ip_addresses: ["IpV4Address"], # required
|
|
2220
|
+
# capability_arns: ["CapabilityArn"], # required
|
|
2221
|
+
# },
|
|
1900
2222
|
# agent_details: { # required
|
|
1901
|
-
# agent_cpu_cores: [1],
|
|
1902
2223
|
# agent_version: "VersionString", # required
|
|
2224
|
+
# instance_id: "InstanceId", # required
|
|
2225
|
+
# instance_type: "InstanceType", # required
|
|
2226
|
+
# reserved_cpu_cores: [1],
|
|
2227
|
+
# agent_cpu_cores: [1],
|
|
1903
2228
|
# component_versions: [ # required
|
|
1904
2229
|
# {
|
|
1905
2230
|
# component_type: "ComponentTypeString", # required
|
|
1906
2231
|
# versions: ["VersionString"], # required
|
|
1907
2232
|
# },
|
|
1908
2233
|
# ],
|
|
1909
|
-
# instance_id: "InstanceId", # required
|
|
1910
|
-
# instance_type: "InstanceType", # required
|
|
1911
|
-
# reserved_cpu_cores: [1],
|
|
1912
|
-
# },
|
|
1913
|
-
# discovery_data: { # required
|
|
1914
|
-
# capability_arns: ["CapabilityArn"], # required
|
|
1915
|
-
# private_ip_addresses: ["IpV4Address"], # required
|
|
1916
|
-
# public_ip_addresses: ["IpV4Address"], # required
|
|
1917
2234
|
# },
|
|
1918
2235
|
# tags: {
|
|
1919
2236
|
# "String" => "String",
|
|
@@ -1935,24 +2252,27 @@ module Aws::GroundStation
|
|
|
1935
2252
|
|
|
1936
2253
|
# Reserves a contact using specified parameters.
|
|
1937
2254
|
#
|
|
1938
|
-
# @option params [required, Time,DateTime,Date,Integer,String] :end_time
|
|
1939
|
-
# End time of a contact in UTC.
|
|
1940
|
-
#
|
|
1941
|
-
# @option params [required, String] :ground_station
|
|
1942
|
-
# Name of a ground station.
|
|
1943
|
-
#
|
|
1944
2255
|
# @option params [required, String] :mission_profile_arn
|
|
1945
2256
|
# ARN of a mission profile.
|
|
1946
2257
|
#
|
|
1947
|
-
# @option params [
|
|
2258
|
+
# @option params [String] :satellite_arn
|
|
1948
2259
|
# ARN of a satellite
|
|
1949
2260
|
#
|
|
1950
2261
|
# @option params [required, Time,DateTime,Date,Integer,String] :start_time
|
|
1951
2262
|
# Start time of a contact in UTC.
|
|
1952
2263
|
#
|
|
2264
|
+
# @option params [required, Time,DateTime,Date,Integer,String] :end_time
|
|
2265
|
+
# End time of a contact in UTC.
|
|
2266
|
+
#
|
|
2267
|
+
# @option params [required, String] :ground_station
|
|
2268
|
+
# Name of a ground station.
|
|
2269
|
+
#
|
|
1953
2270
|
# @option params [Hash<String,String>] :tags
|
|
1954
2271
|
# Tags assigned to a contact.
|
|
1955
2272
|
#
|
|
2273
|
+
# @option params [Types::TrackingOverrides] :tracking_overrides
|
|
2274
|
+
# Tracking configuration overrides for the contact.
|
|
2275
|
+
#
|
|
1956
2276
|
# @return [Types::ContactIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1957
2277
|
#
|
|
1958
2278
|
# * {Types::ContactIdResponse#contact_id #contact_id} => String
|
|
@@ -1960,14 +2280,21 @@ module Aws::GroundStation
|
|
|
1960
2280
|
# @example Request syntax with placeholder values
|
|
1961
2281
|
#
|
|
1962
2282
|
# resp = client.reserve_contact({
|
|
1963
|
-
# end_time: Time.now, # required
|
|
1964
|
-
# ground_station: "GroundStationName", # required
|
|
1965
2283
|
# mission_profile_arn: "MissionProfileArn", # required
|
|
1966
|
-
# satellite_arn: "satelliteArn",
|
|
2284
|
+
# satellite_arn: "satelliteArn",
|
|
1967
2285
|
# start_time: Time.now, # required
|
|
2286
|
+
# end_time: Time.now, # required
|
|
2287
|
+
# ground_station: "GroundStationName", # required
|
|
1968
2288
|
# tags: {
|
|
1969
2289
|
# "String" => "String",
|
|
1970
2290
|
# },
|
|
2291
|
+
# tracking_overrides: {
|
|
2292
|
+
# program_track_settings: { # required
|
|
2293
|
+
# az_el: {
|
|
2294
|
+
# ephemeris_id: "Uuid", # required
|
|
2295
|
+
# },
|
|
2296
|
+
# },
|
|
2297
|
+
# },
|
|
1971
2298
|
# })
|
|
1972
2299
|
#
|
|
1973
2300
|
# @example Response structure
|
|
@@ -2037,24 +2364,25 @@ module Aws::GroundStation
|
|
|
2037
2364
|
req.send_request(options)
|
|
2038
2365
|
end
|
|
2039
2366
|
|
|
2040
|
-
# <note markdown="1"> For use by AWS Ground Station Agent and shouldn't
|
|
2367
|
+
# <note markdown="1"> For use by AWS Ground Station Agent and shouldn't
|
|
2368
|
+
# be called directly.
|
|
2041
2369
|
#
|
|
2042
2370
|
# </note>
|
|
2043
2371
|
#
|
|
2044
|
-
#
|
|
2372
|
+
# Update the status of the agent.
|
|
2045
2373
|
#
|
|
2046
2374
|
# @option params [required, String] :agent_id
|
|
2047
2375
|
# UUID of agent to update.
|
|
2048
2376
|
#
|
|
2377
|
+
# @option params [required, String] :task_id
|
|
2378
|
+
# GUID of agent task.
|
|
2379
|
+
#
|
|
2049
2380
|
# @option params [required, Types::AggregateStatus] :aggregate_status
|
|
2050
2381
|
# Aggregate status for agent.
|
|
2051
2382
|
#
|
|
2052
2383
|
# @option params [required, Array<Types::ComponentStatusData>] :component_statuses
|
|
2053
2384
|
# List of component statuses for agent.
|
|
2054
2385
|
#
|
|
2055
|
-
# @option params [required, String] :task_id
|
|
2056
|
-
# GUID of agent task.
|
|
2057
|
-
#
|
|
2058
2386
|
# @return [Types::UpdateAgentStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2059
2387
|
#
|
|
2060
2388
|
# * {Types::UpdateAgentStatusResponse#agent_id #agent_id} => String
|
|
@@ -2063,24 +2391,24 @@ module Aws::GroundStation
|
|
|
2063
2391
|
#
|
|
2064
2392
|
# resp = client.update_agent_status({
|
|
2065
2393
|
# agent_id: "Uuid", # required
|
|
2394
|
+
# task_id: "Uuid", # required
|
|
2066
2395
|
# aggregate_status: { # required
|
|
2396
|
+
# status: "SUCCESS", # required, accepts SUCCESS, FAILED, ACTIVE, INACTIVE
|
|
2067
2397
|
# signature_map: {
|
|
2068
2398
|
# "String" => false,
|
|
2069
2399
|
# },
|
|
2070
|
-
# status: "SUCCESS", # required, accepts SUCCESS, FAILED, ACTIVE, INACTIVE
|
|
2071
2400
|
# },
|
|
2072
2401
|
# component_statuses: [ # required
|
|
2073
2402
|
# {
|
|
2074
|
-
# bytes_received: 1,
|
|
2075
|
-
# bytes_sent: 1,
|
|
2076
|
-
# capability_arn: "CapabilityArn", # required
|
|
2077
2403
|
# component_type: "ComponentTypeString", # required
|
|
2078
|
-
#
|
|
2079
|
-
# packets_dropped: 1,
|
|
2404
|
+
# capability_arn: "CapabilityArn", # required
|
|
2080
2405
|
# status: "SUCCESS", # required, accepts SUCCESS, FAILED, ACTIVE, INACTIVE
|
|
2406
|
+
# bytes_sent: 1,
|
|
2407
|
+
# bytes_received: 1,
|
|
2408
|
+
# packets_dropped: 1,
|
|
2409
|
+
# dataflow_id: "Uuid", # required
|
|
2081
2410
|
# },
|
|
2082
2411
|
# ],
|
|
2083
|
-
# task_id: "Uuid", # required
|
|
2084
2412
|
# })
|
|
2085
2413
|
#
|
|
2086
2414
|
# @example Response structure
|
|
@@ -2101,101 +2429,101 @@ module Aws::GroundStation
|
|
|
2101
2429
|
# Updating a `Config` will not update the execution parameters for
|
|
2102
2430
|
# existing future contacts scheduled with this `Config`.
|
|
2103
2431
|
#
|
|
2104
|
-
# @option params [required, Types::ConfigTypeData] :config_data
|
|
2105
|
-
# Parameters of a `Config`.
|
|
2106
|
-
#
|
|
2107
2432
|
# @option params [required, String] :config_id
|
|
2108
2433
|
# UUID of a `Config`.
|
|
2109
2434
|
#
|
|
2435
|
+
# @option params [required, String] :name
|
|
2436
|
+
# Name of a `Config`.
|
|
2437
|
+
#
|
|
2110
2438
|
# @option params [required, String] :config_type
|
|
2111
2439
|
# Type of a `Config`.
|
|
2112
2440
|
#
|
|
2113
|
-
# @option params [required,
|
|
2114
|
-
#
|
|
2441
|
+
# @option params [required, Types::ConfigTypeData] :config_data
|
|
2442
|
+
# Parameters of a `Config`.
|
|
2115
2443
|
#
|
|
2116
2444
|
# @return [Types::ConfigIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2117
2445
|
#
|
|
2118
|
-
# * {Types::ConfigIdResponse#config_arn #config_arn} => String
|
|
2119
2446
|
# * {Types::ConfigIdResponse#config_id #config_id} => String
|
|
2120
2447
|
# * {Types::ConfigIdResponse#config_type #config_type} => String
|
|
2448
|
+
# * {Types::ConfigIdResponse#config_arn #config_arn} => String
|
|
2121
2449
|
#
|
|
2122
2450
|
# @example Request syntax with placeholder values
|
|
2123
2451
|
#
|
|
2124
2452
|
# resp = client.update_config({
|
|
2453
|
+
# config_id: "Uuid", # required
|
|
2454
|
+
# 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
|
|
2125
2456
|
# config_data: { # required
|
|
2126
2457
|
# antenna_downlink_config: {
|
|
2127
2458
|
# spectrum_config: { # required
|
|
2128
|
-
# bandwidth: { # required
|
|
2129
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
2130
|
-
# value: 1.0, # required
|
|
2131
|
-
# },
|
|
2132
2459
|
# center_frequency: { # required
|
|
2460
|
+
# value: 1.0, # required
|
|
2133
2461
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
2462
|
+
# },
|
|
2463
|
+
# bandwidth: { # required
|
|
2134
2464
|
# value: 1.0, # required
|
|
2465
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
2135
2466
|
# },
|
|
2136
2467
|
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
|
2137
2468
|
# },
|
|
2138
2469
|
# },
|
|
2470
|
+
# tracking_config: {
|
|
2471
|
+
# autotrack: "REQUIRED", # required, accepts REQUIRED, PREFERRED, REMOVED
|
|
2472
|
+
# },
|
|
2473
|
+
# dataflow_endpoint_config: {
|
|
2474
|
+
# dataflow_endpoint_name: "String", # required
|
|
2475
|
+
# dataflow_endpoint_region: "String",
|
|
2476
|
+
# },
|
|
2139
2477
|
# antenna_downlink_demod_decode_config: {
|
|
2140
|
-
# decode_config: { # required
|
|
2141
|
-
# unvalidated_json: "JsonString", # required
|
|
2142
|
-
# },
|
|
2143
|
-
# demodulation_config: { # required
|
|
2144
|
-
# unvalidated_json: "JsonString", # required
|
|
2145
|
-
# },
|
|
2146
2478
|
# spectrum_config: { # required
|
|
2147
|
-
# bandwidth: { # required
|
|
2148
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
2149
|
-
# value: 1.0, # required
|
|
2150
|
-
# },
|
|
2151
2479
|
# center_frequency: { # required
|
|
2480
|
+
# value: 1.0, # required
|
|
2152
2481
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
2482
|
+
# },
|
|
2483
|
+
# bandwidth: { # required
|
|
2153
2484
|
# value: 1.0, # required
|
|
2485
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
2154
2486
|
# },
|
|
2155
2487
|
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
|
2156
2488
|
# },
|
|
2489
|
+
# demodulation_config: { # required
|
|
2490
|
+
# unvalidated_json: "JsonString", # required
|
|
2491
|
+
# },
|
|
2492
|
+
# decode_config: { # required
|
|
2493
|
+
# unvalidated_json: "JsonString", # required
|
|
2494
|
+
# },
|
|
2157
2495
|
# },
|
|
2158
2496
|
# antenna_uplink_config: {
|
|
2497
|
+
# transmit_disabled: false,
|
|
2159
2498
|
# spectrum_config: { # required
|
|
2160
2499
|
# center_frequency: { # required
|
|
2161
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
2162
2500
|
# value: 1.0, # required
|
|
2501
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
|
2163
2502
|
# },
|
|
2164
2503
|
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
|
2165
2504
|
# },
|
|
2166
2505
|
# target_eirp: { # required
|
|
2167
|
-
# units: "dBW", # required, accepts dBW
|
|
2168
2506
|
# value: 1.0, # required
|
|
2507
|
+
# units: "dBW", # required, accepts dBW
|
|
2169
2508
|
# },
|
|
2170
|
-
# transmit_disabled: false,
|
|
2171
2509
|
# },
|
|
2172
|
-
#
|
|
2173
|
-
#
|
|
2174
|
-
#
|
|
2510
|
+
# uplink_echo_config: {
|
|
2511
|
+
# enabled: false, # required
|
|
2512
|
+
# antenna_uplink_config_arn: "ConfigArn", # required
|
|
2175
2513
|
# },
|
|
2176
2514
|
# s3_recording_config: {
|
|
2177
2515
|
# bucket_arn: "BucketArn", # required
|
|
2178
|
-
# prefix: "S3KeyPrefix",
|
|
2179
2516
|
# role_arn: "RoleArn", # required
|
|
2180
|
-
#
|
|
2181
|
-
# tracking_config: {
|
|
2182
|
-
# autotrack: "REQUIRED", # required, accepts REQUIRED, PREFERRED, REMOVED
|
|
2183
|
-
# },
|
|
2184
|
-
# uplink_echo_config: {
|
|
2185
|
-
# antenna_uplink_config_arn: "ConfigArn", # required
|
|
2186
|
-
# enabled: false, # required
|
|
2517
|
+
# prefix: "S3KeyPrefix",
|
|
2187
2518
|
# },
|
|
2188
2519
|
# },
|
|
2189
|
-
# config_id: "Uuid", # required
|
|
2190
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording
|
|
2191
|
-
# name: "SafeName", # required
|
|
2192
2520
|
# })
|
|
2193
2521
|
#
|
|
2194
2522
|
# @example Response structure
|
|
2195
2523
|
#
|
|
2196
|
-
# resp.config_arn #=> String
|
|
2197
2524
|
# resp.config_id #=> String
|
|
2198
2525
|
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
|
2526
|
+
# resp.config_arn #=> String
|
|
2199
2527
|
#
|
|
2200
2528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateConfig AWS API Documentation
|
|
2201
2529
|
#
|
|
@@ -2206,27 +2534,24 @@ module Aws::GroundStation
|
|
|
2206
2534
|
req.send_request(options)
|
|
2207
2535
|
end
|
|
2208
2536
|
|
|
2209
|
-
#
|
|
2210
|
-
#
|
|
2211
|
-
# @option params [required, Boolean] :enabled
|
|
2212
|
-
# Whether the ephemeris is enabled or not. Changing this value will not
|
|
2213
|
-
# require the ephemeris to be re-validated.
|
|
2537
|
+
# Update an existing ephemeris.
|
|
2214
2538
|
#
|
|
2215
2539
|
# @option params [required, String] :ephemeris_id
|
|
2216
2540
|
# The AWS Ground Station ephemeris ID.
|
|
2217
2541
|
#
|
|
2542
|
+
# @option params [required, Boolean] :enabled
|
|
2543
|
+
# Enable or disable the ephemeris. Changing this value doesn't require
|
|
2544
|
+
# re-validation.
|
|
2545
|
+
#
|
|
2218
2546
|
# @option params [String] :name
|
|
2219
|
-
# A name
|
|
2220
|
-
# identifier for the ephemeris.
|
|
2547
|
+
# A name that you can use to identify the ephemeris.
|
|
2221
2548
|
#
|
|
2222
2549
|
# @option params [Integer] :priority
|
|
2223
|
-
#
|
|
2224
|
-
#
|
|
2225
|
-
#
|
|
2226
|
-
# The default for customer-provided ephemeris priority is 1, and higher
|
|
2227
|
-
# numbers take precedence.
|
|
2550
|
+
# A priority score that determines which ephemeris to use when multiple
|
|
2551
|
+
# ephemerides overlap.
|
|
2228
2552
|
#
|
|
2229
|
-
#
|
|
2553
|
+
# Higher numbers take precedence. The default is 1. Must be 1 or
|
|
2554
|
+
# greater.
|
|
2230
2555
|
#
|
|
2231
2556
|
# @return [Types::EphemerisIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2232
2557
|
#
|
|
@@ -2235,8 +2560,8 @@ module Aws::GroundStation
|
|
|
2235
2560
|
# @example Request syntax with placeholder values
|
|
2236
2561
|
#
|
|
2237
2562
|
# resp = client.update_ephemeris({
|
|
2238
|
-
# enabled: false, # required
|
|
2239
2563
|
# ephemeris_id: "Uuid", # required
|
|
2564
|
+
# enabled: false, # required
|
|
2240
2565
|
# name: "SafeName",
|
|
2241
2566
|
# priority: 1,
|
|
2242
2567
|
# })
|
|
@@ -2259,30 +2584,33 @@ module Aws::GroundStation
|
|
|
2259
2584
|
# Updating a mission profile will not update the execution parameters
|
|
2260
2585
|
# for existing future contacts.
|
|
2261
2586
|
#
|
|
2262
|
-
# @option params [
|
|
2587
|
+
# @option params [required, String] :mission_profile_id
|
|
2588
|
+
# UUID of a mission profile.
|
|
2589
|
+
#
|
|
2590
|
+
# @option params [String] :name
|
|
2591
|
+
# Name of a mission profile.
|
|
2592
|
+
#
|
|
2593
|
+
# @option params [Integer] :contact_pre_pass_duration_seconds
|
|
2263
2594
|
# Amount of time after a contact ends that you’d like to receive a
|
|
2264
2595
|
# Ground Station Contact State Change event indicating the pass has
|
|
2265
2596
|
# finished.
|
|
2266
2597
|
#
|
|
2267
|
-
# @option params [Integer] :
|
|
2598
|
+
# @option params [Integer] :contact_post_pass_duration_seconds
|
|
2268
2599
|
# Amount of time after a contact ends that you’d like to receive a
|
|
2269
2600
|
# Ground Station Contact State Change event indicating the pass has
|
|
2270
2601
|
# finished.
|
|
2271
2602
|
#
|
|
2272
|
-
# @option params [Array<Array>] :dataflow_edges
|
|
2273
|
-
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
|
2274
|
-
# `Config` and a *to* `Config`.
|
|
2275
|
-
#
|
|
2276
2603
|
# @option params [Integer] :minimum_viable_contact_duration_seconds
|
|
2277
2604
|
# Smallest amount of time in seconds that you’d like to see for an
|
|
2278
2605
|
# available contact. AWS Ground Station will not present you with
|
|
2279
2606
|
# contacts shorter than this duration.
|
|
2280
2607
|
#
|
|
2281
|
-
# @option params [
|
|
2282
|
-
#
|
|
2608
|
+
# @option params [Array<Array>] :dataflow_edges
|
|
2609
|
+
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
|
2610
|
+
# `Config` and a *to* `Config`.
|
|
2283
2611
|
#
|
|
2284
|
-
# @option params [String] :
|
|
2285
|
-
#
|
|
2612
|
+
# @option params [String] :tracking_config_arn
|
|
2613
|
+
# ARN of a tracking `Config`.
|
|
2286
2614
|
#
|
|
2287
2615
|
# @option params [Types::KmsKey] :streams_kms_key
|
|
2288
2616
|
# KMS key to use for encrypting streams.
|
|
@@ -2290,9 +2618,6 @@ module Aws::GroundStation
|
|
|
2290
2618
|
# @option params [String] :streams_kms_role
|
|
2291
2619
|
# Role to use for encrypting streams with KMS key.
|
|
2292
2620
|
#
|
|
2293
|
-
# @option params [String] :tracking_config_arn
|
|
2294
|
-
# ARN of a tracking `Config`.
|
|
2295
|
-
#
|
|
2296
2621
|
# @return [Types::MissionProfileIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2297
2622
|
#
|
|
2298
2623
|
# * {Types::MissionProfileIdResponse#mission_profile_id #mission_profile_id} => String
|
|
@@ -2300,21 +2625,21 @@ module Aws::GroundStation
|
|
|
2300
2625
|
# @example Request syntax with placeholder values
|
|
2301
2626
|
#
|
|
2302
2627
|
# resp = client.update_mission_profile({
|
|
2303
|
-
#
|
|
2628
|
+
# mission_profile_id: "Uuid", # required
|
|
2629
|
+
# name: "SafeName",
|
|
2304
2630
|
# contact_pre_pass_duration_seconds: 1,
|
|
2631
|
+
# contact_post_pass_duration_seconds: 1,
|
|
2632
|
+
# minimum_viable_contact_duration_seconds: 1,
|
|
2305
2633
|
# dataflow_edges: [
|
|
2306
2634
|
# ["ConfigArn"],
|
|
2307
2635
|
# ],
|
|
2308
|
-
#
|
|
2309
|
-
# mission_profile_id: "Uuid", # required
|
|
2310
|
-
# name: "SafeName",
|
|
2636
|
+
# tracking_config_arn: "ConfigArn",
|
|
2311
2637
|
# streams_kms_key: {
|
|
2638
|
+
# kms_key_arn: "KeyArn",
|
|
2312
2639
|
# kms_alias_arn: "KeyAliasArn",
|
|
2313
2640
|
# kms_alias_name: "KeyAliasName",
|
|
2314
|
-
# kms_key_arn: "KeyArn",
|
|
2315
2641
|
# },
|
|
2316
2642
|
# streams_kms_role: "RoleArn",
|
|
2317
|
-
# tracking_config_arn: "ConfigArn",
|
|
2318
2643
|
# })
|
|
2319
2644
|
#
|
|
2320
2645
|
# @example Response structure
|
|
@@ -2348,7 +2673,7 @@ module Aws::GroundStation
|
|
|
2348
2673
|
tracer: tracer
|
|
2349
2674
|
)
|
|
2350
2675
|
context[:gem_name] = 'aws-sdk-groundstation'
|
|
2351
|
-
context[:gem_version] = '1.
|
|
2676
|
+
context[:gem_version] = '1.75.0'
|
|
2352
2677
|
Seahorse::Client::Request.new(handlers, context)
|
|
2353
2678
|
end
|
|
2354
2679
|
|