aws-sdk-groundstation 1.81.0 → 1.82.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
  SHA256:
3
- metadata.gz: 10c9211be32984ea15b51fcdbf1549d58a4744fa4bda5a81dbebc31d03075eea
4
- data.tar.gz: babac741754e774c2a79ac5071621cec8722648ca38a470aba59ae40a549453c
3
+ metadata.gz: f3139673941c8171b4217c0de4183ff89a995507b2cbbf107275f07b369508fe
4
+ data.tar.gz: 62d47490c4fbed552b77dcf315a6b9029e677fb62321556f24712d1634fb9f8e
5
5
  SHA512:
6
- metadata.gz: f6b87d1164be12612bc9a4ebac58ed7ff94879a744e67c40e6a6b283bef93079b4ee901d00583f76a2695963cd67c75898de541a0517e33aca45d1eed0c6c08a
7
- data.tar.gz: c7e930fc3dbbc0a8647bd460a56181c9671cc3224d137a0c2257a4e262095015a6cb5301ccb925453120be6796db06449140b7ea9d5f6e3f360b0ed2ddddc598
6
+ metadata.gz: 127ba488f119508cf072f801e4dada9fc0ab1b3f8bf531870ca927ed3a96a54837ebb9e204dcc86c005e0ae5cc16736a2692817ebd7449f80abeaa4250707060
7
+ data.tar.gz: 4fda7ca3b6d5fbd40c7e8d15ccc5c731d7d627cada28db7bde09e9330f96d77c318573015f3616fd750c2a7881ada3cc8b62fc33523a02f63e565b0fe8584aeb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2026-04-17)
5
+ ------------------
6
+
7
+ * Feature - Adds support for updating contacts, listing antennas, and listing ground station reservations. New API operations - UpdateContact, ListContactVersions, DescribeContactVersion, ListAntennas, and ListGroundStationReservations.
8
+
4
9
  1.81.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -495,6 +495,7 @@ module Aws::GroundStation
495
495
  # @return [Types::ContactIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
496
496
  #
497
497
  # * {Types::ContactIdResponse#contact_id #contact_id} => String
498
+ # * {Types::ContactIdResponse#version_id #version_id} => Integer
498
499
  #
499
500
  # @example Request syntax with placeholder values
500
501
  #
@@ -505,6 +506,7 @@ module Aws::GroundStation
505
506
  # @example Response structure
506
507
  #
507
508
  # resp.contact_id #=> String
509
+ # resp.version_id #=> Integer
508
510
  #
509
511
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CancelContact AWS API Documentation
510
512
  #
@@ -1046,16 +1048,16 @@ module Aws::GroundStation
1046
1048
  # Name of a mission profile.
1047
1049
  #
1048
1050
  # @option params [Integer] :contact_pre_pass_duration_seconds
1049
- # Amount of time prior to contact start youd like to receive a Ground
1051
+ # Amount of time prior to contact start you'd like to receive a Ground
1050
1052
  # Station Contact State Change event indicating an upcoming pass.
1051
1053
  #
1052
1054
  # @option params [Integer] :contact_post_pass_duration_seconds
1053
- # Amount of time after a contact ends that youd like to receive a
1055
+ # Amount of time after a contact ends that you'd like to receive a
1054
1056
  # Ground Station Contact State Change event indicating the pass has
1055
1057
  # finished.
1056
1058
  #
1057
1059
  # @option params [required, Integer] :minimum_viable_contact_duration_seconds
1058
- # Smallest amount of time in seconds that youd like to see for an
1060
+ # Smallest amount of time in seconds that you'd like to see for an
1059
1061
  # available contact. AWS Ground Station will not present you with
1060
1062
  # contacts shorter than this duration.
1061
1063
  #
@@ -1263,6 +1265,7 @@ module Aws::GroundStation
1263
1265
  # * {Types::DescribeContactResponse#visibility_end_time #visibility_end_time} => Time
1264
1266
  # * {Types::DescribeContactResponse#tracking_overrides #tracking_overrides} => Types::TrackingOverrides
1265
1267
  # * {Types::DescribeContactResponse#ephemeris #ephemeris} => Types::EphemerisResponseData
1268
+ # * {Types::DescribeContactResponse#version #version} => Types::ContactVersion
1266
1269
  #
1267
1270
  # @example Request syntax with placeholder values
1268
1271
  #
@@ -1390,8 +1393,19 @@ module Aws::GroundStation
1390
1393
  # resp.visibility_start_time #=> Time
1391
1394
  # resp.visibility_end_time #=> Time
1392
1395
  # resp.tracking_overrides.program_track_settings.az_el.ephemeris_id #=> String
1396
+ # resp.tracking_overrides.program_track_settings.oem.ephemeris_id #=> String
1397
+ # resp.tracking_overrides.program_track_settings.tle.ephemeris_id #=> String
1393
1398
  # resp.ephemeris.ephemeris_id #=> String
1394
1399
  # resp.ephemeris.ephemeris_type #=> String, one of "TLE", "OEM", "AZ_EL", "SERVICE_MANAGED"
1400
+ # resp.version.version_id #=> Integer
1401
+ # resp.version.created #=> Time
1402
+ # resp.version.activated #=> Time
1403
+ # resp.version.superseded #=> Time
1404
+ # resp.version.last_updated #=> Time
1405
+ # resp.version.status #=> String, one of "UPDATING", "ACTIVE", "SUPERSEDED", "FAILED_TO_UPDATE"
1406
+ # resp.version.failure_codes #=> Array
1407
+ # resp.version.failure_codes[0] #=> String, one of "INTERNAL_ERROR", "INVALID_SATELLITE_ARN", "INVALID_UPDATE_CONTACT_REQUEST", "EPHEMERIS_NOT_FOUND", "EPHEMERIS_TIME_RANGE_INVALID", "EPHEMERIS_NOT_ENABLED", "SATELLITE_DOES_NOT_MATCH_EPHEMERIS", "NOT_ONBOARDED_TO_AZEL_EPHEMERIS", "AZEL_EPHEMERIS_NOT_FOUND", "AZEL_EPHEMERIS_WRONG_GROUND_STATION", "AZEL_EPHEMERIS_INVALID_STATUS", "AZEL_EPHEMERIS_TIME_RANGE_INVALID"
1408
+ # resp.version.failure_message #=> String
1395
1409
  #
1396
1410
  #
1397
1411
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -1407,6 +1421,191 @@ module Aws::GroundStation
1407
1421
  req.send_request(options)
1408
1422
  end
1409
1423
 
1424
+ # Describes a specific version of a contact.
1425
+ #
1426
+ # @option params [required, String] :contact_id
1427
+ # UUID of a contact.
1428
+ #
1429
+ # @option params [required, Integer] :version_id
1430
+ # Version ID of a contact.
1431
+ #
1432
+ # @return [Types::DescribeContactVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1433
+ #
1434
+ # * {Types::DescribeContactVersionResponse#contact_id #contact_id} => String
1435
+ # * {Types::DescribeContactVersionResponse#mission_profile_arn #mission_profile_arn} => String
1436
+ # * {Types::DescribeContactVersionResponse#satellite_arn #satellite_arn} => String
1437
+ # * {Types::DescribeContactVersionResponse#start_time #start_time} => Time
1438
+ # * {Types::DescribeContactVersionResponse#end_time #end_time} => Time
1439
+ # * {Types::DescribeContactVersionResponse#pre_pass_start_time #pre_pass_start_time} => Time
1440
+ # * {Types::DescribeContactVersionResponse#post_pass_end_time #post_pass_end_time} => Time
1441
+ # * {Types::DescribeContactVersionResponse#ground_station #ground_station} => String
1442
+ # * {Types::DescribeContactVersionResponse#contact_status #contact_status} => String
1443
+ # * {Types::DescribeContactVersionResponse#error_message #error_message} => String
1444
+ # * {Types::DescribeContactVersionResponse#maximum_elevation #maximum_elevation} => Types::Elevation
1445
+ # * {Types::DescribeContactVersionResponse#tags #tags} => Hash<String,String>
1446
+ # * {Types::DescribeContactVersionResponse#region #region} => String
1447
+ # * {Types::DescribeContactVersionResponse#dataflow_list #dataflow_list} => Array<Types::DataflowDetail>
1448
+ # * {Types::DescribeContactVersionResponse#visibility_start_time #visibility_start_time} => Time
1449
+ # * {Types::DescribeContactVersionResponse#visibility_end_time #visibility_end_time} => Time
1450
+ # * {Types::DescribeContactVersionResponse#tracking_overrides #tracking_overrides} => Types::TrackingOverrides
1451
+ # * {Types::DescribeContactVersionResponse#ephemeris #ephemeris} => Types::EphemerisResponseData
1452
+ # * {Types::DescribeContactVersionResponse#version #version} => Types::ContactVersion
1453
+ #
1454
+ # @example Request syntax with placeholder values
1455
+ #
1456
+ # resp = client.describe_contact_version({
1457
+ # contact_id: "Uuid", # required
1458
+ # version_id: 1, # required
1459
+ # })
1460
+ #
1461
+ # @example Response structure
1462
+ #
1463
+ # resp.contact_id #=> String
1464
+ # resp.mission_profile_arn #=> String
1465
+ # resp.satellite_arn #=> String
1466
+ # resp.start_time #=> Time
1467
+ # resp.end_time #=> Time
1468
+ # resp.pre_pass_start_time #=> Time
1469
+ # resp.post_pass_end_time #=> Time
1470
+ # resp.ground_station #=> String
1471
+ # resp.contact_status #=> String, one of "SCHEDULING", "FAILED_TO_SCHEDULE", "SCHEDULED", "CANCELLED", "AWS_CANCELLED", "PREPASS", "PASS", "POSTPASS", "COMPLETED", "FAILED", "AVAILABLE", "CANCELLING", "AWS_FAILED"
1472
+ # resp.error_message #=> String
1473
+ # resp.maximum_elevation.value #=> Float
1474
+ # resp.maximum_elevation.unit #=> String, one of "DEGREE_ANGLE", "RADIAN"
1475
+ # resp.tags #=> Hash
1476
+ # resp.tags["String"] #=> String
1477
+ # resp.region #=> String
1478
+ # resp.dataflow_list #=> Array
1479
+ # resp.dataflow_list[0].source.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
1480
+ # resp.dataflow_list[0].source.config_id #=> String
1481
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids #=> Array
1482
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
1483
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids #=> Array
1484
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
1485
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.role_arn #=> String
1486
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.name #=> String
1487
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.name #=> String
1488
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.port #=> Integer
1489
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
1490
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.mtu #=> Integer
1491
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.name #=> String
1492
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.name #=> String
1493
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.port #=> Integer
1494
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.mtu #=> Integer
1495
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.name #=> String
1496
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.minimum #=> Integer
1497
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.maximum #=> Integer
1498
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.mtu #=> Integer
1499
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
1500
+ # resp.dataflow_list[0].source.config_details.endpoint_details.aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
1501
+ # resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.name #=> String
1502
+ # 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
1503
+ # 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
1504
+ # 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
1505
+ # 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
1506
+ # 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
1507
+ # 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
1508
+ # 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
1509
+ # resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
1510
+ # resp.dataflow_list[0].source.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
1511
+ # resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.name #=> String
1512
+ # 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
1513
+ # 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
1514
+ # 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
1515
+ # 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
1516
+ # 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
1517
+ # 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
1518
+ # 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
1519
+ # resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
1520
+ # resp.dataflow_list[0].source.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
1521
+ # resp.dataflow_list[0].source.config_details.endpoint_details.health_status #=> String, one of "HEALTHY", "UNHEALTHY"
1522
+ # resp.dataflow_list[0].source.config_details.endpoint_details.health_reasons #=> Array
1523
+ # 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"
1524
+ # resp.dataflow_list[0].source.config_details.antenna_demod_decode_details.output_node #=> String
1525
+ # resp.dataflow_list[0].source.config_details.s3_recording_details.bucket_arn #=> String
1526
+ # resp.dataflow_list[0].source.config_details.s3_recording_details.key_template #=> String
1527
+ # resp.dataflow_list[0].source.dataflow_source_region #=> String
1528
+ # resp.dataflow_list[0].destination.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording", "telemetry-sink"
1529
+ # resp.dataflow_list[0].destination.config_id #=> String
1530
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids #=> Array
1531
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
1532
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids #=> Array
1533
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
1534
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.role_arn #=> String
1535
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.name #=> String
1536
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.name #=> String
1537
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.port #=> Integer
1538
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
1539
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.mtu #=> Integer
1540
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.name #=> String
1541
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.name #=> String
1542
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.socket_address.port #=> Integer
1543
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.egress_address.mtu #=> Integer
1544
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.name #=> String
1545
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.minimum #=> Integer
1546
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.socket_address.port_range.maximum #=> Integer
1547
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.ingress_address.mtu #=> Integer
1548
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
1549
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
1550
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.name #=> String
1551
+ # 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
1552
+ # 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
1553
+ # 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
1554
+ # 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
1555
+ # 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
1556
+ # 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
1557
+ # 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
1558
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
1559
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.uplink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
1560
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.name #=> String
1561
+ # 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
1562
+ # 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
1563
+ # 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
1564
+ # 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
1565
+ # 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
1566
+ # 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
1567
+ # 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
1568
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
1569
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.downlink_aws_ground_station_agent_endpoint.audit_results #=> String, one of "HEALTHY", "UNHEALTHY"
1570
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.health_status #=> String, one of "HEALTHY", "UNHEALTHY"
1571
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.health_reasons #=> Array
1572
+ # 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"
1573
+ # resp.dataflow_list[0].destination.config_details.antenna_demod_decode_details.output_node #=> String
1574
+ # resp.dataflow_list[0].destination.config_details.s3_recording_details.bucket_arn #=> String
1575
+ # resp.dataflow_list[0].destination.config_details.s3_recording_details.key_template #=> String
1576
+ # resp.dataflow_list[0].destination.dataflow_destination_region #=> String
1577
+ # resp.dataflow_list[0].error_message #=> String
1578
+ # resp.visibility_start_time #=> Time
1579
+ # resp.visibility_end_time #=> Time
1580
+ # resp.tracking_overrides.program_track_settings.az_el.ephemeris_id #=> String
1581
+ # resp.tracking_overrides.program_track_settings.oem.ephemeris_id #=> String
1582
+ # resp.tracking_overrides.program_track_settings.tle.ephemeris_id #=> String
1583
+ # resp.ephemeris.ephemeris_id #=> String
1584
+ # resp.ephemeris.ephemeris_type #=> String, one of "TLE", "OEM", "AZ_EL", "SERVICE_MANAGED"
1585
+ # resp.version.version_id #=> Integer
1586
+ # resp.version.created #=> Time
1587
+ # resp.version.activated #=> Time
1588
+ # resp.version.superseded #=> Time
1589
+ # resp.version.last_updated #=> Time
1590
+ # resp.version.status #=> String, one of "UPDATING", "ACTIVE", "SUPERSEDED", "FAILED_TO_UPDATE"
1591
+ # resp.version.failure_codes #=> Array
1592
+ # resp.version.failure_codes[0] #=> String, one of "INTERNAL_ERROR", "INVALID_SATELLITE_ARN", "INVALID_UPDATE_CONTACT_REQUEST", "EPHEMERIS_NOT_FOUND", "EPHEMERIS_TIME_RANGE_INVALID", "EPHEMERIS_NOT_ENABLED", "SATELLITE_DOES_NOT_MATCH_EPHEMERIS", "NOT_ONBOARDED_TO_AZEL_EPHEMERIS", "AZEL_EPHEMERIS_NOT_FOUND", "AZEL_EPHEMERIS_WRONG_GROUND_STATION", "AZEL_EPHEMERIS_INVALID_STATUS", "AZEL_EPHEMERIS_TIME_RANGE_INVALID"
1593
+ # resp.version.failure_message #=> String
1594
+ #
1595
+ #
1596
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
1597
+ #
1598
+ # * contact_updated
1599
+ #
1600
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DescribeContactVersion AWS API Documentation
1601
+ #
1602
+ # @overload describe_contact_version(params = {})
1603
+ # @param [Hash] params ({})
1604
+ def describe_contact_version(params = {}, options = {})
1605
+ req = build_request(:describe_contact_version, params)
1606
+ req.send_request(options)
1607
+ end
1608
+
1410
1609
  # Retrieve information about an existing ephemeris.
1411
1610
  #
1412
1611
  # @option params [required, String] :ephemeris_id
@@ -1837,6 +2036,50 @@ module Aws::GroundStation
1837
2036
  req.send_request(options)
1838
2037
  end
1839
2038
 
2039
+ # Returns a list of antennas at a specified ground station.
2040
+ #
2041
+ # @option params [required, String] :ground_station_id
2042
+ # ID of a ground station.
2043
+ #
2044
+ # @option params [Integer] :max_results
2045
+ # Maximum number of antennas returned.
2046
+ #
2047
+ # @option params [String] :next_token
2048
+ # Next token returned in the request of a previous `ListAntennas` call.
2049
+ # Used to get the next page of results.
2050
+ #
2051
+ # @return [Types::ListAntennasResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2052
+ #
2053
+ # * {Types::ListAntennasResponse#antenna_list #antenna_list} => Array<Types::AntennaListItem>
2054
+ # * {Types::ListAntennasResponse#next_token #next_token} => String
2055
+ #
2056
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2057
+ #
2058
+ # @example Request syntax with placeholder values
2059
+ #
2060
+ # resp = client.list_antennas({
2061
+ # ground_station_id: "GroundStationName", # required
2062
+ # max_results: 1,
2063
+ # next_token: "PaginationToken",
2064
+ # })
2065
+ #
2066
+ # @example Response structure
2067
+ #
2068
+ # resp.antenna_list #=> Array
2069
+ # resp.antenna_list[0].ground_station_name #=> String
2070
+ # resp.antenna_list[0].antenna_name #=> String
2071
+ # resp.antenna_list[0].region #=> String
2072
+ # resp.next_token #=> String
2073
+ #
2074
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListAntennas AWS API Documentation
2075
+ #
2076
+ # @overload list_antennas(params = {})
2077
+ # @param [Hash] params ({})
2078
+ def list_antennas(params = {}, options = {})
2079
+ req = build_request(:list_antennas, params)
2080
+ req.send_request(options)
2081
+ end
2082
+
1840
2083
  # Returns a list of `Config` objects.
1841
2084
  #
1842
2085
  # @option params [Integer] :max_results
@@ -1878,6 +2121,56 @@ module Aws::GroundStation
1878
2121
  req.send_request(options)
1879
2122
  end
1880
2123
 
2124
+ # Returns a list of versions for a specified contact.
2125
+ #
2126
+ # @option params [required, String] :contact_id
2127
+ # UUID of a contact.
2128
+ #
2129
+ # @option params [Integer] :max_results
2130
+ # Maximum number of contact versions returned.
2131
+ #
2132
+ # @option params [String] :next_token
2133
+ # Next token returned in the request of a previous `ListContactVersions`
2134
+ # call. Used to get the next page of results.
2135
+ #
2136
+ # @return [Types::ListContactVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2137
+ #
2138
+ # * {Types::ListContactVersionsResponse#next_token #next_token} => String
2139
+ # * {Types::ListContactVersionsResponse#contact_versions_list #contact_versions_list} => Array<Types::ContactVersion>
2140
+ #
2141
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2142
+ #
2143
+ # @example Request syntax with placeholder values
2144
+ #
2145
+ # resp = client.list_contact_versions({
2146
+ # contact_id: "Uuid", # required
2147
+ # max_results: 1,
2148
+ # next_token: "PaginationToken",
2149
+ # })
2150
+ #
2151
+ # @example Response structure
2152
+ #
2153
+ # resp.next_token #=> String
2154
+ # resp.contact_versions_list #=> Array
2155
+ # resp.contact_versions_list[0].version_id #=> Integer
2156
+ # resp.contact_versions_list[0].created #=> Time
2157
+ # resp.contact_versions_list[0].activated #=> Time
2158
+ # resp.contact_versions_list[0].superseded #=> Time
2159
+ # resp.contact_versions_list[0].last_updated #=> Time
2160
+ # resp.contact_versions_list[0].status #=> String, one of "UPDATING", "ACTIVE", "SUPERSEDED", "FAILED_TO_UPDATE"
2161
+ # resp.contact_versions_list[0].failure_codes #=> Array
2162
+ # resp.contact_versions_list[0].failure_codes[0] #=> String, one of "INTERNAL_ERROR", "INVALID_SATELLITE_ARN", "INVALID_UPDATE_CONTACT_REQUEST", "EPHEMERIS_NOT_FOUND", "EPHEMERIS_TIME_RANGE_INVALID", "EPHEMERIS_NOT_ENABLED", "SATELLITE_DOES_NOT_MATCH_EPHEMERIS", "NOT_ONBOARDED_TO_AZEL_EPHEMERIS", "AZEL_EPHEMERIS_NOT_FOUND", "AZEL_EPHEMERIS_WRONG_GROUND_STATION", "AZEL_EPHEMERIS_INVALID_STATUS", "AZEL_EPHEMERIS_TIME_RANGE_INVALID"
2163
+ # resp.contact_versions_list[0].failure_message #=> String
2164
+ #
2165
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListContactVersions AWS API Documentation
2166
+ #
2167
+ # @overload list_contact_versions(params = {})
2168
+ # @param [Hash] params ({})
2169
+ def list_contact_versions(params = {}, options = {})
2170
+ req = build_request(:list_contact_versions, params)
2171
+ req.send_request(options)
2172
+ end
2173
+
1881
2174
  # Returns a list of contacts.
1882
2175
  #
1883
2176
  # If `statusList` contains AVAILABLE, the request must include `
@@ -1959,6 +2252,15 @@ module Aws::GroundStation
1959
2252
  # resp.contact_list[0].visibility_end_time #=> Time
1960
2253
  # resp.contact_list[0].ephemeris.ephemeris_id #=> String
1961
2254
  # resp.contact_list[0].ephemeris.ephemeris_type #=> String, one of "TLE", "OEM", "AZ_EL", "SERVICE_MANAGED"
2255
+ # resp.contact_list[0].version.version_id #=> Integer
2256
+ # resp.contact_list[0].version.created #=> Time
2257
+ # resp.contact_list[0].version.activated #=> Time
2258
+ # resp.contact_list[0].version.superseded #=> Time
2259
+ # resp.contact_list[0].version.last_updated #=> Time
2260
+ # resp.contact_list[0].version.status #=> String, one of "UPDATING", "ACTIVE", "SUPERSEDED", "FAILED_TO_UPDATE"
2261
+ # resp.contact_list[0].version.failure_codes #=> Array
2262
+ # resp.contact_list[0].version.failure_codes[0] #=> String, one of "INTERNAL_ERROR", "INVALID_SATELLITE_ARN", "INVALID_UPDATE_CONTACT_REQUEST", "EPHEMERIS_NOT_FOUND", "EPHEMERIS_TIME_RANGE_INVALID", "EPHEMERIS_NOT_ENABLED", "SATELLITE_DOES_NOT_MATCH_EPHEMERIS", "NOT_ONBOARDED_TO_AZEL_EPHEMERIS", "AZEL_EPHEMERIS_NOT_FOUND", "AZEL_EPHEMERIS_WRONG_GROUND_STATION", "AZEL_EPHEMERIS_INVALID_STATUS", "AZEL_EPHEMERIS_TIME_RANGE_INVALID"
2263
+ # resp.contact_list[0].version.failure_message #=> String
1962
2264
  #
1963
2265
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListContacts AWS API Documentation
1964
2266
  #
@@ -2078,6 +2380,67 @@ module Aws::GroundStation
2078
2380
  req.send_request(options)
2079
2381
  end
2080
2382
 
2383
+ # Returns a list of reservations for a specified ground station.
2384
+ #
2385
+ # @option params [required, String] :ground_station_id
2386
+ # ID of a ground station.
2387
+ #
2388
+ # @option params [required, Time,DateTime,Date,Integer,String] :start_time
2389
+ # Start time of the reservation window in UTC.
2390
+ #
2391
+ # @option params [required, Time,DateTime,Date,Integer,String] :end_time
2392
+ # End time of the reservation window in UTC.
2393
+ #
2394
+ # @option params [Array<String>] :reservation_types
2395
+ # Types of reservations to filter by.
2396
+ #
2397
+ # @option params [Integer] :max_results
2398
+ # Maximum number of ground station reservations returned.
2399
+ #
2400
+ # @option params [String] :next_token
2401
+ # Next token returned in the request of a previous
2402
+ # `ListGroundStationReservations` call. Used to get the next page of
2403
+ # results.
2404
+ #
2405
+ # @return [Types::ListGroundStationReservationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2406
+ #
2407
+ # * {Types::ListGroundStationReservationsResponse#reservation_list #reservation_list} => Array&lt;Types::GroundStationReservationListItem&gt;
2408
+ # * {Types::ListGroundStationReservationsResponse#next_token #next_token} => String
2409
+ #
2410
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2411
+ #
2412
+ # @example Request syntax with placeholder values
2413
+ #
2414
+ # resp = client.list_ground_station_reservations({
2415
+ # ground_station_id: "GroundStationName", # required
2416
+ # start_time: Time.now, # required
2417
+ # end_time: Time.now, # required
2418
+ # reservation_types: ["MAINTENANCE"], # accepts MAINTENANCE, CONTACT
2419
+ # max_results: 1,
2420
+ # next_token: "PaginationToken",
2421
+ # })
2422
+ #
2423
+ # @example Response structure
2424
+ #
2425
+ # resp.reservation_list #=> Array
2426
+ # resp.reservation_list[0].reservation_type #=> String, one of "MAINTENANCE", "CONTACT"
2427
+ # resp.reservation_list[0].ground_station_id #=> String
2428
+ # resp.reservation_list[0].antenna_name #=> String
2429
+ # resp.reservation_list[0].start_time #=> Time
2430
+ # resp.reservation_list[0].end_time #=> Time
2431
+ # resp.reservation_list[0].reservation_details.maintenance.maintenance_type #=> String, one of "PLANNED", "UNPLANNED"
2432
+ # resp.reservation_list[0].reservation_details.contact.contact_id #=> String
2433
+ # resp.next_token #=> String
2434
+ #
2435
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStationReservations AWS API Documentation
2436
+ #
2437
+ # @overload list_ground_station_reservations(params = {})
2438
+ # @param [Hash] params ({})
2439
+ def list_ground_station_reservations(params = {}, options = {})
2440
+ req = build_request(:list_ground_station_reservations, params)
2441
+ req.send_request(options)
2442
+ end
2443
+
2081
2444
  # Returns a list of ground stations.
2082
2445
  #
2083
2446
  # @option params [String] :satellite_id
@@ -2323,6 +2686,7 @@ module Aws::GroundStation
2323
2686
  # @return [Types::ContactIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2324
2687
  #
2325
2688
  # * {Types::ContactIdResponse#contact_id #contact_id} => String
2689
+ # * {Types::ContactIdResponse#version_id #version_id} => Integer
2326
2690
  #
2327
2691
  # @example Request syntax with placeholder values
2328
2692
  #
@@ -2336,10 +2700,16 @@ module Aws::GroundStation
2336
2700
  # "String" => "String",
2337
2701
  # },
2338
2702
  # tracking_overrides: {
2339
- # program_track_settings: { # required
2703
+ # program_track_settings: {
2340
2704
  # az_el: {
2341
2705
  # ephemeris_id: "Uuid", # required
2342
2706
  # },
2707
+ # oem: {
2708
+ # ephemeris_id: "Uuid", # required
2709
+ # },
2710
+ # tle: {
2711
+ # ephemeris_id: "Uuid", # required
2712
+ # },
2343
2713
  # },
2344
2714
  # },
2345
2715
  # })
@@ -2347,6 +2717,7 @@ module Aws::GroundStation
2347
2717
  # @example Response structure
2348
2718
  #
2349
2719
  # resp.contact_id #=> String
2720
+ # resp.version_id #=> Integer
2350
2721
  #
2351
2722
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ReserveContact AWS API Documentation
2352
2723
  #
@@ -2590,6 +2961,66 @@ module Aws::GroundStation
2590
2961
  req.send_request(options)
2591
2962
  end
2592
2963
 
2964
+ # Updates a specific contact.
2965
+ #
2966
+ # @option params [required, String] :contact_id
2967
+ # UUID of a contact.
2968
+ #
2969
+ # @option params [String] :client_token
2970
+ # A client token is a unique, case-sensitive string of up to 64 ASCII
2971
+ # characters. It is generated by the client to ensure idempotent
2972
+ # operations, allowing safe retries without unintended side effects.
2973
+ #
2974
+ # **A suitable default value is auto-generated.** You should normally
2975
+ # not need to pass this option.**
2976
+ #
2977
+ # @option params [Types::TrackingOverrides] :tracking_overrides
2978
+ # Overrides the default tracking configuration on an antenna during a
2979
+ # contact.
2980
+ #
2981
+ # @option params [String] :satellite_arn
2982
+ # ARN of a satellite.
2983
+ #
2984
+ # @return [Types::UpdateContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2985
+ #
2986
+ # * {Types::UpdateContactResponse#contact_id #contact_id} => String
2987
+ # * {Types::UpdateContactResponse#version_id #version_id} => Integer
2988
+ #
2989
+ # @example Request syntax with placeholder values
2990
+ #
2991
+ # resp = client.update_contact({
2992
+ # contact_id: "Uuid", # required
2993
+ # client_token: "ClientToken",
2994
+ # tracking_overrides: {
2995
+ # program_track_settings: {
2996
+ # az_el: {
2997
+ # ephemeris_id: "Uuid", # required
2998
+ # },
2999
+ # oem: {
3000
+ # ephemeris_id: "Uuid", # required
3001
+ # },
3002
+ # tle: {
3003
+ # ephemeris_id: "Uuid", # required
3004
+ # },
3005
+ # },
3006
+ # },
3007
+ # satellite_arn: "satelliteArn",
3008
+ # })
3009
+ #
3010
+ # @example Response structure
3011
+ #
3012
+ # resp.contact_id #=> String
3013
+ # resp.version_id #=> Integer
3014
+ #
3015
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateContact AWS API Documentation
3016
+ #
3017
+ # @overload update_contact(params = {})
3018
+ # @param [Hash] params ({})
3019
+ def update_contact(params = {}, options = {})
3020
+ req = build_request(:update_contact, params)
3021
+ req.send_request(options)
3022
+ end
3023
+
2593
3024
  # Update an existing ephemeris.
2594
3025
  #
2595
3026
  # @option params [required, String] :ephemeris_id
@@ -2647,17 +3078,17 @@ module Aws::GroundStation
2647
3078
  # Name of a mission profile.
2648
3079
  #
2649
3080
  # @option params [Integer] :contact_pre_pass_duration_seconds
2650
- # Amount of time after a contact ends that youd like to receive a
3081
+ # Amount of time after a contact ends that you'd like to receive a
2651
3082
  # Ground Station Contact State Change event indicating the pass has
2652
3083
  # finished.
2653
3084
  #
2654
3085
  # @option params [Integer] :contact_post_pass_duration_seconds
2655
- # Amount of time after a contact ends that youd like to receive a
3086
+ # Amount of time after a contact ends that you'd like to receive a
2656
3087
  # Ground Station Contact State Change event indicating the pass has
2657
3088
  # finished.
2658
3089
  #
2659
3090
  # @option params [Integer] :minimum_viable_contact_duration_seconds
2660
- # Smallest amount of time in seconds that youd like to see for an
3091
+ # Smallest amount of time in seconds that you'd like to see for an
2661
3092
  # available contact. AWS Ground Station will not present you with
2662
3093
  # contacts shorter than this duration.
2663
3094
  #
@@ -2733,7 +3164,7 @@ module Aws::GroundStation
2733
3164
  tracer: tracer
2734
3165
  )
2735
3166
  context[:gem_name] = 'aws-sdk-groundstation'
2736
- context[:gem_version] = '1.81.0'
3167
+ context[:gem_version] = '1.82.0'
2737
3168
  Seahorse::Client::Request.new(handlers, context)
2738
3169
  end
2739
3170
 
@@ -2799,9 +3230,10 @@ module Aws::GroundStation
2799
3230
  # The following table lists the valid waiter names, the operations they call,
2800
3231
  # and the default `:delay` and `:max_attempts` values.
2801
3232
  #
2802
- # | waiter_name | params | :delay | :max_attempts |
2803
- # | ----------------- | ------------------------- | -------- | ------------- |
2804
- # | contact_scheduled | {Client#describe_contact} | 5 | 180 |
3233
+ # | waiter_name | params | :delay | :max_attempts |
3234
+ # | ----------------- | --------------------------------- | -------- | ------------- |
3235
+ # | contact_scheduled | {Client#describe_contact} | 5 | 180 |
3236
+ # | contact_updated | {Client#describe_contact_version} | 5 | 180 |
2805
3237
  #
2806
3238
  # @raise [Errors::FailureStateError] Raised when the waiter terminates
2807
3239
  # because the waiter has entered a state that it will not transition
@@ -2852,7 +3284,8 @@ module Aws::GroundStation
2852
3284
 
2853
3285
  def waiters
2854
3286
  {
2855
- contact_scheduled: Waiters::ContactScheduled
3287
+ contact_scheduled: Waiters::ContactScheduled,
3288
+ contact_updated: Waiters::ContactUpdated
2856
3289
  }
2857
3290
  end
2858
3291