|
13 | 13 | "DeleteMissionProfile": "<p>Deletes a mission profile.</p>",
|
14 | 14 | "DescribeContact": "<p>Describes an existing contact.</p>",
|
15 | 15 | "DescribeEphemeris": "<p>Describes an existing ephemeris.</p>",
|
16 |
| - "GetAgentConfiguration": "<p>Gets the latest configuration information for a registered agent.</p>", |
| 16 | + "GetAgentConfiguration": "<note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Gets the latest configuration information for a registered agent.</p>", |
17 | 17 | "GetConfig": "<p>Returns <code>Config</code> information.</p> <p>Only one <code>Config</code> response can be returned.</p>",
|
18 | 18 | "GetDataflowEndpointGroup": "<p>Returns the dataflow endpoint group.</p>",
|
19 | 19 | "GetMinuteUsage": "<p>Returns the number of minutes used by account.</p>",
|
|
27 | 27 | "ListMissionProfiles": "<p>Returns a list of mission profiles.</p>",
|
28 | 28 | "ListSatellites": "<p>Returns a list of satellites.</p>",
|
29 | 29 | "ListTagsForResource": "<p>Returns a list of tags for a specified resource.</p>",
|
30 |
| - "RegisterAgent": "<p>Registers a new agent with AWS Groundstation.</p>", |
| 30 | + "RegisterAgent": "<note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p> Registers a new agent with AWS Ground Station. </p>", |
31 | 31 | "ReserveContact": "<p>Reserves a contact using specified parameters.</p>",
|
32 | 32 | "TagResource": "<p>Assigns a tag to a resource.</p>",
|
33 | 33 | "UntagResource": "<p>Deassigns a resource tag.</p>",
|
34 |
| - "UpdateAgentStatus": "<p>Update the status of the agent.</p>", |
| 34 | + "UpdateAgentStatus": "<note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Update the status of the agent.</p>", |
35 | 35 | "UpdateConfig": "<p>Updates the <code>Config</code> used when scheduling contacts.</p> <p>Updating a <code>Config</code> will not update the execution parameters for existing future contacts scheduled with this <code>Config</code>.</p>",
|
36 | 36 | "UpdateEphemeris": "<p>Updates an existing ephemeris</p>",
|
37 | 37 | "UpdateMissionProfile": "<p>Updates a mission profile.</p> <p>Updating a mission profile will not update the execution parameters for existing future contacts.</p>"
|
|
45 | 45 | "MissionProfileListItem$region": "<p>Region of a mission profile.</p>"
|
46 | 46 | }
|
47 | 47 | },
|
| 48 | + "AgentCpuCoresList": { |
| 49 | + "base": null, |
| 50 | + "refs": { |
| 51 | + "AgentDetails$agentCpuCores": "<p>List of CPU cores reserved for the agent.</p>", |
| 52 | + "AgentDetails$reservedCpuCores": "<note> <p>This field should not be used. Use agentCpuCores instead.</p> </note> <p>List of CPU cores reserved for processes other than the agent running on the EC2 instance.</p>" |
| 53 | + } |
| 54 | + }, |
48 | 55 | "AgentDetails": {
|
49 | 56 | "base": "<p>Detailed information about the agent.</p>",
|
50 | 57 | "refs": {
|
|
159 | 166 | "DiscoveryData$capabilityArns": "<p>List of capabilities to associate with agent.</p>"
|
160 | 167 | }
|
161 | 168 | },
|
| 169 | + "CapabilityHealth": { |
| 170 | + "base": null, |
| 171 | + "refs": { |
| 172 | + "EndpointDetails$healthStatus": "<p>A dataflow endpoint health status. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>" |
| 173 | + } |
| 174 | + }, |
| 175 | + "CapabilityHealthReason": { |
| 176 | + "base": null, |
| 177 | + "refs": { |
| 178 | + "CapabilityHealthReasonList$member": null |
| 179 | + } |
| 180 | + }, |
| 181 | + "CapabilityHealthReasonList": { |
| 182 | + "base": null, |
| 183 | + "refs": { |
| 184 | + "EndpointDetails$healthReasons": "<p>Health reasons for a dataflow endpoint. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>" |
| 185 | + } |
| 186 | + }, |
162 | 187 | "ComponentStatusData": {
|
163 | 188 | "base": "<p>Data on the status of agent components.</p>",
|
164 | 189 | "refs": {
|
|
171 | 196 | "UpdateAgentStatusRequest$componentStatuses": "<p>List of component statuses for agent.</p>"
|
172 | 197 | }
|
173 | 198 | },
|
174 |
| - "ComponentType": { |
| 199 | + "ComponentTypeString": { |
175 | 200 | "base": null,
|
176 | 201 | "refs": {
|
177 | 202 | "ComponentStatusData$componentType": "<p>The Component type.</p>",
|
|
353 | 378 | "DataflowEndpointGroupDurationInSeconds": {
|
354 | 379 | "base": null,
|
355 | 380 | "refs": {
|
356 |
| - "CreateDataflowEndpointGroupRequest$contactPostPassDurationSeconds": "<p>Amount of time, in seconds, after a contact ends for the contact to remain in a <code>POSTPASS</code> state. A CloudWatch event is emitted when the contact enters and exits the <code>POSTPASS</code> state.</p>", |
357 |
| - "CreateDataflowEndpointGroupRequest$contactPrePassDurationSeconds": "<p>Amount of time, in seconds, prior to contact start for the contact to remain in a <code>PREPASS</code> state. A CloudWatch event is emitted when the contact enters and exits the <code>PREPASS</code> state.</p>", |
358 |
| - "GetDataflowEndpointGroupResponse$contactPostPassDurationSeconds": "<p>Amount of time, in seconds, after a contact ends for the contact to remain in a <code>POSTPASS</code> state. A CloudWatch event is emitted when the contact enters and exits the <code>POSTPASS</code> state.</p>", |
359 |
| - "GetDataflowEndpointGroupResponse$contactPrePassDurationSeconds": "<p>Amount of time, in seconds, prior to contact start for the contact to remain in a <code>PREPASS</code> state. A CloudWatch event is emitted when the contact enters and exits the <code>PREPASS</code> state.</p>" |
| 381 | + "CreateDataflowEndpointGroupRequest$contactPostPassDurationSeconds": "<p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>", |
| 382 | + "CreateDataflowEndpointGroupRequest$contactPrePassDurationSeconds": "<p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>", |
| 383 | + "GetDataflowEndpointGroupResponse$contactPostPassDurationSeconds": "<p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>", |
| 384 | + "GetDataflowEndpointGroupResponse$contactPrePassDurationSeconds": "<p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>" |
360 | 385 | }
|
361 | 386 | },
|
362 | 387 | "DataflowEndpointGroupIdResponse": {
|
|
454 | 479 | "DiscoveryData": {
|
455 | 480 | "base": "<p>Data for agent discovery.</p>",
|
456 | 481 | "refs": {
|
457 |
| - "RegisterAgentRequest$discoveryData": "<p>Data for associating and agent with the capabilities it is managing.</p>" |
| 482 | + "RegisterAgentRequest$discoveryData": "<p>Data for associating an agent with the capabilities it is managing.</p>" |
458 | 483 | }
|
459 | 484 | },
|
460 | 485 | "Double": {
|
|
716 | 741 | "Integer": {
|
717 | 742 | "base": null,
|
718 | 743 | "refs": {
|
| 744 | + "AgentCpuCoresList$member": null, |
719 | 745 | "ConnectionDetails$mtu": "<p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>",
|
720 | 746 | "GetMinuteUsageResponse$estimatedMinutesRemaining": "<p>Estimated number of minutes remaining for an account, specific to the month being requested.</p>",
|
721 | 747 | "GetMinuteUsageResponse$totalReservedMinuteAllocation": "<p>Total number of reserved minutes allocated, specific to the month being requested.</p>",
|
722 | 748 | "GetMinuteUsageResponse$totalScheduledMinutes": "<p>Total scheduled minutes for an account, specific to the month being requested.</p>",
|
723 | 749 | "GetMinuteUsageResponse$upcomingMinutesScheduled": "<p>Upcoming minutes scheduled for an account, specific to the month being requested.</p>",
|
724 | 750 | "IntegerRange$maximum": "<p>A maximum value.</p>",
|
725 | 751 | "IntegerRange$minimum": "<p>A minimum value.</p>",
|
726 |
| - "ReservedCpuCoresList$member": null, |
727 | 752 | "SocketAddress$port": "<p>Port of a socket address.</p>"
|
728 | 753 | }
|
729 | 754 | },
|
|
987 | 1012 | "refs": {
|
988 | 1013 | }
|
989 | 1014 | },
|
990 |
| - "ReservedCpuCoresList": { |
991 |
| - "base": null, |
992 |
| - "refs": { |
993 |
| - "AgentDetails$reservedCpuCores": "<p>Number of Cpu cores reserved for agent.</p>" |
994 |
| - } |
995 |
| - }, |
996 | 1015 | "ResourceLimitExceededException": {
|
997 | 1016 | "base": "<p>Account limits for this resource have been exceeded.</p>",
|
998 | 1017 | "refs": {
|
|
0 commit comments