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.UpdateFleetPortSettings

Contents

Description

Updates port settings for a fleet. To update settings, specify the fleet ID to be updated and list the permissions you want to update. List the permissions you want to add in InboundPermissionAuthorizations, and permissions you want to remove in InboundPermissionRevocations. Permissions to be removed must match existing fleet permissions. If successful, the fleet ID for the updated fleet is returned.

Synopsis

Creating a Request

updateFleetPortSettings Source

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

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

Request Lenses

ufpsInboundPermissionRevocations :: Lens' UpdateFleetPortSettings [IPPermission] Source

Collection of port settings to be removed from the fleet record.

ufpsInboundPermissionAuthorizations :: Lens' UpdateFleetPortSettings [IPPermission] Source

Collection of port settings to be added to the fleet record.

ufpsFleetId :: Lens' UpdateFleetPortSettings Text Source

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

Destructuring the Response

updateFleetPortSettingsResponse Source

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

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

Response Lenses

ufpsrsFleetId :: Lens' UpdateFleetPortSettingsResponse (Maybe Text) Source

Unique identifier for the updated fleet.