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
In many places throughout the Swift SDK Reference, places where the name of the service should appear, the text AWSGirApiService appears instead. For example, see the documentation of the Lambda function createFunction(input:).
In other cases, the name is a little less confusing, but still unexpected, such as the name "CodeDeploy_20141006" being used in places through the AWS CodeDeploy documentation.
Describe the bug
In many places throughout the Swift SDK Reference, places where the name of the service should appear, the text
AWSGirApiService
appears instead. For example, see the documentation of the Lambda functioncreateFunction(input:)
.In other cases, the name is a little less confusing, but still unexpected, such as the name "CodeDeploy_20141006" being used in places through the AWS CodeDeploy documentation.
This needs to be corrected because it's very confusing, and it happens throughout the reference.
Expected Behavior
Service names (or module names) should always appear correctly in the Reference.
Current Behavior
The text "AWSGirApiService" is used instead. I don't know where that comes from, but it needs to go away.
Reproduction Steps
Possible Solution
I assume this is an auto-generation glitch of some kind. Fix that.
Additional Information/Context
No response
AWS SWIFT SDK version used
1.0.63
Compiler and Version used
n/a
Operating System and version
macOS 15.1
The text was updated successfully, but these errors were encountered: