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: remove entries before buildFormUrlencodedString #1178

Merged
merged 2 commits into from
May 13, 2020

Conversation

trivikr
Copy link
Member

@trivikr trivikr commented May 13, 2020

Issue #, if available:
N/A

Description of changes:
remove entries before buildFormUrlencodedString

Before:

  const entries = serializeAws_queryAttachInstancesQuery(input, context);
  body = buildFormUrlencodedString({
    ...entries,
    Action: "AttachInstances",
    Version: "2011-01-01"
  });

After:

  body = buildFormUrlencodedString({
    ...serializeAws_queryAttachInstancesQuery(input, context),
    Action: "AttachInstances",
    Version: "2011-01-01"
  });

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

@aws-sdk-js-automation
Copy link

AWS CodeBuild CI Report

  • CodeBuild project: sdk-staging-test
  • Commit ID: 1348f7c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@trivikr trivikr merged commit f39cce1 into aws:master May 13, 2020
@trivikr trivikr deleted the remove-entries-buildFormUrlencodedString branch May 13, 2020 16:55
@lock
Copy link

lock bot commented May 20, 2020

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.

@lock lock bot locked as resolved and limited conversation to collaborators May 20, 2020
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.

None yet

3 participants