Skip to content

Commit

Permalink
Update services based on release-2024-11-11 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 12, 2024
1 parent a15e98e commit 9c4ffe1
Show file tree
Hide file tree
Showing 5 changed files with 486 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release-2024-11-08
release-2024-11-11
20 changes: 13 additions & 7 deletions src/aws_cloudfront.erl
Original file line number Diff line number Diff line change
Expand Up @@ -9888,8 +9888,8 @@ list_key_value_stores(Client, QueryMap, HeadersMap, Options0)

request(Client, get, Path, Query_, Headers, undefined, Options, SuccessStatusCode).

%% @doc Gets the list of CloudFront origin access controls in this Amazon Web
%% Services account.
%% @doc Gets the list of CloudFront origin access controls (OACs) in this
%% Amazon Web Services account.
%%
%% You can optionally specify the maximum number of items to receive in the
%% response. If
Expand All @@ -9900,6 +9900,11 @@ list_key_value_stores(Client, QueryMap, HeadersMap, Options0)
%% request that specifies the `NextMarker' value from the current
%% response as
%% the `Marker' value in the next request.
%%
%% If you're not using origin access controls for your Amazon Web
%% Services account, the
%% `ListOriginAccessControls' operation doesn't return the
%% `Items' element in the response.
-spec list_origin_access_controls(aws_client:aws_client()) ->
{ok, list_origin_access_controls_result(), tuple()} |
{error, any()} |
Expand Down Expand Up @@ -10638,14 +10643,15 @@ update_continuous_deployment_policy(Client, Id, Input0, Options0) ->
%% Note
%% the following important requirements and restrictions:
%%
%% You must rename the `ETag' field to `IfMatch',
%% leaving the value unchanged. (Set the value of `IfMatch' to
%% the value of `ETag', then remove the `ETag'
%% field.)
%% You must copy the `ETag' field value from the response. (You'll
%% use it for the `IfMatch' parameter in your request.) Then, remove the
%% `ETag'
%% field from the distribution configuration.
%%
%% You can't change the value of `CallerReference'.
%%
%% Submit an `UpdateDistribution' request, providing the distribution
%% Submit an `UpdateDistribution' request, providing the updated
%% distribution
%% configuration. The new configuration replaces the existing configuration.
%% The
%% values that you specify in an `UpdateDistribution' request are not
Expand Down
5 changes: 3 additions & 2 deletions src/aws_inspector2.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2245,6 +2245,7 @@
%% package_filter() :: #{
%% <<"architecture">> => string_filter(),
%% <<"epoch">> => number_filter(),
%% <<"filePath">> => string_filter(),
%% <<"name">> => string_filter(),
%% <<"release">> => string_filter(),
%% <<"sourceLambdaLayerArn">> => string_filter(),
Expand Down Expand Up @@ -4236,7 +4237,7 @@ list_cis_scans(Client, Input0, Options0) ->

request(Client, Method, Path, Query_, CustomHeaders ++ Headers, Input, Options, SuccessStatusCode).

%% @doc Lists coverage details for you environment.
%% @doc Lists coverage details for your environment.
-spec list_coverage(aws_client:aws_client(), list_coverage_request()) ->
{ok, list_coverage_response(), tuple()} |
{error, any()} |
Expand Down Expand Up @@ -4746,7 +4747,7 @@ start_cis_session(Client, Input0, Options0) ->
%%
%% This API is used by the Amazon Inspector SSM plugin to communicate with
%% the Amazon Inspector service.
%% The Amazon Inspector SSM plugin calls this API to start a CIS scan session
%% The Amazon Inspector SSM plugin calls this API to stop a CIS scan session
%% for the scan ID supplied by the service.
-spec stop_cis_session(aws_client:aws_client(), stop_cis_session_request()) ->
{ok, stop_cis_session_response(), tuple()} |
Expand Down
Loading

0 comments on commit 9c4ffe1

Please sign in to comment.