@@ -912,7 +912,7 @@ export const serializeAws_restXmlDeleteCachePolicyCommand = async (
912
912
context: __SerdeContext
913
913
): Promise<__HttpRequest> => {
914
914
const headers: any = {
915
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
915
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
916
916
};
917
917
let resolvedPath = "/2020-05-31/cache-policy/{Id}";
918
918
if (input.Id !== undefined) {
@@ -942,7 +942,7 @@ export const serializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand = a
942
942
context: __SerdeContext
943
943
): Promise<__HttpRequest> => {
944
944
const headers: any = {
945
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
945
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
946
946
};
947
947
let resolvedPath = "/2020-05-31/origin-access-identity/cloudfront/{Id}";
948
948
if (input.Id !== undefined) {
@@ -972,7 +972,7 @@ export const serializeAws_restXmlDeleteDistributionCommand = async (
972
972
context: __SerdeContext
973
973
): Promise<__HttpRequest> => {
974
974
const headers: any = {
975
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
975
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
976
976
};
977
977
let resolvedPath = "/2020-05-31/distribution/{Id}";
978
978
if (input.Id !== undefined) {
@@ -1002,7 +1002,7 @@ export const serializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand = async
1002
1002
context: __SerdeContext
1003
1003
): Promise<__HttpRequest> => {
1004
1004
const headers: any = {
1005
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
1005
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
1006
1006
};
1007
1007
let resolvedPath = "/2020-05-31/field-level-encryption/{Id}";
1008
1008
if (input.Id !== undefined) {
@@ -1032,7 +1032,7 @@ export const serializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand = asyn
1032
1032
context: __SerdeContext
1033
1033
): Promise<__HttpRequest> => {
1034
1034
const headers: any = {
1035
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
1035
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
1036
1036
};
1037
1037
let resolvedPath = "/2020-05-31/field-level-encryption-profile/{Id}";
1038
1038
if (input.Id !== undefined) {
@@ -1062,7 +1062,7 @@ export const serializeAws_restXmlDeleteKeyGroupCommand = async (
1062
1062
context: __SerdeContext
1063
1063
): Promise<__HttpRequest> => {
1064
1064
const headers: any = {
1065
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
1065
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
1066
1066
};
1067
1067
let resolvedPath = "/2020-05-31/key-group/{Id}";
1068
1068
if (input.Id !== undefined) {
@@ -1120,7 +1120,7 @@ export const serializeAws_restXmlDeleteOriginRequestPolicyCommand = async (
1120
1120
context: __SerdeContext
1121
1121
): Promise<__HttpRequest> => {
1122
1122
const headers: any = {
1123
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
1123
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
1124
1124
};
1125
1125
let resolvedPath = "/2020-05-31/origin-request-policy/{Id}";
1126
1126
if (input.Id !== undefined) {
@@ -1150,7 +1150,7 @@ export const serializeAws_restXmlDeletePublicKeyCommand = async (
1150
1150
context: __SerdeContext
1151
1151
): Promise<__HttpRequest> => {
1152
1152
const headers: any = {
1153
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
1153
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
1154
1154
};
1155
1155
let resolvedPath = "/2020-05-31/public-key/{Id}";
1156
1156
if (input.Id !== undefined) {
@@ -1213,7 +1213,7 @@ export const serializeAws_restXmlDeleteStreamingDistributionCommand = async (
1213
1213
context: __SerdeContext
1214
1214
): Promise<__HttpRequest> => {
1215
1215
const headers: any = {
1216
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
1216
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
1217
1217
};
1218
1218
let resolvedPath = "/2020-05-31/streaming-distribution/{Id}";
1219
1219
if (input.Id !== undefined) {
@@ -2387,7 +2387,7 @@ export const serializeAws_restXmlUpdateCachePolicyCommand = async (
2387
2387
): Promise<__HttpRequest> => {
2388
2388
const headers: any = {
2389
2389
"content-type": "application/xml",
2390
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2390
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2391
2391
};
2392
2392
let resolvedPath = "/2020-05-31/cache-policy/{Id}";
2393
2393
if (input.Id !== undefined) {
@@ -2425,7 +2425,7 @@ export const serializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand = a
2425
2425
): Promise<__HttpRequest> => {
2426
2426
const headers: any = {
2427
2427
"content-type": "application/xml",
2428
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2428
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2429
2429
};
2430
2430
let resolvedPath = "/2020-05-31/origin-access-identity/cloudfront/{Id}/config";
2431
2431
if (input.Id !== undefined) {
@@ -2466,7 +2466,7 @@ export const serializeAws_restXmlUpdateDistributionCommand = async (
2466
2466
): Promise<__HttpRequest> => {
2467
2467
const headers: any = {
2468
2468
"content-type": "application/xml",
2469
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2469
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2470
2470
};
2471
2471
let resolvedPath = "/2020-05-31/distribution/{Id}/config";
2472
2472
if (input.Id !== undefined) {
@@ -2504,7 +2504,7 @@ export const serializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand = async
2504
2504
): Promise<__HttpRequest> => {
2505
2505
const headers: any = {
2506
2506
"content-type": "application/xml",
2507
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2507
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2508
2508
};
2509
2509
let resolvedPath = "/2020-05-31/field-level-encryption/{Id}/config";
2510
2510
if (input.Id !== undefined) {
@@ -2542,7 +2542,7 @@ export const serializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand = asyn
2542
2542
): Promise<__HttpRequest> => {
2543
2543
const headers: any = {
2544
2544
"content-type": "application/xml",
2545
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2545
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2546
2546
};
2547
2547
let resolvedPath = "/2020-05-31/field-level-encryption-profile/{Id}/config";
2548
2548
if (input.Id !== undefined) {
@@ -2580,7 +2580,7 @@ export const serializeAws_restXmlUpdateKeyGroupCommand = async (
2580
2580
): Promise<__HttpRequest> => {
2581
2581
const headers: any = {
2582
2582
"content-type": "application/xml",
2583
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2583
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2584
2584
};
2585
2585
let resolvedPath = "/2020-05-31/key-group/{Id}";
2586
2586
if (input.Id !== undefined) {
@@ -2618,7 +2618,7 @@ export const serializeAws_restXmlUpdateOriginRequestPolicyCommand = async (
2618
2618
): Promise<__HttpRequest> => {
2619
2619
const headers: any = {
2620
2620
"content-type": "application/xml",
2621
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2621
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2622
2622
};
2623
2623
let resolvedPath = "/2020-05-31/origin-request-policy/{Id}";
2624
2624
if (input.Id !== undefined) {
@@ -2656,7 +2656,7 @@ export const serializeAws_restXmlUpdatePublicKeyCommand = async (
2656
2656
): Promise<__HttpRequest> => {
2657
2657
const headers: any = {
2658
2658
"content-type": "application/xml",
2659
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2659
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2660
2660
};
2661
2661
let resolvedPath = "/2020-05-31/public-key/{Id}/config";
2662
2662
if (input.Id !== undefined) {
@@ -2747,7 +2747,7 @@ export const serializeAws_restXmlUpdateStreamingDistributionCommand = async (
2747
2747
): Promise<__HttpRequest> => {
2748
2748
const headers: any = {
2749
2749
"content-type": "application/xml",
2750
- ...(isSerializableHeaderValue(input.IfMatch) && { "If-Match ": input.IfMatch! }),
2750
+ ...(isSerializableHeaderValue(input.IfMatch) && { "if-match ": input.IfMatch! }),
2751
2751
};
2752
2752
let resolvedPath = "/2020-05-31/streaming-distribution/{Id}/config";
2753
2753
if (input.Id !== undefined) {
0 commit comments