Skip to content

Commit

Permalink
Update services based on release-2024-09-17 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 18, 2024
1 parent 2204550 commit 212a18d
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release-2024-09-16
release-2024-09-17
3 changes: 3 additions & 0 deletions lib/aws/generated/ecr.ex
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,10 @@ defmodule AWS.ECR do
enhanced_image_scan_finding() :: %{
"awsAccountId" => String.t(),
"description" => String.t(),
"exploitAvailable" => String.t(),
"findingArn" => String.t(),
"firstObservedAt" => non_neg_integer(),
"fixAvailable" => String.t(),
"lastObservedAt" => non_neg_integer(),
"packageVulnerabilityDetails" => package_vulnerability_details(),
"remediation" => remediation(),
Expand Down Expand Up @@ -1205,6 +1207,7 @@ defmodule AWS.ECR do
"arch" => String.t(),
"epoch" => integer(),
"filePath" => String.t(),
"fixedInVersion" => String.t(),
"name" => String.t(),
"packageManager" => String.t(),
"release" => String.t(),
Expand Down
Loading

0 comments on commit 212a18d

Please sign in to comment.