@@ -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