AWS.Tools.GroundStation.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.GroundStation</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.AddGSReservedContactCmdlet">
            <summary>
            Reserves a contact using specified parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSReservedContactCmdlet.EndTime">
            <summary>
            <para>
            <para>End time of a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSReservedContactCmdlet.GroundStation">
            <summary>
            <para>
            <para>Name of a ground station.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSReservedContactCmdlet.MissionProfileArn">
            <summary>
            <para>
            <para>ARN of a mission profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSReservedContactCmdlet.SatelliteArn">
            <summary>
            <para>
            <para>ARN of a satellite</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSReservedContactCmdlet.StartTime">
            <summary>
            <para>
            <para>Start time of a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSReservedContactCmdlet.Tag">
            <summary>
            <para>
            <para>Tags assigned to a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSReservedContactCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.AddGSResourceTagCmdlet">
            <summary>
            Assigns a tag to a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>ARN of a resource tag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>Tags assigned to a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.AddGSResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSConfigCmdlet">
            <summary>
            Returns <code>Config</code> information.
             
                      
            <para>
            Only one <code>Config</code> response can be returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSConfigCmdlet.ConfigId">
            <summary>
            <para>
            <para>UUID of a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSConfigCmdlet.ConfigType">
            <summary>
            <para>
            <para>Type of a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSConfigListCmdlet">
            <summary>
            Returns a list of <code>Config</code> objects.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSConfigListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of <code>Configs</code> returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSConfigListCmdlet.NextToken">
            <summary>
            <para>
            <para>Next token returned in the request of a previous <code>ListConfigs</code> call. Used
            to get the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSContactCmdlet">
            <summary>
            Describes an existing contact.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactCmdlet.ContactId">
            <summary>
            <para>
            <para>UUID of a contact.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet">
            <summary>
            Returns a list of contacts.
             
                      
            <para>
            If <code>statusList</code> contains AVAILABLE, the request must include <code>groundstation</code>,
            <code>missionprofileArn</code>, and <code>satelliteArn</code>.
            </para><br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet.EndTime">
            <summary>
            <para>
            <para>End time of a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet.GroundStation">
            <summary>
            <para>
            <para>Name of a ground station.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet.MissionProfileArn">
            <summary>
            <para>
            <para>ARN of a mission profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet.SatelliteArn">
            <summary>
            <para>
            <para>ARN of a satellite.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet.StartTime">
            <summary>
            <para>
            <para>Start time of a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet.StatusList">
            <summary>
            <para>
            <para>Status of a contact reservation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of contacts returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSContactListCmdlet.NextToken">
            <summary>
            <para>
            <para>Next token returned in the request of a previous <code>ListContacts</code> call. Used
            to get the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSDataflowEndpointGroupCmdlet">
            <summary>
            Returns the dataflow endpoint group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSDataflowEndpointGroupCmdlet.DataflowEndpointGroupId">
            <summary>
            <para>
            <para>UUID of a dataflow endpoint group.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSDataflowEndpointGroupListCmdlet">
            <summary>
            Returns a list of <code>DataflowEndpoint</code> groups.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSDataflowEndpointGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of dataflow endpoint groups returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSDataflowEndpointGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>Next token returned in the request of a previous <code>ListDataflowEndpointGroups</code>
            call. Used to get the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSGroundStationListCmdlet">
            <summary>
            Returns a list of ground stations.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSGroundStationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of ground stations returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSGroundStationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Next token that can be supplied in the next call to get the next page of ground stations.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSMinuteUsageCmdlet">
            <summary>
            Returns the number of minutes used by account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSMinuteUsageCmdlet.Month">
            <summary>
            <para>
            <para>The month being requested, with a value of 1-12.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSMinuteUsageCmdlet.Year">
            <summary>
            <para>
            <para>The year being requested, in the format of YYYY.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSMissionProfileCmdlet">
            <summary>
            Returns a mission profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSMissionProfileCmdlet.MissionProfileId">
            <summary>
            <para>
            <para>UUID of a mission profile.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSMissionProfileListCmdlet">
            <summary>
            Returns a list of mission profiles.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSMissionProfileListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of mission profiles returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSMissionProfileListCmdlet.NextToken">
            <summary>
            <para>
            <para>Next token returned in the request of a previous <code>ListMissionProfiles</code>
            call. Used to get the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSResourceTagCmdlet">
            <summary>
            Returns a list of tags or a specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>ARN of a resource.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSSatelliteCmdlet">
            <summary>
            Returns a satellite.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSSatelliteCmdlet.SatelliteId">
            <summary>
            <para>
            <para>UUID of a satellite.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.GetGSSatelliteListCmdlet">
            <summary>
            Returns a list of satellites.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSSatelliteListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of satellites returned.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.GetGSSatelliteListCmdlet.NextToken">
            <summary>
            <para>
            <para>Next token that can be supplied in the next call to get the next page of satellites.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet">
            <summary>
            Creates a <code>Config</code> with the specified <code>configData</code> parameters.
             
                      
            <para>
            Only one type of <code>configData</code> can be specified.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.ConfigData_AntennaDownlinkConfig">
            <summary>
            <para>
            <para>Information about how AWS Ground Station should configure an antenna for downlink
            during a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.ConfigData_AntennaDownlinkDemodDecodeConfig">
            <summary>
            <para>
            <para>Information about how AWS Ground Station should configure an antenna for downlink demod
            decode during a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.ConfigData_AntennaUplinkConfig">
            <summary>
            <para>
            <para>Information about how AWS Ground Station should configure an antenna for uplink during
            a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.ConfigData_DataflowEndpointConfig">
            <summary>
            <para>
            <para>Information about the dataflow endpoint <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.Name">
            <summary>
            <para>
            <para>Name of a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.Tag">
            <summary>
            <para>
            <para>Tags assigned to a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.ConfigData_TrackingConfig">
            <summary>
            <para>
            <para>Object that determines whether tracking should be used during a contact executed with
            this <code>Config</code> in the mission profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.ConfigData_UplinkEchoConfig">
            <summary>
            <para>
            <para>Information about an uplink echo <code>Config</code>.</para><para>Parameters from the <code>AntennaUplinkConfig</code>, corresponding to the specified
            <code>AntennaUplinkConfigArn</code>, are used when this <code>UplinkEchoConfig</code>
            is used in a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSConfigCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.NewGSDataflowEndpointGroupCmdlet">
            <summary>
            Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code>
            objects.
             
                      
            <para>
            The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
                     to specify which endpoints to use during a contact.
            </para><para>
            When a contact uses multiple <code>DataflowEndpointConfig</code> objects, each <code>Config</code>
                     must match a <code>DataflowEndpoint</code> in the same group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSDataflowEndpointGroupCmdlet.EndpointDetail">
            <summary>
            <para>
            <para>Endpoint details of each endpoint in the dataflow endpoint group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSDataflowEndpointGroupCmdlet.Tag">
            <summary>
            <para>
            <para>Tags of a dataflow endpoint group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSDataflowEndpointGroupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet">
            <summary>
            Creates a mission profile.
             
                      
            <para><code>dataflowEdges</code> is a list of lists of strings. Each lower level
            list of strings has two elements: a <i>from ARN</i> and a <i>to ARN</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet.ContactPostPassDurationSecond">
            <summary>
            <para>
            <para>Amount of time after a contact ends that you’d like to receive a CloudWatch event
            indicating the pass has finished.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet.ContactPrePassDurationSecond">
            <summary>
            <para>
            <para>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating
            an upcoming pass.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet.DataflowEdge">
            <summary>
            <para>
            <para>A list of lists of ARNs. Each list of ARNs is an edge, with a from <code>Config</code>
            and a to <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet.MinimumViableContactDurationSecond">
            <summary>
            <para>
            <para>Smallest amount of time in seconds that you’d like to see for an available contact.
            AWS Ground Station will not present you with contacts shorter than this duration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet.Name">
            <summary>
            <para>
            <para>Name of a mission profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet.Tag">
            <summary>
            <para>
            <para>Tags assigned to a mission profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet.TrackingConfigArn">
            <summary>
            <para>
            <para>ARN of a tracking <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.NewGSMissionProfileCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.RemoveGSConfigCmdlet">
            <summary>
            Deletes a <code>Config</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSConfigCmdlet.ConfigId">
            <summary>
            <para>
            <para>UUID of a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSConfigCmdlet.ConfigType">
            <summary>
            <para>
            <para>Type of a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSConfigCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.RemoveGSDataflowEndpointGroupCmdlet">
            <summary>
            Deletes a dataflow endpoint group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSDataflowEndpointGroupCmdlet.DataflowEndpointGroupId">
            <summary>
            <para>
            <para>ID of a dataflow endpoint group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSDataflowEndpointGroupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.RemoveGSMissionProfileCmdlet">
            <summary>
            Deletes a mission profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSMissionProfileCmdlet.MissionProfileId">
            <summary>
            <para>
            <para>UUID of a mission profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSMissionProfileCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.RemoveGSResourceTagCmdlet">
            <summary>
            Deassigns a resource tag.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>ARN of a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>Keys of a resource tag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.RemoveGSResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.StopGSContactCmdlet">
            <summary>
            Cancels a contact with a specified contact ID.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.StopGSContactCmdlet.ContactId">
            <summary>
            <para>
            <para>UUID of a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.StopGSContactCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet">
            <summary>
            Updates the <code>Config</code> used when scheduling contacts.
             
                      
            <para>
            Updating a <code>Config</code> will not update the execution parameters for
            existing future contacts scheduled with this <code>Config</code>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.ConfigData_AntennaDownlinkConfig">
            <summary>
            <para>
            <para>Information about how AWS Ground Station should configure an antenna for downlink
            during a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.ConfigData_AntennaDownlinkDemodDecodeConfig">
            <summary>
            <para>
            <para>Information about how AWS Ground Station should configure an antenna for downlink demod
            decode during a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.ConfigData_AntennaUplinkConfig">
            <summary>
            <para>
            <para>Information about how AWS Ground Station should configure an antenna for uplink during
            a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.ConfigId">
            <summary>
            <para>
            <para>UUID of a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.ConfigType">
            <summary>
            <para>
            <para>Type of a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.ConfigData_DataflowEndpointConfig">
            <summary>
            <para>
            <para>Information about the dataflow endpoint <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.Name">
            <summary>
            <para>
            <para>Name of a <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.ConfigData_TrackingConfig">
            <summary>
            <para>
            <para>Object that determines whether tracking should be used during a contact executed with
            this <code>Config</code> in the mission profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.ConfigData_UplinkEchoConfig">
            <summary>
            <para>
            <para>Information about an uplink echo <code>Config</code>.</para><para>Parameters from the <code>AntennaUplinkConfig</code>, corresponding to the specified
            <code>AntennaUplinkConfigArn</code>, are used when this <code>UplinkEchoConfig</code>
            is used in a contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSConfigCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet">
            <summary>
            Updates a mission profile.
             
                      
            <para>
            Updating a mission profile will not update the execution parameters for existing
            future contacts.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet.ContactPostPassDurationSecond">
            <summary>
            <para>
            <para>Amount of time after a contact ends that you’d like to receive a CloudWatch event
            indicating the pass has finished.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet.ContactPrePassDurationSecond">
            <summary>
            <para>
            <para>Amount of time after a contact ends that you’d like to receive a CloudWatch event
            indicating the pass has finished.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet.DataflowEdge">
            <summary>
            <para>
            <para>A list of lists of ARNs. Each list of ARNs is an edge, with a from <code>Config</code>
            and a to <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet.MinimumViableContactDurationSecond">
            <summary>
            <para>
            <para>Smallest amount of time in seconds that you’d like to see for an available contact.
            AWS Ground Station will not present you with contacts shorter than this duration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet.MissionProfileId">
            <summary>
            <para>
            <para>ID of a mission profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet.Name">
            <summary>
            <para>
            <para>Name of a mission profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet.TrackingConfigArn">
            <summary>
            <para>
            <para>ARN of a tracking <code>Config</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GS.UpdateGSMissionProfileCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>