Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Dec 18, 2023
1 parent b44347f commit cd3b0f5
Show file tree
Hide file tree
Showing 421 changed files with 986 additions and 1,845 deletions.
3 changes: 0 additions & 3 deletions clients/client-accessanalyzer/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3618,7 +3618,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _aA = "analyzerArn";
const _cT = "clientToken";
const _iRP = "includeResourcePlaceholders";
Expand Down Expand Up @@ -3682,5 +3681,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
4 changes: 0 additions & 4 deletions clients/client-account/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -971,5 +969,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
4 changes: 0 additions & 4 deletions clients/client-acm-pca/src/protocols/Aws_json1_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2417,8 +2417,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -2469,5 +2467,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
4 changes: 0 additions & 4 deletions clients/client-acm/src/protocols/Aws_json1_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1639,8 +1639,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -1691,5 +1689,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
Original file line number Diff line number Diff line change
Expand Up @@ -7192,8 +7192,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -7244,5 +7242,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-amp/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _a = "alias";
const _cT = "clientToken";
const _mR = "maxResults";
Expand Down Expand Up @@ -2670,5 +2669,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-amplify/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3494,7 +3494,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _eN = "environmentName";
const _mR = "maxResults";
const _nT = "nextToken";
Expand Down Expand Up @@ -3550,5 +3549,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
4 changes: 0 additions & 4 deletions clients/client-amplifybackend/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3522,8 +3522,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -3574,5 +3572,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
Original file line number Diff line number Diff line change
Expand Up @@ -3353,7 +3353,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _cT = "clientToken";
const _mR = "maxResults";
const _nT = "nextToken";
Expand Down Expand Up @@ -3408,5 +3407,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-api-gateway/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11018,7 +11018,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _a = "accepts";
const _ac = "accept";
const _cD = "contentDisposition";
Expand Down Expand Up @@ -11099,5 +11098,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -391,5 +389,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-apigatewayv2/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6616,7 +6616,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _B = "Basepath";
const _EV = "ExportVersion";
const _FOW = "FailOnWarnings";
Expand Down Expand Up @@ -6686,5 +6685,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-app-mesh/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4620,7 +4620,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _l = "limit";
const _mO = "meshOwner";
const _nT = "nextToken";
Expand Down Expand Up @@ -4676,5 +4675,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-appconfig/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3814,7 +3814,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _AI = "ApplicationId";
const _CCV = "ClientConfigurationVersion";
const _CI = "ClientId";
Expand Down Expand Up @@ -3908,5 +3907,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-appconfigdata/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _CT = "ConfigurationToken";
const _CTo = "ContentType";
const _NPCT = "NextPollConfigurationToken";
Expand Down Expand Up @@ -361,5 +360,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-appfabric/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _mR = "maxResults";
const _nT = "nextToken";
const _rAS = "retryAfterSeconds";
Expand Down Expand Up @@ -2586,5 +2585,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-appflow/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3304,7 +3304,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _tK = "tagKeys";

const parseBody = (streamBody: any, context: __SerdeContext): any =>
Expand Down Expand Up @@ -3357,5 +3356,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-appintegrations/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _MR = "MaxResults";
const _NT = "NextToken";
const _mR = "maxResults";
Expand Down Expand Up @@ -1937,5 +1936,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
Original file line number Diff line number Diff line change
Expand Up @@ -1598,8 +1598,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -1650,5 +1648,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
Original file line number Diff line number Diff line change
Expand Up @@ -2909,8 +2909,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -2961,5 +2959,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
Original file line number Diff line number Diff line change
Expand Up @@ -2868,8 +2868,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -2920,5 +2918,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _mR = "maxResults";
const _nT = "nextToken";

Expand Down Expand Up @@ -730,5 +729,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
4 changes: 0 additions & 4 deletions clients/client-apprunner/src/protocols/Aws_json1_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3496,8 +3496,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -3548,5 +3546,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
4 changes: 0 additions & 4 deletions clients/client-appstream/src/protocols/Aws_json1_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6838,8 +6838,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -6890,5 +6888,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-appsync/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5588,7 +5588,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _aT = "apiType";
const _f = "format";
const _iD = "includeDirectives";
Expand Down Expand Up @@ -5648,5 +5647,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
3 changes: 0 additions & 3 deletions clients/client-arc-zonal-shift/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,6 @@ const isSerializableHeaderValue = (value: any): boolean =>
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);

// HttpBindingProtocolGenerator
const _mR = "maxResults";
const _nT = "nextToken";
const _rI = "resourceIdentifier";
Expand Down Expand Up @@ -1348,5 +1347,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// RestJsonProtocolGenerator
4 changes: 0 additions & 4 deletions clients/client-athena/src/protocols/Aws_json1_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5853,8 +5853,6 @@ function sharedHeaders(operation: string): __HeaderBag {
};
}

// HttpRpcProtocolGenerator

const parseBody = (streamBody: any, context: __SerdeContext): any =>
collectBodyString(streamBody, context).then((encoded) => {
if (encoded.length) {
Expand Down Expand Up @@ -5905,5 +5903,3 @@ const loadRestJsonErrorCode = (output: __HttpResponse, data: any): string | unde
return sanitizeErrorCode(data["__type"]);
}
};

// JsonRpcProtocolGenerator
Loading

0 comments on commit cd3b0f5

Please sign in to comment.