GameLiftStreams / Client / remove_stream_group_locations

remove_stream_group_locations#

GameLiftStreams.Client.remove_stream_group_locations(**kwargs)#

Removes a set of remote locations from this stream group. Amazon GameLift Streams works to release allocated compute resources in these location. Thus, stream sessions can no longer start from these locations by using this stream group. Amazon GameLift Streams also deletes the content files of all associated applications that were in Amazon GameLift Streams’s internal S3 bucket at this location.

You cannot remove the region where you initially created this stream group, known as the primary location. However, you can set the stream capacity to zero.

See also: AWS API Documentation

Request Syntax

response = client.remove_stream_group_locations(
    Identifier='string',
    Locations=[
        'string',
    ]
)
Parameters:
  • Identifier (string) –

    [REQUIRED]

    A stream group to remove the specified locations from.

    This value is a Amazon Resource Name (ARN) that uniquely identifies the stream group resource. Format example: 1AB2C3De4. </p>

  • Locations (list) –

    [REQUIRED]

    A set of locations to remove this stream group.

    A set of location names. For example, us-east-1. For a complete list of locations that Amazon GameLift Streams supports, see the Regions and quotas section in the Amazon GameLift Streams Developer Guide . </p>

    • (string) –

Returns:

None

Exceptions