Skip to content

Conversation

@jonathan343
Copy link
Contributor

Summary

This PR improves the docstring for code-generated Config objects for AWS service clients.

We currently use the name of the smithy service type and will instead try to use the sdkId.

Examples

Bedrock Runtime

Before:

class Config:
    """Configuration for AmazonBedrockFrontendService."""

After:

class Config:
    """Configuration for Bedrock Runtime."""

Transcribe Streaming

Before:

class Config:
    """Configuration for Transcribe."""

After:

class Config:
    """Configuration for Transcribe Streaming."""

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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.

1 participant