Skip to content

Commit 3e5b287

Browse files
committed
Update services based on release-2026-05-27 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2026-05-27
1 parent 6294ee9 commit 3e5b287

7 files changed

Lines changed: 712 additions & 139 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-05-26
1+
release-2026-05-27

src/aws_bedrock_data_automation.erl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,13 @@
896896
-type list_data_automation_library_entities_request() :: #{binary() => any()}.
897897

898898

899+
%% Example:
900+
%% document_custom_output_configuration() :: #{
901+
%% <<"fallbackBlueprints">> => list(blueprint_item())
902+
%% }
903+
-type document_custom_output_configuration() :: #{binary() => any()}.
904+
905+
899906
%% Example:
900907
%% get_blueprint_optimization_status_response() :: #{
901908
%% <<"errorMessage">> => [string()],
@@ -1020,7 +1027,8 @@
10201027

10211028
%% Example:
10221029
%% custom_output_configuration() :: #{
1023-
%% <<"blueprints">> => list(blueprint_item())
1030+
%% <<"blueprints">> => list(blueprint_item()),
1031+
%% <<"document">> => document_custom_output_configuration()
10241032
%% }
10251033
-type custom_output_configuration() :: #{binary() => any()}.
10261034

src/aws_ecs.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@
420420
%% <<"name">> => string(),
421421
%% <<"networkBindings">> => list(network_binding()),
422422
%% <<"networkInterfaces">> => list(network_interface()),
423+
%% <<"neuronDeviceIds">> => list(string()),
423424
%% <<"reason">> => string(),
424425
%% <<"runtimeId">> => string(),
425426
%% <<"taskArn">> => string()

0 commit comments

Comments
 (0)