amazonka-gamelift-1.4.0: Amazon GameLift SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.GameLift.DescribeFleetPortSettings

Contents

Description

Retrieves the port settings for a fleet. Port settings are used to limit incoming traffic access to game servers in the fleet. To get a fleet's port settings, specify a fleet ID. If successful, an IpPermission object is returned for the requested fleet ID. If the requested fleet has been deleted, the result set will be empty.

Synopsis

Creating a Request

describeFleetPortSettings Source

Creates a value of DescribeFleetPortSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dfpsFleetId :: Lens' DescribeFleetPortSettings Text Source

Unique identifier for the fleet you want to retrieve port settings for.

Destructuring the Response

describeFleetPortSettingsResponse Source

Creates a value of DescribeFleetPortSettingsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dfpsrsInboundPermissions :: Lens' DescribeFleetPortSettingsResponse [IPPermission] Source

Object containing port settings for the requested fleet ID.