Skip to content

Commit

Permalink
Update services based on v1.49.13 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Dec 30, 2023
1 parent fad13da commit 82c3560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.49.12
v1.49.13
7 changes: 4 additions & 3 deletions src/aws_location.erl
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,10 @@ delete_key(Client, KeyName, Input0, Options0) ->
CustomHeaders = [],
Input2 = Input1,

Query_ = [],
Input = Input2,

QueryMapping = [
{<<"forceDelete">>, <<"ForceDelete">>}
],
{Query_, Input} = aws_request:build_headers(QueryMapping, Input2),
request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode).

%% @doc Deletes a map resource from your Amazon Web Services account.
Expand Down

0 comments on commit 82c3560

Please sign in to comment.