diff --git a/.latest-tag-aws-sdk-go b/.latest-tag-aws-sdk-go index 0701cf5a..7fa3401a 100644 --- a/.latest-tag-aws-sdk-go +++ b/.latest-tag-aws-sdk-go @@ -1 +1 @@ -v1.47.1 +v1.47.2 diff --git a/src/aws_gamelift.erl b/src/aws_gamelift.erl index 64b6fec7..1302364e 100644 --- a/src/aws_gamelift.erl +++ b/src/aws_gamelift.erl @@ -468,7 +468,16 @@ create_build(Client, Input, Options) %% %% If successful, this operation creates a new Fleet resource and places it %% in `NEW' status, which prompts Amazon GameLift to initiate the fleet -%% creation workflow. +%% creation workflow. You can track fleet creation by checking fleet status +%% using `DescribeFleetAttributes' and +%% `DescribeFleetLocationAttributes'/, or by monitoring fleet creation +%% events using `DescribeFleetEvents'. +%% +%% When the fleet status changes to `ACTIVE', you can enable automatic +%% scaling with `PutScalingPolicy' and set capacity for the home Region +%% with `UpdateFleetCapacity'. When the status of each remote location +%% reaches `ACTIVE', you can set capacity by location using +%% `UpdateFleetCapacity'. %% %% Learn more %% @@ -1066,7 +1075,7 @@ delete_game_session_queue(Client, Input, Options) %% %% Before deleting a custom location, review any fleets currently using the %% custom location and deregister the location if it is in use. For more -%% information see, DeregisterCompute. +%% information, see DeregisterCompute. delete_location(Client, Input) when is_map(Client), is_map(Input) -> delete_location(Client, Input, []). diff --git a/src/aws_network_firewall.erl b/src/aws_network_firewall.erl index 69be324a..9ae98c7c 100644 --- a/src/aws_network_firewall.erl +++ b/src/aws_network_firewall.erl @@ -245,9 +245,9 @@ create_rule_group(Client, Input, Options) %% @doc Creates an Network Firewall TLS inspection configuration. %% -%% A TLS inspection configuration contains the Certificate Manager -%% certificate associations that Network Firewall uses to decrypt and -%% re-encrypt traffic traveling through your firewall. +%% A TLS inspection configuration contains Certificate Manager certificate +%% associations between and the scope configurations that Network Firewall +%% uses to decrypt and re-encrypt traffic traveling through your firewall. %% %% After you create a TLS inspection configuration, you can associate it with %% a new firewall policy.