Skip to content

Commit 2e38b4e

Browse files
authored
chore(protocoltests): use schema log filter when available (#7261)
1 parent b6130a8 commit 2e38b4e

File tree

277 files changed

+11
-317
lines changed

Some content is hidden

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

277 files changed

+11
-317
lines changed

private/aws-protocoltests-ec2-schema/src/commands/DatetimeOffsetsCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class DatetimeOffsetsCommand extends $Command
6969
})
7070
.s("AwsEc2", "DatetimeOffsets", {})
7171
.n("EC2ProtocolClient", "DatetimeOffsetsCommand")
72-
.f(void 0, void 0)
7372
.sc(DatetimeOffsets)
7473
.build() {
7574
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/EmptyInputAndEmptyOutputCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export class EmptyInputAndEmptyOutputCommand extends $Command
7070
})
7171
.s("AwsEc2", "EmptyInputAndEmptyOutput", {})
7272
.n("EC2ProtocolClient", "EmptyInputAndEmptyOutputCommand")
73-
.f(void 0, void 0)
7473
.sc(EmptyInputAndEmptyOutput)
7574
.build() {
7675
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/EndpointOperationCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export class EndpointOperationCommand extends $Command
6666
})
6767
.s("AwsEc2", "EndpointOperation", {})
6868
.n("EC2ProtocolClient", "EndpointOperationCommand")
69-
.f(void 0, void 0)
7069
.sc(EndpointOperation)
7170
.build() {
7271
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/EndpointWithHostLabelOperationCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class EndpointWithHostLabelOperationCommand extends $Command
6969
})
7070
.s("AwsEc2", "EndpointWithHostLabelOperation", {})
7171
.n("EC2ProtocolClient", "EndpointWithHostLabelOperationCommand")
72-
.f(void 0, void 0)
7372
.sc(EndpointWithHostLabelOperation)
7473
.build() {
7574
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/FractionalSecondsCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class FractionalSecondsCommand extends $Command
6969
})
7070
.s("AwsEc2", "FractionalSeconds", {})
7171
.n("EC2ProtocolClient", "FractionalSecondsCommand")
72-
.f(void 0, void 0)
7372
.sc(FractionalSeconds)
7473
.build() {
7574
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/GreetingWithErrorsCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export class GreetingWithErrorsCommand extends $Command
7979
})
8080
.s("AwsEc2", "GreetingWithErrors", {})
8181
.n("EC2ProtocolClient", "GreetingWithErrorsCommand")
82-
.f(void 0, void 0)
8382
.sc(GreetingWithErrors)
8483
.build() {
8584
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/HostWithPathOperationCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export class HostWithPathOperationCommand extends $Command
6666
})
6767
.s("AwsEc2", "HostWithPathOperation", {})
6868
.n("EC2ProtocolClient", "HostWithPathOperationCommand")
69-
.f(void 0, void 0)
7069
.sc(HostWithPathOperation)
7170
.build() {
7271
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/IgnoresWrappingXmlNameCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export class IgnoresWrappingXmlNameCommand extends $Command
7171
})
7272
.s("AwsEc2", "IgnoresWrappingXmlName", {})
7373
.n("EC2ProtocolClient", "IgnoresWrappingXmlNameCommand")
74-
.f(void 0, void 0)
7574
.sc(IgnoresWrappingXmlName)
7675
.build() {
7776
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/NestedStructuresCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export class NestedStructuresCommand extends $Command
7777
})
7878
.s("AwsEc2", "NestedStructures", {})
7979
.n("EC2ProtocolClient", "NestedStructuresCommand")
80-
.f(void 0, void 0)
8180
.sc(NestedStructures)
8281
.build() {
8382
/** @internal type navigation helper, not in runtime. */

private/aws-protocoltests-ec2-schema/src/commands/NoInputAndOutputCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export class NoInputAndOutputCommand extends $Command
7070
})
7171
.s("AwsEc2", "NoInputAndOutput", {})
7272
.n("EC2ProtocolClient", "NoInputAndOutputCommand")
73-
.f(void 0, void 0)
7473
.sc(NoInputAndOutput)
7574
.build() {
7675
/** @internal type navigation helper, not in runtime. */

0 commit comments

Comments
 (0)