Skip to content

Commit

Permalink
Update services based on v1.50.33 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Mar 7, 2024
1 parent 5790601 commit 8bb5051
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 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.50.32
v1.50.33
4 changes: 2 additions & 2 deletions src/aws_dynamodb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1386,8 +1386,8 @@ update_contributor_insights(Client, Input, Options)
%% https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V1.html
%% of global tables. If you are using global tables Version 2019.11.21:
%% https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html
%% you can use DescribeTable:
%% https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DescribeTable.html
%% you can use UpdateTable:
%% https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html
%% instead.
%%
%% Although you can use `UpdateGlobalTable' to add replicas and remove
Expand Down
38 changes: 19 additions & 19 deletions src/aws_verifiedpermissions.erl
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ batch_is_authorized(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
create_identity_source(Client, Input)
when is_map(Client), is_map(Input) ->
create_identity_source(Client, Input, []).
Expand Down Expand Up @@ -223,8 +223,8 @@ create_identity_source(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
create_policy(Client, Input)
when is_map(Client), is_map(Input) ->
create_policy(Client, Input, []).
Expand All @@ -242,8 +242,8 @@ create_policy(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
create_policy_store(Client, Input)
when is_map(Client), is_map(Input) ->
create_policy_store(Client, Input, []).
Expand All @@ -263,8 +263,8 @@ create_policy_store(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
create_policy_template(Client, Input)
when is_map(Client), is_map(Input) ->
create_policy_template(Client, Input, []).
Expand Down Expand Up @@ -463,8 +463,8 @@ list_policy_templates(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
put_schema(Client, Input)
when is_map(Client), is_map(Input) ->
put_schema(Client, Input, []).
Expand All @@ -478,8 +478,8 @@ put_schema(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
update_identity_source(Client, Input)
when is_map(Client), is_map(Input) ->
update_identity_source(Client, Input, []).
Expand All @@ -501,7 +501,7 @@ update_identity_source(Client, Input, Options)
%% the schema in the policy store. If the updated static policy doesn't
%% pass validation, the operation fails and the update isn't stored.
%%
%% When you edit a static policy, You can change only certain elements of a
%% When you edit a static policy, you can change only certain elements of a
%% static policy:
%%
%% The action referenced by the policy.
Expand All @@ -522,8 +522,8 @@ update_identity_source(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
update_policy(Client, Input)
when is_map(Client), is_map(Input) ->
update_policy(Client, Input, []).
Expand All @@ -535,8 +535,8 @@ update_policy(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
update_policy_store(Client, Input)
when is_map(Client), is_map(Input) ->
update_policy_store(Client, Input, []).
Expand All @@ -557,8 +557,8 @@ update_policy_store(Client, Input, Options)
%%
%% Verified Permissions is eventually consistent:
%% https://wikipedia.org/wiki/Eventual_consistency . It can take a few
%% seconds for a new or changed element to be propagate through the service
%% and be visible in the results of other Verified Permissions operations.
%% seconds for a new or changed element to propagate through the service and
%% be visible in the results of other Verified Permissions operations.
update_policy_template(Client, Input)
when is_map(Client), is_map(Input) ->
update_policy_template(Client, Input, []).
Expand Down

0 comments on commit 8bb5051

Please sign in to comment.