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
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsAuthPlugin.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public void addConfigInterfaceFields(
91
91
}
92
92
93
93
if (!areAllOptionalAuthOperations(model, service)) {
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBodyChecksumGeneratorDependency.java
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddEndpointDiscoveryPlugin.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public void addConfigInterfaceFields(
63
63
if (hasClientEndpointDiscovery(service)) {
64
64
// Add import for endpoint discovery command here, as getClientPlugins doesn't have access to writer.
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddHttpChecksumDependency.java
+7-6
Original file line number
Diff line number
Diff line change
@@ -58,17 +58,17 @@ public void addConfigInterfaceFields(
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddS3Config.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ public void addConfigInterfaceFields(
122
122
writer.writeDocs(
123
123
"Whether to override the request region with the region inferred from requested resource's ARN."
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddSqsDependency.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,10 @@ public void addConfigInterfaceFields(
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddUserAgentDependency.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ public void addConfigInterfaceFields(
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsEndpointGeneratorIntegration.java
+2-4
Original file line number
Diff line number
Diff line change
@@ -96,11 +96,9 @@ public void addConfigInterfaceFields(
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsProtocolUtils.java
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentBareBonesClientGenerator.java
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientCommandGenerator.java
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/DocumentClientPaginationGenerator.java
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberDeserVisitor.java
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonMemberSerVisitor.java
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonRpcProtocolGenerator.java
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeDeserVisitor.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ protected void deserializeStructure(GenerationContext context, StructureShape sh
181
181
// Prepare the document contents structure.
182
182
// Use a TreeMap to sort the members.
183
183
Map<String, MemberShape> members = newTreeMap<>(shape.getAllMembers());
Copy file name to clipboardexpand all lines: codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/JsonShapeSerVisitor.java
0 commit comments