Skip to content

Commit 8833bde

Browse files
dscpinheiroJordonPhillips
authored andcommitted
Update namespace for nested types
1 parent c6be060 commit 8833bde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

smithy-aws-protocol-tests/model/awsJson1_0/errors.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ apply FooError @httpResponseTests([
280280
"__type": "aws.protocoltests.json10#FooError",
281281
"ErrorDetails": [
282282
{
283-
"__type": "com.amazon.coral#ErrorDetails",
283+
"__type": "com.amazon.internal#ErrorDetails",
284284
"reason": "Some reason"
285285
}
286286
]

smithy-aws-protocol-tests/model/awsJson1_1/errors.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ apply FooError @httpResponseTests([
272272
"__type": "aws.protocoltests.restjson#FooError",
273273
"ErrorDetails": [
274274
{
275-
"__type": "com.amazon.coral#ErrorDetails",
275+
"__type": "com.amazon.internal#ErrorDetails",
276276
"reason": "Some reason"
277277
}
278278
]

smithy-aws-protocol-tests/model/restJson1/errors.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ apply FooError @httpResponseTests([
325325
"__type": "aws.protocoltests.restjson#FooError",
326326
"ErrorDetails": [
327327
{
328-
"__type": "com.amazon.coral#ErrorDetails",
328+
"__type": "com.amazon.internal#ErrorDetails",
329329
"reason": "Some reason"
330330
}
331331
]

0 commit comments

Comments
 (0)