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

Operation output structures have unnecessarily long names #1169

Closed
jbelkins opened this issue Oct 4, 2023 · 1 comment
Closed

Operation output structures have unnecessarily long names #1169

jbelkins opened this issue Oct 4, 2023 · 1 comment
Assignees
Labels
bug This issue is a bug.

Comments

@jbelkins
Copy link
Contributor

jbelkins commented Oct 4, 2023

Describe the bug

In the past, operations could return either an OutputResponse or an OutputError. SDK error handling was refactored to eliminate the OutputError enumeration, but the OutputResponse suffix remains on operation output structures.

To provide for more concise & intuitive naming, and to be consistent with both operation input structures and with the practice in other AWS SDKs, output structures will have the Response suffix removed from their name, and they will just have a name consisting of the operation name plus "Output"; i.e. PutObjectOutputResponse would become PutObjectOutput.

This is a breaking change because references to operation output structures will have to be changed to refer to the new name.

Expected Behavior

N/A

Current Behavior

N/A

Reproduction Steps

N/A

Possible Solution

No response

Additional Information/Context

No response

AWS SWIFT SDK version used

0.27.0

Compiler and Version used

Xcode 15.0

Operating System and version

macOS 13.6

@jbelkins
Copy link
Contributor Author

Released in AWS SDK for Swift 0.28.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants