Skip to content

Commit 08cdf5b

Browse files
Documentation updates for EFS access points limit increase
1 parent fad7439 commit 08cdf5b

File tree

12 files changed

+320
-320
lines changed

12 files changed

+320
-320
lines changed

generator/ServiceModels/elasticfilesystem/elasticfilesystem-2015-02-01.docs.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

generator/ServiceModels/elasticfilesystem/elasticfilesystem-2015-02-01.endpoint-tests.json

Lines changed: 131 additions & 131 deletions
Large diffs are not rendered by default.

generator/ServiceModels/elasticfilesystem/elasticfilesystem-2015-02-01.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{"shape":"AccessPointLimitExceeded"},
3030
{"shape":"ThrottlingException"}
3131
],
32-
"documentation":"<p>Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see <a href=\"https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html\">Mounting a file system using EFS access points</a>.</p> <note> <p>If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 120 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit.</p> </note> <p>This operation requires permissions for the <code>elasticfilesystem:CreateAccessPoint</code> action.</p>"
32+
"documentation":"<p>Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see <a href=\"https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html\">Mounting a file system using EFS access points</a>.</p> <note> <p>If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 1000 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit.</p> </note> <p>This operation requires permissions for the <code>elasticfilesystem:CreateAccessPoint</code> action.</p>"
3333
},
3434
"CreateFileSystem":{
3535
"name":"CreateFileSystem",
@@ -293,7 +293,7 @@
293293
{"shape":"InternalServerError"},
294294
{"shape":"FileSystemNotFound"}
295295
],
296-
"documentation":"<p>Returns the description of a specific Amazon EFS file system if either the file system <code>CreationToken</code> or the <code>FileSystemId</code> is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.</p> <p>When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code> parameter to limit the number of descriptions in a response. Currently, this number is automatically set to 10. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>, an opaque token, in the response. In this case, you should send a subsequent request with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>. </p> <p>To retrieve a list of your file system descriptions, this operation is used in an iterative process, where <code>DescribeFileSystems</code> is called first without the <code>Marker</code> and then the operation continues to call it with the <code>Marker</code> parameter set to the value of the <code>NextMarker</code> from the previous response until the response has no <code>NextMarker</code>. </p> <p> The order of file systems returned in the response of one <code>DescribeFileSystems</code> call and the order of file systems returned across the responses of a multi-call iteration is unspecified. </p> <p> This operation requires permissions for the <code>elasticfilesystem:DescribeFileSystems</code> action. </p>"
296+
"documentation":"<p>Returns the description of a specific Amazon EFS file system if either the file system <code>CreationToken</code> or the <code>FileSystemId</code> is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.</p> <p>When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code> parameter to limit the number of descriptions in a response. This number is automatically set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>, an opaque token, in the response. In this case, you should send a subsequent request with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>. </p> <p>To retrieve a list of your file system descriptions, this operation is used in an iterative process, where <code>DescribeFileSystems</code> is called first without the <code>Marker</code> and then the operation continues to call it with the <code>Marker</code> parameter set to the value of the <code>NextMarker</code> from the previous response until the response has no <code>NextMarker</code>. </p> <p> The order of file systems returned in the response of one <code>DescribeFileSystems</code> call and the order of file systems returned across the responses of a multi-call iteration is unspecified. </p> <p> This operation requires permissions for the <code>elasticfilesystem:DescribeFileSystems</code> action. </p>"
297297
},
298298
"DescribeLifecycleConfiguration":{
299299
"name":"DescribeLifecycleConfiguration",

sdk/src/Services/ElasticFileSystem/Generated/Model/CreateAccessPointRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace Amazon.ElasticFileSystem.Model
4242
/// <note>
4343
/// <para>
4444
/// If multiple requests to create access points on the same file system are sent in quick
45-
/// succession, and the file system is near the limit of 120 access points, you may experience
45+
/// succession, and the file system is near the limit of 1000 access points, you may experience
4646
/// a throttling response for these requests. This is to ensure that the file system does
4747
/// not exceed the stated access point limit.
4848
/// </para>

sdk/src/Services/ElasticFileSystem/Generated/Model/DescribeFileSystemsRequest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ namespace Amazon.ElasticFileSystem.Model
3838
///
3939
/// <para>
4040
/// When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code>
41-
/// parameter to limit the number of descriptions in a response. Currently, this number
42-
/// is automatically set to 10. If more file system descriptions remain, Amazon EFS returns
43-
/// a <code>NextMarker</code>, an opaque token, in the response. In this case, you should
44-
/// send a subsequent request with the <code>Marker</code> request parameter set to the
45-
/// value of <code>NextMarker</code>.
41+
/// parameter to limit the number of descriptions in a response. This number is automatically
42+
/// set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>,
43+
/// an opaque token, in the response. In this case, you should send a subsequent request
44+
/// with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>.
45+
///
4646
/// </para>
4747
///
4848
/// <para>

sdk/src/Services/ElasticFileSystem/Generated/_bcl35/AmazonElasticFileSystemClient.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ protected override void Dispose(bool disposing)
289289
/// <note>
290290
/// <para>
291291
/// If multiple requests to create access points on the same file system are sent in quick
292-
/// succession, and the file system is near the limit of 120 access points, you may experience
292+
/// succession, and the file system is near the limit of 1000 access points, you may experience
293293
/// a throttling response for these requests. This is to ensure that the file system does
294294
/// not exceed the stated access point limit.
295295
/// </para>
@@ -2121,11 +2121,11 @@ public virtual DescribeFileSystemPolicyResponse EndDescribeFileSystemPolicy(IAsy
21212121
///
21222122
/// <para>
21232123
/// When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code>
2124-
/// parameter to limit the number of descriptions in a response. Currently, this number
2125-
/// is automatically set to 10. If more file system descriptions remain, Amazon EFS returns
2126-
/// a <code>NextMarker</code>, an opaque token, in the response. In this case, you should
2127-
/// send a subsequent request with the <code>Marker</code> request parameter set to the
2128-
/// value of <code>NextMarker</code>.
2124+
/// parameter to limit the number of descriptions in a response. This number is automatically
2125+
/// set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>,
2126+
/// an opaque token, in the response. In this case, you should send a subsequent request
2127+
/// with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>.
2128+
///
21292129
/// </para>
21302130
///
21312131
/// <para>

sdk/src/Services/ElasticFileSystem/Generated/_bcl35/IAmazonElasticFileSystem.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public partial interface IAmazonElasticFileSystem : IAmazonService, IDisposable
6969
/// <note>
7070
/// <para>
7171
/// If multiple requests to create access points on the same file system are sent in quick
72-
/// succession, and the file system is near the limit of 120 access points, you may experience
72+
/// succession, and the file system is near the limit of 1000 access points, you may experience
7373
/// a throttling response for these requests. This is to ensure that the file system does
7474
/// not exceed the stated access point limit.
7575
/// </para>
@@ -1673,11 +1673,11 @@ public partial interface IAmazonElasticFileSystem : IAmazonService, IDisposable
16731673
///
16741674
/// <para>
16751675
/// When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code>
1676-
/// parameter to limit the number of descriptions in a response. Currently, this number
1677-
/// is automatically set to 10. If more file system descriptions remain, Amazon EFS returns
1678-
/// a <code>NextMarker</code>, an opaque token, in the response. In this case, you should
1679-
/// send a subsequent request with the <code>Marker</code> request parameter set to the
1680-
/// value of <code>NextMarker</code>.
1676+
/// parameter to limit the number of descriptions in a response. This number is automatically
1677+
/// set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>,
1678+
/// an opaque token, in the response. In this case, you should send a subsequent request
1679+
/// with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>.
1680+
///
16811681
/// </para>
16821682
///
16831683
/// <para>

sdk/src/Services/ElasticFileSystem/Generated/_bcl45/AmazonElasticFileSystemClient.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ protected override void Dispose(bool disposing)
289289
/// <note>
290290
/// <para>
291291
/// If multiple requests to create access points on the same file system are sent in quick
292-
/// succession, and the file system is near the limit of 120 access points, you may experience
292+
/// succession, and the file system is near the limit of 1000 access points, you may experience
293293
/// a throttling response for these requests. This is to ensure that the file system does
294294
/// not exceed the stated access point limit.
295295
/// </para>
@@ -353,7 +353,7 @@ public virtual CreateAccessPointResponse CreateAccessPoint(CreateAccessPointRequ
353353
/// <note>
354354
/// <para>
355355
/// If multiple requests to create access points on the same file system are sent in quick
356-
/// succession, and the file system is near the limit of 120 access points, you may experience
356+
/// succession, and the file system is near the limit of 1000 access points, you may experience
357357
/// a throttling response for these requests. This is to ensure that the file system does
358358
/// not exceed the stated access point limit.
359359
/// </para>
@@ -2953,11 +2953,11 @@ public virtual DescribeFileSystemPolicyResponse DescribeFileSystemPolicy(Describ
29532953
///
29542954
/// <para>
29552955
/// When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code>
2956-
/// parameter to limit the number of descriptions in a response. Currently, this number
2957-
/// is automatically set to 10. If more file system descriptions remain, Amazon EFS returns
2958-
/// a <code>NextMarker</code>, an opaque token, in the response. In this case, you should
2959-
/// send a subsequent request with the <code>Marker</code> request parameter set to the
2960-
/// value of <code>NextMarker</code>.
2956+
/// parameter to limit the number of descriptions in a response. This number is automatically
2957+
/// set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>,
2958+
/// an opaque token, in the response. In this case, you should send a subsequent request
2959+
/// with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>.
2960+
///
29612961
/// </para>
29622962
///
29632963
/// <para>
@@ -3013,11 +3013,11 @@ public virtual DescribeFileSystemsResponse DescribeFileSystems(DescribeFileSyste
30133013
///
30143014
/// <para>
30153015
/// When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code>
3016-
/// parameter to limit the number of descriptions in a response. Currently, this number
3017-
/// is automatically set to 10. If more file system descriptions remain, Amazon EFS returns
3018-
/// a <code>NextMarker</code>, an opaque token, in the response. In this case, you should
3019-
/// send a subsequent request with the <code>Marker</code> request parameter set to the
3020-
/// value of <code>NextMarker</code>.
3016+
/// parameter to limit the number of descriptions in a response. This number is automatically
3017+
/// set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>,
3018+
/// an opaque token, in the response. In this case, you should send a subsequent request
3019+
/// with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>.
3020+
///
30213021
/// </para>
30223022
///
30233023
/// <para>

sdk/src/Services/ElasticFileSystem/Generated/_bcl45/IAmazonElasticFileSystem.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public partial interface IAmazonElasticFileSystem : IAmazonService, IDisposable
6767
/// <note>
6868
/// <para>
6969
/// If multiple requests to create access points on the same file system are sent in quick
70-
/// succession, and the file system is near the limit of 120 access points, you may experience
70+
/// succession, and the file system is near the limit of 1000 access points, you may experience
7171
/// a throttling response for these requests. This is to ensure that the file system does
7272
/// not exceed the stated access point limit.
7373
/// </para>
@@ -125,7 +125,7 @@ public partial interface IAmazonElasticFileSystem : IAmazonService, IDisposable
125125
/// <note>
126126
/// <para>
127127
/// If multiple requests to create access points on the same file system are sent in quick
128-
/// succession, and the file system is near the limit of 120 access points, you may experience
128+
/// succession, and the file system is near the limit of 1000 access points, you may experience
129129
/// a throttling response for these requests. This is to ensure that the file system does
130130
/// not exceed the stated access point limit.
131131
/// </para>
@@ -2500,11 +2500,11 @@ public partial interface IAmazonElasticFileSystem : IAmazonService, IDisposable
25002500
///
25012501
/// <para>
25022502
/// When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code>
2503-
/// parameter to limit the number of descriptions in a response. Currently, this number
2504-
/// is automatically set to 10. If more file system descriptions remain, Amazon EFS returns
2505-
/// a <code>NextMarker</code>, an opaque token, in the response. In this case, you should
2506-
/// send a subsequent request with the <code>Marker</code> request parameter set to the
2507-
/// value of <code>NextMarker</code>.
2503+
/// parameter to limit the number of descriptions in a response. This number is automatically
2504+
/// set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>,
2505+
/// an opaque token, in the response. In this case, you should send a subsequent request
2506+
/// with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>.
2507+
///
25082508
/// </para>
25092509
///
25102510
/// <para>
@@ -2554,11 +2554,11 @@ public partial interface IAmazonElasticFileSystem : IAmazonService, IDisposable
25542554
///
25552555
/// <para>
25562556
/// When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code>
2557-
/// parameter to limit the number of descriptions in a response. Currently, this number
2558-
/// is automatically set to 10. If more file system descriptions remain, Amazon EFS returns
2559-
/// a <code>NextMarker</code>, an opaque token, in the response. In this case, you should
2560-
/// send a subsequent request with the <code>Marker</code> request parameter set to the
2561-
/// value of <code>NextMarker</code>.
2557+
/// parameter to limit the number of descriptions in a response. This number is automatically
2558+
/// set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>,
2559+
/// an opaque token, in the response. In this case, you should send a subsequent request
2560+
/// with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>.
2561+
///
25622562
/// </para>
25632563
///
25642564
/// <para>

sdk/src/Services/ElasticFileSystem/Generated/_netstandard/AmazonElasticFileSystemClient.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ internal virtual CreateAccessPointResponse CreateAccessPoint(CreateAccessPointRe
303303
/// <note>
304304
/// <para>
305305
/// If multiple requests to create access points on the same file system are sent in quick
306-
/// succession, and the file system is near the limit of 120 access points, you may experience
306+
/// succession, and the file system is near the limit of 1000 access points, you may experience
307307
/// a throttling response for these requests. This is to ensure that the file system does
308308
/// not exceed the stated access point limit.
309309
/// </para>
@@ -1842,11 +1842,11 @@ internal virtual DescribeFileSystemsResponse DescribeFileSystems(DescribeFileSys
18421842
///
18431843
/// <para>
18441844
/// When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code>
1845-
/// parameter to limit the number of descriptions in a response. Currently, this number
1846-
/// is automatically set to 10. If more file system descriptions remain, Amazon EFS returns
1847-
/// a <code>NextMarker</code>, an opaque token, in the response. In this case, you should
1848-
/// send a subsequent request with the <code>Marker</code> request parameter set to the
1849-
/// value of <code>NextMarker</code>.
1845+
/// parameter to limit the number of descriptions in a response. This number is automatically
1846+
/// set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>,
1847+
/// an opaque token, in the response. In this case, you should send a subsequent request
1848+
/// with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>.
1849+
///
18501850
/// </para>
18511851
///
18521852
/// <para>

0 commit comments

Comments
 (0)