You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this hasn't happened yet, the Swift SDK team has announced plans to rename the ServiceOutputResponse types used as return types for service operation functions to simply ServiceOutput. This will make code more concise and readable, and will be more in line with other SDKs.
All code examples will need this naming change applied and their tests re-run. In theory this will be a simple regexp-based find-and-replace operation on the source code repository's sources.
I don't yet know when this change will occur but it will require a documentation update as well as a sample update.
What does this example accomplish?
This will make the samples build and run again after the change.
Which AWS service(s)?
All
Which AWS SDKs or tools?
All languages
.NET
C++
Go (v2)
Java
Java (v2)
JavaScript
JavaScript (v3)
Kotlin
PHP
Python
Ruby
Rust
Swift
Not applicable
Are there existing code examples to leverage?
All existing examples need to be updated. This is not a request for new samples.
Do you have any reference code?
No response
The text was updated successfully, but these errors were encountered:
Background story
While this hasn't happened yet, the Swift SDK team has announced plans to rename the
ServiceOutputResponse
types used as return types for service operation functions to simplyServiceOutput
. This will make code more concise and readable, and will be more in line with other SDKs.All code examples will need this naming change applied and their tests re-run. In theory this will be a simple regexp-based find-and-replace operation on the source code repository's sources.
I don't yet know when this change will occur but it will require a documentation update as well as a sample update.
What does this example accomplish?
This will make the samples build and run again after the change.
Which AWS service(s)?
All
Which AWS SDKs or tools?
Are there existing code examples to leverage?
All existing examples need to be updated. This is not a request for new samples.
Do you have any reference code?
No response
The text was updated successfully, but these errors were encountered: