Skip to content

Commit 036315c

Browse files
committed
Update services based on release-2025-09-04 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2025-09-04
1 parent 51cdc47 commit 036315c

File tree

5 files changed

+238
-192
lines changed

5 files changed

+238
-192
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-09-03
1+
release-2025-09-04

lib/aws/generated/clean_rooms.ex

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ defmodule AWS.CleanRooms do
2323

2424
@typedoc """
2525
26+
## Example:
27+
28+
protected_job_worker_compute_configuration() :: %{
29+
"number" => [integer()],
30+
"type" => list(any())
31+
}
32+
33+
"""
34+
@type protected_job_worker_compute_configuration() :: %{(String.t() | atom()) => any()}
35+
36+
@typedoc """
37+
2638
## Example:
2739
2840
protected_query_distribute_output_configuration() :: %{
@@ -410,6 +422,7 @@ defmodule AWS.CleanRooms do
410422
## Example:
411423
412424
protected_job() :: %{
425+
"computeConfiguration" => list(),
413426
"createTime" => [non_neg_integer()],
414427
"error" => protected_job_error(),
415428
"id" => String.t() | atom(),
@@ -1876,6 +1889,7 @@ defmodule AWS.CleanRooms do
18761889
## Example:
18771890
18781891
start_protected_job_input() :: %{
1892+
optional("computeConfiguration") => list(),
18791893
optional("resultConfiguration") => protected_job_result_configuration_input(),
18801894
required("jobParameters") => protected_job_parameters(),
18811895
required("type") => list(any())

0 commit comments

Comments
 (0)