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: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/DocumentMemberDeserVisitor.java
+2-34Lines changed: 2 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -89,21 +89,6 @@ public DocumentMemberDeserVisitor(
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpBindingProtocolGenerator.java
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpProtocolGeneratorUtils.java
+14-23Lines changed: 14 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -88,44 +88,35 @@ public static String getTimestampInputParam(
88
88
* Given a format and a source of data, generate an output value provider for the
89
89
* timestamp.
90
90
*
91
-
* @param writer The current writer (so that imports may be added)
92
91
* @param dataSource The in-code location of the data to provide an output of
93
92
* ({@code output.foo}, {@code entry}, etc.)
94
93
* @param bindingType How this value is bound to the operation output.
95
94
* @param shape The shape that represents the value being received.
96
95
* @param format The timestamp format to provide.
97
-
* @param requireNumericEpochSecondsInPayload if true, paylaod epoch seconds are not allowed to be coerced
98
-
* from strings.
99
96
* @return Returns a value or expression of the output timestamp.
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/test/java/software/amazon/smithy/typescript/codegen/integration/DocumentMemberDeserVisitorTest.java
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/test/java/software/amazon/smithy/typescript/codegen/integration/HttpProtocolGeneratorUtilsTest.java
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,13 @@ public void givesCorrectTimestampSerialization() {
0 commit comments