lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.133.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.134.0
- old
+ new
@@ -61,12 +61,12 @@
# delete_on_termination: false,
# iops: 1,
# snapshot_id: "String",
# volume_size: 1,
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
- # encrypted: false,
# kms_key_id: "String",
+ # encrypted: false,
# },
# no_device: "String",
# },
# ],
# image_id: "ImageId",
@@ -828,11 +828,11 @@
# availability_zone: "String",
# availability_zone_id: "String",
# cidr_block: "String", # required
# ipv_6_cidr_block: "String",
# outpost_arn: "String",
- # vpc_id: "String", # required
+ # vpc_id: "VpcId", # required
# dry_run: false,
# })
# @param [Hash] options ({})
# @option options [String] :availability_zone
# The Availability Zone or Local Zone for the subnet.
@@ -1183,22 +1183,22 @@
# delete_on_termination: false,
# iops: 1,
# snapshot_id: "String",
# volume_size: 1,
# volume_type: "standard", # accepts standard, io1, gp2, sc1, st1
- # encrypted: false,
# kms_key_id: "String",
+ # encrypted: false,
# },
# no_device: "String",
# },
# ],
# description: "String",
# dry_run: false,
# ena_support: false,
- # kernel_id: "String",
+ # kernel_id: "KernelId",
# name: "String", # required
# billing_products: ["String"],
- # ramdisk_id: "String",
+ # ramdisk_id: "RamdiskId",
# root_device_name: "String",
# sriov_net_support: "String",
# virtualization_type: "String",
# })
# @param [Hash] options ({})