Module Values.UpdateAppRequestSource

Updates an application.

Sourcetype nonrec t = {
  1. appArn : Arn.t;
    (*

    Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

    *)
  2. assessmentSchedule : AppAssessmentScheduleType.t option;
    (*

    Assessment execution schedule with 'Daily' or 'Disabled' values.

    *)
  3. clearResiliencyPolicyArn : BooleanOptional.t option;
    (*

    Specifies if the resiliency policy ARN should be cleared.

    *)
  4. description : EntityDescription.t option;
    (*

    The optional description for an app.

    *)
  5. eventSubscriptions : EventSubscriptionList.t option;
    (*

    The list of events you would like to subscribe and get notification for. Currently, Resilience Hub supports notifications only for Drift detected and Scheduled assessment failure events.

    *)
  6. permissionModel : PermissionModel.t option;
    (*

    Defines the roles and credentials that Resilience Hub would use while creating an application, importing its resources, and running an assessment.

    *)
  7. policyArn : Arn.t option;
    (*

    Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?assessmentSchedule:??? -> ?clearResiliencyPolicyArn:??? -> ?description:??? -> ?eventSubscriptions:??? -> ?permissionModel:??? -> ?policyArn:??? -> appArn:Arn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BooleanOptional.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String255.t ]) list ] list | `String of Arn.t | `Structure of (string * [> `Enum of string | `List of [> `String of IamRoleArn.t ] list | `String of IamRoleName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t