@aws-sdk/client-groundstation 3.297.0 → 3.299.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.
Files changed (71) hide show
  1. package/dist-cjs/commands/CancelContactCommand.js +2 -3
  2. package/dist-cjs/commands/CreateConfigCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -3
  4. package/dist-cjs/commands/CreateEphemerisCommand.js +2 -3
  5. package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteConfigCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteEphemerisCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeContactCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeEphemerisCommand.js +2 -3
  12. package/dist-cjs/commands/GetAgentConfigurationCommand.js +2 -3
  13. package/dist-cjs/commands/GetConfigCommand.js +2 -3
  14. package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -3
  15. package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -3
  16. package/dist-cjs/commands/GetMissionProfileCommand.js +2 -3
  17. package/dist-cjs/commands/GetSatelliteCommand.js +2 -3
  18. package/dist-cjs/commands/ListConfigsCommand.js +2 -3
  19. package/dist-cjs/commands/ListContactsCommand.js +2 -3
  20. package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -3
  21. package/dist-cjs/commands/ListEphemeridesCommand.js +2 -3
  22. package/dist-cjs/commands/ListGroundStationsCommand.js +2 -3
  23. package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -3
  24. package/dist-cjs/commands/ListSatellitesCommand.js +2 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  26. package/dist-cjs/commands/RegisterAgentCommand.js +2 -3
  27. package/dist-cjs/commands/ReserveContactCommand.js +2 -3
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateConfigCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateEphemerisCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -3
  34. package/dist-cjs/models/models_0.js +1 -499
  35. package/dist-es/commands/CancelContactCommand.js +2 -3
  36. package/dist-es/commands/CreateConfigCommand.js +2 -3
  37. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -3
  38. package/dist-es/commands/CreateEphemerisCommand.js +2 -3
  39. package/dist-es/commands/CreateMissionProfileCommand.js +2 -3
  40. package/dist-es/commands/DeleteConfigCommand.js +2 -3
  41. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
  42. package/dist-es/commands/DeleteEphemerisCommand.js +2 -3
  43. package/dist-es/commands/DeleteMissionProfileCommand.js +2 -3
  44. package/dist-es/commands/DescribeContactCommand.js +2 -3
  45. package/dist-es/commands/DescribeEphemerisCommand.js +2 -3
  46. package/dist-es/commands/GetAgentConfigurationCommand.js +2 -3
  47. package/dist-es/commands/GetConfigCommand.js +2 -3
  48. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -3
  49. package/dist-es/commands/GetMinuteUsageCommand.js +2 -3
  50. package/dist-es/commands/GetMissionProfileCommand.js +2 -3
  51. package/dist-es/commands/GetSatelliteCommand.js +2 -3
  52. package/dist-es/commands/ListConfigsCommand.js +2 -3
  53. package/dist-es/commands/ListContactsCommand.js +2 -3
  54. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -3
  55. package/dist-es/commands/ListEphemeridesCommand.js +2 -3
  56. package/dist-es/commands/ListGroundStationsCommand.js +2 -3
  57. package/dist-es/commands/ListMissionProfilesCommand.js +2 -3
  58. package/dist-es/commands/ListSatellitesCommand.js +2 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  60. package/dist-es/commands/RegisterAgentCommand.js +2 -3
  61. package/dist-es/commands/ReserveContactCommand.js +2 -3
  62. package/dist-es/commands/TagResourceCommand.js +2 -3
  63. package/dist-es/commands/UntagResourceCommand.js +2 -3
  64. package/dist-es/commands/UpdateAgentStatusCommand.js +2 -3
  65. package/dist-es/commands/UpdateConfigCommand.js +2 -3
  66. package/dist-es/commands/UpdateEphemerisCommand.js +2 -3
  67. package/dist-es/commands/UpdateMissionProfileCommand.js +2 -3
  68. package/dist-es/models/models_0.js +0 -385
  69. package/dist-types/models/models_0.d.ts +0 -444
  70. package/dist-types/ts3.4/models/models_0.d.ts +0 -303
  71. package/package.json +11 -10
@@ -2474,447 +2474,3 @@ export interface UntagResourceRequest {
2474
2474
  */
2475
2475
  export interface UntagResourceResponse {
2476
2476
  }
2477
- /**
2478
- * @internal
2479
- */
2480
- export declare const GetAgentConfigurationRequestFilterSensitiveLog: (obj: GetAgentConfigurationRequest) => any;
2481
- /**
2482
- * @internal
2483
- */
2484
- export declare const GetAgentConfigurationResponseFilterSensitiveLog: (obj: GetAgentConfigurationResponse) => any;
2485
- /**
2486
- * @internal
2487
- */
2488
- export declare const ComponentVersionFilterSensitiveLog: (obj: ComponentVersion) => any;
2489
- /**
2490
- * @internal
2491
- */
2492
- export declare const AgentDetailsFilterSensitiveLog: (obj: AgentDetails) => any;
2493
- /**
2494
- * @internal
2495
- */
2496
- export declare const DiscoveryDataFilterSensitiveLog: (obj: DiscoveryData) => any;
2497
- /**
2498
- * @internal
2499
- */
2500
- export declare const RegisterAgentRequestFilterSensitiveLog: (obj: RegisterAgentRequest) => any;
2501
- /**
2502
- * @internal
2503
- */
2504
- export declare const RegisterAgentResponseFilterSensitiveLog: (obj: RegisterAgentResponse) => any;
2505
- /**
2506
- * @internal
2507
- */
2508
- export declare const AggregateStatusFilterSensitiveLog: (obj: AggregateStatus) => any;
2509
- /**
2510
- * @internal
2511
- */
2512
- export declare const ComponentStatusDataFilterSensitiveLog: (obj: ComponentStatusData) => any;
2513
- /**
2514
- * @internal
2515
- */
2516
- export declare const UpdateAgentStatusRequestFilterSensitiveLog: (obj: UpdateAgentStatusRequest) => any;
2517
- /**
2518
- * @internal
2519
- */
2520
- export declare const UpdateAgentStatusResponseFilterSensitiveLog: (obj: UpdateAgentStatusResponse) => any;
2521
- /**
2522
- * @internal
2523
- */
2524
- export declare const AntennaDemodDecodeDetailsFilterSensitiveLog: (obj: AntennaDemodDecodeDetails) => any;
2525
- /**
2526
- * @internal
2527
- */
2528
- export declare const FrequencyBandwidthFilterSensitiveLog: (obj: FrequencyBandwidth) => any;
2529
- /**
2530
- * @internal
2531
- */
2532
- export declare const FrequencyFilterSensitiveLog: (obj: Frequency) => any;
2533
- /**
2534
- * @internal
2535
- */
2536
- export declare const SpectrumConfigFilterSensitiveLog: (obj: SpectrumConfig) => any;
2537
- /**
2538
- * @internal
2539
- */
2540
- export declare const AntennaDownlinkConfigFilterSensitiveLog: (obj: AntennaDownlinkConfig) => any;
2541
- /**
2542
- * @internal
2543
- */
2544
- export declare const DecodeConfigFilterSensitiveLog: (obj: DecodeConfig) => any;
2545
- /**
2546
- * @internal
2547
- */
2548
- export declare const DemodulationConfigFilterSensitiveLog: (obj: DemodulationConfig) => any;
2549
- /**
2550
- * @internal
2551
- */
2552
- export declare const AntennaDownlinkDemodDecodeConfigFilterSensitiveLog: (obj: AntennaDownlinkDemodDecodeConfig) => any;
2553
- /**
2554
- * @internal
2555
- */
2556
- export declare const UplinkSpectrumConfigFilterSensitiveLog: (obj: UplinkSpectrumConfig) => any;
2557
- /**
2558
- * @internal
2559
- */
2560
- export declare const EirpFilterSensitiveLog: (obj: Eirp) => any;
2561
- /**
2562
- * @internal
2563
- */
2564
- export declare const AntennaUplinkConfigFilterSensitiveLog: (obj: AntennaUplinkConfig) => any;
2565
- /**
2566
- * @internal
2567
- */
2568
- export declare const SocketAddressFilterSensitiveLog: (obj: SocketAddress) => any;
2569
- /**
2570
- * @internal
2571
- */
2572
- export declare const ConnectionDetailsFilterSensitiveLog: (obj: ConnectionDetails) => any;
2573
- /**
2574
- * @internal
2575
- */
2576
- export declare const IntegerRangeFilterSensitiveLog: (obj: IntegerRange) => any;
2577
- /**
2578
- * @internal
2579
- */
2580
- export declare const RangedSocketAddressFilterSensitiveLog: (obj: RangedSocketAddress) => any;
2581
- /**
2582
- * @internal
2583
- */
2584
- export declare const RangedConnectionDetailsFilterSensitiveLog: (obj: RangedConnectionDetails) => any;
2585
- /**
2586
- * @internal
2587
- */
2588
- export declare const AwsGroundStationAgentEndpointFilterSensitiveLog: (obj: AwsGroundStationAgentEndpoint) => any;
2589
- /**
2590
- * @internal
2591
- */
2592
- export declare const CancelContactRequestFilterSensitiveLog: (obj: CancelContactRequest) => any;
2593
- /**
2594
- * @internal
2595
- */
2596
- export declare const ContactIdResponseFilterSensitiveLog: (obj: ContactIdResponse) => any;
2597
- /**
2598
- * @internal
2599
- */
2600
- export declare const ConfigIdResponseFilterSensitiveLog: (obj: ConfigIdResponse) => any;
2601
- /**
2602
- * @internal
2603
- */
2604
- export declare const DataflowEndpointConfigFilterSensitiveLog: (obj: DataflowEndpointConfig) => any;
2605
- /**
2606
- * @internal
2607
- */
2608
- export declare const S3RecordingConfigFilterSensitiveLog: (obj: S3RecordingConfig) => any;
2609
- /**
2610
- * @internal
2611
- */
2612
- export declare const TrackingConfigFilterSensitiveLog: (obj: TrackingConfig) => any;
2613
- /**
2614
- * @internal
2615
- */
2616
- export declare const UplinkEchoConfigFilterSensitiveLog: (obj: UplinkEchoConfig) => any;
2617
- /**
2618
- * @internal
2619
- */
2620
- export declare const ConfigTypeDataFilterSensitiveLog: (obj: ConfigTypeData) => any;
2621
- /**
2622
- * @internal
2623
- */
2624
- export declare const CreateConfigRequestFilterSensitiveLog: (obj: CreateConfigRequest) => any;
2625
- /**
2626
- * @internal
2627
- */
2628
- export declare const DeleteConfigRequestFilterSensitiveLog: (obj: DeleteConfigRequest) => any;
2629
- /**
2630
- * @internal
2631
- */
2632
- export declare const GetConfigRequestFilterSensitiveLog: (obj: GetConfigRequest) => any;
2633
- /**
2634
- * @internal
2635
- */
2636
- export declare const GetConfigResponseFilterSensitiveLog: (obj: GetConfigResponse) => any;
2637
- /**
2638
- * @internal
2639
- */
2640
- export declare const ListConfigsRequestFilterSensitiveLog: (obj: ListConfigsRequest) => any;
2641
- /**
2642
- * @internal
2643
- */
2644
- export declare const ConfigListItemFilterSensitiveLog: (obj: ConfigListItem) => any;
2645
- /**
2646
- * @internal
2647
- */
2648
- export declare const ListConfigsResponseFilterSensitiveLog: (obj: ListConfigsResponse) => any;
2649
- /**
2650
- * @internal
2651
- */
2652
- export declare const UpdateConfigRequestFilterSensitiveLog: (obj: UpdateConfigRequest) => any;
2653
- /**
2654
- * @internal
2655
- */
2656
- export declare const DataflowEndpointFilterSensitiveLog: (obj: DataflowEndpoint) => any;
2657
- /**
2658
- * @internal
2659
- */
2660
- export declare const SecurityDetailsFilterSensitiveLog: (obj: SecurityDetails) => any;
2661
- /**
2662
- * @internal
2663
- */
2664
- export declare const EndpointDetailsFilterSensitiveLog: (obj: EndpointDetails) => any;
2665
- /**
2666
- * @internal
2667
- */
2668
- export declare const S3RecordingDetailsFilterSensitiveLog: (obj: S3RecordingDetails) => any;
2669
- /**
2670
- * @internal
2671
- */
2672
- export declare const ConfigDetailsFilterSensitiveLog: (obj: ConfigDetails) => any;
2673
- /**
2674
- * @internal
2675
- */
2676
- export declare const DescribeContactRequestFilterSensitiveLog: (obj: DescribeContactRequest) => any;
2677
- /**
2678
- * @internal
2679
- */
2680
- export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
2681
- /**
2682
- * @internal
2683
- */
2684
- export declare const SourceFilterSensitiveLog: (obj: Source) => any;
2685
- /**
2686
- * @internal
2687
- */
2688
- export declare const DataflowDetailFilterSensitiveLog: (obj: DataflowDetail) => any;
2689
- /**
2690
- * @internal
2691
- */
2692
- export declare const ElevationFilterSensitiveLog: (obj: Elevation) => any;
2693
- /**
2694
- * @internal
2695
- */
2696
- export declare const DescribeContactResponseFilterSensitiveLog: (obj: DescribeContactResponse) => any;
2697
- /**
2698
- * @internal
2699
- */
2700
- export declare const ListContactsRequestFilterSensitiveLog: (obj: ListContactsRequest) => any;
2701
- /**
2702
- * @internal
2703
- */
2704
- export declare const ContactDataFilterSensitiveLog: (obj: ContactData) => any;
2705
- /**
2706
- * @internal
2707
- */
2708
- export declare const ListContactsResponseFilterSensitiveLog: (obj: ListContactsResponse) => any;
2709
- /**
2710
- * @internal
2711
- */
2712
- export declare const ReserveContactRequestFilterSensitiveLog: (obj: ReserveContactRequest) => any;
2713
- /**
2714
- * @internal
2715
- */
2716
- export declare const CreateDataflowEndpointGroupRequestFilterSensitiveLog: (obj: CreateDataflowEndpointGroupRequest) => any;
2717
- /**
2718
- * @internal
2719
- */
2720
- export declare const DataflowEndpointGroupIdResponseFilterSensitiveLog: (obj: DataflowEndpointGroupIdResponse) => any;
2721
- /**
2722
- * @internal
2723
- */
2724
- export declare const S3ObjectFilterSensitiveLog: (obj: S3Object) => any;
2725
- /**
2726
- * @internal
2727
- */
2728
- export declare const OEMEphemerisFilterSensitiveLog: (obj: OEMEphemeris) => any;
2729
- /**
2730
- * @internal
2731
- */
2732
- export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
2733
- /**
2734
- * @internal
2735
- */
2736
- export declare const TLEDataFilterSensitiveLog: (obj: TLEData) => any;
2737
- /**
2738
- * @internal
2739
- */
2740
- export declare const TLEEphemerisFilterSensitiveLog: (obj: TLEEphemeris) => any;
2741
- /**
2742
- * @internal
2743
- */
2744
- export declare const EphemerisDataFilterSensitiveLog: (obj: EphemerisData) => any;
2745
- /**
2746
- * @internal
2747
- */
2748
- export declare const CreateEphemerisRequestFilterSensitiveLog: (obj: CreateEphemerisRequest) => any;
2749
- /**
2750
- * @internal
2751
- */
2752
- export declare const EphemerisIdResponseFilterSensitiveLog: (obj: EphemerisIdResponse) => any;
2753
- /**
2754
- * @internal
2755
- */
2756
- export declare const KmsKeyFilterSensitiveLog: (obj: KmsKey) => any;
2757
- /**
2758
- * @internal
2759
- */
2760
- export declare const CreateMissionProfileRequestFilterSensitiveLog: (obj: CreateMissionProfileRequest) => any;
2761
- /**
2762
- * @internal
2763
- */
2764
- export declare const MissionProfileIdResponseFilterSensitiveLog: (obj: MissionProfileIdResponse) => any;
2765
- /**
2766
- * @internal
2767
- */
2768
- export declare const DeleteDataflowEndpointGroupRequestFilterSensitiveLog: (obj: DeleteDataflowEndpointGroupRequest) => any;
2769
- /**
2770
- * @internal
2771
- */
2772
- export declare const GetDataflowEndpointGroupRequestFilterSensitiveLog: (obj: GetDataflowEndpointGroupRequest) => any;
2773
- /**
2774
- * @internal
2775
- */
2776
- export declare const GetDataflowEndpointGroupResponseFilterSensitiveLog: (obj: GetDataflowEndpointGroupResponse) => any;
2777
- /**
2778
- * @internal
2779
- */
2780
- export declare const ListDataflowEndpointGroupsRequestFilterSensitiveLog: (obj: ListDataflowEndpointGroupsRequest) => any;
2781
- /**
2782
- * @internal
2783
- */
2784
- export declare const DataflowEndpointListItemFilterSensitiveLog: (obj: DataflowEndpointListItem) => any;
2785
- /**
2786
- * @internal
2787
- */
2788
- export declare const ListDataflowEndpointGroupsResponseFilterSensitiveLog: (obj: ListDataflowEndpointGroupsResponse) => any;
2789
- /**
2790
- * @internal
2791
- */
2792
- export declare const DeleteEphemerisRequestFilterSensitiveLog: (obj: DeleteEphemerisRequest) => any;
2793
- /**
2794
- * @internal
2795
- */
2796
- export declare const DeleteMissionProfileRequestFilterSensitiveLog: (obj: DeleteMissionProfileRequest) => any;
2797
- /**
2798
- * @internal
2799
- */
2800
- export declare const DescribeEphemerisRequestFilterSensitiveLog: (obj: DescribeEphemerisRequest) => any;
2801
- /**
2802
- * @internal
2803
- */
2804
- export declare const EphemerisDescriptionFilterSensitiveLog: (obj: EphemerisDescription) => any;
2805
- /**
2806
- * @internal
2807
- */
2808
- export declare const EphemerisTypeDescriptionFilterSensitiveLog: (obj: EphemerisTypeDescription) => any;
2809
- /**
2810
- * @internal
2811
- */
2812
- export declare const DescribeEphemerisResponseFilterSensitiveLog: (obj: DescribeEphemerisResponse) => any;
2813
- /**
2814
- * @internal
2815
- */
2816
- export declare const EphemerisItemFilterSensitiveLog: (obj: EphemerisItem) => any;
2817
- /**
2818
- * @internal
2819
- */
2820
- export declare const ListEphemeridesRequestFilterSensitiveLog: (obj: ListEphemeridesRequest) => any;
2821
- /**
2822
- * @internal
2823
- */
2824
- export declare const ListEphemeridesResponseFilterSensitiveLog: (obj: ListEphemeridesResponse) => any;
2825
- /**
2826
- * @internal
2827
- */
2828
- export declare const UpdateEphemerisRequestFilterSensitiveLog: (obj: UpdateEphemerisRequest) => any;
2829
- /**
2830
- * @internal
2831
- */
2832
- export declare const EphemerisMetaDataFilterSensitiveLog: (obj: EphemerisMetaData) => any;
2833
- /**
2834
- * @internal
2835
- */
2836
- export declare const GetMinuteUsageRequestFilterSensitiveLog: (obj: GetMinuteUsageRequest) => any;
2837
- /**
2838
- * @internal
2839
- */
2840
- export declare const GetMinuteUsageResponseFilterSensitiveLog: (obj: GetMinuteUsageResponse) => any;
2841
- /**
2842
- * @internal
2843
- */
2844
- export declare const GetMissionProfileRequestFilterSensitiveLog: (obj: GetMissionProfileRequest) => any;
2845
- /**
2846
- * @internal
2847
- */
2848
- export declare const GetMissionProfileResponseFilterSensitiveLog: (obj: GetMissionProfileResponse) => any;
2849
- /**
2850
- * @internal
2851
- */
2852
- export declare const GetSatelliteRequestFilterSensitiveLog: (obj: GetSatelliteRequest) => any;
2853
- /**
2854
- * @internal
2855
- */
2856
- export declare const GetSatelliteResponseFilterSensitiveLog: (obj: GetSatelliteResponse) => any;
2857
- /**
2858
- * @internal
2859
- */
2860
- export declare const ListGroundStationsRequestFilterSensitiveLog: (obj: ListGroundStationsRequest) => any;
2861
- /**
2862
- * @internal
2863
- */
2864
- export declare const GroundStationDataFilterSensitiveLog: (obj: GroundStationData) => any;
2865
- /**
2866
- * @internal
2867
- */
2868
- export declare const ListGroundStationsResponseFilterSensitiveLog: (obj: ListGroundStationsResponse) => any;
2869
- /**
2870
- * @internal
2871
- */
2872
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2873
- /**
2874
- * @internal
2875
- */
2876
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2877
- /**
2878
- * @internal
2879
- */
2880
- export declare const ListMissionProfilesRequestFilterSensitiveLog: (obj: ListMissionProfilesRequest) => any;
2881
- /**
2882
- * @internal
2883
- */
2884
- export declare const MissionProfileListItemFilterSensitiveLog: (obj: MissionProfileListItem) => any;
2885
- /**
2886
- * @internal
2887
- */
2888
- export declare const ListMissionProfilesResponseFilterSensitiveLog: (obj: ListMissionProfilesResponse) => any;
2889
- /**
2890
- * @internal
2891
- */
2892
- export declare const UpdateMissionProfileRequestFilterSensitiveLog: (obj: UpdateMissionProfileRequest) => any;
2893
- /**
2894
- * @internal
2895
- */
2896
- export declare const ListSatellitesRequestFilterSensitiveLog: (obj: ListSatellitesRequest) => any;
2897
- /**
2898
- * @internal
2899
- */
2900
- export declare const SatelliteListItemFilterSensitiveLog: (obj: SatelliteListItem) => any;
2901
- /**
2902
- * @internal
2903
- */
2904
- export declare const ListSatellitesResponseFilterSensitiveLog: (obj: ListSatellitesResponse) => any;
2905
- /**
2906
- * @internal
2907
- */
2908
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2909
- /**
2910
- * @internal
2911
- */
2912
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2913
- /**
2914
- * @internal
2915
- */
2916
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2917
- /**
2918
- * @internal
2919
- */
2920
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;