lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.274.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.275.0
- old
+ new
@@ -1900,9 +1900,21 @@
# @param [Hash] options ({})
# @option options [Array<String>] :executable_users
# Scopes the images by users with explicit launch permissions. Specify
# an Amazon Web Services account ID, `self` (the sender of the request),
# or `all` (public AMIs).
+ #
+ # * If you specify an Amazon Web Services account ID that is not your
+ # own, only AMIs shared with that specific Amazon Web Services account
+ # ID are returned. However, AMIs that are shared with the account’s
+ # organization or organizational unit (OU) are not returned.
+ #
+ # * If you specify `self` or your own Amazon Web Services account ID,
+ # AMIs shared with your account are returned. In addition, AMIs that
+ # are shared with the organization or OU of which you are member are
+ # also returned.
+ #
+ # * If you specify `all`, all public AMIs are returned.
# @option options [Array<Types::Filter>] :filters
# The filters.
#
# * `architecture` - The image architecture (`i386` \| `x86_64` \|
# `arm64`).