@aws-sdk/core 3.974.3 → 3.974.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js
CHANGED
|
@@ -2154,7 +2154,6 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
|
|
|
2154
2154
|
this.codec = new XmlCodec(settings);
|
|
2155
2155
|
this.serializer = new protocols.HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
|
|
2156
2156
|
this.deserializer = new protocols.HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
|
|
2157
|
-
this.compositeErrorRegistry;
|
|
2158
2157
|
}
|
|
2159
2158
|
getPayloadCodec() {
|
|
2160
2159
|
return this.codec;
|
|
@@ -1798,7 +1798,6 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
|
|
|
1798
1798
|
this.codec = new XmlCodec(settings);
|
|
1799
1799
|
this.serializer = new protocols.HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
|
|
1800
1800
|
this.deserializer = new protocols.HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
|
|
1801
|
-
this.compositeErrorRegistry;
|
|
1802
1801
|
}
|
|
1803
1802
|
getPayloadCodec() {
|
|
1804
1803
|
return this.codec;
|
|
@@ -22,7 +22,6 @@ export class AwsRestXmlProtocol extends HttpBindingProtocol {
|
|
|
22
22
|
this.codec = new XmlCodec(settings);
|
|
23
23
|
this.serializer = new HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
|
|
24
24
|
this.deserializer = new HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
|
|
25
|
-
this.compositeErrorRegistry;
|
|
26
25
|
}
|
|
27
26
|
getPayloadCodec() {
|
|
28
27
|
return this.codec;
|
package/package.json
CHANGED