Skip to content

Commit

Permalink
feat(client-directory-service): Add v2 smoke tests and smithy smokeTe…
Browse files Browse the repository at this point in the history
…sts trait for SDK testing.
  • Loading branch information
awstools committed Jun 17, 2024
1 parent a7798f3 commit 98f1ae3
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions codegen/sdk-codegen/aws-models/directory-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,20 @@
"outputToken": "NextToken",
"items": "DirectoryDescriptions",
"pageSize": "Limit"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeDirectoriesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.directoryservice#DescribeDirectoriesRequest": {
Expand Down Expand Up @@ -3965,7 +3978,7 @@
"sdkId": "Directory Service",
"arnNamespace": "ds",
"cloudFormationName": "DirectoryService",
"cloudTrailEventSource": "directoryservice.amazonaws.com",
"cloudTrailEventSource": "ds.amazonaws.com",
"docId": "ds-2015-04-16",
"endpointPrefix": "ds"
},
Expand Down

0 comments on commit 98f1ae3

Please sign in to comment.