@@ -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