Skip to content

Commit

Permalink
Merge branch 'main' into feature/banji/hostedUICacheFix
Browse files Browse the repository at this point in the history
  • Loading branch information
banji180 authored Aug 22, 2022
2 parents 16471e4 + 157fd45 commit d7476bf
Show file tree
Hide file tree
Showing 40 changed files with 4,819 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public class AuthEventType implements Serializable {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword, PasswordChange,
* ResendCode
*/
private String eventType;

Expand All @@ -53,7 +54,7 @@ public class AuthEventType implements Serializable {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>Success, Failure
* <b>Allowed Values: </b>Pass, Fail, InProgress
*/
private String eventResponse;

Expand Down Expand Up @@ -139,7 +140,8 @@ public AuthEventType withEventId(String eventId) {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword, PasswordChange,
* ResendCode
*
* @return <p>
* The event type.
Expand All @@ -156,7 +158,8 @@ public String getEventType() {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword, PasswordChange,
* ResendCode
*
* @param eventType <p>
* The event type.
Expand All @@ -176,7 +179,8 @@ public void setEventType(String eventType) {
* together.
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword, PasswordChange,
* ResendCode
*
* @param eventType <p>
* The event type.
Expand All @@ -196,7 +200,8 @@ public AuthEventType withEventType(String eventType) {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword, PasswordChange,
* ResendCode
*
* @param eventType <p>
* The event type.
Expand All @@ -216,7 +221,8 @@ public void setEventType(EventType eventType) {
* together.
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword
* <b>Allowed Values: </b>SignIn, SignUp, ForgotPassword, PasswordChange,
* ResendCode
*
* @param eventType <p>
* The event type.
Expand Down Expand Up @@ -281,7 +287,7 @@ public AuthEventType withCreationDate(java.util.Date creationDate) {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>Success, Failure
* <b>Allowed Values: </b>Pass, Fail, InProgress
*
* @return <p>
* The event response.
Expand All @@ -298,7 +304,7 @@ public String getEventResponse() {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>Success, Failure
* <b>Allowed Values: </b>Pass, Fail, InProgress
*
* @param eventResponse <p>
* The event response.
Expand All @@ -318,7 +324,7 @@ public void setEventResponse(String eventResponse) {
* together.
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>Success, Failure
* <b>Allowed Values: </b>Pass, Fail, InProgress
*
* @param eventResponse <p>
* The event response.
Expand All @@ -338,7 +344,7 @@ public AuthEventType withEventResponse(String eventResponse) {
* </p>
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>Success, Failure
* <b>Allowed Values: </b>Pass, Fail, InProgress
*
* @param eventResponse <p>
* The event response.
Expand All @@ -358,7 +364,7 @@ public void setEventResponse(EventResponseType eventResponse) {
* together.
* <p>
* <b>Constraints:</b><br/>
* <b>Allowed Values: </b>Success, Failure
* <b>Allowed Values: </b>Pass, Fail, InProgress
*
* @param eventResponse <p>
* The event response.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
*/
public enum EventResponseType {

Success("Success"),
Failure("Failure");
Pass("Pass"),
Fail("Fail"),
InProgress("InProgress");

private String value;

Expand All @@ -40,8 +41,9 @@ public String toString() {
private static final Map<String, EventResponseType> enumMap;
static {
enumMap = new HashMap<String, EventResponseType>();
enumMap.put("Success", Success);
enumMap.put("Failure", Failure);
enumMap.put("Pass", Pass);
enumMap.put("Fail", Fail);
enumMap.put("InProgress", InProgress);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ public enum EventType {

SignIn("SignIn"),
SignUp("SignUp"),
ForgotPassword("ForgotPassword");
ForgotPassword("ForgotPassword"),
PasswordChange("PasswordChange"),
ResendCode("ResendCode");

private String value;

Expand All @@ -44,6 +46,8 @@ public String toString() {
enumMap.put("SignIn", SignIn);
enumMap.put("SignUp", SignUp);
enumMap.put("ForgotPassword", ForgotPassword);
enumMap.put("PasswordChange", PasswordChange);
enumMap.put("ResendCode", ResendCode);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,10 @@ public interface AWSLambda {
* <p>
* This operation requires permission for the <a href=
* "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
* >lambda:InvokeFunction</a> action.
* >lambda:InvokeFunction</a> action. For details on how to set up
* permissions for cross-account invocations, see <a href=
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
* >Granting function access to other accounts</a>.
* </p>
*
* @param invokeRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,10 @@ private static ClientConfiguration adjustClientConfiguration(ClientConfiguration
* <p>
* This operation requires permission for the <a href=
* "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
* >lambda:InvokeFunction</a> action.
* >lambda:InvokeFunction</a> action. For details on how to set up
* permissions for cross-account invocations, see <a href=
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
* >Granting function access to other accounts</a>.
* </p>
*
* @param invokeRequest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@
* <p>
* This operation requires permission for the <a
* href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html"
* >lambda:InvokeFunction</a> action.
* >lambda:InvokeFunction</a> action. For details on how to set up permissions
* for cross-account invocations, see <a href=
* "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke"
* >Granting function access to other accounts</a>.
* </p>
*/
public class InvokeRequest extends AmazonWebServiceRequest implements Serializable {
Expand Down
Loading

0 comments on commit d7476bf

Please sign in to comment.