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: lib/aws/generated/lightsail.ex
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ defmodule AWS.Lightsail do
326
326
327
327
@doc"""
328
328
Creates a block storage disk that can be attached to an Amazon Lightsail
329
-
instance in the same Availability Zone (e.g., `us-east-2a`).
329
+
instance in the same Availability Zone (`us-east-2a`).
330
330
331
331
The `create disk` operation supports tag-based access control via request tags.
332
332
For more information, see the [Amazon Lightsail Developer Guide](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags).
@@ -341,7 +341,7 @@ defmodule AWS.Lightsail do
341
341
Creates a block storage disk from a manual or automatic snapshot of a disk.
342
342
343
343
The resulting disk can be attached to an Amazon Lightsail instance in the same
344
-
Availability Zone (e.g., `us-east-2a`).
344
+
Availability Zone (`us-east-2a`).
345
345
346
346
The `create disk from snapshot` operation supports tag-based access control via
347
347
request tags and resource tags applied to the resource identified by `disk
@@ -402,7 +402,7 @@ defmodule AWS.Lightsail do
402
402
end
403
403
404
404
@doc"""
405
-
Creates a domain resource for the specified domain (e.g., example.com).
405
+
Creates a domain resource for the specified domain (example.com).
406
406
407
407
The `create domain` operation supports tag-based access control via request
408
408
tags. For more information, see the [Amazon Lightsail Developer Guide](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags).
@@ -1591,7 +1591,7 @@ defmodule AWS.Lightsail do
1591
1591
end
1592
1592
1593
1593
@doc"""
1594
-
Gets operations for a specific resource (e.g., an instance or a static IP).
1594
+
Gets operations for a specific resource (an instance or a static IP).
0 commit comments