Skip to content

Commit

Permalink
Update services based on v1.47.2 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 3, 2023
1 parent 0e2b169 commit 4bcbb51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.47.1
v1.47.2
13 changes: 11 additions & 2 deletions src/aws_gamelift.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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
%%
Expand Down Expand Up @@ -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, []).
Expand Down
6 changes: 3 additions & 3 deletions src/aws_network_firewall.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4bcbb51

Please sign in to comment.