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-lightsail): This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
Copy file name to clipboardExpand all lines: clients/client-lightsail/src/Lightsail.ts
+8-5
Original file line number
Diff line number
Diff line change
@@ -1220,7 +1220,8 @@ export class Lightsail extends LightsailClient {
1220
1220
* configuration.</p>
1221
1221
*
1222
1222
* <p>You can deploy containers to your container service using container images from a public
1223
-
* registry like Docker Hub, or from your local machine. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-images">Creating container images for your Amazon Lightsail container services</a> in the
1223
+
* registry such as Amazon ECR Public, or from your local machine. For more information, see
1224
+
* <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-images">Creating container images for your Amazon Lightsail container services</a> in the
1224
1225
* <i>Amazon Lightsail Developer Guide</i>.</p>
1225
1226
*/
1226
1227
publiccreateContainerServiceDeployment(
@@ -3113,10 +3114,12 @@ export class Lightsail extends LightsailClient {
3113
3114
}
3114
3115
3115
3116
/**
3116
-
* <p>Returns information about one or more Amazon Lightsail buckets.</p>
3117
+
* <p>Returns information about one or more Amazon Lightsail buckets. The information returned
3118
+
* includes the synchronization status of the Amazon Simple Storage Service (Amazon S3)
3119
+
* account-level block public access feature for your Lightsail buckets.</p>
3117
3120
*
3118
3121
* <p>For more information about buckets, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail">Buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer
* <p>You can deploy containers to your container service using container images from a public
36
-
* registry like Docker Hub, or from your local machine. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-images">Creating container images for your Amazon Lightsail container services</a> in the
36
+
* registry such as Amazon ECR Public, or from your local machine. For more information, see
37
+
* <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-images">Creating container images for your Amazon Lightsail container services</a> in the
37
38
* <i>Amazon Lightsail Developer Guide</i>.</p>
38
39
* @example
39
40
* Use a bare-bones client and the command you need to make an API call.
* <p>Returns information about one or more Amazon Lightsail buckets.</p>
25
+
* <p>Returns information about one or more Amazon Lightsail buckets. The information returned
26
+
* includes the synchronization status of the Amazon Simple Storage Service (Amazon S3)
27
+
* account-level block public access feature for your Lightsail buckets.</p>
26
28
*
27
29
* <p>For more information about buckets, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail">Buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer
28
-
* Guide</i>..</p>
30
+
* Guide</i>.</p>
29
31
* @example
30
32
* Use a bare-bones client and the command you need to make an API call.
0 commit comments