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
* bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
37
37
* Resources</a>.</p>
38
38
* <p>For information about the Amazon S3 inventory feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-inventory.html">Amazon S3 Inventory</a>.</p>
39
+
* <note>
40
+
* <p>After deleting a configuration, Amazon S3 might still deliver one additional inventory
41
+
* report during a brief transition period while the system processes the deletion.</p>
42
+
* </note>
39
43
* <p>Operations related to <code>DeleteBucketInventoryConfiguration</code> include: </p>
* <p>This operation is not supported for directory buckets.</p>
32
-
* </note>
33
-
* <p>Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics
30
+
* <p>Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics
34
31
* configuration ID) from the bucket. Note that this doesn't include the daily storage metrics.</p>
35
-
* <p> To use this operation, you must have permissions to perform the
36
-
* <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by default. The
37
-
* bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
38
-
* Resources</a>.</p>
32
+
* <note>
33
+
* <p>
34
+
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
37
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
38
+
* <i>Amazon S3 User Guide</i>.</p>
39
+
* </note>
40
+
* <dl>
41
+
* <dt>Permissions</dt>
42
+
* <dd>
43
+
* <p> To use this operation, you must have permissions to perform the
44
+
* <code>s3:PutMetricsConfiguration</code> action. The bucket owner has this permission by default. The
45
+
* bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
46
+
* Resources</a>.</p>
47
+
* <ul>
48
+
* <li>
49
+
* <p>
50
+
* <b>General purpose bucket permissions</b> - The
51
+
* <code>s3:PutMetricsConfiguration</code> permission is required in a policy. For more information
52
+
* about general purpose buckets permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
53
+
* Policies</a> in the <i>Amazon S3 User Guide</i>.</p>
54
+
* </li>
55
+
* <li>
56
+
* <p>
57
+
* <b>Directory bucket permissions</b> - To grant access to
58
+
* this API operation, you must have the <code>s3express:PutMetricsConfiguration</code> permission in
59
+
* an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
60
+
* For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
61
+
* </li>
62
+
* </ul>
63
+
* </dd>
64
+
* <dt>HTTP Host header syntax</dt>
65
+
* <dd>
66
+
* <p>
67
+
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
68
+
* </dd>
69
+
* </dl>
39
70
* <p>For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon CloudWatch</a>. </p>
40
71
* <p>The following operations are related to <code>DeleteBucketMetricsConfiguration</code>:</p>
* <p>This operation is not supported for directory buckets.</p>
33
-
* </note>
34
-
* <p>Gets a metrics configuration (specified by the metrics configuration ID) from the bucket. Note that
31
+
* <p>Gets a metrics configuration (specified by the metrics configuration ID) from the bucket. Note that
35
32
* this doesn't include the daily storage metrics.</p>
36
-
* <p> To use this operation, you must have permissions to perform the
37
-
* <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
38
-
* bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
39
-
* Resources</a>.</p>
33
+
* <note>
34
+
* <p>
35
+
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
38
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
39
+
* <i>Amazon S3 User Guide</i>.</p>
40
+
* </note>
41
+
* <dl>
42
+
* <dt>Permissions</dt>
43
+
* <dd>
44
+
* <p> To use this operation, you must have permissions to perform the
45
+
* <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
46
+
* bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
47
+
* Resources</a>.</p>
48
+
* <ul>
49
+
* <li>
50
+
* <p>
51
+
* <b>General purpose bucket permissions</b> - The
52
+
* <code>s3:GetMetricsConfiguration</code> permission is required in a policy. For more information
53
+
* about general purpose buckets permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
54
+
* Policies</a> in the <i>Amazon S3 User Guide</i>.</p>
55
+
* </li>
56
+
* <li>
57
+
* <p>
58
+
* <b>Directory bucket permissions</b> - To grant access to
59
+
* this API operation, you must have the <code>s3express:GetMetricsConfiguration</code> permission in
60
+
* an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
61
+
* For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
62
+
* </li>
63
+
* </ul>
64
+
* </dd>
65
+
* <dt>HTTP Host header syntax</dt>
66
+
* <dd>
67
+
* <p>
68
+
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
69
+
* </dd>
70
+
* </dl>
40
71
* <p> For information about CloudWatch request metrics for Amazon S3, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with Amazon
41
72
* CloudWatch</a>.</p>
42
73
* <p>The following operations are related to <code>GetBucketMetricsConfiguration</code>:</p>
* <p>This operation is not supported for directory buckets.</p>
33
-
* </note>
34
-
* <p>Lists the metrics configurations for the bucket. The metrics configurations are only for the request
31
+
* <p>Lists the metrics configurations for the bucket. The metrics configurations are only for the request
35
32
* metrics of the bucket and do not provide information on daily storage metrics. You can have up to 1,000
36
33
* configurations per bucket.</p>
34
+
* <note>
35
+
* <p>
36
+
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
* For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
39
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
40
+
* <i>Amazon S3 User Guide</i>.</p>
41
+
* </note>
37
42
* <p>This action supports list pagination and does not return more than 100 configurations at a time.
38
43
* Always check the <code>IsTruncated</code> element in the response. If there are no more configurations
39
44
* to list, <code>IsTruncated</code> is set to false. If there are more configurations to list,
40
45
* <code>IsTruncated</code> is set to true, and there is a value in <code>NextContinuationToken</code>.
41
46
* You use the <code>NextContinuationToken</code> value to continue the pagination of the list by passing
42
47
* the value in <code>continuation-token</code> in the request to <code>GET</code> the next page.</p>
43
-
* <p>To use this operation, you must have permissions to perform the
44
-
* <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
45
-
* bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
46
-
* Resources</a>.</p>
48
+
* <dl>
49
+
* <dt>Permissions</dt>
50
+
* <dd>
51
+
* <p>To use this operation, you must have permissions to perform the
52
+
* <code>s3:GetMetricsConfiguration</code> action. The bucket owner has this permission by default. The
53
+
* bucket owner can grant this permission to others. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
54
+
* Resources</a>.</p>
55
+
* <ul>
56
+
* <li>
57
+
* <p>
58
+
* <b>General purpose bucket permissions</b> - The
59
+
* <code>s3:GetMetricsConfiguration</code> permission is required in a policy. For more information
60
+
* about general purpose buckets permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
61
+
* Policies</a> in the <i>Amazon S3 User Guide</i>.</p>
62
+
* </li>
63
+
* <li>
64
+
* <p>
65
+
* <b>Directory bucket permissions</b> - To grant access to
66
+
* this API operation, you must have the <code>s3express:GetMetricsConfiguration</code> permission in
67
+
* an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource.
68
+
* For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
69
+
* </li>
70
+
* </ul>
71
+
* </dd>
72
+
* <dt>HTTP Host header syntax</dt>
73
+
* <dd>
74
+
* <p>
75
+
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
76
+
* </dd>
77
+
* </dl>
47
78
* <p>For more information about metrics configurations and CloudWatch request metrics, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cloudwatch-monitoring.html">Monitoring Metrics with
48
79
* Amazon CloudWatch</a>.</p>
49
80
* <p>The following operations are related to <code>ListBucketMetricsConfigurations</code>:</p>
@@ -135,6 +166,7 @@ export class ListBucketMetricsConfigurationsCommand extends $Command
0 commit comments