You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/src/Services/EC2/Generated/Model/CreateSubnetCidrReservationRequest.cs
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,10 @@ namespace Amazon.EC2.Model
30
30
{
31
31
/// <summary>
32
32
/// Container for the parameters to the CreateSubnetCidrReservation operation.
33
-
/// Creates a subnet CIDR reservation. For information about subnet CIDR reservations,
34
-
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/subnet-cidr-reservation.html">Subnet
35
-
/// CIDR reservations</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.
33
+
/// Creates a subnet CIDR reservation. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/subnet-cidr-reservation.html">Subnet
34
+
/// CIDR reservations</a> in the <i>Amazon Virtual Private Cloud User Guide</i> and <a
Copy file name to clipboardExpand all lines: sdk/src/Services/EC2/Generated/Model/DeleteLaunchTemplateVersionsRequest.cs
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,25 @@ namespace Amazon.EC2.Model
30
30
{
31
31
/// <summary>
32
32
/// Container for the parameters to the DeleteLaunchTemplateVersions operation.
33
-
/// Deletes one or more versions of a launch template. You cannot delete the default version
34
-
/// of a launch template; you must first assign a different version as the default. If
35
-
/// the default version is the only version for the launch template, you must delete the
36
-
/// entire launch template using <a>DeleteLaunchTemplate</a>.
33
+
/// Deletes one or more versions of a launch template.
34
+
///
35
+
///
36
+
/// <para>
37
+
/// You can't delete the default version of a launch template; you must first assign a
38
+
/// different version as the default. If the default version is the only version for the
39
+
/// launch template, you must delete the entire launch template using <a>DeleteLaunchTemplate</a>.
40
+
/// </para>
41
+
///
42
+
/// <para>
43
+
/// You can delete up to 200 launch template versions in a single request. To delete more
44
+
/// than 200 versions in a single request, use <a>DeleteLaunchTemplate</a>, which deletes
45
+
/// the launch template and all of its versions.
46
+
/// </para>
47
+
///
48
+
/// <para>
49
+
/// For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html#delete-launch-template-version">Delete
50
+
/// a launch template version</a> in the <i>EC2 User Guide</i>.
0 commit comments