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: Add date-time timestamp handling to ShapeValueGenerator #864

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

sichanyoo
Copy link
Contributor

@sichanyoo sichanyoo commented Nov 20, 2024

SDK CI PR for changes in this PR: awslabs/aws-sdk-swift#1826

Description of changes

  • The ShapeValueGenerator is used to codegen input parameters for an input struct in protocol test codegen and smoke test codegen. ShapeValueGenerator currently only handles epoch-seconds (aka Unix time) timestamp format. This PR adds support for date-time as defined by RFC3339.

Scope

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…ndling, to ShapeValueGenerator. Enhance codegen test.
@sichanyoo sichanyoo merged commit da40664 into main Nov 20, 2024
31 checks passed
@sichanyoo sichanyoo deleted the fix/add-date-time-handling branch November 20, 2024 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.

3 participants