Skip to content

Commit

Permalink
feat(client-efs): Add v2 smoke tests and smithy smokeTests trait for …
Browse files Browse the repository at this point in the history
…SDK testing.
  • Loading branch information
awstools committed Jun 17, 2024
1 parent 98f1ae3 commit 58a3ed7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions codegen/sdk-codegen/aws-models/efs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,20 @@
"outputToken": "NextMarker",
"items": "FileSystems",
"pageSize": "MaxItems"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeFileSystemsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.efs#DescribeFileSystemsRequest": {
Expand Down Expand Up @@ -2772,7 +2785,7 @@
"sdkId": "EFS",
"arnNamespace": "elasticfilesystem",
"cloudFormationName": "EFS",
"cloudTrailEventSource": "efs.amazonaws.com",
"cloudTrailEventSource": "elasticfilesystem.amazonaws.com",
"docId": "elasticfilesystem-2015-02-01",
"endpointPrefix": "elasticfilesystem"
},
Expand Down

0 comments on commit 58a3ed7

Please sign in to comment.