Skip to content

Commit e69633b

Browse files
author
AWS
committed
Amazon Elastic File System Update: EFS adds a new exception for short identifiers to be thrown after its migration to long resource identifiers.
1 parent 3e9fd52 commit e69633b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic File System",
4+
"contributor": "",
5+
"description": "EFS adds a new exception for short identifiers to be thrown after its migration to long resource identifiers."
6+
}

services/efs/src/main/resources/codegen-resources/service-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@
367367
"input":{"shape":"PutAccountPreferencesRequest"},
368368
"output":{"shape":"PutAccountPreferencesResponse"},
369369
"errors":[
370+
{"shape":"BadRequest"},
370371
{"shape":"InternalServerError"}
371372
],
372373
"documentation":"<p>Use this operation to set the account preference in the current Amazon Web Services Region to use either long 17 character (63 bit) or short 8 character (32 bit) IDs for new EFS file systems and mount targets created. All existing resource IDs are not affected by any changes you make. You can set the ID preference during the opt-in period as EFS transitions to long resource IDs. For more information, see <a href=\"efs/latest/ug/manage-efs-resource-ids.html\">Managing Amazon EFS resource IDs</a>.</p>"

0 commit comments

Comments
 (0)