aws-sdk-groundstation 1.4.0 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6ab23f2d80e3779a501de6b4be1658f8a6320da
4
- data.tar.gz: f61fc8c6aa1128c79e15cbf37949be290945f80d
3
+ metadata.gz: 3c5e7e13de8f784cdd0fdc0e60ba6a5ef68b46d2
4
+ data.tar.gz: ad7a51a3a85995d883cd649b54629f762b078206
5
5
  SHA512:
6
- metadata.gz: 3054e584a0480f32d3828440b940002e5cc034282cf3d401e2f15882c512fcf8baf7d5a839ede86319d1e832f82f5b62d9fee52e530135d081256e2fe6919d81
7
- data.tar.gz: b666324076f5f44a39728371c944bf7bba00f99d0ab30200bacf0eee19d5a1065146063a51605bde5161c7c48279578b541f43c9d319419ef731a2735bff2edd
6
+ metadata.gz: 443533520630d24cb83e4738dedc2a1f3751646f1d16ed85c7462b9ed72d23ba8a447961b6c1692bcc4b1ba237442cd6cb94024315ebe712e710b9a4dd43931c
7
+ data.tar.gz: 51e1c08729f2e9d90dad974b0eb96f1074a0dc6fdd16034beac35515623db0d3328cb8b1a9faa3c84ecdfe57035ccd38b4ba8b74616556650c424c83b896955b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-groundstation/customizations'
42
42
  # @service
43
43
  module Aws::GroundStation
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -352,6 +352,7 @@ module Aws::GroundStation
352
352
  # },
353
353
  # dataflow_endpoint_config: {
354
354
  # dataflow_endpoint_name: "String", # required
355
+ # dataflow_endpoint_region: "String",
355
356
  # },
356
357
  # tracking_config: {
357
358
  # autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
@@ -443,7 +444,7 @@ module Aws::GroundStation
443
444
  # Creates a mission profile.
444
445
  #
445
446
  # `dataflowEdges` is a list of lists of strings. Each lower level list
446
- # of strings has two elements: a *from ARN* and a *to ARN*.
447
+ # of strings has two elements: a *from* ARN and a *to* ARN.
447
448
  #
448
449
  # @option params [Integer] :contact_post_pass_duration_seconds
449
450
  # Amount of time after a contact ends that you’d like to receive a
@@ -454,8 +455,8 @@ module Aws::GroundStation
454
455
  # CloudWatch event indicating an upcoming pass.
455
456
  #
456
457
  # @option params [required, Array<Array>] :dataflow_edges
457
- # A list of lists of ARNs. Each list of ARNs is an edge, with a from
458
- # `Config` and a to `Config`.
458
+ # A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
459
+ # `Config` and a *to* `Config`.
459
460
  #
460
461
  # @option params [required, Integer] :minimum_viable_contact_duration_seconds
461
462
  # Smallest amount of time in seconds that you’d like to see for an
@@ -543,7 +544,7 @@ module Aws::GroundStation
543
544
  # Deletes a dataflow endpoint group.
544
545
  #
545
546
  # @option params [required, String] :dataflow_endpoint_group_id
546
- # ID of a dataflow endpoint group.
547
+ # UUID of a dataflow endpoint group.
547
548
  #
548
549
  # @return [Types::DataflowEndpointGroupIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
549
550
  #
@@ -612,6 +613,7 @@ module Aws::GroundStation
612
613
  # * {Types::DescribeContactResponse#mission_profile_arn #mission_profile_arn} => String
613
614
  # * {Types::DescribeContactResponse#post_pass_end_time #post_pass_end_time} => Time
614
615
  # * {Types::DescribeContactResponse#pre_pass_start_time #pre_pass_start_time} => Time
616
+ # * {Types::DescribeContactResponse#region #region} => String
615
617
  # * {Types::DescribeContactResponse#satellite_arn #satellite_arn} => String
616
618
  # * {Types::DescribeContactResponse#start_time #start_time} => Time
617
619
  # * {Types::DescribeContactResponse#tags #tags} => Hash&lt;String,String&gt;
@@ -625,7 +627,7 @@ module Aws::GroundStation
625
627
  # @example Response structure
626
628
  #
627
629
  # resp.contact_id #=> String
628
- # resp.contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "CANCELLED", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
630
+ # resp.contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
629
631
  # resp.end_time #=> Time
630
632
  # resp.error_message #=> String
631
633
  # resp.ground_station #=> String
@@ -634,6 +636,7 @@ module Aws::GroundStation
634
636
  # resp.mission_profile_arn #=> String
635
637
  # resp.post_pass_end_time #=> Time
636
638
  # resp.pre_pass_start_time #=> Time
639
+ # resp.region #=> String
637
640
  # resp.satellite_arn #=> String
638
641
  # resp.start_time #=> Time
639
642
  # resp.tags #=> Hash
@@ -695,6 +698,7 @@ module Aws::GroundStation
695
698
  # resp.config_data.antenna_uplink_config.target_eirp.units #=> String, one of "dBW"
696
699
  # resp.config_data.antenna_uplink_config.target_eirp.value #=> Float
697
700
  # resp.config_data.dataflow_endpoint_config.dataflow_endpoint_name #=> String
701
+ # resp.config_data.dataflow_endpoint_config.dataflow_endpoint_region #=> String
698
702
  # resp.config_data.tracking_config.autotrack #=> String, one of "PREFERRED", "REMOVED", "REQUIRED"
699
703
  # resp.config_data.uplink_echo_config.antenna_uplink_config_arn #=> String
700
704
  # resp.config_data.uplink_echo_config.enabled #=> Boolean
@@ -757,6 +761,46 @@ module Aws::GroundStation
757
761
  req.send_request(options)
758
762
  end
759
763
 
764
+ # Returns the number of minutes used by account.
765
+ #
766
+ # @option params [required, Integer] :month
767
+ # The month being requested, with a value of 1-12.
768
+ #
769
+ # @option params [required, Integer] :year
770
+ # The year being requested, in the format of YYYY.
771
+ #
772
+ # @return [Types::GetMinuteUsageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
773
+ #
774
+ # * {Types::GetMinuteUsageResponse#estimated_minutes_remaining #estimated_minutes_remaining} => Integer
775
+ # * {Types::GetMinuteUsageResponse#is_reserved_minutes_customer #is_reserved_minutes_customer} => Boolean
776
+ # * {Types::GetMinuteUsageResponse#total_reserved_minute_allocation #total_reserved_minute_allocation} => Integer
777
+ # * {Types::GetMinuteUsageResponse#total_scheduled_minutes #total_scheduled_minutes} => Integer
778
+ # * {Types::GetMinuteUsageResponse#upcoming_minutes_scheduled #upcoming_minutes_scheduled} => Integer
779
+ #
780
+ # @example Request syntax with placeholder values
781
+ #
782
+ # resp = client.get_minute_usage({
783
+ # month: 1, # required
784
+ # year: 1, # required
785
+ # })
786
+ #
787
+ # @example Response structure
788
+ #
789
+ # resp.estimated_minutes_remaining #=> Integer
790
+ # resp.is_reserved_minutes_customer #=> Boolean
791
+ # resp.total_reserved_minute_allocation #=> Integer
792
+ # resp.total_scheduled_minutes #=> Integer
793
+ # resp.upcoming_minutes_scheduled #=> Integer
794
+ #
795
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMinuteUsage AWS API Documentation
796
+ #
797
+ # @overload get_minute_usage(params = {})
798
+ # @param [Hash] params ({})
799
+ def get_minute_usage(params = {}, options = {})
800
+ req = build_request(:get_minute_usage, params)
801
+ req.send_request(options)
802
+ end
803
+
760
804
  # Returns a mission profile.
761
805
  #
762
806
  # @option params [required, String] :mission_profile_id
@@ -806,6 +850,41 @@ module Aws::GroundStation
806
850
  req.send_request(options)
807
851
  end
808
852
 
853
+ # Returns a satellite.
854
+ #
855
+ # @option params [required, String] :satellite_id
856
+ # UUID of a satellite.
857
+ #
858
+ # @return [Types::GetSatelliteResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
859
+ #
860
+ # * {Types::GetSatelliteResponse#ground_stations #ground_stations} => Array&lt;String&gt;
861
+ # * {Types::GetSatelliteResponse#norad_satellite_id #norad_satellite_id} => Integer
862
+ # * {Types::GetSatelliteResponse#satellite_arn #satellite_arn} => String
863
+ # * {Types::GetSatelliteResponse#satellite_id #satellite_id} => String
864
+ #
865
+ # @example Request syntax with placeholder values
866
+ #
867
+ # resp = client.get_satellite({
868
+ # satellite_id: "String", # required
869
+ # })
870
+ #
871
+ # @example Response structure
872
+ #
873
+ # resp.ground_stations #=> Array
874
+ # resp.ground_stations[0] #=> String
875
+ # resp.norad_satellite_id #=> Integer
876
+ # resp.satellite_arn #=> String
877
+ # resp.satellite_id #=> String
878
+ #
879
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetSatellite AWS API Documentation
880
+ #
881
+ # @overload get_satellite(params = {})
882
+ # @param [Hash] params ({})
883
+ def get_satellite(params = {}, options = {})
884
+ req = build_request(:get_satellite, params)
885
+ req.send_request(options)
886
+ end
887
+
809
888
  # Returns a list of `Config` objects.
810
889
  #
811
890
  # @option params [Integer] :max_results
@@ -848,7 +927,7 @@ module Aws::GroundStation
848
927
  # Returns a list of contacts.
849
928
  #
850
929
  # If `statusList` contains AVAILABLE, the request must include
851
- # `groundstation`, `missionprofileArn`, and `satelliteArn`.
930
+ # `groundStation`, `missionprofileArn`, and `satelliteArn`.
852
931
  #
853
932
  # @option params [required, Time,DateTime,Date,Integer,String] :end_time
854
933
  # End time of a contact.
@@ -890,14 +969,14 @@ module Aws::GroundStation
890
969
  # next_token: "String",
891
970
  # satellite_arn: "satelliteArn",
892
971
  # start_time: Time.now, # required
893
- # status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, CANCELLED, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
972
+ # status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, CANCELLED, CANCELLING, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
894
973
  # })
895
974
  #
896
975
  # @example Response structure
897
976
  #
898
977
  # resp.contact_list #=> Array
899
978
  # resp.contact_list[0].contact_id #=> String
900
- # resp.contact_list[0].contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "CANCELLED", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
979
+ # resp.contact_list[0].contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
901
980
  # resp.contact_list[0].end_time #=> Time
902
981
  # resp.contact_list[0].error_message #=> String
903
982
  # resp.contact_list[0].ground_station #=> String
@@ -906,6 +985,7 @@ module Aws::GroundStation
906
985
  # resp.contact_list[0].mission_profile_arn #=> String
907
986
  # resp.contact_list[0].post_pass_end_time #=> Time
908
987
  # resp.contact_list[0].pre_pass_start_time #=> Time
988
+ # resp.contact_list[0].region #=> String
909
989
  # resp.contact_list[0].satellite_arn #=> String
910
990
  # resp.contact_list[0].start_time #=> Time
911
991
  # resp.contact_list[0].tags #=> Hash
@@ -959,6 +1039,48 @@ module Aws::GroundStation
959
1039
  req.send_request(options)
960
1040
  end
961
1041
 
1042
+ # Returns a list of ground stations.
1043
+ #
1044
+ # @option params [Integer] :max_results
1045
+ # Maximum number of ground stations returned.
1046
+ #
1047
+ # @option params [String] :next_token
1048
+ # Next token that can be supplied in the next call to get the next page
1049
+ # of ground stations.
1050
+ #
1051
+ # @option params [String] :satellite_id
1052
+ # Satellite ID to retrieve on-boarded ground stations.
1053
+ #
1054
+ # @return [Types::ListGroundStationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1055
+ #
1056
+ # * {Types::ListGroundStationsResponse#ground_station_list #ground_station_list} => Array&lt;Types::GroundStationData&gt;
1057
+ # * {Types::ListGroundStationsResponse#next_token #next_token} => String
1058
+ #
1059
+ # @example Request syntax with placeholder values
1060
+ #
1061
+ # resp = client.list_ground_stations({
1062
+ # max_results: 1,
1063
+ # next_token: "String",
1064
+ # satellite_id: "String",
1065
+ # })
1066
+ #
1067
+ # @example Response structure
1068
+ #
1069
+ # resp.ground_station_list #=> Array
1070
+ # resp.ground_station_list[0].ground_station_id #=> String
1071
+ # resp.ground_station_list[0].ground_station_name #=> String
1072
+ # resp.ground_station_list[0].region #=> String
1073
+ # resp.next_token #=> String
1074
+ #
1075
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStations AWS API Documentation
1076
+ #
1077
+ # @overload list_ground_stations(params = {})
1078
+ # @param [Hash] params ({})
1079
+ def list_ground_stations(params = {}, options = {})
1080
+ req = build_request(:list_ground_stations, params)
1081
+ req.send_request(options)
1082
+ end
1083
+
962
1084
  # Returns a list of mission profiles.
963
1085
  #
964
1086
  # @option params [Integer] :max_results
@@ -998,6 +1120,75 @@ module Aws::GroundStation
998
1120
  req.send_request(options)
999
1121
  end
1000
1122
 
1123
+ # Returns a list of satellites.
1124
+ #
1125
+ # @option params [Integer] :max_results
1126
+ # Maximum number of satellites returned.
1127
+ #
1128
+ # @option params [String] :next_token
1129
+ # Next token that can be supplied in the next call to get the next page
1130
+ # of satellites.
1131
+ #
1132
+ # @return [Types::ListSatellitesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1133
+ #
1134
+ # * {Types::ListSatellitesResponse#next_token #next_token} => String
1135
+ # * {Types::ListSatellitesResponse#satellites #satellites} => Array&lt;Types::SatelliteListItem&gt;
1136
+ #
1137
+ # @example Request syntax with placeholder values
1138
+ #
1139
+ # resp = client.list_satellites({
1140
+ # max_results: 1,
1141
+ # next_token: "String",
1142
+ # })
1143
+ #
1144
+ # @example Response structure
1145
+ #
1146
+ # resp.next_token #=> String
1147
+ # resp.satellites #=> Array
1148
+ # resp.satellites[0].ground_stations #=> Array
1149
+ # resp.satellites[0].ground_stations[0] #=> String
1150
+ # resp.satellites[0].norad_satellite_id #=> Integer
1151
+ # resp.satellites[0].satellite_arn #=> String
1152
+ # resp.satellites[0].satellite_id #=> String
1153
+ #
1154
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListSatellites AWS API Documentation
1155
+ #
1156
+ # @overload list_satellites(params = {})
1157
+ # @param [Hash] params ({})
1158
+ def list_satellites(params = {}, options = {})
1159
+ req = build_request(:list_satellites, params)
1160
+ req.send_request(options)
1161
+ end
1162
+
1163
+ # Returns a list of tags for a specified resource.
1164
+ #
1165
+ # @option params [required, String] :resource_arn
1166
+ # ARN of a resource.
1167
+ #
1168
+ # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1169
+ #
1170
+ # * {Types::ListTagsForResourceResponse#tags #tags} => Hash&lt;String,String&gt;
1171
+ #
1172
+ # @example Request syntax with placeholder values
1173
+ #
1174
+ # resp = client.list_tags_for_resource({
1175
+ # resource_arn: "String", # required
1176
+ # })
1177
+ #
1178
+ # @example Response structure
1179
+ #
1180
+ # resp.tags #=> Hash
1181
+ # resp.tags["String"] #=> String
1182
+ #
1183
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListTagsForResource AWS API Documentation
1184
+ #
1185
+ # @overload list_tags_for_resource(params = {})
1186
+ # @param [Hash] params ({})
1187
+ def list_tags_for_resource(params = {}, options = {})
1188
+ req = build_request(:list_tags_for_resource, params)
1189
+ req.send_request(options)
1190
+ end
1191
+
1001
1192
  # Reserves a contact using specified parameters.
1002
1193
  #
1003
1194
  # @option params [required, Time,DateTime,Date,Integer,String] :end_time
@@ -1048,13 +1239,67 @@ module Aws::GroundStation
1048
1239
  req.send_request(options)
1049
1240
  end
1050
1241
 
1242
+ # Assigns a tag to a resource.
1243
+ #
1244
+ # @option params [required, String] :resource_arn
1245
+ # ARN of a resource tag.
1246
+ #
1247
+ # @option params [required, Hash<String,String>] :tags
1248
+ # Tags assigned to a resource.
1249
+ #
1250
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1251
+ #
1252
+ # @example Request syntax with placeholder values
1253
+ #
1254
+ # resp = client.tag_resource({
1255
+ # resource_arn: "String", # required
1256
+ # tags: { # required
1257
+ # "String" => "String",
1258
+ # },
1259
+ # })
1260
+ #
1261
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TagResource AWS API Documentation
1262
+ #
1263
+ # @overload tag_resource(params = {})
1264
+ # @param [Hash] params ({})
1265
+ def tag_resource(params = {}, options = {})
1266
+ req = build_request(:tag_resource, params)
1267
+ req.send_request(options)
1268
+ end
1269
+
1270
+ # Deassigns a resource tag.
1271
+ #
1272
+ # @option params [required, String] :resource_arn
1273
+ # ARN of a resource.
1274
+ #
1275
+ # @option params [required, Array<String>] :tag_keys
1276
+ # Keys of a resource tag.
1277
+ #
1278
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1279
+ #
1280
+ # @example Request syntax with placeholder values
1281
+ #
1282
+ # resp = client.untag_resource({
1283
+ # resource_arn: "String", # required
1284
+ # tag_keys: ["String"], # required
1285
+ # })
1286
+ #
1287
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UntagResource AWS API Documentation
1288
+ #
1289
+ # @overload untag_resource(params = {})
1290
+ # @param [Hash] params ({})
1291
+ def untag_resource(params = {}, options = {})
1292
+ req = build_request(:untag_resource, params)
1293
+ req.send_request(options)
1294
+ end
1295
+
1051
1296
  # Updates the `Config` used when scheduling contacts.
1052
1297
  #
1053
1298
  # Updating a `Config` will not update the execution parameters for
1054
1299
  # existing future contacts scheduled with this `Config`.
1055
1300
  #
1056
1301
  # @option params [required, Types::ConfigTypeData] :config_data
1057
- # Parameters for a `Config`.
1302
+ # Parameters of a `Config`.
1058
1303
  #
1059
1304
  # @option params [required, String] :config_id
1060
1305
  # UUID of a `Config`.
@@ -1122,6 +1367,7 @@ module Aws::GroundStation
1122
1367
  # },
1123
1368
  # dataflow_endpoint_config: {
1124
1369
  # dataflow_endpoint_name: "String", # required
1370
+ # dataflow_endpoint_region: "String",
1125
1371
  # },
1126
1372
  # tracking_config: {
1127
1373
  # autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
@@ -1165,8 +1411,8 @@ module Aws::GroundStation
1165
1411
  # CloudWatch event indicating the pass has finished.
1166
1412
  #
1167
1413
  # @option params [Array<Array>] :dataflow_edges
1168
- # A list of lists of ARNs. Each list of ARNs is an edge, with a from
1169
- # `Config` and a to `Config`.
1414
+ # A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
1415
+ # `Config` and a *to* `Config`.
1170
1416
  #
1171
1417
  # @option params [Integer] :minimum_viable_contact_duration_seconds
1172
1418
  # Smallest amount of time in seconds that you’d like to see for an
@@ -1174,7 +1420,7 @@ module Aws::GroundStation
1174
1420
  # contacts shorter than this duration.
1175
1421
  #
1176
1422
  # @option params [required, String] :mission_profile_id
1177
- # ID of a mission profile.
1423
+ # UUID of a mission profile.
1178
1424
  #
1179
1425
  # @option params [String] :name
1180
1426
  # Name of a mission profile.
@@ -1213,244 +1459,6 @@ module Aws::GroundStation
1213
1459
  req.send_request(options)
1214
1460
  end
1215
1461
 
1216
- # Returns the number of minutes used by account.
1217
- #
1218
- # @option params [required, Integer] :month
1219
- # The month being requested, with a value of 1-12.
1220
- #
1221
- # @option params [required, Integer] :year
1222
- # The year being requested, in the format of YYYY.
1223
- #
1224
- # @return [Types::GetMinuteUsageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1225
- #
1226
- # * {Types::GetMinuteUsageResponse#estimated_minutes_remaining #estimated_minutes_remaining} => Integer
1227
- # * {Types::GetMinuteUsageResponse#is_reserved_minutes_customer #is_reserved_minutes_customer} => Boolean
1228
- # * {Types::GetMinuteUsageResponse#total_reserved_minute_allocation #total_reserved_minute_allocation} => Integer
1229
- # * {Types::GetMinuteUsageResponse#total_scheduled_minutes #total_scheduled_minutes} => Integer
1230
- # * {Types::GetMinuteUsageResponse#upcoming_minutes_scheduled #upcoming_minutes_scheduled} => Integer
1231
- #
1232
- # @example Request syntax with placeholder values
1233
- #
1234
- # resp = client.get_minute_usage({
1235
- # month: 1, # required
1236
- # year: 1, # required
1237
- # })
1238
- #
1239
- # @example Response structure
1240
- #
1241
- # resp.estimated_minutes_remaining #=> Integer
1242
- # resp.is_reserved_minutes_customer #=> Boolean
1243
- # resp.total_reserved_minute_allocation #=> Integer
1244
- # resp.total_scheduled_minutes #=> Integer
1245
- # resp.upcoming_minutes_scheduled #=> Integer
1246
- #
1247
- # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMinuteUsage AWS API Documentation
1248
- #
1249
- # @overload get_minute_usage(params = {})
1250
- # @param [Hash] params ({})
1251
- def get_minute_usage(params = {}, options = {})
1252
- req = build_request(:get_minute_usage, params)
1253
- req.send_request(options)
1254
- end
1255
-
1256
- # Returns a satellite.
1257
- #
1258
- # @option params [required, String] :satellite_id
1259
- # UUID of a satellite.
1260
- #
1261
- # @return [Types::GetSatelliteResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1262
- #
1263
- # * {Types::GetSatelliteResponse#date_created #date_created} => Time
1264
- # * {Types::GetSatelliteResponse#last_updated #last_updated} => Time
1265
- # * {Types::GetSatelliteResponse#norad_satellite_id #norad_satellite_id} => Integer
1266
- # * {Types::GetSatelliteResponse#satellite_arn #satellite_arn} => String
1267
- # * {Types::GetSatelliteResponse#satellite_id #satellite_id} => String
1268
- # * {Types::GetSatelliteResponse#tags #tags} => Hash&lt;String,String&gt;
1269
- #
1270
- # @example Request syntax with placeholder values
1271
- #
1272
- # resp = client.get_satellite({
1273
- # satellite_id: "String", # required
1274
- # })
1275
- #
1276
- # @example Response structure
1277
- #
1278
- # resp.date_created #=> Time
1279
- # resp.last_updated #=> Time
1280
- # resp.norad_satellite_id #=> Integer
1281
- # resp.satellite_arn #=> String
1282
- # resp.satellite_id #=> String
1283
- # resp.tags #=> Hash
1284
- # resp.tags["String"] #=> String
1285
- #
1286
- # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetSatellite AWS API Documentation
1287
- #
1288
- # @overload get_satellite(params = {})
1289
- # @param [Hash] params ({})
1290
- def get_satellite(params = {}, options = {})
1291
- req = build_request(:get_satellite, params)
1292
- req.send_request(options)
1293
- end
1294
-
1295
- # Returns a list of ground stations.
1296
- #
1297
- # @option params [Integer] :max_results
1298
- # Maximum number of ground stations returned.
1299
- #
1300
- # @option params [String] :next_token
1301
- # Next token that can be supplied in the next call to get the next page
1302
- # of ground stations.
1303
- #
1304
- # @return [Types::ListGroundStationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1305
- #
1306
- # * {Types::ListGroundStationsResponse#ground_station_list #ground_station_list} => Array&lt;Types::GroundStationData&gt;
1307
- # * {Types::ListGroundStationsResponse#next_token #next_token} => String
1308
- #
1309
- # @example Request syntax with placeholder values
1310
- #
1311
- # resp = client.list_ground_stations({
1312
- # max_results: 1,
1313
- # next_token: "String",
1314
- # })
1315
- #
1316
- # @example Response structure
1317
- #
1318
- # resp.ground_station_list #=> Array
1319
- # resp.ground_station_list[0].ground_station_id #=> String
1320
- # resp.ground_station_list[0].ground_station_name #=> String
1321
- # resp.ground_station_list[0].region #=> String
1322
- # resp.next_token #=> String
1323
- #
1324
- # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStations AWS API Documentation
1325
- #
1326
- # @overload list_ground_stations(params = {})
1327
- # @param [Hash] params ({})
1328
- def list_ground_stations(params = {}, options = {})
1329
- req = build_request(:list_ground_stations, params)
1330
- req.send_request(options)
1331
- end
1332
-
1333
- # Returns a list of satellites.
1334
- #
1335
- # @option params [Integer] :max_results
1336
- # Maximum number of satellites returned.
1337
- #
1338
- # @option params [String] :next_token
1339
- # Next token that can be supplied in the next call to get the next page
1340
- # of satellites.
1341
- #
1342
- # @return [Types::ListSatellitesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1343
- #
1344
- # * {Types::ListSatellitesResponse#next_token #next_token} => String
1345
- # * {Types::ListSatellitesResponse#satellites #satellites} => Array&lt;Types::SatelliteListItem&gt;
1346
- #
1347
- # @example Request syntax with placeholder values
1348
- #
1349
- # resp = client.list_satellites({
1350
- # max_results: 1,
1351
- # next_token: "String",
1352
- # })
1353
- #
1354
- # @example Response structure
1355
- #
1356
- # resp.next_token #=> String
1357
- # resp.satellites #=> Array
1358
- # resp.satellites[0].norad_satellite_id #=> Integer
1359
- # resp.satellites[0].satellite_arn #=> String
1360
- # resp.satellites[0].satellite_id #=> String
1361
- #
1362
- # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListSatellites AWS API Documentation
1363
- #
1364
- # @overload list_satellites(params = {})
1365
- # @param [Hash] params ({})
1366
- def list_satellites(params = {}, options = {})
1367
- req = build_request(:list_satellites, params)
1368
- req.send_request(options)
1369
- end
1370
-
1371
- # Returns a list of tags or a specified resource.
1372
- #
1373
- # @option params [required, String] :resource_arn
1374
- # ARN of a resource.
1375
- #
1376
- # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1377
- #
1378
- # * {Types::ListTagsForResourceResponse#tags #tags} => Hash&lt;String,String&gt;
1379
- #
1380
- # @example Request syntax with placeholder values
1381
- #
1382
- # resp = client.list_tags_for_resource({
1383
- # resource_arn: "String", # required
1384
- # })
1385
- #
1386
- # @example Response structure
1387
- #
1388
- # resp.tags #=> Hash
1389
- # resp.tags["String"] #=> String
1390
- #
1391
- # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListTagsForResource AWS API Documentation
1392
- #
1393
- # @overload list_tags_for_resource(params = {})
1394
- # @param [Hash] params ({})
1395
- def list_tags_for_resource(params = {}, options = {})
1396
- req = build_request(:list_tags_for_resource, params)
1397
- req.send_request(options)
1398
- end
1399
-
1400
- # Assigns a tag to a resource.
1401
- #
1402
- # @option params [required, String] :resource_arn
1403
- # ARN of a resource tag.
1404
- #
1405
- # @option params [Hash<String,String>] :tags
1406
- # Tags assigned to a resource.
1407
- #
1408
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1409
- #
1410
- # @example Request syntax with placeholder values
1411
- #
1412
- # resp = client.tag_resource({
1413
- # resource_arn: "String", # required
1414
- # tags: {
1415
- # "String" => "String",
1416
- # },
1417
- # })
1418
- #
1419
- # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TagResource AWS API Documentation
1420
- #
1421
- # @overload tag_resource(params = {})
1422
- # @param [Hash] params ({})
1423
- def tag_resource(params = {}, options = {})
1424
- req = build_request(:tag_resource, params)
1425
- req.send_request(options)
1426
- end
1427
-
1428
- # Deassigns a resource tag.
1429
- #
1430
- # @option params [required, String] :resource_arn
1431
- # ARN of a resource.
1432
- #
1433
- # @option params [required, Array<String>] :tag_keys
1434
- # Keys of a resource tag.
1435
- #
1436
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1437
- #
1438
- # @example Request syntax with placeholder values
1439
- #
1440
- # resp = client.untag_resource({
1441
- # resource_arn: "String", # required
1442
- # tag_keys: ["String"], # required
1443
- # })
1444
- #
1445
- # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UntagResource AWS API Documentation
1446
- #
1447
- # @overload untag_resource(params = {})
1448
- # @param [Hash] params ({})
1449
- def untag_resource(params = {}, options = {})
1450
- req = build_request(:untag_resource, params)
1451
- req.send_request(options)
1452
- end
1453
-
1454
1462
  # @!endgroup
1455
1463
 
1456
1464
  # @param params ({})
@@ -1464,7 +1472,7 @@ module Aws::GroundStation
1464
1472
  params: params,
1465
1473
  config: config)
1466
1474
  context[:gem_name] = 'aws-sdk-groundstation'
1467
- context[:gem_version] = '1.4.0'
1475
+ context[:gem_version] = '1.5.0'
1468
1476
  Seahorse::Client::Request.new(handlers, context)
1469
1477
  end
1470
1478