Values.UpdateContainerFleetInputSourceThis API works with the following fleet types: Container Updates the properties of a managed container fleet. Depending on the properties being updated, this operation might initiate a fleet deployment. You can track deployments for a fleet using https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetDeployment.html. A managed fleet's runtime environment, which depends on the fleet's Amazon Machine Image {AMI} version, can't be updated. You must create a new fleet. As a best practice, we recommend replacing your managed fleets every 30 days to maintain a secure and up-to-date runtime environment for your hosted game servers. For guidance, see Security best practices for Amazon GameLift Servers. Request options As with CreateContainerFleet, many fleet properties use common defaults or are calculated based on the fleet's container group definitions. Update fleet properties that result in a fleet deployment. Include only those properties that you want to change. Specify deployment configuration settings. Update fleet properties that don't result in a fleet deployment. Include only those properties that you want to change. Changes to the following properties initiate a fleet deployment: GameServerContainerGroupDefinition PerInstanceContainerGroupDefinition GameServerContainerGroupsPerInstance InstanceInboundPermissions InstanceConnectionPortRange LogConfiguration Results If successful, this operation updates the container fleet resource, and might initiate a new deployment of fleet resources using the deployment configuration provided. A deployment replaces existing fleet instances with new instances that are deployed with the updated fleet properties. The fleet is placed in UPDATING status until the deployment is complete, then return to ACTIVE. You can have only one update deployment active at a time for a fleet. If a second update request initiates a deployment while another deployment is in progress, the first deployment is cancelled.
type nonrec t = {fleetId : FleetIdOrArn.t;A unique identifier for the container fleet to update. You can use either the fleet ID or ARN value.
*)gameServerContainerGroupDefinitionName : ContainerGroupDefinitionNameOrArn.t
option;The name or ARN value of a new game server container group definition to deploy on the fleet. If you're updating the fleet to a specific version of a container group definition, use the ARN value and include the version number. If you're updating the fleet to the latest version of a container group definition, you can use the name value. You can't remove a fleet's game server container group definition, you can only update or replace it with another definition. Update a container group definition by calling UpdateContainerGroupDefinition. This operation creates a ContainerGroupDefinition resource with an incremented version.
*)perInstanceContainerGroupDefinitionName : ContainerGroupDefinitionNameOrArn.t
option;The name or ARN value of a new per-instance container group definition to deploy on the fleet. If you're updating the fleet to a specific version of a container group definition, use the ARN value and include the version number. If you're updating the fleet to the latest version of a container group definition, you can use the name value. Update a container group definition by calling UpdateContainerGroupDefinition. This operation creates a ContainerGroupDefinition resource with an incremented version. To remove a fleet's per-instance container group definition, leave this parameter empty and use the parameter RemoveAttributes.
*)gameServerContainerGroupsPerInstance : GameServerContainerGroupsPerInstance.t
option;The number of times to replicate the game server container group on each fleet instance. By default, Amazon GameLift Servers calculates the maximum number of game server container groups that can fit on each instance. You can remove this property value to use the calculated value, or set it manually. If you set this number manually, Amazon GameLift Servers uses your value as long as it's less than the calculated maximum.
*)instanceConnectionPortRange : ConnectionPortRange.t option;A revised set of port numbers to open on each fleet instance. By default, Amazon GameLift Servers calculates an optimal port range based on your fleet configuration. If you previously set this parameter manually, you can't reset this to use the calculated settings. The port range must not overlap with the Amazon GameLift Servers reserved port range 4092-4191. This range is reserved for internal Amazon GameLift Servers services.
*)instanceInboundPermissionAuthorizations : IpPermissionsList.t option;A set of ports to add to the container fleet's inbound permissions. The port range must not overlap with the Amazon GameLift Servers reserved port range 4092-4191. This range is reserved for internal Amazon GameLift Servers services.
*)instanceInboundPermissionRevocations : IpPermissionsList.t option;A set of ports to remove from the container fleet's inbound permissions.
*)deploymentConfiguration : DeploymentConfiguration.t option;Instructions for how to deploy updates to a container fleet, if the fleet update initiates a deployment. The deployment configuration lets you determine how to replace fleet instances and what actions to take if the deployment fails.
*)description : NonZeroAndMaxString.t option;A meaningful description of the container fleet.
*)metricGroups : MetricGroupList.t option;The name of an Amazon Web Services CloudWatch metric group to add this fleet to.
*)newGameSessionProtectionPolicy : ProtectionPolicy.t option;The game session protection policy to apply to all new game sessions that are started in this fleet. Game sessions that already exist are not affected.
*)gameSessionCreationLimitPolicy : GameSessionCreationLimitPolicy.t option;A policy that limits the number of game sessions that each individual player can create on instances in this fleet. The limit applies for a specified span of time.
*)logConfiguration : LogConfiguration.t option;The method for collecting container logs for the fleet.
*)removeAttributes : ContainerFleetRemoveAttributeList.t option;If set, this update removes a fleet's per-instance container group definition. You can't remove a fleet's game server container group definition.
*)}val make :
?gameServerContainerGroupDefinitionName:??? ->
?perInstanceContainerGroupDefinitionName:??? ->
?gameServerContainerGroupsPerInstance:??? ->
?instanceConnectionPortRange:??? ->
?instanceInboundPermissionAuthorizations:??? ->
?instanceInboundPermissionRevocations:??? ->
?deploymentConfiguration:??? ->
?description:??? ->
?metricGroups:??? ->
?newGameSessionProtectionPolicy:??? ->
?gameSessionCreationLimitPolicy:??? ->
?logConfiguration:??? ->
?removeAttributes:??? ->
fleetId:FleetIdOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of GameServerContainerGroupsPerInstance.t
| `List of
[> `Enum of string
| `String of MetricGroup.t
| `Structure of
(string
* [> `Enum of string
| `Integer of PortNumber.t
| `String of IpRange.t ])
list ]
list
| `String of FleetIdOrArn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of PortNumber.t
| `String of NonEmptyString.t ])
list ])
list ]