Skip to content

Add support for AWS Query protocol in the client#1029

Merged
adwsingh merged 6 commits intomainfrom
adwsingh/aws-query
Feb 11, 2026
Merged

Add support for AWS Query protocol in the client#1029
adwsingh merged 6 commits intomainfrom
adwsingh/aws-query

Conversation

@adwsingh
Copy link
Contributor

@adwsingh adwsingh commented Feb 4, 2026

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.


<T extends SerializableStruct> T deserialize(ShapeBuilder<T> builder) {
try (var codec = XmlCodec.builder()
.wrapperElements(List.of(operationName + "Response", operationName + "Result"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can xmlName or whatever the trait is, change the wrapper names?

@adwsingh adwsingh marked this pull request as ready for review February 10, 2026 21:21
@adwsingh adwsingh requested a review from mtdowling February 10, 2026 21:22
@adwsingh adwsingh enabled auto-merge (rebase) February 10, 2026 22:29
@rhernandez35
Copy link
Contributor

approved but disabled automerge so michael can review tomorrow

this.service = Objects.requireNonNull(service, "service is required");
this.version = Objects.requireNonNull(version, "version is required");
this.errorDeserializer = HttpErrorDeserializer.builder()
.codec(XmlCodec.builder().build())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be different than the codec on the instance?

@adwsingh adwsingh merged commit f3a7eb4 into main Feb 11, 2026
4 checks passed
@adwsingh adwsingh deleted the adwsingh/aws-query branch February 11, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants