Skip to content

Commit aaec7f4

Browse files
committed
Make ForceAliasCreation nullable
1 parent 36d9cc3 commit aaec7f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/src/Amazon.Lambda.CognitoEvents/CognitoMigrateUserResponse.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Runtime.Serialization;
33

44
namespace Amazon.Lambda.CognitoEvents
@@ -51,6 +51,6 @@ public class CognitoMigrateUserResponse : CognitoTriggerResponse
5151
#if NETCOREAPP3_1_OR_GREATER
5252
[System.Text.Json.Serialization.JsonPropertyName("forceAliasCreation")]
5353
#endif
54-
public bool ForceAliasCreation { get; set; }
54+
public bool? ForceAliasCreation { get; set; }
5555
}
5656
}

0 commit comments

Comments
 (0)