File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
aws-query/tests/functional
aws-restjson/tests/functional
aws-restxml/tests/functional Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { XmlEnumsCommand } from "../../commands/XmlEnumsCommand";
15
15
import { XmlListsCommand } from "../../commands/XmlListsCommand" ;
16
16
import { XmlNamespacesCommand } from "../../commands/XmlNamespacesCommand" ;
17
17
import { XmlTimestampsCommand } from "../../commands/XmlTimestampsCommand" ;
18
- import { ComplexError , InvalidGreeting } from "../../models/index " ;
18
+ import { ComplexError , InvalidGreeting } from "../../models/models_0 " ;
19
19
import { HttpHandlerOptions , HeaderBag } from "@aws-sdk/types" ;
20
20
import { HttpHandler , HttpRequest , HttpResponse } from "@aws-sdk/protocol-http" ;
21
21
import { Readable } from "stream" ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { XmlMapsCommand } from "../../commands/XmlMapsCommand";
21
21
import { XmlMapsXmlNameCommand } from "../../commands/XmlMapsXmlNameCommand" ;
22
22
import { XmlNamespacesCommand } from "../../commands/XmlNamespacesCommand" ;
23
23
import { XmlTimestampsCommand } from "../../commands/XmlTimestampsCommand" ;
24
- import { ComplexError , InvalidGreeting } from "../../models/index " ;
24
+ import { ComplexError , InvalidGreeting } from "../../models/models_0 " ;
25
25
import { HttpHandlerOptions , HeaderBag } from "@aws-sdk/types" ;
26
26
import { HttpHandler , HttpRequest , HttpResponse } from "@aws-sdk/protocol-http" ;
27
27
import { Readable } from "stream" ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { QueryIdempotencyTokenAutoFillCommand } from "../../commands/QueryIdempo
26
26
import { RecursiveShapesCommand } from "../../commands/RecursiveShapesCommand" ;
27
27
import { SimpleScalarPropertiesCommand } from "../../commands/SimpleScalarPropertiesCommand" ;
28
28
import { TimestampFormatHeadersCommand } from "../../commands/TimestampFormatHeadersCommand" ;
29
- import { ComplexError , FooError , InvalidGreeting } from "../../models/index " ;
29
+ import { ComplexError , FooError , InvalidGreeting } from "../../models/models_0 " ;
30
30
import { buildQueryString } from "@aws-sdk/querystring-builder" ;
31
31
import { HttpHandlerOptions , HeaderBag } from "@aws-sdk/types" ;
32
32
import { HttpHandler , HttpRequest , HttpResponse } from "@aws-sdk/protocol-http" ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import { XmlMapsCommand } from "../../commands/XmlMapsCommand";
35
35
import { XmlMapsXmlNameCommand } from "../../commands/XmlMapsXmlNameCommand" ;
36
36
import { XmlNamespacesCommand } from "../../commands/XmlNamespacesCommand" ;
37
37
import { XmlTimestampsCommand } from "../../commands/XmlTimestampsCommand" ;
38
- import { ComplexError , InvalidGreeting } from "../../models/index " ;
38
+ import { ComplexError , InvalidGreeting } from "../../models/models_0 " ;
39
39
import { buildQueryString } from "@aws-sdk/querystring-builder" ;
40
40
import { parse as xmlParse } from "fast-xml-parser" ;
41
41
import { HttpHandlerOptions , HeaderBag } from "@aws-sdk/types" ;
You can’t perform that action at this time.
0 commit comments