sig/placement_group.rbs in aws-sdk-ec2-1.479.0 vs sig/placement_group.rbs in aws-sdk-ec2-1.480.0

- old
+ new

@@ -58,17 +58,17 @@ ) -> ::Aws::EmptyStructure | (?Hash[Symbol, untyped]) -> ::Aws::EmptyStructure # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/PlacementGroup.html#instances-instance_method def instances: ( + ?instance_ids: Array[::String], + ?dry_run: bool, ?filters: Array[ { name: ::String?, values: Array[::String]? }, - ], - ?instance_ids: Array[::String], - ?dry_run: bool + ] ) -> Instance::Collection | (?Hash[Symbol, untyped]) -> Instance::Collection class Collection < ::Aws::Resources::Collection[PlacementGroup] end