Skip to content

Commit ef5b9c0

Browse files
committed
Update services based on release-2025-08-19 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2025-08-19
1 parent 32ce65c commit ef5b9c0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-2025-08-18
1+
release-2025-08-19

lib/aws/generated/clean_rooms.ex

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ defmodule AWS.CleanRooms do
345345
"createTime" => [non_neg_integer()],
346346
"creatorAccountId" => String.t() | atom(),
347347
"description" => String.t() | atom(),
348+
"errorMessageConfiguration" => error_message_configuration(),
348349
"format" => list(any()),
349350
"id" => String.t() | atom(),
350351
"name" => String.t() | atom(),
@@ -1133,6 +1134,17 @@ defmodule AWS.CleanRooms do
11331134

11341135
@typedoc """
11351136
1137+
## Example:
1138+
1139+
error_message_configuration() :: %{
1140+
"type" => list(any())
1141+
}
1142+
1143+
"""
1144+
@type error_message_configuration() :: %{(String.t() | atom()) => any()}
1145+
1146+
@typedoc """
1147+
11361148
## Example:
11371149
11381150
get_id_namespace_association_output() :: %{
@@ -2784,6 +2796,7 @@ defmodule AWS.CleanRooms do
27842796
"collaborationId" => String.t() | atom(),
27852797
"createTime" => [non_neg_integer()],
27862798
"description" => String.t() | atom(),
2799+
"errorMessageConfiguration" => error_message_configuration(),
27872800
"format" => list(any()),
27882801
"id" => String.t() | atom(),
27892802
"membershipArn" => String.t() | atom(),
@@ -3624,6 +3637,7 @@ defmodule AWS.CleanRooms do
36243637
create_analysis_template_input() :: %{
36253638
optional("analysisParameters") => list(analysis_parameter()),
36263639
optional("description") => String.t() | atom(),
3640+
optional("errorMessageConfiguration") => error_message_configuration(),
36273641
optional("schema") => analysis_schema(),
36283642
optional("tags") => map(),
36293643
required("format") => list(any()),

0 commit comments

Comments
 (0)