lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.205.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.206.0

- old
+ new

@@ -519,21 +519,18 @@ # # # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html # @option options [Types::EnclaveOptionsRequest] :enclave_options # Indicates whether the instance is enabled for AWS Nitro Enclaves. For - # more information, see [ AWS Nitro Enclaves][1] in the *Amazon Elastic - # Compute Cloud User Guide*. + # more information, see [ What is AWS Nitro Enclaves?][1] in the *AWS + # Nitro Enclaves User Guide*. # # You can't enable AWS Nitro Enclaves and hibernation on the same - # instance. For more information about AWS Nitro Enclaves requirements, - # see [ AWS Nitro Enclaves][2] in the *Amazon Elastic Compute Cloud User - # Guide*. + # instance. # # # - # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave.html - # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave.html#nitro-enclave-reqs + # [1]: https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html # @return [Instance::Collection] def create_instances(options = {}) batch = [] resp = @client.run_instances(options) resp.data.instances.each do |i|