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
feat(client-ec2): This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones.
* that you stop the instance before taking the snapshot.</p>
50
61
* <p>Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that
51
62
* are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes
52
-
* and any associated snapshots always remain protected.</p>
53
-
* <p>You can tag your snapshots during creation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2
54
-
* resources</a> in the <i>Amazon EC2 User Guide</i>.</p>
55
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/what-is-ebs.html">Amazon EBS</a> and <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>.</p>
63
+
* and any associated snapshots always remain protected. For more information,
* <p>The Amazon Resource Name (ARN) of the Outpost on which to create a local
3027
-
* snapshot.</p>
3040
+
* <note>
3041
+
* <p>Only supported for volumes on Outposts. If the source volume is not on an Outpost,
3042
+
* omit this parameter.</p>
3043
+
* </note>
3028
3044
* <ul>
3029
3045
* <li>
3030
-
* <p>To create a snapshot of a volume in a Region, omit this parameter. The snapshot
3031
-
* is created in the same Region as the volume.</p>
3046
+
* <p>To create the snapshot on the same Outpost as the source volume, specify the
3047
+
* ARN of that Outpost. The snapshot must be created on the same Outpost as the volume.</p>
3032
3048
* </li>
3033
3049
* <li>
3034
-
* <p>To create a snapshot of a volume on an Outpost and store the snapshot in the
3035
-
* Region, omit this parameter. The snapshot is created in the Region for the
3036
-
* Outpost.</p>
3037
-
* </li>
3038
-
* <li>
3039
-
* <p>To create a snapshot of a volume on an Outpost and store the snapshot on an
3040
-
* Outpost, specify the ARN of the destination Outpost. The snapshot must be created on
3041
-
* the same Outpost as the volume.</p>
3050
+
* <p>To create the snapshot in the parent Region of the Outpost, omit this parameter.</p>
3042
3051
* </li>
3043
3052
* </ul>
3044
3053
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-snapshot">Create local snapshots from volumes on an Outpost</a> in the <i>Amazon EBS User Guide</i>.</p>
* <p>The ID of the Client VPN endpoint from which the route is to be deleted.</p>
10295
-
* @public
10296
-
*/
10297
-
ClientVpnEndpointId: string|undefined;
10298
-
10299
-
/**
10300
-
* <p>The ID of the target subnet used by the route.</p>
10301
-
* @public
10302
-
*/
10303
-
TargetVpcSubnetId?: string|undefined;
10304
-
10305
-
/**
10306
-
* <p>The IPv4 address range, in CIDR notation, of the route to be deleted.</p>
10307
-
* @public
10308
-
*/
10309
-
DestinationCidrBlock: string|undefined;
10310
-
10311
-
/**
10312
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
0 commit comments