Skip to content

Commit

Permalink
Update services based on release-2025-01-17 of AWS Go SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jan 18, 2025
1 parent e1a8aa1 commit f83e1a1
Show file tree
Hide file tree
Showing 4 changed files with 1,408 additions and 148 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-2025-01-16
release-2025-01-17
4 changes: 2 additions & 2 deletions lib/aws/generated/detective.ex
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defmodule AWS.Detective do
Remove their account from a behavior graph.
All API actions are logged as CloudTrail events. See [Logging Detective API Calls with
CloudTrail](https://docs.aws.amazon.com/detective/latest/adminguide/logging-using-cloudtrail.html).
CloudTrail](https://docs.aws.amazon.com/detective/latest/userguide/logging-using-cloudtrail.html).
We replaced the term "master account" with the term "administrator account". An
administrator account is used to centrally manage multiple accounts. In the case
Expand Down Expand Up @@ -2242,7 +2242,7 @@ defmodule AWS.Detective do
end

@doc """
Starts a data source packages for the behavior graph.
Starts a data source package for the Detective behavior graph.
"""
@spec update_datasource_packages(map(), update_datasource_packages_request(), list()) ::
{:ok, nil, any()}
Expand Down
25 changes: 11 additions & 14 deletions lib/aws/generated/ec2.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28918,16 +28918,14 @@ defmodule AWS.EC2 do
end

@doc """
Assigns one or more IPv6 addresses to the specified network interface.
Assigns the specified IPv6 addresses to the specified network interface.

You can
specify one or more specific IPv6 addresses, or you can specify the number of
IPv6
addresses to be automatically assigned from within the subnet's IPv6 CIDR block
range.
specify specific IPv6 addresses, or you can specify the number of IPv6
addresses to be automatically assigned from the subnet's IPv6 CIDR block range.
You can assign as many IPv6 addresses to a network interface as you can assign
private
IPv4 addresses, and the limit varies per instance type.
IPv4 addresses, and the limit varies by instance type.

You must specify either the IPv6 addresses or the IPv6 address count in the
request.
Expand All @@ -28951,12 +28949,11 @@ defmodule AWS.EC2 do
end

@doc """
Assigns one or more secondary private IP addresses to the specified network
Assigns the specified secondary private IP addresses to the specified network
interface.

You can specify one or more specific secondary IP addresses, or you can specify
the number
of secondary IP addresses to be automatically assigned within the subnet's CIDR
You can specify specific secondary IP addresses, or you can specify the number
of secondary IP addresses to be automatically assigned from the subnet's CIDR
block range.
The number of secondary IP addresses that you can assign to an instance varies
by instance type.
Expand Down Expand Up @@ -30876,7 +30873,7 @@ defmodule AWS.EC2 do
@doc """
Creates a managed prefix list.

You can specify one or more entries for the prefix list.
You can specify entries for the prefix list.
Each entry consists of a CIDR block and an optional description.
"""
@spec create_managed_prefix_list(map(), create_managed_prefix_list_request(), list()) ::
Expand Down Expand Up @@ -35590,7 +35587,7 @@ defmodule AWS.EC2 do
end

@doc """
Describes one or more of your network interfaces.
Describes the specified network interfaces or all your network interfaces.

If you have a large number of network interfaces, the operation fails unless
you use pagination or one of the following filters: `group-id`,
Expand Down Expand Up @@ -43227,7 +43224,7 @@ defmodule AWS.EC2 do
end

@doc """
Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a
Unassigns the specified IPv6 addresses or Prefix Delegation prefixes from a
network interface.
"""
@spec unassign_ipv6_addresses(map(), unassign_ipv6_addresses_request(), list()) ::
Expand All @@ -43240,7 +43237,7 @@ defmodule AWS.EC2 do
end

@doc """
Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation
Unassigns the specified secondary private IP addresses or IPv4 Prefix Delegation
prefixes from a
network interface.
"""
Expand Down
Loading

0 comments on commit f83e1a1

Please sign in to comment.