aws-sdk-ec2 1.480.0 → 1.482.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -91,9 +91,7 @@ module Aws::EC2
91
91
 
92
92
  # Deprecated.
93
93
  #
94
- # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
95
- # workloads that require graphics acceleration, we recommend that you
96
- # use Amazon EC2 G4ad, G4dn, or G5 instances.
94
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024.
97
95
  #
98
96
  # </note>
99
97
  # @return [Array<Types::ElasticGpuAssociation>]
@@ -101,7 +99,11 @@ module Aws::EC2
101
99
  data[:elastic_gpu_associations]
102
100
  end
103
101
 
104
- # The elastic inference accelerator associated with the instance.
102
+ # Deprecated
103
+ #
104
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
105
+ #
106
+ # </note>
105
107
  # @return [Array<Types::ElasticInferenceAcceleratorAssociation>]
106
108
  def elastic_inference_accelerator_associations
107
109
  data[:elastic_inference_accelerator_associations]
@@ -336,9 +336,6 @@ module Aws::EC2
336
336
  # * `iam-instance-profile.id` - The instance profile associated with the
337
337
  # instance. Specified as an ID.
338
338
  #
339
- # * `iam-instance-profile.name` - The instance profile associated with
340
- # the instance. Specified as an name.
341
- #
342
339
  # * `image-id` - The ID of the image used to launch the instance.
343
340
  #
344
341
  # * `instance-id` - The ID of the instance.