Skip to content

Commit

Permalink
add requestCompression trait aws protocol tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan committed Apr 25, 2023
1 parent 93d0977 commit 108fb75
Show file tree
Hide file tree
Showing 12 changed files with 1,892 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smithy-aws-protocol-tests/model/awsJson1_0/main.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ service JsonRpc10 {

// custom endpoints with paths
HostWithPathOperation,

// requestCompression trait tests
PutWithContentEncoding
]
}
311 changes: 311 additions & 0 deletions smithy-aws-protocol-tests/model/awsJson1_0/requestCompression.smithy

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions smithy-aws-protocol-tests/model/awsJson1_1/main.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ service JsonProtocol {
// client-only timestamp parsing tests
DatetimeOffsets,
FractionalSeconds

// requestCompression trait tests
PutWithContentEncoding
],
}

Expand Down
311 changes: 311 additions & 0 deletions smithy-aws-protocol-tests/model/awsJson1_1/requestCompression.smithy

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions smithy-aws-protocol-tests/model/awsQuery/main.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ service AwsQuery {
// client-only timestamp parsing tests
DatetimeOffsets,
FractionalSeconds,

// requestCompression trait tests
PutWithContentEncoding
]
}
311 changes: 311 additions & 0 deletions smithy-aws-protocol-tests/model/awsQuery/requestCompression.smithy

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions smithy-aws-protocol-tests/model/ec2Query/main.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@ service AwsEc2 {
// client-only timestamp parsing tests
DatetimeOffsets,
FractionalSeconds,

// requestCompression trait tests
PutWithContentEncoding
]
}
311 changes: 311 additions & 0 deletions smithy-aws-protocol-tests/model/ec2Query/requestCompression.smithy

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions smithy-aws-protocol-tests/model/restJson1/main.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@ service RestJson {
// client-only timestamp parsing tests
DatetimeOffsets,
FractionalSeconds,

// requestCompression trait tests
PutWithContentEncoding
]
}
315 changes: 315 additions & 0 deletions smithy-aws-protocol-tests/model/restJson1/requestCompression.smithy

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions smithy-aws-protocol-tests/model/restXml/main.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,8 @@ service RestXml {
// client-only timestamp parsing tests
DatetimeOffsets,
FractionalSeconds,

// requestCompression trait tests
PutWithContentEncoding
]
}
315 changes: 315 additions & 0 deletions smithy-aws-protocol-tests/model/restXml/requestCompression.smithy

Large diffs are not rendered by default.

0 comments on commit 108fb75

Please sign in to comment.