Skip to content

Commit 6d56fcc

Browse files
author
AWS
committed
Amazon Elastic File System Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent cbf8835 commit 6d56fcc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
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": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"apiVersion":"2015-02-01",
55
"endpointPrefix":"elasticfilesystem",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceAbbreviation":"EFS",
89
"serviceFullName":"Amazon Elastic File System",
910
"serviceId":"EFS",
1011
"signatureVersion":"v4",
11-
"uid":"elasticfilesystem-2015-02-01"
12+
"uid":"elasticfilesystem-2015-02-01",
13+
"auth":["aws.auth#sigv4"]
1214
},
1315
"operations":{
1416
"CreateAccessPoint":{

0 commit comments

Comments
 (0)