Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sample diff for idempotency token in headers #6251

Closed
wants to merge 1 commit into from

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Jul 2, 2024

@kuhe kuhe force-pushed the feat/header-idempotency-token branch from 82f193e to b0f0a66 Compare July 2, 2024 20:41
@kuhe kuhe force-pushed the feat/header-idempotency-token branch from b0f0a66 to 0191d46 Compare July 2, 2024 20:41
@@ -326,7 +326,7 @@ export const se_CreateHostedConfigurationVersionCommand = async (
): Promise<__HttpRequest> => {
const b = rb(input, context);
const headers: any = map({}, isSerializableHeaderValue, {
[_ct]: input[_CT]! || "application/octet-stream",
[_ct]: input[_CT] || "application/octet-stream",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this isn't related to idempotency tokens, but the codegen now removes this extraneous ! assertion.

@kuhe
Copy link
Contributor Author

kuhe commented Jul 9, 2024

completed in #6260

@kuhe kuhe closed this Jul 9, 2024
@kuhe kuhe deleted the feat/header-idempotency-token branch July 9, 2024 14:52
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant