Skip to content

Commit 098ad22

Browse files
committed
Update services based on release-2025-09-15 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2025-09-15
1 parent 41e64cb commit 098ad22

File tree

4 files changed

+494
-1
lines changed

4 files changed

+494
-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-09-12
1+
release-2025-09-15

lib/aws/generated/medical_imaging.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ defmodule AWS.MedicalImaging do
474474
"datastoreName" => String.t() | atom(),
475475
"datastoreStatus" => list(any()),
476476
"kmsKeyArn" => String.t() | atom(),
477+
"lambdaAuthorizerArn" => String.t() | atom(),
477478
"updatedAt" => non_neg_integer()
478479
}
479480
@@ -678,6 +679,7 @@ defmodule AWS.MedicalImaging do
678679
create_datastore_request() :: %{
679680
optional("datastoreName") => String.t() | atom(),
680681
optional("kmsKeyArn") => String.t() | atom(),
682+
optional("lambdaAuthorizerArn") => String.t() | atom(),
681683
optional("tags") => map(),
682684
required("clientToken") => String.t() | atom()
683685
}
@@ -837,6 +839,7 @@ defmodule AWS.MedicalImaging do
837839
| access_denied_exception()
838840
| internal_server_exception()
839841
| service_quota_exceeded_exception()
842+
| resource_not_found_exception()
840843
| conflict_exception()
841844

842845
@type delete_datastore_errors() ::

0 commit comments

Comments
 (0)