Values.DeleteBackendEnvironmentRequestSourceThe request structure for the delete backend environment request.
type nonrec t = {appId : AppId.t;The unique ID of an Amplify app.
*)environmentName : EnvironmentName.t;The name of a backend environment of an Amplify app.
*)}