Skip to content

Commit 58a3ed7

Browse files
author
awstools
committed
feat(client-efs): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 98f1ae3 commit 58a3ed7

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Diff for: codegen/sdk-codegen/aws-models/efs.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,20 @@
14051405
"outputToken": "NextMarker",
14061406
"items": "FileSystems",
14071407
"pageSize": "MaxItems"
1408-
}
1408+
},
1409+
"smithy.test#smokeTests": [
1410+
{
1411+
"id": "DescribeFileSystemsSuccess",
1412+
"params": {},
1413+
"vendorParams": {
1414+
"region": "us-west-2"
1415+
},
1416+
"vendorParamsShape": "aws.test#AwsVendorParams",
1417+
"expect": {
1418+
"success": {}
1419+
}
1420+
}
1421+
]
14091422
}
14101423
},
14111424
"com.amazonaws.efs#DescribeFileSystemsRequest": {
@@ -2772,7 +2785,7 @@
27722785
"sdkId": "EFS",
27732786
"arnNamespace": "elasticfilesystem",
27742787
"cloudFormationName": "EFS",
2775-
"cloudTrailEventSource": "efs.amazonaws.com",
2788+
"cloudTrailEventSource": "elasticfilesystem.amazonaws.com",
27762789
"docId": "elasticfilesystem-2015-02-01",
27772790
"endpointPrefix": "elasticfilesystem"
27782791
},

0 commit comments

Comments
 (0)