Skip to content

Commit 960c89e

Browse files
authored
chore: remove httpHeaders from metadata (#1811)
1 parent 842e2a0 commit 960c89e

File tree

253 files changed

+0
-259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+0
-259
lines changed

clients/client-accessanalyzer/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2782,7 +2782,6 @@ const deserializeAws_restJson1ValueList = (output: any, context: __SerdeContext)
27822782

27832783
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
27842784
httpStatusCode: output.statusCode,
2785-
httpHeaders: output.headers,
27862785
requestId: output.headers["x-amzn-requestid"],
27872786
});
27882787

clients/client-acm-pca/protocols/Aws_json1_1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,6 @@ const deserializeAws_json1_1TooManyTagsException = (output: any, context: __Serd
34273427

34283428
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
34293429
httpStatusCode: output.statusCode,
3430-
httpHeaders: output.headers,
34313430
requestId: output.headers["x-amzn-requestid"],
34323431
});
34333432

clients/client-acm/protocols/Aws_json1_1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,6 @@ const deserializeAws_json1_1ValidationEmailList = (output: any, context: __Serde
21012101

21022102
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
21032103
httpStatusCode: output.statusCode,
2104-
httpHeaders: output.headers,
21052104
requestId: output.headers["x-amzn-requestid"],
21062105
});
21072106

clients/client-alexa-for-business/protocols/Aws_json1_1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10652,7 +10652,6 @@ const deserializeAws_json1_1UserDataList = (output: any, context: __SerdeContext
1065210652

1065310653
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
1065410654
httpStatusCode: output.statusCode,
10655-
httpHeaders: output.headers,
1065610655
requestId: output.headers["x-amzn-requestid"],
1065710656
});
1065810657

clients/client-amplify/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5484,7 +5484,6 @@ const deserializeAws_restJson1Webhooks = (output: any, context: __SerdeContext):
54845484

54855485
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
54865486
httpStatusCode: output.statusCode,
5487-
httpHeaders: output.headers,
54885487
requestId: output.headers["x-amzn-requestid"],
54895488
});
54905489

clients/client-amplifybackend/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4244,7 +4244,6 @@ const deserializeAws_restJson1SocialProviderSettings = (
42444244

42454245
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
42464246
httpStatusCode: output.statusCode,
4247-
httpHeaders: output.headers,
42484247
requestId: output.headers["x-amzn-requestid"],
42494248
});
42504249

clients/client-api-gateway/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18126,7 +18126,6 @@ const deserializeAws_restJson1VpcLink = (output: any, context: __SerdeContext):
1812618126

1812718127
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
1812818128
httpStatusCode: output.statusCode,
18129-
httpHeaders: output.headers,
1813018129
requestId: output.headers["x-amzn-requestid"],
1813118130
});
1813218131

clients/client-apigatewaymanagementapi/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ const deserializeAws_restJson1Identity = (output: any, context: __SerdeContext):
395395

396396
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
397397
httpStatusCode: output.statusCode,
398-
httpHeaders: output.headers,
399398
requestId: output.headers["x-amzn-requestid"],
400399
});
401400

clients/client-apigatewayv2/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10719,7 +10719,6 @@ const deserializeAws_restJson1VpcLink = (output: any, context: __SerdeContext):
1071910719

1072010720
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
1072110721
httpStatusCode: output.statusCode,
10722-
httpHeaders: output.headers,
1072310722
requestId: output.headers["x-amzn-requestid"],
1072410723
});
1072510724

clients/client-app-mesh/protocols/Aws_restJson1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8518,7 +8518,6 @@ const deserializeAws_restJson1WeightedTargets = (output: any, context: __SerdeCo
85188518

85198519
const deserializeMetadata = (output: __HttpResponse): __ResponseMetadata => ({
85208520
httpStatusCode: output.statusCode,
8521-
httpHeaders: output.headers,
85228521
requestId: output.headers["x-amzn-requestid"],
85238522
});
85248523

0 commit comments

Comments
 (0)