Skip to content

Commit de24daa

Browse files
committed
Update services based on release-2026-06-04.2 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2026-06-04.2
1 parent 4779e78 commit de24daa

11 files changed

Lines changed: 540 additions & 32 deletions

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-2026-06-03.2
1+
release-2026-06-04.2

src/aws_appintegrations.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
%% connections to external
1616
%% applications.
1717
%%
18-
%% For information about how you can use external applications with Amazon
19-
%% Connect, see
20-
%% the following topics in the Amazon Connect Administrator
18+
%% For information about how you can use external applications with Connect
19+
%% Customer, see
20+
%% the following topics in the Connect Customer Administrator
2121
%% Guide:
2222
%%
2323
%% Third-party

src/aws_cloudformation.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
%%
1010
%% You can use CloudFormation to leverage Amazon Web Services products, such
1111
%% as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
12-
%% Amazon Simple Notification Service, ELB, and Amazon EC2 Auto Scaling to
13-
%% build highly reliable, highly scalable, cost-effective
12+
%% Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2
13+
%% Auto Scaling to build highly reliable, highly scalable, cost-effective
1414
%% applications without creating or configuring the underlying Amazon Web
1515
%% Services infrastructure.
1616
%%

src/aws_config.erl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@
461461
%% <<"EvaluationModes">> => list(evaluation_mode_configuration()),
462462
%% <<"InputParameters">> => string(),
463463
%% <<"MaximumExecutionFrequency">> => list(any()),
464+
%% <<"RuleEvaluationVisibility">> => list(any()),
464465
%% <<"Scope">> => scope(),
465466
%% <<"Source">> => source()
466467
%% }
@@ -859,7 +860,8 @@
859860

860861
%% Example:
861862
%% describe_config_rules_filters() :: #{
862-
%% <<"EvaluationMode">> => list(any())
863+
%% <<"EvaluationMode">> => list(any()),
864+
%% <<"RuleEvaluationVisibility">> => list(any())
863865
%% }
864866
-type describe_config_rules_filters() :: #{binary() => any()}.
865867

@@ -1854,6 +1856,7 @@
18541856
%% scope() :: #{
18551857
%% <<"ComplianceResourceId">> => string(),
18561858
%% <<"ComplianceResourceTypes">> => list(string()),
1859+
%% <<"ServicePrincipals">> => list(string()),
18571860
%% <<"TagKey">> => string(),
18581861
%% <<"TagValue">> => string()
18591862
%% }

src/aws_connectparticipant.erl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
%% Participant Service data types:
1010
%% https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Participant_Service.html
1111
%%
12-
%% Amazon Connect is an easy-to-use omnichannel cloud contact center service
13-
%% that
12+
%% Connect Customer is an easy-to-use omnichannel cloud contact center
13+
%% service that
1414
%% enables companies of any size to deliver superior customer service at a
1515
%% lower cost.
1616
%%
17-
%% Amazon Connect communications capabilities make it easy for companies to
17+
%% Connect Customer communications capabilities make it easy for companies to
1818
%% deliver
1919
%% personalized interactions across communication channels, including chat.
2020
%%
21-
%% Use the Amazon Connect Participant Service to manage participants (for
21+
%% Use the Connect Customer Participant Service to manage participants (for
2222
%% example,
2323
%% agents, customers, and managers listening in), and to send messages and
2424
%% events within a
@@ -575,7 +575,7 @@ cancel_participant_authentication(Client, Input0, Options0) ->
575575
%% A conflict exception is thrown when an attachment
576576
%% with that identifier is already being uploaded.
577577
%%
578-
%% For security recommendations, see Amazon Connect Chat security best
578+
%% For security recommendations, see Connect Customer Chat security best
579579
%% practices:
580580
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
581581
%%
@@ -622,11 +622,11 @@ complete_attachment_upload(Client, Input0, Options0) ->
622622

623623
%% @doc Creates the participant's connection.
624624
%%
625-
%% For security recommendations, see Amazon Connect Chat security best
625+
%% For security recommendations, see Connect Customer Chat security best
626626
%% practices:
627627
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
628628
%%
629-
%% For WebRTC security recommendations, see Amazon Connect WebRTC security
629+
%% For WebRTC security recommendations, see Connect Customer WebRTC security
630630
%% best practices:
631631
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-webrtc-security.
632632
%%
@@ -753,7 +753,7 @@ create_participant_connection(Client, Input0, Options0) ->
753753

754754
%% @doc Retrieves the view for the specified view token.
755755
%%
756-
%% For security recommendations, see Amazon Connect Chat security best
756+
%% For security recommendations, see Connect Customer Chat security best
757757
%% practices:
758758
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
759759
-spec describe_view(aws_client:aws_client(), binary() | list(), binary() | list()) ->
@@ -798,7 +798,7 @@ describe_view(Client, ViewToken, ConnectionToken, QueryMap, HeadersMap, Options0
798798

799799
%% @doc Disconnects a participant.
800800
%%
801-
%% For security recommendations, see Amazon Connect Chat security best
801+
%% For security recommendations, see Connect Customer Chat security best
802802
%% practices:
803803
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
804804
%%
@@ -848,7 +848,7 @@ disconnect_participant(Client, Input0, Options0) ->
848848
%% This is an
849849
%% asynchronous API for use with active contacts.
850850
%%
851-
%% For security recommendations, see Amazon Connect Chat security best
851+
%% For security recommendations, see Connect Customer Chat security best
852852
%% practices:
853853
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
854854
%%
@@ -902,7 +902,7 @@ get_attachment(Client, Input0, Options0) ->
902902
%% session for the
903903
%% AuthenticateCustomer flow block.
904904
%%
905-
%% For security recommendations, see Amazon Connect Chat security best
905+
%% For security recommendations, see Connect Customer Chat security best
906906
%% practices:
907907
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
908908
%%
@@ -962,7 +962,7 @@ get_authentication_url(Client, Input0, Options0) ->
962962
%% Enable persistent chat:
963963
%% https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html.
964964
%%
965-
%% For security recommendations, see Amazon Connect Chat security best
965+
%% For security recommendations, see Connect Customer Chat security best
966966
%% practices:
967967
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
968968
%%
@@ -1041,7 +1041,7 @@ get_transcript(Client, Input0, Options0) ->
10411041
%% when a supervisor
10421042
%% is barged-in will result in a conflict exception.
10431043
%%
1044-
%% For security recommendations, see Amazon Connect Chat security best
1044+
%% For security recommendations, see Connect Customer Chat security best
10451045
%% practices:
10461046
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
10471047
%%
@@ -1088,7 +1088,7 @@ send_event(Client, Input0, Options0) ->
10881088

10891089
%% @doc Sends a message.
10901090
%%
1091-
%% For security recommendations, see Amazon Connect Chat security best
1091+
%% For security recommendations, see Connect Customer Chat security best
10921092
%% practices:
10931093
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
10941094
%%
@@ -1137,7 +1137,7 @@ send_message(Client, Input0, Options0) ->
11371137
%% file directly to
11381138
%% S3.
11391139
%%
1140-
%% For security recommendations, see Amazon Connect Chat security best
1140+
%% For security recommendations, see Connect Customer Chat security best
11411141
%% practices:
11421142
%% https://docs.aws.amazon.com/connect/latest/adminguide/security-best-practices.html#bp-security-chat.
11431143
%%

0 commit comments

Comments
 (0)