Skip to content

Commit

Permalink
Update services based on release-2024-10-11 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 12, 2024
1 parent 520ae4f commit 5ef8b41
Show file tree
Hide file tree
Showing 6 changed files with 748 additions and 61 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-10-10
release-2024-10-11
14 changes: 14 additions & 0 deletions lib/aws/generated/elastic_load_balancingv2.ex
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,19 @@ defmodule AWS.ElasticLoadBalancingv2 do

@typedoc """
## Example:
administrative_override() :: %{
"Description" => String.t(),
"Reason" => list(any()),
"State" => list(any())
}
"""
@type administrative_override() :: %{String.t() => any()}

@typedoc """
## Example:
add_trust_store_revocations_output() :: %{
Expand Down Expand Up @@ -1242,6 +1255,7 @@ defmodule AWS.ElasticLoadBalancingv2 do
## Example:
target_health_description() :: %{
"AdministrativeOverride" => administrative_override(),
"AnomalyDetection" => anomaly_detection(),
"HealthCheckPort" => String.t(),
"Target" => target_description(),
Expand Down
3 changes: 3 additions & 0 deletions lib/aws/generated/emr.ex
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ defmodule AWS.EMR do
## Example:
instance_fleet() :: %{
"Context" => String.t(),
"Id" => String.t(),
"InstanceFleetType" => list(any()),
"InstanceTypeSpecifications" => list(instance_type_specification()()),
Expand Down Expand Up @@ -2400,6 +2401,7 @@ defmodule AWS.EMR do
## Example:
instance_fleet_config() :: %{
"Context" => String.t(),
"InstanceFleetType" => list(any()),
"InstanceTypeConfigs" => list(instance_type_config()()),
"LaunchSpecifications" => instance_fleet_provisioning_specifications(),
Expand Down Expand Up @@ -2456,6 +2458,7 @@ defmodule AWS.EMR do
## Example:
instance_fleet_modify_config() :: %{
"Context" => String.t(),
"InstanceFleetId" => String.t(),
"InstanceTypeConfigs" => list(instance_type_config()()),
"ResizeSpecifications" => instance_fleet_resizing_specifications(),
Expand Down
1 change: 1 addition & 0 deletions lib/aws/generated/guard_duty.ex
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ defmodule AWS.GuardDuty do
"Blocked" => boolean(),
"ConnectionDirection" => String.t(),
"LocalIpDetails" => local_ip_details(),
"LocalNetworkInterface" => String.t(),
"LocalPortDetails" => local_port_details(),
"Protocol" => String.t(),
"RemoteIpDetails" => remote_ip_details(),
Expand Down
Loading

0 comments on commit 5ef8b41

Please sign in to comment.