Skip to content

Commit 4070306

Browse files
committed
Remove duplication from AwsRuntimeTypes.java
1 parent cb11a02 commit 4070306

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

codegen/aws/core/src/main/java/software/amazon/smithy/python/aws/codegen/AwsRuntimeTypes.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,10 @@
1717
public final class AwsRuntimeTypes {
1818

1919
// smithy_aws_core.aio.protocols
20-
public static final Symbol REST_JSON_CLIENT_PROTOCOL = createSymbol(
21-
"aio.protocols",
22-
"RestJsonClientProtocol");
2320
public static final Symbol AWS_QUERY_CLIENT_PROTOCOL = createSymbol(
2421
"aio.protocols",
2522
"AwsQueryClientProtocol");
2623

27-
// smithy_aws_core.identity
28-
public static final Symbol STATIC_CREDENTIALS_RESOLVER = createSymbol(
29-
"identity",
30-
"StaticCredentialsResolver");
31-
3224
// smithy_aws_core.endpoints.standard_regional
3325
public static final Symbol STANDARD_REGIONAL_ENDPOINTS_RESOLVER = createSymbol(
3426
"endpoints.standard_regional",

0 commit comments

Comments
 (0)