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

chore: scrub public APIs #892

Merged
merged 5 commits into from
Jul 18, 2023
Merged

chore: scrub public APIs #892

merged 5 commits into from
Jul 18, 2023

Conversation

ianbotsf
Copy link
Contributor

Issue #

Addresses aws-sdk-kotlin#947

Description of changes

This change makes a whole bunch of classes, interfaces, and methods @InternalApi. Most of these changes seemed obviously correct (to me) but I may have been overzealous in places so double-check my work.

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

@ianbotsf ianbotsf requested a review from a team as a code owner July 17, 2023 21:39
@@ -15,6 +16,7 @@ import aws.smithy.kotlin.runtime.io.Handler
/**
* Generic HTTP service exception
*/
@InternalApi
public class HttpResponseException : SdkBaseException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

correctness: This would be correctly public without the annotation (not that we use this in AWS side but for generic smithy services if it's wired up it's an expected exception/wrapper).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, will restore full public visibility.

@sonarcloud
Copy link

sonarcloud bot commented Jul 18, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ianbotsf ianbotsf merged commit 38b4a02 into main Jul 18, 2023
9 of 10 checks passed
@ianbotsf ianbotsf deleted the chore-scrub-public-apis branch July 18, 2023 19:11
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