Module Values.DeleteAppInputSourceRequestSource

Deletes the input source and all of its imported resources from the Resilience Hub 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. clientToken : ClientToken.t option;
    (*

    Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

    *)
  3. eksSourceClusterNamespace : EksSourceClusterNamespace.t option;
    (*

    The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.

    *)
  4. sourceArn : Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

    *)
  5. terraformSource : TerraformSource.t option;
    (*

    The imported Terraform s3 state file you want to remove from the Resilience Hub application.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?eksSourceClusterNamespace:??? -> ?sourceArn:??? -> ?terraformSource:??? -> appArn:Arn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `String of Arn.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