We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb11a02 commit 4070306Copy full SHA for 4070306
1 file changed
codegen/aws/core/src/main/java/software/amazon/smithy/python/aws/codegen/AwsRuntimeTypes.java
@@ -17,18 +17,10 @@
17
public final class AwsRuntimeTypes {
18
19
// smithy_aws_core.aio.protocols
20
- public static final Symbol REST_JSON_CLIENT_PROTOCOL = createSymbol(
21
- "aio.protocols",
22
- "RestJsonClientProtocol");
23
public static final Symbol AWS_QUERY_CLIENT_PROTOCOL = createSymbol(
24
"aio.protocols",
25
"AwsQueryClientProtocol");
26
27
- // smithy_aws_core.identity
28
- public static final Symbol STATIC_CREDENTIALS_RESOLVER = createSymbol(
29
- "identity",
30
- "StaticCredentialsResolver");
31
-
32
// smithy_aws_core.endpoints.standard_regional
33
public static final Symbol STANDARD_REGIONAL_ENDPOINTS_RESOLVER = createSymbol(
34
"endpoints.standard_regional",
0 commit comments