Skip to content

Commit

Permalink
chore: codegen update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Dec 21, 2023
1 parent 4f0e650 commit 4fe3db9
Show file tree
Hide file tree
Showing 15,276 changed files with 15,411 additions and 16,620 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class ApplyArchiveRuleCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class CancelPolicyGenerationCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class CheckAccessNotGrantedCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class CheckNoNewAccessCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class CreateAccessPreviewCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class CreateAnalyzerCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class CreateArchiveRuleCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class DeleteAnalyzerCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class DeleteArchiveRuleCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class GetAccessPreviewCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class GetAnalyzedResourceCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class GetAnalyzerCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class GetArchiveRuleCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class GetFindingCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class GetFindingV2Command extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class GetGeneratedPolicyCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class ListAccessPreviewFindingsCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class ListAccessPreviewsCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class ListAnalyzedResourcesCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class ListAnalyzersCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class ListArchiveRulesCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class ListFindingsCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class ListFindingsV2Command extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class ListPolicyGenerationsCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class ListTagsForResourceCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class StartPolicyGenerationCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class StartResourceScanCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class TagResourceCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class UntagResourceCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class UpdateArchiveRuleCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class UpdateFindingsCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class ValidatePolicyCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccessAnalyzerClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccessAnalyzerClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class DeleteAlternateContactCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class DisableRegionCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/src/commands/EnableRegionCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class EnableRegionCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class GetAlternateContactCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class GetContactInformationCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class GetRegionOptStatusCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
2 changes: 1 addition & 1 deletion clients/client-account/src/commands/ListRegionsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class ListRegionsCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class PutAlternateContactCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class PutContactInformationCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: AccountClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: AccountClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command
.ep({
...commonParams,
})
.m(function (this: any /*Command*/, Command: any /*static*/, config: ACMPCAClientResolvedConfig) {
.m(function (this: any, Command: any, cs: any, config: ACMPCAClientResolvedConfig, o: any) {
return [
getSerdePlugin(config, this.serialize, this.deserialize),
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
Expand Down
Loading

0 comments on commit 4fe3db9

Please sign in to comment.