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

fix: use generated types in commands #394

Merged
merged 1 commit into from
Oct 10, 2019

Conversation

srchase
Copy link
Contributor

@srchase srchase commented Oct 10, 2019

Remove stubbed any types for input/output and instead use generated commands.

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

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@codecov-io
Copy link

codecov-io commented Oct 10, 2019

Codecov Report

Merging #394 into smithy-codegen will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           smithy-codegen     #394   +/-   ##
===============================================
  Coverage           96.97%   96.97%           
===============================================
  Files                  69       69           
  Lines                1156     1156           
  Branches              211      211           
===============================================
  Hits                 1121     1121           
  Misses                 35       35

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4063c1...4e50650. Read the comment docs.

@srchase srchase requested a review from AllanZhengYP October 10, 2019 20:06
@srchase srchase added the smithy-codegen Changes regarding supporting smithy model. Will be merged to smithy-codegen branch label Oct 10, 2019
* To remove this when move to Smithy model
*/
type ExecuteStatementInput = any;
type ExecuteStatementOutput = any;
type InputTypesUnion = any;
type OutputTypesUnion = any;
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs update when the tagged union is generated

@srchase srchase merged commit cb09364 into aws:smithy-codegen Oct 10, 2019
@srchase srchase deleted the import-operation-types branch October 10, 2019 22:02
@lock
Copy link

lock bot commented Oct 17, 2019

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 Oct 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
smithy-codegen Changes regarding supporting smithy model. Will be merged to smithy-codegen branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants