Skip to content

Commit f56f4c4

Browse files
committed
Update services based on v1.50.30 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.50.30
1 parent b23a454 commit f56f4c4

File tree

4 files changed

+58
-12
lines changed

4 files changed

+58
-12
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.50.29
1+
v1.50.30

lib/aws/generated/access_analyzer.ex

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ defmodule AWS.AccessAnalyzer do
324324

325325
@doc """
326326
Retrieves information about the specified finding.
327+
328+
GetFinding and GetFindingV2 both use `access-analyzer:GetFinding` in the
329+
`Action` element of an IAM policy statement. You must have permission to perform
330+
the `access-analyzer:GetFinding` action.
327331
"""
328332
def get_finding(%Client{} = client, id, analyzer_arn, options \\ []) do
329333
url_path = "/finding/#{AWS.Util.encode_uri(id)}"
@@ -344,6 +348,10 @@ defmodule AWS.AccessAnalyzer do
344348

345349
@doc """
346350
Retrieves information about the specified finding.
351+
352+
GetFinding and GetFindingV2 both use `access-analyzer:GetFinding` in the
353+
`Action` element of an IAM policy statement. You must have permission to perform
354+
the `access-analyzer:GetFinding` action.
347355
"""
348356
def get_finding_v2(
349357
%Client{} = client,
@@ -482,7 +490,9 @@ defmodule AWS.AccessAnalyzer do
482490

483491
@doc """
484492
Retrieves a list of resources of the specified type that have been analyzed by
485-
the specified analyzer..
493+
the specified external access analyzer.
494+
495+
This action is not supported for unused access analyzers.
486496
"""
487497
def list_analyzed_resources(%Client{} = client, input, options \\ []) do
488498
url_path = "/analyzed-resource"
@@ -580,6 +590,10 @@ defmodule AWS.AccessAnalyzer do
580590
@doc """
581591
Retrieves a list of findings generated by the specified analyzer.
582592
593+
ListFindings and ListFindingsV2 both use `access-analyzer:ListFindings` in the
594+
`Action` element of an IAM policy statement. You must have permission to perform
595+
the `access-analyzer:ListFindings` action.
596+
583597
To learn about filter keys that you can use to retrieve a list of findings, see
584598
[IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html)
585599
in the **IAM User Guide**.
@@ -607,6 +621,10 @@ defmodule AWS.AccessAnalyzer do
607621
@doc """
608622
Retrieves a list of findings generated by the specified analyzer.
609623
624+
ListFindings and ListFindingsV2 both use `access-analyzer:ListFindings` in the
625+
`Action` element of an IAM policy statement. You must have permission to perform
626+
the `access-analyzer:ListFindings` action.
627+
610628
To learn about filter keys that you can use to retrieve a list of findings, see
611629
[IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html)
612630
in the **IAM User Guide**.

lib/aws/generated/auto_scaling.ex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,8 @@ defmodule AWS.AutoScaling do
237237
updating this limit, see [Quotas for Amazon EC2 Auto Scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-quotas.html)
238238
in the *Amazon EC2 Auto Scaling User Guide*.
239239
240-
For introductory exercises for creating an Auto Scaling group, see [Getting started with Amazon EC2 Auto
241-
Scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/GettingStartedTutorial.html)
242-
and [Tutorial: Set up a scaled and load-balanced application](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-register-lbs-with-asg.html)
243-
in the *Amazon EC2 Auto Scaling User Guide*. For more information, see [Auto Scaling
244-
groups](https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroup.html)
240+
If you're new to Amazon EC2 Auto Scaling, see the introductory tutorials in [Get started with Amazon EC2 Auto
241+
Scaling](https://docs.aws.amazon.com/autoscaling/ec2/userguide/get-started-with-ec2-auto-scaling.html)
245242
in the *Amazon EC2 Auto Scaling User Guide*.
246243
247244
Every Auto Scaling group has three size properties (`DesiredCapacity`,

lib/aws/generated/ec2.ex

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3714,7 +3714,8 @@ defmodule AWS.EC2 do
37143714
end
37153715

37163716
@doc """
3717-
Describes Capacity Block offerings available for purchase.
3717+
Describes Capacity Block offerings available for purchase in the Amazon Web
3718+
Services Region that you're currently using.
37183719
37193720
With Capacity Blocks, you purchase a specific instance type for a period of
37203721
time.
@@ -3943,7 +3944,10 @@ defmodule AWS.EC2 do
39433944
@doc """
39443945
Describes the running instances for the specified EC2 Fleet.
39453946
3946-
For more information, see [Monitor your EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet)
3947+
Currently, `DescribeFleetInstances` does not support fleets of type `instant`.
3948+
Instead, use `DescribeFleets`, specifying the `instant` fleet ID in the request.
3949+
3950+
For more information, see [Describe your EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet)
39473951
in the *Amazon EC2 User Guide*.
39483952
"""
39493953
def describe_fleet_instances(%Client{} = client, input, options \\ []) do
@@ -3953,9 +3957,12 @@ defmodule AWS.EC2 do
39533957
end
39543958

39553959
@doc """
3956-
Describes the specified EC2 Fleets or all of your EC2 Fleets.
3960+
Describes the specified EC2 Fleet or all of your EC2 Fleets.
3961+
3962+
If a fleet is of type `instant`, you must specify the fleet ID in the request,
3963+
otherwise the fleet does not appear in the response.
39573964
3958-
For more information, see [Monitor your EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet)
3965+
For more information, see [Describe your EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet)
39593966
in the *Amazon EC2 User Guide*.
39603967
"""
39613968
def describe_fleets(%Client{} = client, input, options \\ []) do
@@ -4270,6 +4277,10 @@ defmodule AWS.EC2 do
42704277
* **Instance state** - You can manage your instances from the moment
42714278
you launch them through their termination. For more information, see [Instance lifecycle](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html)
42724279
in the *Amazon EC2 User Guide*.
4280+
4281+
The order of the elements in the response, including those within nested
4282+
structures, might vary. Applications should not assume the elements appear in a
4283+
particular order.
42734284
"""
42744285
def describe_instance_status(%Client{} = client, input, options \\ []) do
42754286
meta = metadata()
@@ -4358,6 +4369,10 @@ defmodule AWS.EC2 do
43584369
affected zone, or do not specify any instance IDs at all, the call fails. If you
43594370
describe instances and specify only instance IDs that are in an unaffected zone,
43604371
the call works normally.
4372+
4373+
The order of the elements in the response, including those within nested
4374+
structures, might vary. Applications should not assume the elements appear in a
4375+
particular order.
43614376
"""
43624377
def describe_instances(%Client{} = client, input, options \\ []) do
43634378
meta = metadata()
@@ -4801,6 +4816,10 @@ defmodule AWS.EC2 do
48014816
48024817
For more information about Reserved Instances, see [Reserved Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html)
48034818
in the *Amazon EC2 User Guide*.
4819+
4820+
The order of the elements in the response, including those within nested
4821+
structures, might vary. Applications should not assume the elements appear in a
4822+
particular order.
48044823
"""
48054824
def describe_reserved_instances(%Client{} = client, input, options \\ []) do
48064825
meta = metadata()
@@ -4830,6 +4849,10 @@ defmodule AWS.EC2 do
48304849
48314850
For more information, see [Reserved Instance Marketplace](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html)
48324851
in the *Amazon EC2 User Guide*.
4852+
4853+
The order of the elements in the response, including those within nested
4854+
structures, might vary. Applications should not assume the elements appear in a
4855+
particular order.
48334856
"""
48344857
def describe_reserved_instances_listings(%Client{} = client, input, options \\ []) do
48354858
meta = metadata()
@@ -4846,6 +4869,10 @@ defmodule AWS.EC2 do
48464869
48474870
For more information, see [Modifying Reserved Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html)
48484871
in the *Amazon EC2 User Guide*.
4872+
4873+
The order of the elements in the response, including those within nested
4874+
structures, might vary. Applications should not assume the elements appear in a
4875+
particular order.
48494876
"""
48504877
def describe_reserved_instances_modifications(%Client{} = client, input, options \\ []) do
48514878
meta = metadata()
@@ -4867,6 +4894,10 @@ defmodule AWS.EC2 do
48674894
48684895
For more information, see [Reserved Instance Marketplace](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html)
48694896
in the *Amazon EC2 User Guide*.
4897+
4898+
The order of the elements in the response, including those within nested
4899+
structures, might vary. Applications should not assume the elements appear in a
4900+
particular order.
48704901
"""
48714902
def describe_reserved_instances_offerings(%Client{} = client, input, options \\ []) do
48724903
meta = metadata()
@@ -7715,7 +7746,7 @@ defmodule AWS.EC2 do
77157746
77167747
* Modify the affinity between an instance and a [Dedicated Host](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html).
77177748
When affinity is set to `host` and the instance is not associated with a
7718-
specific Dedicated Host, the next time the instance is launched, it is
7749+
specific Dedicated Host, the next time the instance is started, it is
77197750
automatically associated with the host on which it lands. If the instance is
77207751
restarted or rebooted, this relationship persists.
77217752

0 commit comments

Comments
 (0)