From 59de2dc9740d5bd3e958395379eaa51e88789a89 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 22:32:46 +0000 Subject: [PATCH] Release v0.0.0-NIGHTLY-a99dde9 --- Cargo.lock | 46 +- Cargo.toml | 22 +- .../Cargo.toml | 2 +- .../src/bindings.rs | 2490 +++++++++-------- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 240 +- .../Cargo.toml | 2 +- .../src/lib.rs | 2 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 240 +- .../pulumi_wasm_provider_docker/Cargo.toml | 2 +- .../src/bindings.rs | 308 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../pulumi_wasm_provider_docker/wit/world.wit | 26 +- .../Cargo.toml | 2 +- .../src/lib.rs | 2 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 26 +- .../pulumi_wasm_provider_random/Cargo.toml | 2 +- .../src/bindings.rs | 197 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../pulumi_wasm_provider_random/wit/world.wit | 20 +- .../Cargo.toml | 2 +- .../src/lib.rs | 2 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 20 +- pulumi_wasm/src/bindings.rs | 81 +- .../tests/output/cyclic-types/lib/Cargo.toml | 2 +- .../cyclic-types/lib/wit/deps/pulumi-wasm.wit | 2 +- .../output/cyclic-types/lib/wit/world.wit | 4 +- .../output/cyclic-types/provider/Cargo.toml | 2 +- .../provider/wit/deps/pulumi-wasm.wit | 2 +- .../cyclic-types/provider/wit/world.wit | 4 +- .../output/mini-awsnative/lib/Cargo.toml | 2 +- .../lib/wit/deps/pulumi-wasm.wit | 2 +- .../output/mini-awsnative/lib/wit/world.wit | 4 +- .../output/mini-awsnative/provider/Cargo.toml | 2 +- .../provider/wit/deps/pulumi-wasm.wit | 2 +- .../mini-awsnative/provider/wit/world.wit | 4 +- pulumi_wasm_rust_macro/src/lib.rs | 2 +- pulumi_wasm_wit/wit/world.wit | 2 +- 41 files changed, 1914 insertions(+), 1868 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fac6ea8..ce04200a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1983,11 +1983,11 @@ dependencies = [ [[package]] name = "pulumi-wasm-parent" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" [[package]] name = "pulumi_wasm" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "bitflags", @@ -2007,7 +2007,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_cloudflare" -version = "5.24.1-0.0.0-DEV" +version = "5.24.1-0.0.0-NIGHTLY-a99dde9" dependencies = [ "pulumi_wasm_rust", "pulumi_wasm_wit", @@ -2017,7 +2017,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_cloudflare_provider" -version = "5.24.1-0.0.0-DEV" +version = "5.24.1-0.0.0-NIGHTLY-a99dde9" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2025,7 +2025,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_common" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "log", "pulumi_wasm_wit", @@ -2034,7 +2034,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_core" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "lazy_static", @@ -2050,7 +2050,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a99dde9" dependencies = [ "pulumi_wasm_rust", "pulumi_wasm_wit", @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker_provider" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a99dde9" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_dependencies" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "assert_cmd", @@ -2080,7 +2080,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_docker" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "assert_cmd", @@ -2092,7 +2092,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_multiple_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "assert_cmd", @@ -2105,7 +2105,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_simple" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "assert_cmd", @@ -2117,7 +2117,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "clap", @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator_lib" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "assert_cmd", @@ -2142,7 +2142,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_proto" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "mockall", "prost", @@ -2153,7 +2153,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a99dde9" dependencies = [ "pulumi_wasm_rust", "pulumi_wasm_wit", @@ -2163,7 +2163,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random_provider" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a99dde9" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2171,7 +2171,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_runner" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "async-trait", @@ -2200,7 +2200,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_runner_component_creator" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "async-trait", @@ -2218,7 +2218,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "anyhow", "bitflags", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust_macro" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "proc-macro2", "quote", @@ -2247,7 +2247,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_wit" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" dependencies = [ "wasmtime", "wit-bindgen", @@ -2347,7 +2347,7 @@ dependencies = [ [[package]] name = "regenerate_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" [[package]] name = "regex" diff --git a/Cargo.toml b/Cargo.toml index 21a9f0b4..9a72b27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,21 +35,21 @@ members = [ ] [workspace.package] -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a99dde9" edition = "2021" repository = "https://github.com/andrzejressel/pulumi-wasm" [workspace.dependencies] -pulumi_wasm_core = { version = "=0.0.0-DEV", path = "pulumi_wasm_core", registry = "cloudsmith" } -pulumi_wasm_docker = { version = "=4.5.3-0.0.0-DEV", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" } -pulumi_wasm_generator_lib = { version = "=0.0.0-DEV", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" } -pulumi_wasm_random = { version = "=4.15.0-0.0.0-DEV", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" } -pulumi_wasm_rust = { version = "=0.0.0-DEV", path = "pulumi_wasm_rust", registry = "cloudsmith" } -pulumi_wasm_rust_macro = { version = "=0.0.0-DEV", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" } -pulumi_wasm_common = { version = "=0.0.0-DEV", path = "pulumi_wasm_common", registry = "cloudsmith" } -pulumi_wasm_proto = { version = "=0.0.0-DEV", path = "pulumi_wasm_proto", registry = "cloudsmith" } -pulumi_wasm_wit = { version = "=0.0.0-DEV", path = "pulumi_wasm_wit", registry = "cloudsmith" } -pulumi_wasm_runner_component_creator = { version = "=0.0.0-DEV", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" } +pulumi_wasm_core = { version = "=0.0.0-NIGHTLY-a99dde9", path = "pulumi_wasm_core", registry = "cloudsmith" } +pulumi_wasm_docker = { version = "=4.5.3-0.0.0-NIGHTLY-a99dde9", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" } +pulumi_wasm_generator_lib = { version = "=0.0.0-NIGHTLY-a99dde9", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" } +pulumi_wasm_random = { version = "=4.15.0-0.0.0-NIGHTLY-a99dde9", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" } +pulumi_wasm_rust = { version = "=0.0.0-NIGHTLY-a99dde9", path = "pulumi_wasm_rust", registry = "cloudsmith" } +pulumi_wasm_rust_macro = { version = "=0.0.0-NIGHTLY-a99dde9", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" } +pulumi_wasm_common = { version = "=0.0.0-NIGHTLY-a99dde9", path = "pulumi_wasm_common", registry = "cloudsmith" } +pulumi_wasm_proto = { version = "=0.0.0-NIGHTLY-a99dde9", path = "pulumi_wasm_proto", registry = "cloudsmith" } +pulumi_wasm_wit = { version = "=0.0.0-NIGHTLY-a99dde9", path = "pulumi_wasm_wit", registry = "cloudsmith" } +pulumi_wasm_runner_component_creator = { version = "=0.0.0-NIGHTLY-a99dde9", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" } anyhow = "1.0.82" prost = "0.13.1" diff --git a/providers/pulumi_wasm_provider_cloudflare/Cargo.toml b/providers/pulumi_wasm_provider_cloudflare/Cargo.toml index 0ab3f1b9..37e3476f 100644 --- a/providers/pulumi_wasm_provider_cloudflare/Cargo.toml +++ b/providers/pulumi_wasm_provider_cloudflare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_cloudflare_provider" -version = "5.24.1-0.0.0-DEV" +version = "5.24.1-0.0.0-NIGHTLY-a99dde9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/providers/pulumi_wasm_provider_cloudflare/src/bindings.rs b/providers/pulumi_wasm_provider_cloudflare/src/bindings.rs index 41048283..3b8c95ca 100644 --- a/providers/pulumi_wasm_provider_cloudflare/src/bindings.rs +++ b/providers/pulumi_wasm_provider_cloudflare/src/bindings.rs @@ -47,7 +47,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -69,7 +69,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[constructor]output"] @@ -95,7 +95,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[method]output.map"] @@ -136,7 +136,9 @@ pub mod component { } #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" + )] extern "C" { #[link_name = "combine"] fn wit_import(_: *mut u8, _: usize) -> i32; @@ -300,7 +302,7 @@ pub mod component { let ptr9 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "register"] @@ -815,17 +817,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_application_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_application_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-application@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-application@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_application_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_application_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 120]); static mut _RET_AREA: _RetArea = @@ -927,17 +929,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_ca_certificate_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_ca_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-ca-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-ca-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_ca_certificate_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_ca_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -1066,17 +1068,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_custom_page_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_custom_page_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-custom-page@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-custom-page@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_custom_page_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_custom_page_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -1205,17 +1207,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_group_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_group_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-group@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-group@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_group_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_group_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -1344,17 +1346,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_identity_provider_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_identity_provider_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-identity-provider@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-identity-provider@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_identity_provider_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_identity_provider_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -1441,17 +1443,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_keys_configuration_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_keys_configuration_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-keys-configuration@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-keys-configuration@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_keys_configuration_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_keys_configuration_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1572,17 +1574,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-mutual-tls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-mutual-tls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -1675,17 +1677,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-mutual-tls-hostname-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-mutual-tls-hostname-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -1927,17 +1929,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_organization_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_organization_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-organization@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-organization@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,arg14: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_organization_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_organization_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -2188,17 +2190,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_policy_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_policy_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 60]); @@ -2315,17 +2317,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_rule_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_rule_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -2454,17 +2456,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_service_token_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_service_token_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-service-token@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-service-token@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_service_token_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_service_token_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -2569,17 +2571,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_tag_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_tag_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-tag@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-tag@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_tag_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_tag_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -2672,17 +2674,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_account_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_account_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/account@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/account@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_account_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_account_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -2787,17 +2789,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_account_member_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_account_member_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/account-member@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/account-member@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_account_member_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_account_member_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -2934,17 +2936,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_address_map_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_address_map_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/address-map@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/address-map@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_address_map_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_address_map_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -3025,17 +3027,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -3140,17 +3142,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_operation_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_operation_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield-operation@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield-operation@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_operation_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_operation_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -3243,17 +3245,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield-operation-schema-validation-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield-operation-schema-validation-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -3370,17 +3372,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_schema_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_schema_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield-schema@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield-schema@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_schema_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_schema_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -3488,17 +3490,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield-schema-validation-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield-schema-validation-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -3631,17 +3633,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_token_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_token_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-token@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-token@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_token_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_token_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -3734,17 +3736,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_argo_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_argo_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/argo@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/argo@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_argo_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_argo_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -3857,17 +3859,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/authenticated-origin-pulls@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/authenticated-origin-pulls@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -3996,17 +3998,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/authenticated-origin-pulls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/authenticated-origin-pulls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -4195,17 +4197,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_bot_management_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_bot_management_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/bot-management@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/bot-management@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_bot_management_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_bot_management_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -4310,17 +4312,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/byo-ip-prefix@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/byo-ip-prefix@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -4497,17 +4499,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_certificate_pack_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_certificate_pack_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/certificate-pack@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/certificate-pack@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_certificate_pack_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_certificate_pack_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -4671,17 +4673,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_hostname_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_custom_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/custom-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/custom-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_custom_hostname_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -4766,17 +4768,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/custom-hostname-fallback-origin@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/custom-hostname-fallback-origin@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -4893,17 +4895,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_pages_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_custom_pages_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/custom-pages@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/custom-pages@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_custom_pages_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_pages_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -5028,17 +5030,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_ssl_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_custom_ssl_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/custom-ssl@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/custom-ssl@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_custom_ssl_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_ssl_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -5123,17 +5125,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_d1_database_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_d1_database_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/d1-database@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/d1-database@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_d1_database_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_d1_database_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -5270,17 +5272,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_dex_test_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_dex_test_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-dex-test@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-dex-test@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_dex_test_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_dex_test_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -5385,17 +5387,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_managed_networks_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_managed_networks_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-managed-networks@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-managed-networks@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_managed_networks_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_managed_networks_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -5476,17 +5478,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_policy_certificates_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_policy_certificates_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-policy-certificates@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-policy-certificates@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_policy_certificates_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_policy_certificates_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -5615,17 +5617,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_posture_integration_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_posture_integration_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-posture-integration@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-posture-integration@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_posture_integration_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_posture_integration_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -5778,17 +5780,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_posture_rule_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_posture_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-posture-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-posture-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_posture_rule_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_posture_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -6061,17 +6063,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_settings_policy_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_settings_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-settings-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-settings-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_settings_policy_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_settings_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 72]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 72]); @@ -6212,17 +6214,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_dlp_profile_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_dlp_profile_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/dlp-profile@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/dlp-profile@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_dlp_profile_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_dlp_profile_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -6319,17 +6321,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_address_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_email_routing_address_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/email-routing-address@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/email-routing-address@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_address_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_address_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -6450,17 +6452,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/email-routing-catch-all@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/email-routing-catch-all@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -6593,17 +6595,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_rule_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_email_routing_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/email-routing-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/email-routing-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_rule_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -6716,17 +6718,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_settings_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_email_routing_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/email-routing-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/email-routing-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_settings_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -6819,17 +6821,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_fallback_domain_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_fallback_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/fallback-domain@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/fallback-domain@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_fallback_domain_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_fallback_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -6946,17 +6948,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_filter_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_filter_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/filter@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/filter@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_filter_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_filter_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -7097,17 +7099,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_firewall_rule_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_firewall_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/firewall-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/firewall-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_firewall_rule_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_firewall_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -7296,17 +7298,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_gre_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_gre_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/gre-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/gre-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_gre_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_gre_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -7611,17 +7613,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_healthcheck_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_healthcheck_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/healthcheck@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/healthcheck@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_healthcheck_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_healthcheck_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 88]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 88]); @@ -7734,17 +7736,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/hostname-tls-setting@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/hostname-tls-setting@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -7857,17 +7859,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -7972,17 +7974,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hyperdrive_config_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_hyperdrive_config_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/hyperdrive-config@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/hyperdrive-config@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hyperdrive_config_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hyperdrive_config_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -8243,17 +8245,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/ipsec-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/ipsec-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 68]); @@ -8398,17 +8400,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_keyless_certificate_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_keyless_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/keyless-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/keyless-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_keyless_certificate_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_keyless_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -8525,17 +8527,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_list_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_list_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/list@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/list@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_list_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_list_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -8676,17 +8678,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_list_item_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_list_item_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/list-item@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/list-item@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_list_item_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_list_item_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -8986,17 +8988,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_load_balancer_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/load-balancer@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/load-balancer@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_load_balancer_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 84]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 84]); @@ -9265,17 +9267,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/load-balancer-monitor@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/load-balancer-monitor@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 76]); @@ -9496,17 +9498,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_pool_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_load_balancer_pool_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/load-balancer-pool@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/load-balancer-pool@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,arg14: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_load_balancer_pool_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_pool_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 60]); @@ -9587,17 +9589,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpull_retention_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_logpull_retention_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/logpull-retention@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/logpull-retention@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_logpull_retention_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpull_retention_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -9841,17 +9843,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpush_job_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_logpush_job_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/logpush-job@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/logpush-job@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_logpush_job_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpush_job_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 60]); @@ -9952,17 +9954,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/logpush-ownership-challenge@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/logpush-ownership-challenge@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -10067,17 +10069,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/magic-firewall-ruleset@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/magic-firewall-ruleset@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -10170,17 +10172,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_managed_headers_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_managed_headers_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/managed-headers@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/managed-headers@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_managed_headers_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_managed_headers_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -10317,17 +10319,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_mtls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_mtls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/mtls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/mtls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_mtls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_mtls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -10500,17 +10502,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_notification_policy_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_notification_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/notification-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/notification-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_notification_policy_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_notification_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -10631,17 +10633,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/notification-policy-webhooks@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/notification-policy-webhooks@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -10746,17 +10748,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/observatory-scheduled-test@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/observatory-scheduled-test@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -10881,17 +10883,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/origin-ca-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/origin-ca-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -11008,17 +11010,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_page_rule_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_page_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/page-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/page-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_page_rule_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_page_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -11115,17 +11117,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_pages_domain_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_pages_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/pages-domain@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/pages-domain@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_pages_domain_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_pages_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -11266,17 +11268,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_pages_project_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_pages_project_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/pages-project@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/pages-project@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_pages_project_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_pages_project_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -11357,17 +11359,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_queue_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_queue_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/queue@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/queue@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_queue_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_queue_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -11460,17 +11462,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_r2_bucket_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_r2_bucket_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/r2-bucket@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/r2-bucket@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_r2_bucket_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_r2_bucket_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -11635,17 +11637,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_rate_limit_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_rate_limit_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/rate-limit@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/rate-limit@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_rate_limit_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_rate_limit_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -11854,17 +11856,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_record_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_record_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/record@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/record@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_record_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_record_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 64]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 64]); @@ -11961,17 +11963,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_regional_hostname_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_regional_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/regional-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/regional-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_regional_hostname_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_regional_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -12052,17 +12054,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/regional-tiered-cache@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/regional-tiered-cache@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -12203,17 +12205,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_ruleset_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_ruleset_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/ruleset@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/ruleset@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_ruleset_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_ruleset_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -12426,17 +12428,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_spectrum_application_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_spectrum_application_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/spectrum-application@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/spectrum-application@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,arg14: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_spectrum_application_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_spectrum_application_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -12541,17 +12543,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_split_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_split_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/split-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/split-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_split_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_split_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -12704,17 +12706,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_static_route_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_static_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/static-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/static-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_static_route_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_static_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -12973,17 +12975,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_account_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_account_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-account@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-account@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_account_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_account_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 60]); @@ -13100,17 +13102,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_list_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_list_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-list@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-list@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_list_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_list_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -13235,17 +13237,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_location_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_location_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-location@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-location@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_location_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_location_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -13342,17 +13344,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-proxy-endpoint@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-proxy-endpoint@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -13545,17 +13547,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_rule_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_rule_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 48]); @@ -13636,17 +13638,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tiered_cache_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tiered_cache_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tiered-cache@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tiered-cache@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tiered_cache_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tiered_cache_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -13739,17 +13741,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_total_tls_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_total_tls_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/total-tls@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/total-tls@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_total_tls_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_total_tls_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -13862,17 +13864,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -13965,17 +13967,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_config_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tunnel_config_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tunnel-config@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tunnel-config@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tunnel_config_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_config_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -14092,17 +14094,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_route_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tunnel_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tunnel-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tunnel-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tunnel_route_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -14207,17 +14209,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tunnel-virtual-network@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tunnel-virtual-network@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -14362,17 +14364,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_turnstile_widget_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_turnstile_widget_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/turnstile-widget@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/turnstile-widget@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_turnstile_widget_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_turnstile_widget_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -14465,17 +14467,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_url_normalization_settings_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_url_normalization_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/url-normalization-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/url-normalization-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_url_normalization_settings_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_url_normalization_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -14592,17 +14594,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/user-agent-blocking-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/user-agent-blocking-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -14876,17 +14878,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_waiting_room_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/waiting-room@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/waiting-room@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_waiting_room_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 72]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 72]); @@ -15131,17 +15133,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_event_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_waiting_room_event_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/waiting-room-event@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/waiting-room-event@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_waiting_room_event_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_event_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 68]); @@ -15234,17 +15236,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_rules_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_waiting_room_rules_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/waiting-room-rules@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/waiting-room-rules@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_waiting_room_rules_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_rules_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -15332,17 +15334,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_settings_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_waiting_room_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/waiting-room-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/waiting-room-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_waiting_room_settings_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -15471,17 +15473,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web3_hostname_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_web3_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/web3-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/web3-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web3_hostname_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web3_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -15610,17 +15612,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web_analytics_rule_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_web_analytics_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/web-analytics-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/web-analytics-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web_analytics_rule_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web_analytics_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -15741,17 +15743,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web_analytics_site_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_web_analytics_site_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/web-analytics-site@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/web-analytics-site@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web_analytics_site_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web_analytics_site_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -15844,17 +15846,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-cron-trigger@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-cron-trigger@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -15971,17 +15973,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_domain_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-domain@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-domain@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_domain_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -16074,17 +16076,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_route_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_route_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -16370,17 +16372,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_script_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_script_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-script@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-script@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_script_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_script_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 76]); @@ -16485,17 +16487,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_secret_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_secret_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-secret@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-secret@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_secret_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_secret_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -16576,17 +16578,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/workers-for-platforms-namespace@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/workers-for-platforms-namespace@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -16691,17 +16693,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_kv_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_workers_kv_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/workers-kv@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/workers-kv@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_workers_kv_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_kv_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -16782,17 +16784,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/workers-kv-namespace@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/workers-kv-namespace@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -16941,17 +16943,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -17032,17 +17034,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-cache-reserve@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-cache-reserve@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -17243,17 +17245,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_cache_variants_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_cache_variants_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-cache-variants@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-cache-variants@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_cache_variants_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_cache_variants_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 48]); @@ -17374,17 +17376,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_dnssec_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_dnssec_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-dnssec@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-dnssec@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_dnssec_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_dnssec_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 48]); @@ -17489,17 +17491,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_hold_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_hold_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-hold@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-hold@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_hold_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_hold_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -17628,17 +17630,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_lockdown_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_lockdown_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-lockdown@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-lockdown@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_lockdown_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_lockdown_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -17739,17 +17741,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_settings_override_5_24_1_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_settings_override_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-settings-override@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-settings-override@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_settings_override_5_24_1_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_settings_override_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -17900,124 +17902,124 @@ mod _rt { macro_rules! __export_cloudflare_pulumi_impl { ($ty:ident) => (self::export!($ty with_types_in self);); ($ty:ident with_types_in $($path_to_types_root:tt)*) => ( - $($path_to_types_root)*::exports::pulumi::cloudflare::access_application::__export_pulumi_cloudflare_access_application_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_application); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_ca_certificate::__export_pulumi_cloudflare_access_ca_certificate_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_ca_certificate); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_custom_page::__export_pulumi_cloudflare_access_custom_page_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_custom_page); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_group::__export_pulumi_cloudflare_access_group_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_group); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_identity_provider::__export_pulumi_cloudflare_access_identity_provider_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_identity_provider); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_keys_configuration::__export_pulumi_cloudflare_access_keys_configuration_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_keys_configuration); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_mutual_tls_certificate::__export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_mutual_tls_certificate); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_mutual_tls_hostname_settings::__export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_mutual_tls_hostname_settings); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_organization::__export_pulumi_cloudflare_access_organization_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_organization); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_policy::__export_pulumi_cloudflare_access_policy_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_policy); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_rule::__export_pulumi_cloudflare_access_rule_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_rule); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_service_token::__export_pulumi_cloudflare_access_service_token_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_service_token); - $($path_to_types_root)*::exports::pulumi::cloudflare::access_tag::__export_pulumi_cloudflare_access_tag_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_tag); - $($path_to_types_root)*::exports::pulumi::cloudflare::account::__export_pulumi_cloudflare_account_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::account); - $($path_to_types_root)*::exports::pulumi::cloudflare::account_member::__export_pulumi_cloudflare_account_member_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::account_member); - $($path_to_types_root)*::exports::pulumi::cloudflare::address_map::__export_pulumi_cloudflare_address_map_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::address_map); - $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield::__export_pulumi_cloudflare_api_shield_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield); - $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_operation::__export_pulumi_cloudflare_api_shield_operation_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_operation); - $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_operation_schema_validation_settings::__export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_operation_schema_validation_settings); - $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_schema::__export_pulumi_cloudflare_api_shield_schema_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_schema); - $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_schema_validation_settings::__export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_schema_validation_settings); - $($path_to_types_root)*::exports::pulumi::cloudflare::api_token::__export_pulumi_cloudflare_api_token_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_token); - $($path_to_types_root)*::exports::pulumi::cloudflare::argo::__export_pulumi_cloudflare_argo_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::argo); - $($path_to_types_root)*::exports::pulumi::cloudflare::authenticated_origin_pulls::__export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::authenticated_origin_pulls); - $($path_to_types_root)*::exports::pulumi::cloudflare::authenticated_origin_pulls_certificate::__export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::authenticated_origin_pulls_certificate); - $($path_to_types_root)*::exports::pulumi::cloudflare::bot_management::__export_pulumi_cloudflare_bot_management_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::bot_management); - $($path_to_types_root)*::exports::pulumi::cloudflare::byo_ip_prefix::__export_pulumi_cloudflare_byo_ip_prefix_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::byo_ip_prefix); - $($path_to_types_root)*::exports::pulumi::cloudflare::certificate_pack::__export_pulumi_cloudflare_certificate_pack_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::certificate_pack); - $($path_to_types_root)*::exports::pulumi::cloudflare::custom_hostname::__export_pulumi_cloudflare_custom_hostname_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::custom_hostname); - $($path_to_types_root)*::exports::pulumi::cloudflare::custom_hostname_fallback_origin::__export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::custom_hostname_fallback_origin); - $($path_to_types_root)*::exports::pulumi::cloudflare::custom_pages::__export_pulumi_cloudflare_custom_pages_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::custom_pages); - $($path_to_types_root)*::exports::pulumi::cloudflare::custom_ssl::__export_pulumi_cloudflare_custom_ssl_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::custom_ssl); - $($path_to_types_root)*::exports::pulumi::cloudflare::d1_database::__export_pulumi_cloudflare_d1_database_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::d1_database); - $($path_to_types_root)*::exports::pulumi::cloudflare::device_dex_test::__export_pulumi_cloudflare_device_dex_test_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_dex_test); - $($path_to_types_root)*::exports::pulumi::cloudflare::device_managed_networks::__export_pulumi_cloudflare_device_managed_networks_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_managed_networks); - $($path_to_types_root)*::exports::pulumi::cloudflare::device_policy_certificates::__export_pulumi_cloudflare_device_policy_certificates_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_policy_certificates); - $($path_to_types_root)*::exports::pulumi::cloudflare::device_posture_integration::__export_pulumi_cloudflare_device_posture_integration_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_posture_integration); - $($path_to_types_root)*::exports::pulumi::cloudflare::device_posture_rule::__export_pulumi_cloudflare_device_posture_rule_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_posture_rule); - $($path_to_types_root)*::exports::pulumi::cloudflare::device_settings_policy::__export_pulumi_cloudflare_device_settings_policy_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_settings_policy); - $($path_to_types_root)*::exports::pulumi::cloudflare::dlp_profile::__export_pulumi_cloudflare_dlp_profile_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::dlp_profile); - $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_address::__export_pulumi_cloudflare_email_routing_address_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_address); - $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_catch_all::__export_pulumi_cloudflare_email_routing_catch_all_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_catch_all); - $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_rule::__export_pulumi_cloudflare_email_routing_rule_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_rule); - $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_settings::__export_pulumi_cloudflare_email_routing_settings_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_settings); - $($path_to_types_root)*::exports::pulumi::cloudflare::fallback_domain::__export_pulumi_cloudflare_fallback_domain_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::fallback_domain); - $($path_to_types_root)*::exports::pulumi::cloudflare::filter::__export_pulumi_cloudflare_filter_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::filter); - $($path_to_types_root)*::exports::pulumi::cloudflare::firewall_rule::__export_pulumi_cloudflare_firewall_rule_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::firewall_rule); - $($path_to_types_root)*::exports::pulumi::cloudflare::gre_tunnel::__export_pulumi_cloudflare_gre_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::gre_tunnel); - $($path_to_types_root)*::exports::pulumi::cloudflare::healthcheck::__export_pulumi_cloudflare_healthcheck_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::healthcheck); - $($path_to_types_root)*::exports::pulumi::cloudflare::hostname_tls_setting::__export_pulumi_cloudflare_hostname_tls_setting_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::hostname_tls_setting); - $($path_to_types_root)*::exports::pulumi::cloudflare::hostname_tls_setting_ciphers::__export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::hostname_tls_setting_ciphers); - $($path_to_types_root)*::exports::pulumi::cloudflare::hyperdrive_config::__export_pulumi_cloudflare_hyperdrive_config_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::hyperdrive_config); - $($path_to_types_root)*::exports::pulumi::cloudflare::ipsec_tunnel::__export_pulumi_cloudflare_ipsec_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::ipsec_tunnel); - $($path_to_types_root)*::exports::pulumi::cloudflare::keyless_certificate::__export_pulumi_cloudflare_keyless_certificate_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::keyless_certificate); - $($path_to_types_root)*::exports::pulumi::cloudflare::list::__export_pulumi_cloudflare_list_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::list); - $($path_to_types_root)*::exports::pulumi::cloudflare::list_item::__export_pulumi_cloudflare_list_item_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::list_item); - $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer::__export_pulumi_cloudflare_load_balancer_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer); - $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer_monitor::__export_pulumi_cloudflare_load_balancer_monitor_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer_monitor); - $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer_pool::__export_pulumi_cloudflare_load_balancer_pool_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer_pool); - $($path_to_types_root)*::exports::pulumi::cloudflare::logpull_retention::__export_pulumi_cloudflare_logpull_retention_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::logpull_retention); - $($path_to_types_root)*::exports::pulumi::cloudflare::logpush_job::__export_pulumi_cloudflare_logpush_job_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::logpush_job); - $($path_to_types_root)*::exports::pulumi::cloudflare::logpush_ownership_challenge::__export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::logpush_ownership_challenge); - $($path_to_types_root)*::exports::pulumi::cloudflare::magic_firewall_ruleset::__export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::magic_firewall_ruleset); - $($path_to_types_root)*::exports::pulumi::cloudflare::managed_headers::__export_pulumi_cloudflare_managed_headers_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::managed_headers); - $($path_to_types_root)*::exports::pulumi::cloudflare::mtls_certificate::__export_pulumi_cloudflare_mtls_certificate_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::mtls_certificate); - $($path_to_types_root)*::exports::pulumi::cloudflare::notification_policy::__export_pulumi_cloudflare_notification_policy_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::notification_policy); - $($path_to_types_root)*::exports::pulumi::cloudflare::notification_policy_webhooks::__export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::notification_policy_webhooks); - $($path_to_types_root)*::exports::pulumi::cloudflare::observatory_scheduled_test::__export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::observatory_scheduled_test); - $($path_to_types_root)*::exports::pulumi::cloudflare::origin_ca_certificate::__export_pulumi_cloudflare_origin_ca_certificate_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::origin_ca_certificate); - $($path_to_types_root)*::exports::pulumi::cloudflare::page_rule::__export_pulumi_cloudflare_page_rule_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::page_rule); - $($path_to_types_root)*::exports::pulumi::cloudflare::pages_domain::__export_pulumi_cloudflare_pages_domain_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::pages_domain); - $($path_to_types_root)*::exports::pulumi::cloudflare::pages_project::__export_pulumi_cloudflare_pages_project_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::pages_project); - $($path_to_types_root)*::exports::pulumi::cloudflare::queue::__export_pulumi_cloudflare_queue_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::queue); - $($path_to_types_root)*::exports::pulumi::cloudflare::r2_bucket::__export_pulumi_cloudflare_r2_bucket_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::r2_bucket); - $($path_to_types_root)*::exports::pulumi::cloudflare::rate_limit::__export_pulumi_cloudflare_rate_limit_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::rate_limit); - $($path_to_types_root)*::exports::pulumi::cloudflare::record::__export_pulumi_cloudflare_record_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::record); - $($path_to_types_root)*::exports::pulumi::cloudflare::regional_hostname::__export_pulumi_cloudflare_regional_hostname_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::regional_hostname); - $($path_to_types_root)*::exports::pulumi::cloudflare::regional_tiered_cache::__export_pulumi_cloudflare_regional_tiered_cache_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::regional_tiered_cache); - $($path_to_types_root)*::exports::pulumi::cloudflare::ruleset::__export_pulumi_cloudflare_ruleset_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::ruleset); - $($path_to_types_root)*::exports::pulumi::cloudflare::spectrum_application::__export_pulumi_cloudflare_spectrum_application_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::spectrum_application); - $($path_to_types_root)*::exports::pulumi::cloudflare::split_tunnel::__export_pulumi_cloudflare_split_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::split_tunnel); - $($path_to_types_root)*::exports::pulumi::cloudflare::static_route::__export_pulumi_cloudflare_static_route_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::static_route); - $($path_to_types_root)*::exports::pulumi::cloudflare::teams_account::__export_pulumi_cloudflare_teams_account_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_account); - $($path_to_types_root)*::exports::pulumi::cloudflare::teams_list::__export_pulumi_cloudflare_teams_list_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_list); - $($path_to_types_root)*::exports::pulumi::cloudflare::teams_location::__export_pulumi_cloudflare_teams_location_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_location); - $($path_to_types_root)*::exports::pulumi::cloudflare::teams_proxy_endpoint::__export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_proxy_endpoint); - $($path_to_types_root)*::exports::pulumi::cloudflare::teams_rule::__export_pulumi_cloudflare_teams_rule_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_rule); - $($path_to_types_root)*::exports::pulumi::cloudflare::tiered_cache::__export_pulumi_cloudflare_tiered_cache_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tiered_cache); - $($path_to_types_root)*::exports::pulumi::cloudflare::total_tls::__export_pulumi_cloudflare_total_tls_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::total_tls); - $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel::__export_pulumi_cloudflare_tunnel_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel); - $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_config::__export_pulumi_cloudflare_tunnel_config_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_config); - $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_route::__export_pulumi_cloudflare_tunnel_route_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_route); - $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_virtual_network::__export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_virtual_network); - $($path_to_types_root)*::exports::pulumi::cloudflare::turnstile_widget::__export_pulumi_cloudflare_turnstile_widget_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::turnstile_widget); - $($path_to_types_root)*::exports::pulumi::cloudflare::url_normalization_settings::__export_pulumi_cloudflare_url_normalization_settings_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::url_normalization_settings); - $($path_to_types_root)*::exports::pulumi::cloudflare::user_agent_blocking_rule::__export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::user_agent_blocking_rule); - $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room::__export_pulumi_cloudflare_waiting_room_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room); - $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_event::__export_pulumi_cloudflare_waiting_room_event_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_event); - $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_rules::__export_pulumi_cloudflare_waiting_room_rules_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_rules); - $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_settings::__export_pulumi_cloudflare_waiting_room_settings_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_settings); - $($path_to_types_root)*::exports::pulumi::cloudflare::web3_hostname::__export_pulumi_cloudflare_web3_hostname_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::web3_hostname); - $($path_to_types_root)*::exports::pulumi::cloudflare::web_analytics_rule::__export_pulumi_cloudflare_web_analytics_rule_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::web_analytics_rule); - $($path_to_types_root)*::exports::pulumi::cloudflare::web_analytics_site::__export_pulumi_cloudflare_web_analytics_site_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::web_analytics_site); - $($path_to_types_root)*::exports::pulumi::cloudflare::worker_cron_trigger::__export_pulumi_cloudflare_worker_cron_trigger_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_cron_trigger); - $($path_to_types_root)*::exports::pulumi::cloudflare::worker_domain::__export_pulumi_cloudflare_worker_domain_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_domain); - $($path_to_types_root)*::exports::pulumi::cloudflare::worker_route::__export_pulumi_cloudflare_worker_route_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_route); - $($path_to_types_root)*::exports::pulumi::cloudflare::worker_script::__export_pulumi_cloudflare_worker_script_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_script); - $($path_to_types_root)*::exports::pulumi::cloudflare::worker_secret::__export_pulumi_cloudflare_worker_secret_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_secret); - $($path_to_types_root)*::exports::pulumi::cloudflare::workers_for_platforms_namespace::__export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::workers_for_platforms_namespace); - $($path_to_types_root)*::exports::pulumi::cloudflare::workers_kv::__export_pulumi_cloudflare_workers_kv_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::workers_kv); - $($path_to_types_root)*::exports::pulumi::cloudflare::workers_kv_namespace::__export_pulumi_cloudflare_workers_kv_namespace_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::workers_kv_namespace); - $($path_to_types_root)*::exports::pulumi::cloudflare::zone::__export_pulumi_cloudflare_zone_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone); - $($path_to_types_root)*::exports::pulumi::cloudflare::zone_cache_reserve::__export_pulumi_cloudflare_zone_cache_reserve_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_cache_reserve); - $($path_to_types_root)*::exports::pulumi::cloudflare::zone_cache_variants::__export_pulumi_cloudflare_zone_cache_variants_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_cache_variants); - $($path_to_types_root)*::exports::pulumi::cloudflare::zone_dnssec::__export_pulumi_cloudflare_zone_dnssec_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_dnssec); - $($path_to_types_root)*::exports::pulumi::cloudflare::zone_hold::__export_pulumi_cloudflare_zone_hold_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_hold); - $($path_to_types_root)*::exports::pulumi::cloudflare::zone_lockdown::__export_pulumi_cloudflare_zone_lockdown_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_lockdown); - $($path_to_types_root)*::exports::pulumi::cloudflare::zone_settings_override::__export_pulumi_cloudflare_zone_settings_override_5_24_1_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_settings_override); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_application::__export_pulumi_cloudflare_access_application_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_application); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_ca_certificate::__export_pulumi_cloudflare_access_ca_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_ca_certificate); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_custom_page::__export_pulumi_cloudflare_access_custom_page_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_custom_page); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_group::__export_pulumi_cloudflare_access_group_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_group); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_identity_provider::__export_pulumi_cloudflare_access_identity_provider_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_identity_provider); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_keys_configuration::__export_pulumi_cloudflare_access_keys_configuration_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_keys_configuration); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_mutual_tls_certificate::__export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_mutual_tls_certificate); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_mutual_tls_hostname_settings::__export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_mutual_tls_hostname_settings); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_organization::__export_pulumi_cloudflare_access_organization_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_organization); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_policy::__export_pulumi_cloudflare_access_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_policy); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_rule::__export_pulumi_cloudflare_access_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_rule); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_service_token::__export_pulumi_cloudflare_access_service_token_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_service_token); + $($path_to_types_root)*::exports::pulumi::cloudflare::access_tag::__export_pulumi_cloudflare_access_tag_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::access_tag); + $($path_to_types_root)*::exports::pulumi::cloudflare::account::__export_pulumi_cloudflare_account_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::account); + $($path_to_types_root)*::exports::pulumi::cloudflare::account_member::__export_pulumi_cloudflare_account_member_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::account_member); + $($path_to_types_root)*::exports::pulumi::cloudflare::address_map::__export_pulumi_cloudflare_address_map_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::address_map); + $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield::__export_pulumi_cloudflare_api_shield_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield); + $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_operation::__export_pulumi_cloudflare_api_shield_operation_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_operation); + $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_operation_schema_validation_settings::__export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_operation_schema_validation_settings); + $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_schema::__export_pulumi_cloudflare_api_shield_schema_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_schema); + $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_schema_validation_settings::__export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_shield_schema_validation_settings); + $($path_to_types_root)*::exports::pulumi::cloudflare::api_token::__export_pulumi_cloudflare_api_token_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::api_token); + $($path_to_types_root)*::exports::pulumi::cloudflare::argo::__export_pulumi_cloudflare_argo_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::argo); + $($path_to_types_root)*::exports::pulumi::cloudflare::authenticated_origin_pulls::__export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::authenticated_origin_pulls); + $($path_to_types_root)*::exports::pulumi::cloudflare::authenticated_origin_pulls_certificate::__export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::authenticated_origin_pulls_certificate); + $($path_to_types_root)*::exports::pulumi::cloudflare::bot_management::__export_pulumi_cloudflare_bot_management_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::bot_management); + $($path_to_types_root)*::exports::pulumi::cloudflare::byo_ip_prefix::__export_pulumi_cloudflare_byo_ip_prefix_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::byo_ip_prefix); + $($path_to_types_root)*::exports::pulumi::cloudflare::certificate_pack::__export_pulumi_cloudflare_certificate_pack_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::certificate_pack); + $($path_to_types_root)*::exports::pulumi::cloudflare::custom_hostname::__export_pulumi_cloudflare_custom_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::custom_hostname); + $($path_to_types_root)*::exports::pulumi::cloudflare::custom_hostname_fallback_origin::__export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::custom_hostname_fallback_origin); + $($path_to_types_root)*::exports::pulumi::cloudflare::custom_pages::__export_pulumi_cloudflare_custom_pages_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::custom_pages); + $($path_to_types_root)*::exports::pulumi::cloudflare::custom_ssl::__export_pulumi_cloudflare_custom_ssl_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::custom_ssl); + $($path_to_types_root)*::exports::pulumi::cloudflare::d1_database::__export_pulumi_cloudflare_d1_database_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::d1_database); + $($path_to_types_root)*::exports::pulumi::cloudflare::device_dex_test::__export_pulumi_cloudflare_device_dex_test_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_dex_test); + $($path_to_types_root)*::exports::pulumi::cloudflare::device_managed_networks::__export_pulumi_cloudflare_device_managed_networks_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_managed_networks); + $($path_to_types_root)*::exports::pulumi::cloudflare::device_policy_certificates::__export_pulumi_cloudflare_device_policy_certificates_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_policy_certificates); + $($path_to_types_root)*::exports::pulumi::cloudflare::device_posture_integration::__export_pulumi_cloudflare_device_posture_integration_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_posture_integration); + $($path_to_types_root)*::exports::pulumi::cloudflare::device_posture_rule::__export_pulumi_cloudflare_device_posture_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_posture_rule); + $($path_to_types_root)*::exports::pulumi::cloudflare::device_settings_policy::__export_pulumi_cloudflare_device_settings_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::device_settings_policy); + $($path_to_types_root)*::exports::pulumi::cloudflare::dlp_profile::__export_pulumi_cloudflare_dlp_profile_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::dlp_profile); + $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_address::__export_pulumi_cloudflare_email_routing_address_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_address); + $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_catch_all::__export_pulumi_cloudflare_email_routing_catch_all_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_catch_all); + $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_rule::__export_pulumi_cloudflare_email_routing_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_rule); + $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_settings::__export_pulumi_cloudflare_email_routing_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::email_routing_settings); + $($path_to_types_root)*::exports::pulumi::cloudflare::fallback_domain::__export_pulumi_cloudflare_fallback_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::fallback_domain); + $($path_to_types_root)*::exports::pulumi::cloudflare::filter::__export_pulumi_cloudflare_filter_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::filter); + $($path_to_types_root)*::exports::pulumi::cloudflare::firewall_rule::__export_pulumi_cloudflare_firewall_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::firewall_rule); + $($path_to_types_root)*::exports::pulumi::cloudflare::gre_tunnel::__export_pulumi_cloudflare_gre_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::gre_tunnel); + $($path_to_types_root)*::exports::pulumi::cloudflare::healthcheck::__export_pulumi_cloudflare_healthcheck_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::healthcheck); + $($path_to_types_root)*::exports::pulumi::cloudflare::hostname_tls_setting::__export_pulumi_cloudflare_hostname_tls_setting_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::hostname_tls_setting); + $($path_to_types_root)*::exports::pulumi::cloudflare::hostname_tls_setting_ciphers::__export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::hostname_tls_setting_ciphers); + $($path_to_types_root)*::exports::pulumi::cloudflare::hyperdrive_config::__export_pulumi_cloudflare_hyperdrive_config_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::hyperdrive_config); + $($path_to_types_root)*::exports::pulumi::cloudflare::ipsec_tunnel::__export_pulumi_cloudflare_ipsec_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::ipsec_tunnel); + $($path_to_types_root)*::exports::pulumi::cloudflare::keyless_certificate::__export_pulumi_cloudflare_keyless_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::keyless_certificate); + $($path_to_types_root)*::exports::pulumi::cloudflare::list::__export_pulumi_cloudflare_list_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::list); + $($path_to_types_root)*::exports::pulumi::cloudflare::list_item::__export_pulumi_cloudflare_list_item_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::list_item); + $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer::__export_pulumi_cloudflare_load_balancer_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer); + $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer_monitor::__export_pulumi_cloudflare_load_balancer_monitor_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer_monitor); + $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer_pool::__export_pulumi_cloudflare_load_balancer_pool_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::load_balancer_pool); + $($path_to_types_root)*::exports::pulumi::cloudflare::logpull_retention::__export_pulumi_cloudflare_logpull_retention_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::logpull_retention); + $($path_to_types_root)*::exports::pulumi::cloudflare::logpush_job::__export_pulumi_cloudflare_logpush_job_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::logpush_job); + $($path_to_types_root)*::exports::pulumi::cloudflare::logpush_ownership_challenge::__export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::logpush_ownership_challenge); + $($path_to_types_root)*::exports::pulumi::cloudflare::magic_firewall_ruleset::__export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::magic_firewall_ruleset); + $($path_to_types_root)*::exports::pulumi::cloudflare::managed_headers::__export_pulumi_cloudflare_managed_headers_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::managed_headers); + $($path_to_types_root)*::exports::pulumi::cloudflare::mtls_certificate::__export_pulumi_cloudflare_mtls_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::mtls_certificate); + $($path_to_types_root)*::exports::pulumi::cloudflare::notification_policy::__export_pulumi_cloudflare_notification_policy_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::notification_policy); + $($path_to_types_root)*::exports::pulumi::cloudflare::notification_policy_webhooks::__export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::notification_policy_webhooks); + $($path_to_types_root)*::exports::pulumi::cloudflare::observatory_scheduled_test::__export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::observatory_scheduled_test); + $($path_to_types_root)*::exports::pulumi::cloudflare::origin_ca_certificate::__export_pulumi_cloudflare_origin_ca_certificate_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::origin_ca_certificate); + $($path_to_types_root)*::exports::pulumi::cloudflare::page_rule::__export_pulumi_cloudflare_page_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::page_rule); + $($path_to_types_root)*::exports::pulumi::cloudflare::pages_domain::__export_pulumi_cloudflare_pages_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::pages_domain); + $($path_to_types_root)*::exports::pulumi::cloudflare::pages_project::__export_pulumi_cloudflare_pages_project_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::pages_project); + $($path_to_types_root)*::exports::pulumi::cloudflare::queue::__export_pulumi_cloudflare_queue_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::queue); + $($path_to_types_root)*::exports::pulumi::cloudflare::r2_bucket::__export_pulumi_cloudflare_r2_bucket_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::r2_bucket); + $($path_to_types_root)*::exports::pulumi::cloudflare::rate_limit::__export_pulumi_cloudflare_rate_limit_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::rate_limit); + $($path_to_types_root)*::exports::pulumi::cloudflare::record::__export_pulumi_cloudflare_record_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::record); + $($path_to_types_root)*::exports::pulumi::cloudflare::regional_hostname::__export_pulumi_cloudflare_regional_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::regional_hostname); + $($path_to_types_root)*::exports::pulumi::cloudflare::regional_tiered_cache::__export_pulumi_cloudflare_regional_tiered_cache_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::regional_tiered_cache); + $($path_to_types_root)*::exports::pulumi::cloudflare::ruleset::__export_pulumi_cloudflare_ruleset_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::ruleset); + $($path_to_types_root)*::exports::pulumi::cloudflare::spectrum_application::__export_pulumi_cloudflare_spectrum_application_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::spectrum_application); + $($path_to_types_root)*::exports::pulumi::cloudflare::split_tunnel::__export_pulumi_cloudflare_split_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::split_tunnel); + $($path_to_types_root)*::exports::pulumi::cloudflare::static_route::__export_pulumi_cloudflare_static_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::static_route); + $($path_to_types_root)*::exports::pulumi::cloudflare::teams_account::__export_pulumi_cloudflare_teams_account_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_account); + $($path_to_types_root)*::exports::pulumi::cloudflare::teams_list::__export_pulumi_cloudflare_teams_list_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_list); + $($path_to_types_root)*::exports::pulumi::cloudflare::teams_location::__export_pulumi_cloudflare_teams_location_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_location); + $($path_to_types_root)*::exports::pulumi::cloudflare::teams_proxy_endpoint::__export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_proxy_endpoint); + $($path_to_types_root)*::exports::pulumi::cloudflare::teams_rule::__export_pulumi_cloudflare_teams_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::teams_rule); + $($path_to_types_root)*::exports::pulumi::cloudflare::tiered_cache::__export_pulumi_cloudflare_tiered_cache_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tiered_cache); + $($path_to_types_root)*::exports::pulumi::cloudflare::total_tls::__export_pulumi_cloudflare_total_tls_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::total_tls); + $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel::__export_pulumi_cloudflare_tunnel_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel); + $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_config::__export_pulumi_cloudflare_tunnel_config_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_config); + $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_route::__export_pulumi_cloudflare_tunnel_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_route); + $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_virtual_network::__export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::tunnel_virtual_network); + $($path_to_types_root)*::exports::pulumi::cloudflare::turnstile_widget::__export_pulumi_cloudflare_turnstile_widget_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::turnstile_widget); + $($path_to_types_root)*::exports::pulumi::cloudflare::url_normalization_settings::__export_pulumi_cloudflare_url_normalization_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::url_normalization_settings); + $($path_to_types_root)*::exports::pulumi::cloudflare::user_agent_blocking_rule::__export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::user_agent_blocking_rule); + $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room::__export_pulumi_cloudflare_waiting_room_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room); + $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_event::__export_pulumi_cloudflare_waiting_room_event_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_event); + $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_rules::__export_pulumi_cloudflare_waiting_room_rules_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_rules); + $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_settings::__export_pulumi_cloudflare_waiting_room_settings_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::waiting_room_settings); + $($path_to_types_root)*::exports::pulumi::cloudflare::web3_hostname::__export_pulumi_cloudflare_web3_hostname_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::web3_hostname); + $($path_to_types_root)*::exports::pulumi::cloudflare::web_analytics_rule::__export_pulumi_cloudflare_web_analytics_rule_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::web_analytics_rule); + $($path_to_types_root)*::exports::pulumi::cloudflare::web_analytics_site::__export_pulumi_cloudflare_web_analytics_site_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::web_analytics_site); + $($path_to_types_root)*::exports::pulumi::cloudflare::worker_cron_trigger::__export_pulumi_cloudflare_worker_cron_trigger_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_cron_trigger); + $($path_to_types_root)*::exports::pulumi::cloudflare::worker_domain::__export_pulumi_cloudflare_worker_domain_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_domain); + $($path_to_types_root)*::exports::pulumi::cloudflare::worker_route::__export_pulumi_cloudflare_worker_route_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_route); + $($path_to_types_root)*::exports::pulumi::cloudflare::worker_script::__export_pulumi_cloudflare_worker_script_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_script); + $($path_to_types_root)*::exports::pulumi::cloudflare::worker_secret::__export_pulumi_cloudflare_worker_secret_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::worker_secret); + $($path_to_types_root)*::exports::pulumi::cloudflare::workers_for_platforms_namespace::__export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::workers_for_platforms_namespace); + $($path_to_types_root)*::exports::pulumi::cloudflare::workers_kv::__export_pulumi_cloudflare_workers_kv_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::workers_kv); + $($path_to_types_root)*::exports::pulumi::cloudflare::workers_kv_namespace::__export_pulumi_cloudflare_workers_kv_namespace_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::workers_kv_namespace); + $($path_to_types_root)*::exports::pulumi::cloudflare::zone::__export_pulumi_cloudflare_zone_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone); + $($path_to_types_root)*::exports::pulumi::cloudflare::zone_cache_reserve::__export_pulumi_cloudflare_zone_cache_reserve_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_cache_reserve); + $($path_to_types_root)*::exports::pulumi::cloudflare::zone_cache_variants::__export_pulumi_cloudflare_zone_cache_variants_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_cache_variants); + $($path_to_types_root)*::exports::pulumi::cloudflare::zone_dnssec::__export_pulumi_cloudflare_zone_dnssec_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_dnssec); + $($path_to_types_root)*::exports::pulumi::cloudflare::zone_hold::__export_pulumi_cloudflare_zone_hold_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_hold); + $($path_to_types_root)*::exports::pulumi::cloudflare::zone_lockdown::__export_pulumi_cloudflare_zone_lockdown_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_lockdown); + $($path_to_types_root)*::exports::pulumi::cloudflare::zone_settings_override::__export_pulumi_cloudflare_zone_settings_override_5_24_1_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_settings_override); ) } #[doc(inline)] @@ -18026,661 +18028,687 @@ pub(crate) use __export_cloudflare_pulumi_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.25.0:cloudflare-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 38405] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xfc\xaa\x02\x01A\x02\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 40928] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xd7\xbe\x02\x01A\x02\ \x01A\xf1\x01\x01B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\ \0\x13[constructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\ \x01\x04\0\x12[method]output.map\x01\x04\x01p\x01\x01@\x01\x07outputs\x05\0\x01\x04\ -\0\x07combine\x01\x06\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\ -\0\x02\x03\0\0\x06output\x01B\x13\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x02\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04\ -names\x04\0\x0cresult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\ -\0\x1eregister-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04typ\ -es\x04names\x06object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\ -\x0c\x01p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\ -\x01@\x01\x07request\x0d\0\x10\x04\0\x08register\x01\x11\x03\x012component:pulum\ -i-wasm/register-interface@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x1d\x0aaccount-id\x02\x1ballow-authenticate-via-war\ -p\x02\x0callowed-idps\x02\x15app-launcher-logo-url\x02\x14app-launcher-visible\x02\ -\x19auto-redirect-to-identity\x02\x08bg-color\x02\x0ccors-headers\x02\x13custom-\ -deny-message\x02\x0fcustom-deny-url\x02\x1ccustom-non-identity-deny-url\x02\x0cc\ -ustom-pages\x02\x06domain\x02\x15enable-binding-cookie\x02\x0cfooter-links\x02\x0f\ -header-bg-color\x02\x1ahttp-only-cookie-attribute\x02\x13landing-page-design\x02\ -\x08logo-url\x02\x04name\x02\x08saas-app\x02\x1asame-site-cookie-attribute\x02\x13\ -self-hosted-domains\x02\x18service-auth401-redirect\x02\x10session-duration\x02\x11\ -skip-interstitial\x02\x04tags\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\ -\x03\x01i\x01\x01r\x1e\x0aaccount-id\x05\x1ballow-authenticate-via-warp\x05\x0ca\ -llowed-idps\x05\x15app-launcher-logo-url\x05\x14app-launcher-visible\x05\x03aud\x05\ -\x19auto-redirect-to-identity\x05\x08bg-color\x05\x0ccors-headers\x05\x13custom-\ -deny-message\x05\x0fcustom-deny-url\x05\x1ccustom-non-identity-deny-url\x05\x0cc\ -ustom-pages\x05\x06domain\x05\x15enable-binding-cookie\x05\x0cfooter-links\x05\x0f\ -header-bg-color\x05\x1ahttp-only-cookie-attribute\x05\x13landing-page-design\x05\ -\x08logo-url\x05\x04name\x05\x08saas-app\x05\x1asame-site-cookie-attribute\x05\x13\ -self-hosted-domains\x05\x18service-auth401-redirect\x05\x10session-duration\x05\x11\ -skip-interstitial\x05\x04tags\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Fpulumi:clou\ -dflare/access-application@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x03\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x0e\ -application-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aa\ -ccount-id\x05\x0eapplication-id\x05\x03aud\x05\x0apublic-key\x05\x07zone-id\x05\x04\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01Ipulumi:cloudflare/access-ca-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\ -\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aa\ -ccount-id\x02\x09app-count\x02\x0bcustom-html\x02\x04name\x02\x04type\x02\x07zon\ -e-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x09app-coun\ -t\x05\x0bcustom-html\x05\x04name\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Fpulum\ -i:cloudflare/access-custom-page@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x05\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\ -\x08excludes\x02\x08includes\x02\x04name\x02\x08requires\x02\x07zone-id\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x08excludes\x05\x08includ\ -es\x05\x04name\x05\x08requires\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:cloudflare/ac\ -cess-group@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x07configs\x02\x04n\ -ame\x02\x0cscim-configs\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x06\x0aaccount-id\x05\x07configs\x05\x04name\x05\x0cscim-configs\x05\x04\ -type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01Lpulumi:cloudflare/access-identity-provider@5.24\ -.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x1akey-rotation-interval-days\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\x1akey-rotation-int\ -erval-days\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01Mpulumi:cloudflare/access-keys-configuration@5.24.1-DIVIDE\ -R-ZERO.ZERO.ZERO-DEV\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ -\x01h\x01\x01r\x05\x0aaccount-id\x02\x14associated-hostnames\x02\x0bcertificate\x02\ -\x04name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount\ --id\x05\x14associated-hostnames\x05\x0bcertificate\x05\x0bfingerprint\x05\x04nam\ -e\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01Qpulumi:cloudflare/access-mutual-tls-certificate@5.2\ -4.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x08settings\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x08settings\x05\x07zone\ --id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\x01Wpulumi:cloudflare/access-mutual-tls-hostname-settings@5.24.1-\ -DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x0a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x0d\x0aaccount-id\x02\x1ballow-authenticate-via-warp\x02\x0ba\ -uth-domain\x02\x19auto-redirect-to-identity\x02\x0ccustom-pages\x02\x0fis-ui-rea\ -d-only\x02\x0dlogin-designs\x02\x04name\x02\x10session-duration\x02\x1aui-read-o\ -nly-toggle-reason\x02\"user-seat-expiration-inactive-time\x02\x1awarp-auth-sessi\ -on-duration\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x0aacco\ -unt-id\x05\x1ballow-authenticate-via-warp\x05\x0bauth-domain\x05\x19auto-redirec\ -t-to-identity\x05\x0ccustom-pages\x05\x0fis-ui-read-only\x05\x0dlogin-designs\x05\ -\x04name\x05\x10session-duration\x05\x1aui-read-only-toggle-reason\x05\"user-sea\ -t-expiration-inactive-time\x05\x1awarp-auth-session-duration\x05\x07zone-id\x05\x04\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01Gpulumi:cloudflare/access-organization@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\ -\x0b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0f\x0aa\ -ccount-id\x02\x0eapplication-id\x02\x0fapproval-groups\x02\x11approval-required\x02\ -\x08decision\x02\x08excludes\x02\x08includes\x02\x12isolation-required\x02\x04na\ -me\x02\x0aprecedence\x02\x1cpurpose-justification-prompt\x02\x1epurpose-justific\ -ation-required\x02\x08requires\x02\x10session-duration\x02\x07zone-id\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x0eapplication-id\x05\x0fappr\ -oval-groups\x05\x11approval-required\x05\x08decision\x05\x08excludes\x05\x08incl\ -udes\x05\x12isolation-required\x05\x04name\x05\x0aprecedence\x05\x1cpurpose-just\ -ification-prompt\x05\x1epurpose-justification-required\x05\x08requires\x05\x10se\ -ssion-duration\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/access-policy@5.2\ -4.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x0c\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0dconfiguration\x02\x04mode\x02\ -\x05notes\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccoun\ -t-id\x05\x0dconfiguration\x05\x04mode\x05\x05notes\x05\x07zone-id\x05\x04\0\x03r\ -es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -?pulumi:cloudflare/access-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x0d\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\ -\x08duration\x02\x14min-days-for-renewal\x02\x04name\x02\x07zone-id\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x09client-id\x05\x0dclient-se\ -cret\x05\x08duration\x05\x0aexpires-at\x05\x14min-days-for-renewal\x05\x04name\x05\ +\0\x07combine\x01\x06\x03\x01co\ +mponent:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9\x05\x02\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x1d\x0aaccount-id\x02\x1b\ +allow-authenticate-via-warp\x02\x0callowed-idps\x02\x15app-launcher-logo-url\x02\ +\x14app-launcher-visible\x02\x19auto-redirect-to-identity\x02\x08bg-color\x02\x0c\ +cors-headers\x02\x13custom-deny-message\x02\x0fcustom-deny-url\x02\x1ccustom-non\ +-identity-deny-url\x02\x0ccustom-pages\x02\x06domain\x02\x15enable-binding-cooki\ +e\x02\x0cfooter-links\x02\x0fheader-bg-color\x02\x1ahttp-only-cookie-attribute\x02\ +\x13landing-page-design\x02\x08logo-url\x02\x04name\x02\x08saas-app\x02\x1asame-\ +site-cookie-attribute\x02\x13self-hosted-domains\x02\x18service-auth401-redirect\ +\x02\x10session-duration\x02\x11skip-interstitial\x02\x04tags\x02\x04type\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x1e\x0aaccount-id\x05\x1ballow\ +-authenticate-via-warp\x05\x0callowed-idps\x05\x15app-launcher-logo-url\x05\x14a\ +pp-launcher-visible\x05\x03aud\x05\x19auto-redirect-to-identity\x05\x08bg-color\x05\ +\x0ccors-headers\x05\x13custom-deny-message\x05\x0fcustom-deny-url\x05\x1ccustom\ +-non-identity-deny-url\x05\x0ccustom-pages\x05\x06domain\x05\x15enable-binding-c\ +ookie\x05\x0cfooter-links\x05\x0fheader-bg-color\x05\x1ahttp-only-cookie-attribu\ +te\x05\x13landing-page-design\x05\x08logo-url\x05\x04name\x05\x08saas-app\x05\x1a\ +same-site-cookie-attribute\x05\x13self-hosted-domains\x05\x18service-auth401-red\ +irect\x05\x10session-duration\x05\x11skip-interstitial\x05\x04tags\x05\x04type\x05\ \x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\x01Hpulumi:cloudflare/access-service-token@5.24.1-DIVIDER\ --ZERO.ZERO.ZERO-DEV\x05\x0e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ -\x01h\x01\x01r\x04\x0aaccount-id\x02\x09app-count\x02\x04name\x02\x07zone-id\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x09app-count\x05\x04\ -name\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01>pulumi:cloudflare/access-tag@5.24.1-DIVIDER-ZER\ -O.ZERO.ZERO-DEV\x05\x0f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x03\x11enforce-twofactor\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x03\x11enforce-twofactor\x05\x04name\x05\x04type\x05\x04\0\x03\ +\x06invoke\x01\x08\x04\x01[pulumi:cloudflare/access-application@5.24.1-DIVIDER-Z\ +ERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x0eapplication-id\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0eappli\ +cation-id\x05\x03aud\x05\x0apublic-key\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01^pulumi:clou\ +dflare/access-ca-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeN\ +INE\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\ +\x0aaccount-id\x02\x09app-count\x02\x0bcustom-html\x02\x04name\x02\x04type\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x09app-c\ +ount\x05\x0bcustom-html\x05\x04name\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01[pulum\ +i:cloudflare/access-custom-page@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEd\ +deNINE\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x06\x0aaccount-id\x02\x08excludes\x02\x08includes\x02\x04name\x02\x08requires\x02\ +\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x08e\ +xcludes\x05\x08includes\x05\x04name\x05\x08requires\x05\x07zone-id\x05\x04\0\x03\ res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -;pulumi:cloudflare/account@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x10\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0d\ -email-address\x02\x08role-ids\x02\x06status\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x04\x0aaccount-id\x05\x0demail-address\x05\x08role-ids\x05\x06status\x05\x04\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01Bpulumi:cloudflare/account-member@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x11\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-i\ -d\x02\x0bdefault-sni\x02\x0bdescription\x02\x07enabled\x02\x03ips\x02\x0bmembers\ -hips\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acan-dele\ -te\x05\x0ecan-modify-ips\x05\x0bdefault-sni\x05\x0bdescription\x05\x07enabled\x05\ -\x03ips\x05\x0bmemberships\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:cloudflare/address-map@5.24.1-DIVI\ -DER-ZERO.ZERO.ZERO-DEV\x05\x12\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ -\0\x01h\x01\x01r\x02\x17auth-id-characteristics\x02\x07zone-id\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x02\x17auth-id-characteristics\x05\x07zone-id\x05\x04\0\ -\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01>pulumi:cloudflare/api-shield@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x13\x01B\ -\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08endpoint\x02\ +Upulumi:cloudflare/access-group@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEd\ +deNINE\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x06\x0aaccount-id\x02\x07configs\x02\x04name\x02\x0cscim-configs\x02\x04type\x02\ +\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x07c\ +onfigs\x05\x04name\x05\x0cscim-configs\x05\x04type\x05\x07zone-id\x05\x04\0\x03r\ +es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +apulumi:cloudflare/access-identity-provider@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTL\ +Y-aNINENINEddeNINE\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x02\x0aaccount-id\x02\x1akey-rotation-interval-days\x02\x04\0\x04args\ +\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\x1akey-rotation-interval-days\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01bpulumi:cloudflare/access-keys-configuration@5.24.1-DIVIDER-ZERO.ZERO.ZE\ +RO-NIGHTLY-aNINENINEddeNINE\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\ +\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x14associated-hostnames\x02\x0bcert\ +ificate\x02\x04name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\ +\x0aaccount-id\x05\x14associated-hostnames\x05\x0bcertificate\x05\x0bfingerprint\ +\x05\x04name\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\ +\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01fpulumi:cloudflare/access-mutual-tls-c\ +ertificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x09\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\ +\x08settings\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aacc\ +ount-id\x05\x08settings\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ +mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01lpulumi:cloudflare/access-m\ +utual-tls-hostname-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNI\ +NE\x05\x0a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0d\ +\x0aaccount-id\x02\x1ballow-authenticate-via-warp\x02\x0bauth-domain\x02\x19auto\ +-redirect-to-identity\x02\x0ccustom-pages\x02\x0fis-ui-read-only\x02\x0dlogin-de\ +signs\x02\x04name\x02\x10session-duration\x02\x1aui-read-only-toggle-reason\x02\"\ +user-seat-expiration-inactive-time\x02\x1awarp-auth-session-duration\x02\x07zone\ +-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x0aaccount-id\x05\x1ballow-aut\ +henticate-via-warp\x05\x0bauth-domain\x05\x19auto-redirect-to-identity\x05\x0ccu\ +stom-pages\x05\x0fis-ui-read-only\x05\x0dlogin-designs\x05\x04name\x05\x10sessio\ +n-duration\x05\x1aui-read-only-toggle-reason\x05\"user-seat-expiration-inactive-\ +time\x05\x1awarp-auth-session-duration\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\\pulumi:clo\ +udflare/access-organization@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNI\ +NE\x05\x0b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0f\ +\x0aaccount-id\x02\x0eapplication-id\x02\x0fapproval-groups\x02\x11approval-requ\ +ired\x02\x08decision\x02\x08excludes\x02\x08includes\x02\x12isolation-required\x02\ +\x04name\x02\x0aprecedence\x02\x1cpurpose-justification-prompt\x02\x1epurpose-ju\ +stification-required\x02\x08requires\x02\x10session-duration\x02\x07zone-id\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x0eapplication-id\x05\x0f\ +approval-groups\x05\x11approval-required\x05\x08decision\x05\x08excludes\x05\x08\ +includes\x05\x12isolation-required\x05\x04name\x05\x0aprecedence\x05\x1cpurpose-\ +justification-prompt\x05\x1epurpose-justification-required\x05\x08requires\x05\x10\ +session-duration\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Vpulumi:cloudflare/access-policy@5\ +.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x0c\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0dconfigur\ +ation\x02\x04mode\x02\x05notes\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x05\x0aaccount-id\x05\x0dconfiguration\x05\x04mode\x05\x05notes\x05\x07zon\ +e-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\x01Tpulumi:cloudflare/access-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-\ +NIGHTLY-aNINENINEddeNINE\x05\x0d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x08duration\x02\x14min-days-for-renewal\ +\x02\x04name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aacc\ +ount-id\x05\x09client-id\x05\x0dclient-secret\x05\x08duration\x05\x0aexpires-at\x05\ +\x14min-days-for-renewal\x05\x04name\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01]pulumi:cloudfla\ +re/access-service-token@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\ +\x0e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aa\ +ccount-id\x02\x09app-count\x02\x04name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x04\x0aaccount-id\x05\x09app-count\x05\x04name\x05\x07zone-id\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01Spulumi:cloudflare/access-tag@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNIN\ +ENINEddeNINE\x05\x0f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x03\x11enforce-twofactor\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x03\x11enforce-twofactor\x05\x04name\x05\x04type\x05\x04\0\x03res\ +\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Pp\ +ulumi:cloudflare/account@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\ +\x10\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aa\ +ccount-id\x02\x0demail-address\x02\x08role-ids\x02\x06status\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x0demail-address\x05\x08role-ids\x05\x06\ +status\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ +nvoke\x01\x08\x04\x01Wpulumi:cloudflare/account-member@5.24.1-DIVIDER-ZERO.ZERO.\ +ZERO-NIGHTLY-aNINENINEddeNINE\x05\x11\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ +ut\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x0bdefault-sni\x02\x0bdescription\ +\x02\x07enabled\x02\x03ips\x02\x0bmemberships\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x08\x0aaccount-id\x05\x0acan-delete\x05\x0ecan-modify-ips\x05\x0bdefault-s\ +ni\x05\x0bdescription\x05\x07enabled\x05\x03ips\x05\x0bmemberships\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +Tpulumi:cloudflare/address-map@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEdd\ +eNINE\x05\x12\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\ +\x02\x17auth-id-characteristics\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x02\x17auth-id-characteristics\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Spulumi:cloudfla\ +re/api-shield@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x13\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08endpoint\x02\ \x04host\x02\x06method\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ \x08endpoint\x05\x04host\x05\x06method\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Hpulumi:clou\ -dflare/api-shield-operation@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x14\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x11mitigation-action\x02\ -\x0coperation-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x11\ -mitigation-action\x05\x0coperation-id\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01cpulumi:cloudfla\ -re/api-shield-operation-schema-validation-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO\ --DEV\x05\x15\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\ -\x04kind\x02\x04name\x02\x06source\x02\x12validation-enabled\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x04kind\x05\x04name\x05\x06source\x05\x12\ -validation-enabled\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Epulumi:cloudflare/api-shield-sche\ -ma@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x16\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x03$validation-default-mitigation-action\x02%valida\ -tion-override-mitigation-action\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x03$validation-default-mitigation-action\x05%validation-override-mitigatio\ -n-action\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ypulumi:cloudflare/api-shield-schema-valid\ -ation-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x17\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x09condition\x02\x0aexpires-on\x02\ -\x04name\x02\x0anot-before\x02\x08policies\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x09\x09condition\x05\x0aexpires-on\x05\x09issued-on\x05\x0bmodified-on\x05\x04\ -name\x05\x0anot-before\x05\x08policies\x05\x06status\x05\x05value\x05\x04\0\x03r\ -es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -=pulumi:cloudflare/api-token@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x18\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0dsmart-routing\x02\x0e\ -tiered-caching\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0ds\ -mart-routing\x05\x0etiered-caching\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x018pulumi:cloudfla\ -re/argo@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x19\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x04&authenticated-origin-pulls-certificate\x02\ -\x07enabled\x02\x08hostname\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x04&authenticated-origin-pulls-certificate\x05\x07enabled\x05\x08hostname\x05\x07\ -zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01Npulumi:cloudflare/authenticated-origin-pulls@5.24.1-DIVID\ -ER-ZERO.ZERO.ZERO-DEV\x05\x1a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ -\0\x01h\x01\x01r\x04\x0bcertificate\x02\x0bprivate-key\x02\x04type\x02\x07zone-i\ -d\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0bcertificate\x05\x0aexpires-on\ -\x05\x06issuer\x05\x0bprivate-key\x05\x0dserial-number\x05\x09signature\x05\x06s\ -tatus\x05\x04type\x05\x0buploaded-on\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Zpulumi:cloudfla\ -re/authenticated-origin-pulls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x1b\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0a\x11auto-\ -update-model\x02\x09enable-js\x02\x0afight-mode\x02\x12optimize-wordpress\x02\x19\ -sbfm-definitely-automated\x02\x15sbfm-likely-automated\x02\x1fsbfm-static-resour\ -ce-protection\x02\x12sbfm-verified-bots\x02\x16suppress-session-score\x02\x07zon\ -e-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x11auto-update-model\x05\x09e\ -nable-js\x05\x0afight-mode\x05\x12optimize-wordpress\x05\x19sbfm-definitely-auto\ -mated\x05\x15sbfm-likely-automated\x05\x1fsbfm-static-resource-protection\x05\x12\ -sbfm-verified-bots\x05\x16suppress-session-score\x05\x12using-latest-model\x05\x07\ -zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01Bpulumi:cloudflare/bot-management@5.24.1-DIVIDER-ZERO.ZERO\ -.ZERO-DEV\x05\x1c\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x04\x0aaccount-id\x02\x0dadvertisement\x02\x0bdescription\x02\x09prefix-id\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x0dadvertisement\x05\ -\x0bdescription\x05\x09prefix-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/byo-ip-prefix@5\ -.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x1d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06o\ -utput\x03\0\0\x01h\x01\x01r\x0a\x15certificate-authority\x02\x13cloudflare-brand\ -ing\x02\x05hosts\x02\x04type\x02\x11validation-errors\x02\x11validation-method\x02\ -\x12validation-records\x02\x0dvalidity-days\x02\x16wait-for-active-status\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x15certificate-authority\x05\ -\x13cloudflare-branding\x05\x05hosts\x05\x04type\x05\x11validation-errors\x05\x11\ -validation-method\x05\x12validation-records\x05\x0dvalidity-days\x05\x16wait-for\ --active-status\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Dpulumi:cloudflare/certificate-pack@\ -5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x1e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x07\x0fcustom-metadata\x02\x14custom-origin-server\x02\ -\x11custom-origin-sni\x02\x08hostname\x02\x04ssls\x02\x1fwait-for-ssl-pending-va\ -lidation\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0fcustom-\ -metadata\x05\x14custom-origin-server\x05\x11custom-origin-sni\x05\x08hostname\x05\ -\x16ownership-verification\x05\x1bownership-verification-http\x05\x04ssls\x05\x06\ -status\x05\x1fwait-for-ssl-pending-validation\x05\x07zone-id\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Cpulum\ -i:cloudflare/custom-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x1f\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x06origin\x02\x07zone\ --id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x06origin\x05\x06status\x05\x07\ -zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01Spulumi:cloudflare/custom-hostname-fallback-origin@5.24.1-\ -DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x20\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x05state\x02\x04type\x02\x03url\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x05state\ -\x05\x04type\x05\x03url\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:cloudflare/custom-p\ -ages@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05!\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x03\x12custom-ssl-options\x02\x15custom-ssl-priorit\ -ies\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x12custom-ssl-o\ -ptions\x05\x15custom-ssl-priorities\x05\x0aexpires-on\x05\x05hosts\x05\x06issuer\ -\x05\x0bmodified-on\x05\x08priority\x05\x09signature\x05\x06status\x05\x0bupload\ -ed-on\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01>pulumi:cloudflare/custom-ssl@5.24.1-DIVIDER-ZER\ -O.ZERO.ZERO-DEV\x05\"\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x02\x0aaccount-id\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\ -\x0aaccount-id\x05\x04name\x05\x07version\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:cloudflare/d1-dat\ -abase@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05#\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x04data\x02\x0bdescription\x02\ -\x07enabled\x02\x08interval\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x08\x0aaccount-id\x05\x07created\x05\x04data\x05\x0bdescription\x05\x07enabled\ -\x05\x08interval\x05\x04name\x05\x07updated\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Cpulumi:cloudflare/device\ --dex-test@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05$\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x06config\x02\x04name\x02\ -\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x06conf\ -ig\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01Kpulumi:cloudflare/device-managed-networks\ -@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05%\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ -tput\x03\0\0\x01h\x01\x01r\x02\x07enabled\x02\x07zone-id\x02\x04\0\x04args\x03\0\ -\x03\x01i\x01\x01r\x02\x07enabled\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\ -\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Npulumi:cloudflar\ -e/device-policy-certificates@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05&\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x07\ -configs\x02\x0aidentifier\x02\x08interval\x02\x04name\x02\x04type\x02\x04\0\x04a\ -rgs\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x07configs\x05\x0aidentifier\x05\ -\x08interval\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ -s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Npulumi:cloudflare/device-pos\ -ture-integration@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05'\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x0bdescription\x02\ -\x0aexpiration\x02\x06inputs\x02\x07matches\x02\x04name\x02\x08schedule\x02\x04t\ -ype\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0bdescripti\ -on\x05\x0aexpiration\x05\x06inputs\x05\x07matches\x05\x04name\x05\x08schedule\x05\ -\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01Gpulumi:cloudflare/device-posture-rule@5.24.1-DIVIDER-ZERO\ -.ZERO.ZERO-DEV\x05(\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x12\x0aaccount-id\x02\x11allow-mode-switch\x02\x0dallow-updates\x02\x10all\ -owed-to-leave\x02\x0cauto-connect\x02\x0ecaptive-portal\x02\x07default\x02\x0bde\ -scription\x02\x15disable-auto-fallback\x02\x07enabled\x02\x12exclude-office-ips\x02\ -\x05match\x02\x04name\x02\x0aprecedence\x02\x14service-mode-v2-mode\x02\x14servi\ -ce-mode-v2-port\x02\x0bsupport-url\x02\x0dswitch-locked\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x12\x0aaccount-id\x05\x11allow-mode-switch\x05\x0dallow-updates\x05\ -\x10allowed-to-leave\x05\x0cauto-connect\x05\x0ecaptive-portal\x05\x07default\x05\ -\x0bdescription\x05\x15disable-auto-fallback\x05\x07enabled\x05\x12exclude-offic\ -e-ips\x05\x05match\x05\x04name\x05\x0aprecedence\x05\x14service-mode-v2-mode\x05\ -\x14service-mode-v2-port\x05\x0bsupport-url\x05\x0dswitch-locked\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01J\ -pulumi:cloudflare/device-settings-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05)\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-i\ -d\x02\x13allowed-match-count\x02\x11context-awareness\x02\x0bdescription\x02\x07\ -entries\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0a\ -account-id\x05\x13allowed-match-count\x05\x11context-awareness\x05\x0bdescriptio\ -n\x05\x07entries\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:cloudflare/dlp-pr\ -ofile@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05*\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x05email\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x07created\x05\x05email\x05\x08modifi\ -ed\x05\x03tag\x05\x08verified\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:cloudflare/email-routing-add\ -ress@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05+\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x05\x07actions\x02\x07enabled\x02\x08matchers\x02\x04\ -name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x07actions\x05\ -\x07enabled\x05\x08matchers\x05\x04name\x05\x03tag\x05\x07zone-id\x05\x04\0\x03r\ -es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -Kpulumi:cloudflare/email-routing-catch-all@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\ -,\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x07acti\ -ons\x02\x07enabled\x02\x08matchers\x02\x04name\x02\x08priority\x02\x07zone-id\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x07actions\x05\x07enabled\x05\x08matc\ -hers\x05\x04name\x05\x08priority\x05\x03tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Fpulumi:\ -cloudflare/email-routing-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05-\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x07enabled\x02\x0bski\ -p-wizard\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x07created\ -\x05\x07enabled\x05\x08modified\x05\x04name\x05\x0bskip-wizard\x05\x06status\x05\ -\x03tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ -\x07\x04\0\x06invoke\x01\x08\x04\x01Jpulumi:cloudflare/email-routing-settings@5.\ -24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05.\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ -t\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x07domains\x02\x09policy-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x07domains\x05\x09polic\ -y-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ -oke\x01\x08\x04\x01Cpulumi:cloudflare/fallback-domain@5.24.1-DIVIDER-ZERO.ZERO.Z\ -ERO-DEV\x05/\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\ -\x0bdescription\x02\x0aexpression\x02\x06paused\x02\x03ref\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0bdescription\x05\x0aexpression\x05\x06p\ -aused\x05\x03ref\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/filter@5.24.1-D\ -IVIDER-ZERO.ZERO.ZERO-DEV\x050\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ -\0\x01h\x01\x01r\x07\x06action\x02\x0bdescription\x02\x09filter-id\x02\x06paused\ -\x02\x08priority\x02\x08products\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\ -\x01\x01r\x07\x06action\x05\x0bdescription\x05\x09filter-id\x05\x06paused\x05\x08\ -priority\x05\x08products\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04n\ -ames\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/firewal\ -l-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x051\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x0b\x0aaccount-id\x02\x17cloudflare-gre-endpoin\ -t\x02\x15customer-gre-endpoint\x02\x0bdescription\x02\x14health-check-enabled\x02\ -\x13health-check-target\x02\x11health-check-type\x02\x11interface-address\x02\x03\ -mtu\x02\x04name\x02\x03ttl\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x0aacco\ -unt-id\x05\x17cloudflare-gre-endpoint\x05\x15customer-gre-endpoint\x05\x0bdescri\ -ption\x05\x14health-check-enabled\x05\x13health-check-target\x05\x11health-check\ --type\x05\x11interface-address\x05\x03mtu\x05\x04name\x05\x03ttl\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01>\ -pulumi:cloudflare/gre-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x052\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x14\x07address\x02\x0eall\ -ow-insecure\x02\x0dcheck-regions\x02\x11consecutive-fails\x02\x15consecutive-suc\ -cesses\x02\x0bdescription\x02\x0dexpected-body\x02\x0eexpected-codes\x02\x10foll\ -ow-redirects\x02\x07headers\x02\x08interval\x02\x06method\x02\x04name\x02\x04pat\ -h\x02\x04port\x02\x07retries\x02\x09suspended\x02\x07timeout\x02\x04type\x02\x07\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01]pulumi:clou\ +dflare/api-shield-operation@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNI\ +NE\x05\x14\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\ +\x11mitigation-action\x02\x0coperation-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x03\x11mitigation-action\x05\x0coperation-id\x05\x07zone-id\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01xpulumi:cloudflare/api-shield-operation-schema-validation-settings@5.24.\ +1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x15\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x04kind\x02\x04name\x02\x06source\ +\x02\x12validation-enabled\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x05\x04kind\x05\x04name\x05\x06source\x05\x12validation-enabled\x05\x07zone-id\ +\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\ +\x08\x04\x01Zpulumi:cloudflare/api-shield-schema@5.24.1-DIVIDER-ZERO.ZERO.ZERO-N\ +IGHTLY-aNINENINEddeNINE\x05\x16\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x03$validation-default-mitigation-action\x02%validation-overr\ +ide-mitigation-action\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\ +$validation-default-mitigation-action\x05%validation-override-mitigation-action\x05\ +\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ +\x06invoke\x01\x08\x04\x01npulumi:cloudflare/api-shield-schema-validation-settin\ +gs@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x17\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x09condition\x02\x0aexpir\ +es-on\x02\x04name\x02\x0anot-before\x02\x08policies\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x09\x09condition\x05\x0aexpires-on\x05\x09issued-on\x05\x0bmodified-o\ +n\x05\x04name\x05\x0anot-before\x05\x08policies\x05\x06status\x05\x05value\x05\x04\ +\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ +\x01Rpulumi:cloudflare/api-token@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINE\ +ddeNINE\x05\x18\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x03\x0dsmart-routing\x02\x0etiered-caching\x02\x07zone-id\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x03\x0dsmart-routing\x05\x0etiered-caching\x05\x07zone-id\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01Mpulumi:cloudflare/argo@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEd\ +deNINE\x05\x19\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x04&authenticated-origin-pulls-certificate\x02\x07enabled\x02\x08hostname\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04&authenticated-origin-pulls\ +-certificate\x05\x07enabled\x05\x08hostname\x05\x07zone-id\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01cpulumi:\ +cloudflare/authenticated-origin-pulls@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNIN\ +ENINEddeNINE\x05\x1a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x04\x0bcertificate\x02\x0bprivate-key\x02\x04type\x02\x07zone-id\x02\x04\0\ +\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0bcertificate\x05\x0aexpires-on\x05\x06iss\ +uer\x05\x0bprivate-key\x05\x0dserial-number\x05\x09signature\x05\x06status\x05\x04\ +type\x05\x0buploaded-on\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ +mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01opulumi:cloudflare/authenti\ +cated-origin-pulls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEdd\ +eNINE\x05\x1b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\ +\x0a\x11auto-update-model\x02\x09enable-js\x02\x0afight-mode\x02\x12optimize-wor\ +dpress\x02\x19sbfm-definitely-automated\x02\x15sbfm-likely-automated\x02\x1fsbfm\ +-static-resource-protection\x02\x12sbfm-verified-bots\x02\x16suppress-session-sc\ +ore\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x11auto-update-\ +model\x05\x09enable-js\x05\x0afight-mode\x05\x12optimize-wordpress\x05\x19sbfm-d\ +efinitely-automated\x05\x15sbfm-likely-automated\x05\x1fsbfm-static-resource-pro\ +tection\x05\x12sbfm-verified-bots\x05\x16suppress-session-score\x05\x12using-lat\ +est-model\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\x01Wpulumi:cloudflare/bot-management@5.24.1-D\ +IVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x1c\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0dadvertisement\x02\ +\x0bdescription\x02\x09prefix-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0a\ +account-id\x05\x0dadvertisement\x05\x0bdescription\x05\x09prefix-id\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +Vpulumi:cloudflare/byo-ip-prefix@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINE\ +ddeNINE\x05\x1d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x0a\x15certificate-authority\x02\x13cloudflare-branding\x02\x05hosts\x02\x04ty\ +pe\x02\x11validation-errors\x02\x11validation-method\x02\x12validation-records\x02\ +\x0dvalidity-days\x02\x16wait-for-active-status\x02\x07zone-id\x02\x04\0\x04args\ +\x03\0\x03\x01i\x01\x01r\x0a\x15certificate-authority\x05\x13cloudflare-branding\ +\x05\x05hosts\x05\x04type\x05\x11validation-errors\x05\x11validation-method\x05\x12\ +validation-records\x05\x0dvalidity-days\x05\x16wait-for-active-status\x05\x07zon\ +e-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\x01Ypulumi:cloudflare/certificate-pack@5.24.1-DIVIDER-ZERO.ZERO.\ +ZERO-NIGHTLY-aNINENINEddeNINE\x05\x1e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ +ut\x03\0\0\x01h\x01\x01r\x07\x0fcustom-metadata\x02\x14custom-origin-server\x02\x11\ +custom-origin-sni\x02\x08hostname\x02\x04ssls\x02\x1fwait-for-ssl-pending-valida\ +tion\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0fcustom-meta\ +data\x05\x14custom-origin-server\x05\x11custom-origin-sni\x05\x08hostname\x05\x16\ +ownership-verification\x05\x1bownership-verification-http\x05\x04ssls\x05\x06sta\ +tus\x05\x1fwait-for-ssl-pending-validation\x05\x07zone-id\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Xpulumi:\ +cloudflare/custom-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNIN\ +E\x05\x1f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\ +\x06origin\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x06origi\ +n\x05\x06status\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04a\ +rgs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01hpulumi:cloudflare/custom-hostname-\ +fallback-origin@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x20\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-i\ +d\x02\x05state\x02\x04type\x02\x03url\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x05\x0aaccount-id\x05\x05state\x05\x04type\x05\x03url\x05\x07zone\ +-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ +ke\x01\x08\x04\x01Upulumi:cloudflare/custom-pages@5.24.1-DIVIDER-ZERO.ZERO.ZERO-\ +NIGHTLY-aNINENINEddeNINE\x05!\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ +\0\x01h\x01\x01r\x03\x12custom-ssl-options\x02\x15custom-ssl-priorities\x02\x07z\ +one-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x12custom-ssl-options\x05\x15\ +custom-ssl-priorities\x05\x0aexpires-on\x05\x05hosts\x05\x06issuer\x05\x0bmodifi\ +ed-on\x05\x08priority\x05\x09signature\x05\x06status\x05\x0buploaded-on\x05\x07z\ +one-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ +nvoke\x01\x08\x04\x01Spulumi:cloudflare/custom-ssl@5.24.1-DIVIDER-ZERO.ZERO.ZERO\ +-NIGHTLY-aNINENINEddeNINE\x05\"\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x03\x0aaccount-id\x05\x04name\x05\x07version\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Tpulumi:clou\ +dflare/d1-database@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05#\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-i\ +d\x02\x04data\x02\x0bdescription\x02\x07enabled\x02\x08interval\x02\x04name\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x07created\x05\x04data\x05\ +\x0bdescription\x05\x07enabled\x05\x08interval\x05\x04name\x05\x07updated\x05\x04\ +\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ +\x01Xpulumi:cloudflare/device-dex-test@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNI\ +NENINEddeNINE\x05$\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x04\x0aaccount-id\x02\x06config\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x06config\x05\x04name\x05\x04type\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01`pulumi:cloudflare/device-managed-networks@5.24.1-DIVIDER-ZERO.ZERO.ZERO\ +-NIGHTLY-aNINENINEddeNINE\x05%\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ +\0\x01h\x01\x01r\x02\x07enabled\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x02\x07enabled\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\ +\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01cpulumi:cloudflare/device-poli\ +cy-certificates@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05&\x01B\ +\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\ +\x02\x07configs\x02\x0aidentifier\x02\x08interval\x02\x04name\x02\x04type\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x07configs\x05\x0aident\ +ifier\x05\x08interval\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01cpulumi:cloudflare/de\ +vice-posture-integration@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\ +'\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aacco\ +unt-id\x02\x0bdescription\x02\x0aexpiration\x02\x06inputs\x02\x07matches\x02\x04\ +name\x02\x08schedule\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0a\ +account-id\x05\x0bdescription\x05\x0aexpiration\x05\x06inputs\x05\x07matches\x05\ +\x04name\x05\x08schedule\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ +s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\\pulumi:cloudflare/device-po\ +sture-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05(\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x12\x0aaccount-id\x02\x11\ +allow-mode-switch\x02\x0dallow-updates\x02\x10allowed-to-leave\x02\x0cauto-conne\ +ct\x02\x0ecaptive-portal\x02\x07default\x02\x0bdescription\x02\x15disable-auto-f\ +allback\x02\x07enabled\x02\x12exclude-office-ips\x02\x05match\x02\x04name\x02\x0a\ +precedence\x02\x14service-mode-v2-mode\x02\x14service-mode-v2-port\x02\x0bsuppor\ +t-url\x02\x0dswitch-locked\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x12\x0aacco\ +unt-id\x05\x11allow-mode-switch\x05\x0dallow-updates\x05\x10allowed-to-leave\x05\ +\x0cauto-connect\x05\x0ecaptive-portal\x05\x07default\x05\x0bdescription\x05\x15\ +disable-auto-fallback\x05\x07enabled\x05\x12exclude-office-ips\x05\x05match\x05\x04\ +name\x05\x0aprecedence\x05\x14service-mode-v2-mode\x05\x14service-mode-v2-port\x05\ +\x0bsupport-url\x05\x0dswitch-locked\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ +s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01_pulumi:cloudflare/device-set\ +tings-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05)\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\ +\x13allowed-match-count\x02\x11context-awareness\x02\x0bdescription\x02\x07entri\ +es\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0aacco\ +unt-id\x05\x13allowed-match-count\x05\x11context-awareness\x05\x0bdescription\x05\ +\x07entries\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\ +\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Tpulumi:cloudflare/dlp-profile\ +@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05*\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x05email\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x07created\x05\x05e\ +mail\x05\x08modified\x05\x03tag\x05\x08verified\x05\x04\0\x03res\x03\0\x06\x01@\x02\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01^pulumi:cloudflare/em\ +ail-routing-address@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05+\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x07actions\x02\ +\x07enabled\x02\x08matchers\x02\x04name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x06\x07actions\x05\x07enabled\x05\x08matchers\x05\x04name\x05\x03\ +tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01`pulumi:cloudflare/email-routing-catch-all@5.24.\ +1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05,\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x07actions\x02\x07enabled\x02\x08matc\ +hers\x02\x04name\x02\x08priority\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\ +\x01\x01r\x07\x07actions\x05\x07enabled\x05\x08matchers\x05\x04name\x05\x08prior\ +ity\x05\x03tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ +gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01[pulumi:cloudflare/email-routing-rul\ +e@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05-\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x07enabled\x02\x0bskip-wizard\ +\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x07created\x05\x07\ +enabled\x05\x08modified\x05\x04name\x05\x0bskip-wizard\x05\x06status\x05\x03tag\x05\ +\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ +\x06invoke\x01\x08\x04\x01_pulumi:cloudflare/email-routing-settings@5.24.1-DIVID\ +ER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05.\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x07domains\x02\x09polic\ +y-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x07domains\x05\ +\x09policy-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01Xpulumi:cloudflare/fallback-domain@5.24.1-DIVIDER-ZE\ +RO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05/\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x05\x0bdescription\x02\x0aexpression\x02\x06paused\x02\ +\x03ref\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0bdescript\ +ion\x05\x0aexpression\x05\x06paused\x05\x03ref\x05\x07zone-id\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Opulum\ +i:cloudflare/filter@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x050\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x06action\x02\ +\x0bdescription\x02\x09filter-id\x02\x06paused\x02\x08priority\x02\x08products\x02\ +\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x06action\x05\x0bdescr\ +iption\x05\x09filter-id\x05\x06paused\x05\x08priority\x05\x08products\x05\x07zon\ +e-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\x01Vpulumi:cloudflare/firewall-rule@5.24.1-DIVIDER-ZERO.ZERO.ZER\ +O-NIGHTLY-aNINENINEddeNINE\x051\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x0b\x0aaccount-id\x02\x17cloudflare-gre-endpoint\x02\x15custo\ +mer-gre-endpoint\x02\x0bdescription\x02\x14health-check-enabled\x02\x13health-ch\ +eck-target\x02\x11health-check-type\x02\x11interface-address\x02\x03mtu\x02\x04n\ +ame\x02\x03ttl\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x0aaccount-id\x05\x17\ +cloudflare-gre-endpoint\x05\x15customer-gre-endpoint\x05\x0bdescription\x05\x14h\ +ealth-check-enabled\x05\x13health-check-target\x05\x11health-check-type\x05\x11i\ +nterface-address\x05\x03mtu\x05\x04name\x05\x03ttl\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Spulumi:cloudfla\ +re/gre-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x052\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x14\x07address\x02\x0e\ +allow-insecure\x02\x0dcheck-regions\x02\x11consecutive-fails\x02\x15consecutive-\ +successes\x02\x0bdescription\x02\x0dexpected-body\x02\x0eexpected-codes\x02\x10f\ +ollow-redirects\x02\x07headers\x02\x08interval\x02\x06method\x02\x04name\x02\x04\ +path\x02\x04port\x02\x07retries\x02\x09suspended\x02\x07timeout\x02\x04type\x02\x07\ zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x16\x07address\x05\x0eallow-in\ secure\x05\x0dcheck-regions\x05\x11consecutive-fails\x05\x15consecutive-successe\ s\x05\x0acreated-on\x05\x0bdescription\x05\x0dexpected-body\x05\x0eexpected-code\ s\x05\x10follow-redirects\x05\x07headers\x05\x08interval\x05\x06method\x05\x0bmo\ dified-on\x05\x04name\x05\x04path\x05\x04port\x05\x07retries\x05\x09suspended\x05\ \x07timeout\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:cloudflare/healthch\ -eck@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x053\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x07setting\x02\x05value\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0acreated-at\x05\x08hostn\ -ame\x05\x07setting\x05\x0aupdated-at\x05\x05value\x05\x07zone-id\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01H\ -pulumi:cloudflare/hostname-tls-setting@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x054\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\ -\x05ports\x02\x06values\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\ -\x06\x0acreated-at\x05\x08hostname\x05\x05ports\x05\x0aupdated-at\x05\x06values\x05\ +mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Tpulumi:cloudflare/healthch\ +eck@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x053\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x07settin\ +g\x02\x05value\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0ac\ +reated-at\x05\x08hostname\x05\x07setting\x05\x0aupdated-at\x05\x05value\x05\x07z\ +one-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ +nvoke\x01\x08\x04\x01]pulumi:cloudflare/hostname-tls-setting@5.24.1-DIVIDER-ZERO\ +.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x054\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06o\ +utput\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x05ports\x02\x06values\x02\x07zo\ +ne-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0acreated-at\x05\x08hostnam\ +e\x05\x05ports\x05\x0aupdated-at\x05\x06values\x05\x07zone-id\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01epulum\ +i:cloudflare/hostname-tls-setting-ciphers@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-\ +aNINENINEddeNINE\x055\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x04\x0aaccount-id\x02\x07caching\x02\x04name\x02\x06origin\x02\x04\0\x04ar\ +gs\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x07caching\x05\x04name\x05\x06o\ +rigin\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ +voke\x01\x08\x04\x01Zpulumi:cloudflare/hyperdrive-config@5.24.1-DIVIDER-ZERO.ZER\ +O.ZERO-NIGHTLY-aNINENINEddeNINE\x056\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\x03\0\0\x01h\x01\x01r\x11\x0aaccount-id\x02\x11allow-null-cipher\x02\x13cloudf\ +lare-endpoint\x02\x11customer-endpoint\x02\x0bdescription\x02\x07fqdn-id\x02\x16\ +health-check-direction\x02\x14health-check-enabled\x02\x11health-check-rate\x02\x13\ +health-check-target\x02\x11health-check-type\x02\x06hex-id\x02\x11interface-addr\ +ess\x02\x04name\x02\x03psk\x02\x09remote-id\x02\x07user-id\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x11\x0aaccount-id\x05\x11allow-null-cipher\x05\x13cloudflar\ +e-endpoint\x05\x11customer-endpoint\x05\x0bdescription\x05\x07fqdn-id\x05\x16hea\ +lth-check-direction\x05\x14health-check-enabled\x05\x11health-check-rate\x05\x13\ +health-check-target\x05\x11health-check-type\x05\x06hex-id\x05\x11interface-addr\ +ess\x05\x04name\x05\x03psk\x05\x09remote-id\x05\x07user-id\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Upulumi:\ +cloudflare/ipsec-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\ +7\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0dbund\ +le-method\x02\x0bcertificate\x02\x07enabled\x02\x04host\x02\x04name\x02\x04port\x02\ +\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0dbundle-method\x05\x0b\ +certificate\x05\x07enabled\x05\x04host\x05\x04name\x05\x04port\x05\x06status\x05\ \x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\x01Ppulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1\ --DIVIDER-ZERO.ZERO.ZERO-DEV\x055\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x07caching\x02\x04name\x02\x06origin\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x07caching\x05\x04n\ -ame\x05\x06origin\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01Epulumi:cloudflare/hyperdrive-config@5.24.1-DIVI\ -DER-ZERO.ZERO.ZERO-DEV\x056\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ -\x01h\x01\x01r\x11\x0aaccount-id\x02\x11allow-null-cipher\x02\x13cloudflare-endp\ -oint\x02\x11customer-endpoint\x02\x0bdescription\x02\x07fqdn-id\x02\x16health-ch\ -eck-direction\x02\x14health-check-enabled\x02\x11health-check-rate\x02\x13health\ --check-target\x02\x11health-check-type\x02\x06hex-id\x02\x11interface-address\x02\ -\x04name\x02\x03psk\x02\x09remote-id\x02\x07user-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x11\x0aaccount-id\x05\x11allow-null-cipher\x05\x13cloudflare-endpoint\ -\x05\x11customer-endpoint\x05\x0bdescription\x05\x07fqdn-id\x05\x16health-check-\ -direction\x05\x14health-check-enabled\x05\x11health-check-rate\x05\x13health-che\ -ck-target\x05\x11health-check-type\x05\x06hex-id\x05\x11interface-address\x05\x04\ -name\x05\x03psk\x05\x09remote-id\x05\x07user-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:cloudflare/ip\ -sec-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x057\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0dbundle-method\x02\x0bcertificate\x02\x07\ -enabled\x02\x04host\x02\x04name\x02\x04port\x02\x07zone-id\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x08\x0dbundle-method\x05\x0bcertificate\x05\x07enabled\x05\x04\ -host\x05\x04name\x05\x04port\x05\x06status\x05\x07zone-id\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Gpulumi:\ -cloudflare/keyless-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x058\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0b\ -description\x02\x05items\x02\x04kind\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x05\x0aaccount-id\x05\x0bdescription\x05\x05items\x05\x04kind\x05\x04\ -name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ -oke\x01\x08\x04\x018pulumi:cloudflare/list@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\ -9\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0aacco\ -unt-id\x02\x03asn\x02\x07comment\x02\x08hostname\x02\x02ip\x02\x07list-id\x02\x08\ -redirect\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0aaccount-id\x05\x03asn\x05\ -\x07comment\x05\x08hostname\x05\x02ip\x05\x07list-id\x05\x08redirect\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -=pulumi:cloudflare/list-item@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05:\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x13\x11adaptive-routings\x02\ -\x0dcountry-pools\x02\x10default-pool-ids\x02\x0bdescription\x02\x07enabled\x02\x10\ -fallback-pool-id\x02\x13location-strategies\x02\x04name\x02\x09pop-pools\x02\x07\ -proxied\x02\x10random-steerings\x02\x0cregion-pools\x02\x05rules\x02\x10session-\ -affinity\x02\x1bsession-affinity-attributes\x02\x14session-affinity-ttl\x02\x0fs\ -teering-policy\x02\x03ttl\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x15\x11adaptive-routings\x05\x0dcountry-pools\x05\x0acreated-on\x05\x10default\ --pool-ids\x05\x0bdescription\x05\x07enabled\x05\x10fallback-pool-id\x05\x13locat\ -ion-strategies\x05\x0bmodified-on\x05\x04name\x05\x09pop-pools\x05\x07proxied\x05\ -\x10random-steerings\x05\x0cregion-pools\x05\x05rules\x05\x10session-affinity\x05\ -\x1bsession-affinity-attributes\x05\x14session-affinity-ttl\x05\x0fsteering-poli\ -cy\x05\x03ttl\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/load-balancer@5.24\ -.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05;\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x11\x0aaccount-id\x02\x0eallow-insecure\x02\x10consecutive-do\ -wn\x02\x0econsecutive-up\x02\x0bdescription\x02\x0dexpected-body\x02\x0eexpected\ --codes\x02\x10follow-redirects\x02\x07headers\x02\x08interval\x02\x06method\x02\x04\ -path\x02\x04port\x02\x0aprobe-zone\x02\x07retries\x02\x07timeout\x02\x04type\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x13\x0aaccount-id\x05\x0eallow-insecure\x05\ -\x10consecutive-down\x05\x0econsecutive-up\x05\x0acreated-on\x05\x0bdescription\x05\ -\x0dexpected-body\x05\x0eexpected-codes\x05\x10follow-redirects\x05\x07headers\x05\ -\x08interval\x05\x06method\x05\x0bmodified-on\x05\x04path\x05\x04port\x05\x0apro\ -be-zone\x05\x07retries\x05\x07timeout\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:cloudfla\ -re/load-balancer-monitor@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05<\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0d\x0aaccount-id\x02\x0dchec\ -k-regions\x02\x0bdescription\x02\x07enabled\x02\x08latitude\x02\x0eload-shedding\ -s\x02\x09longitude\x02\x0fminimum-origins\x02\x07monitor\x02\x04name\x02\x12noti\ -fication-email\x02\x10origin-steerings\x02\x07origins\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x0f\x0aaccount-id\x05\x0dcheck-regions\x05\x0acreated-on\x05\x0bd\ -escription\x05\x07enabled\x05\x08latitude\x05\x0eload-sheddings\x05\x09longitude\ -\x05\x0fminimum-origins\x05\x0bmodified-on\x05\x07monitor\x05\x04name\x05\x12not\ -ification-email\x05\x10origin-steerings\x05\x07origins\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Fpulumi:clou\ -dflare/load-balancer-pool@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05=\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x07enabled\x02\x07zone-id\ -\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x07enabled\x05\x07zone-id\x05\x04\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01Epulumi:cloudflare/logpull-retention@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05>\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0f\x0aaccount-i\ -d\x02\x07dataset\x02\x10destination-conf\x02\x07enabled\x02\x06filter\x02\x09fre\ -quency\x02\x04kind\x02\x0flogpull-options\x02\x10max-upload-bytes\x02\x1bmax-upl\ -oad-interval-seconds\x02\x12max-upload-records\x02\x04name\x02\x0eoutput-options\ -\x02\x13ownership-challenge\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x0f\x0aaccount-id\x05\x07dataset\x05\x10destination-conf\x05\x07enabled\x05\x06\ -filter\x05\x09frequency\x05\x04kind\x05\x0flogpull-options\x05\x10max-upload-byt\ -es\x05\x1bmax-upload-interval-seconds\x05\x12max-upload-records\x05\x04name\x05\x0e\ -output-options\x05\x13ownership-challenge\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:clou\ -dflare/logpush-job@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05?\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x10destination-\ -conf\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\ -\x10destination-conf\x05\x1cownership-challenge-filename\x05\x07zone-id\x05\x04\0\ -\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01Opulumi:cloudflare/logpush-ownership-challenge@5.24.1-DIVIDER-ZERO.ZERO.ZERO\ --DEV\x05@\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\ -\x0aaccount-id\x02\x0bdescription\x02\x04name\x02\x05rules\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x0bdescription\x05\x04name\x05\x05rul\ -es\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invok\ -e\x01\x08\x04\x01Jpulumi:cloudflare/magic-firewall-ruleset@5.24.1-DIVIDER-ZERO.Z\ -ERO.ZERO-DEV\x05A\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x03\x17managed-request-headers\x02\x18managed-response-headers\x02\x07zone-id\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x17managed-request-headers\x05\x18man\ -aged-response-headers\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ -s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Cpulumi:cloudflare/managed-he\ -aders@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05B\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x02ca\x02\x0ccertificates\x02\ -\x04name\x02\x0bprivate-key\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0aacc\ -ount-id\x05\x02ca\x05\x0ccertificates\x05\x0aexpires-on\x05\x06issuer\x05\x04nam\ -e\x05\x0bprivate-key\x05\x0dserial-number\x05\x09signature\x05\x0buploaded-on\x05\ +\x06invoke\x01\x08\x04\x01\\pulumi:cloudflare/keyless-certificate@5.24.1-DIVIDER\ +-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x058\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0bdescription\x02\x05ite\ +ms\x02\x04kind\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aacco\ +unt-id\x05\x0bdescription\x05\x05items\x05\x04kind\x05\x04name\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Mpulum\ +i:cloudflare/list@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x059\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-i\ +d\x02\x03asn\x02\x07comment\x02\x08hostname\x02\x02ip\x02\x07list-id\x02\x08redi\ +rect\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0aaccount-id\x05\x03asn\x05\x07\ +comment\x05\x08hostname\x05\x02ip\x05\x07list-id\x05\x08redirect\x05\x04\0\x03re\ +s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01R\ +pulumi:cloudflare/list-item@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNI\ +NE\x05:\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x13\x11\ +adaptive-routings\x02\x0dcountry-pools\x02\x10default-pool-ids\x02\x0bdescriptio\ +n\x02\x07enabled\x02\x10fallback-pool-id\x02\x13location-strategies\x02\x04name\x02\ +\x09pop-pools\x02\x07proxied\x02\x10random-steerings\x02\x0cregion-pools\x02\x05\ +rules\x02\x10session-affinity\x02\x1bsession-affinity-attributes\x02\x14session-\ +affinity-ttl\x02\x0fsteering-policy\x02\x03ttl\x02\x07zone-id\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x15\x11adaptive-routings\x05\x0dcountry-pools\x05\x0acreate\ +d-on\x05\x10default-pool-ids\x05\x0bdescription\x05\x07enabled\x05\x10fallback-p\ +ool-id\x05\x13location-strategies\x05\x0bmodified-on\x05\x04name\x05\x09pop-pool\ +s\x05\x07proxied\x05\x10random-steerings\x05\x0cregion-pools\x05\x05rules\x05\x10\ +session-affinity\x05\x1bsession-affinity-attributes\x05\x14session-affinity-ttl\x05\ +\x0fsteering-policy\x05\x03ttl\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Vpulumi:cloudflare/lo\ +ad-balancer@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05;\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x11\x0aaccount-id\x02\ +\x0eallow-insecure\x02\x10consecutive-down\x02\x0econsecutive-up\x02\x0bdescript\ +ion\x02\x0dexpected-body\x02\x0eexpected-codes\x02\x10follow-redirects\x02\x07he\ +aders\x02\x08interval\x02\x06method\x02\x04path\x02\x04port\x02\x0aprobe-zone\x02\ +\x07retries\x02\x07timeout\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\ +\x13\x0aaccount-id\x05\x0eallow-insecure\x05\x10consecutive-down\x05\x0econsecut\ +ive-up\x05\x0acreated-on\x05\x0bdescription\x05\x0dexpected-body\x05\x0eexpected\ +-codes\x05\x10follow-redirects\x05\x07headers\x05\x08interval\x05\x06method\x05\x0b\ +modified-on\x05\x04path\x05\x04port\x05\x0aprobe-zone\x05\x07retries\x05\x07time\ +out\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01^pulumi:cloudflare/load-balancer-monitor@5.24.1-DIVI\ +DER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05<\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x0d\x0aaccount-id\x02\x0dcheck-regions\x02\x0b\ +description\x02\x07enabled\x02\x08latitude\x02\x0eload-sheddings\x02\x09longitud\ +e\x02\x0fminimum-origins\x02\x07monitor\x02\x04name\x02\x12notification-email\x02\ +\x10origin-steerings\x02\x07origins\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0f\ +\x0aaccount-id\x05\x0dcheck-regions\x05\x0acreated-on\x05\x0bdescription\x05\x07\ +enabled\x05\x08latitude\x05\x0eload-sheddings\x05\x09longitude\x05\x0fminimum-or\ +igins\x05\x0bmodified-on\x05\x07monitor\x05\x04name\x05\x12notification-email\x05\ +\x10origin-steerings\x05\x07origins\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\ +\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01[pulumi:cloudflare/load-balanc\ +er-pool@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05=\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x07enabled\x02\x07zon\ +e-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x07enabled\x05\x07zone-id\x05\ \x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x01Dpulumi:cloudflare/mtls-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\ -C\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x0aacco\ -unt-id\x02\x0aalert-type\x02\x0bdescription\x02\x12email-integrations\x02\x07ena\ -bled\x02\x07filters\x02\x04name\x02\x16pagerduty-integrations\x02\x15webhooks-in\ -tegrations\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x0aaccount-id\x05\x0aal\ -ert-type\x05\x07created\x05\x0bdescription\x05\x12email-integrations\x05\x07enab\ -led\x05\x07filters\x05\x08modified\x05\x04name\x05\x16pagerduty-integrations\x05\ -\x15webhooks-integrations\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01Gpulumi:cloudflare/notification-policy@5.2\ -4.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05D\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\ -\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x04name\x02\x06secret\x02\x03url\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acreated-at\x05\x0c\ -last-failure\x05\x0clast-success\x05\x04name\x05\x06secret\x05\x04type\x05\x03ur\ -l\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ -\x01\x08\x04\x01Ppulumi:cloudflare/notification-policy-webhooks@5.24.1-DIVIDER-Z\ -ERO.ZERO.ZERO-DEV\x05E\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\ -\x01\x01r\x04\x09frequency\x02\x06region\x02\x03url\x02\x07zone-id\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x04\x09frequency\x05\x06region\x05\x03url\x05\x07zo\ -ne-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ -voke\x01\x08\x04\x01Npulumi:cloudflare/observatory-scheduled-test@5.24.1-DIVIDER\ --ZERO.ZERO.ZERO-DEV\x05F\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x05\x03csr\x02\x09hostnames\x02\x14min-days-for-renewal\x02\x0creques\ -t-type\x02\x12requested-validity\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0b\ -certificate\x05\x03csr\x05\x0aexpires-on\x05\x09hostnames\x05\x14min-days-for-re\ -newal\x05\x0crequest-type\x05\x12requested-validity\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:cloudfla\ -re/origin-ca-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05G\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x07actions\x02\x08priorit\ -y\x02\x06status\x02\x06target\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x05\x07actions\x05\x08priority\x05\x06status\x05\x06target\x05\x07zone-id\x05\ +\x04\x01Zpulumi:cloudflare/logpull-retention@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHT\ +LY-aNINENINEddeNINE\x05>\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x0f\x0aaccount-id\x02\x07dataset\x02\x10destination-conf\x02\x07enabl\ +ed\x02\x06filter\x02\x09frequency\x02\x04kind\x02\x0flogpull-options\x02\x10max-\ +upload-bytes\x02\x1bmax-upload-interval-seconds\x02\x12max-upload-records\x02\x04\ +name\x02\x0eoutput-options\x02\x13ownership-challenge\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x07dataset\x05\x10destination\ +-conf\x05\x07enabled\x05\x06filter\x05\x09frequency\x05\x04kind\x05\x0flogpull-o\ +ptions\x05\x10max-upload-bytes\x05\x1bmax-upload-interval-seconds\x05\x12max-upl\ +oad-records\x05\x04name\x05\x0eoutput-options\x05\x13ownership-challenge\x05\x07\ +zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01Tpulumi:cloudflare/logpush-job@5.24.1-DIVIDER-ZERO.ZERO.ZE\ +RO-NIGHTLY-aNINENINEddeNINE\x05?\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x10destination-conf\x02\x07zone-id\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x10destination-conf\x05\ +\x1cownership-challenge-filename\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01dpulumi:cloudflare/lo\ +gpush-ownership-challenge@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\ +\x05@\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0a\ +account-id\x02\x0bdescription\x02\x04name\x02\x05rules\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x04\x0aaccount-id\x05\x0bdescription\x05\x04name\x05\x05rules\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01_pulumi:cloudflare/magic-firewall-ruleset@5.24.1-DIVIDER-ZERO.ZERO.ZERO-\ +NIGHTLY-aNINENINEddeNINE\x05A\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ +\0\x01h\x01\x01r\x03\x17managed-request-headers\x02\x18managed-response-headers\x02\ +\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x17managed-request-hea\ +ders\x05\x18managed-response-headers\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Xpulumi:cloudfla\ +re/managed-headers@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05B\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-i\ +d\x02\x02ca\x02\x0ccertificates\x02\x04name\x02\x0bprivate-key\x02\x04\0\x04args\ +\x03\0\x03\x01i\x01\x01r\x0a\x0aaccount-id\x05\x02ca\x05\x0ccertificates\x05\x0a\ +expires-on\x05\x06issuer\x05\x04name\x05\x0bprivate-key\x05\x0dserial-number\x05\ +\x09signature\x05\x0buploaded-on\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ypulumi:cloudflare/mtls-certificat\ +e@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05C\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x0aaccount-id\x02\x0aalert-ty\ +pe\x02\x0bdescription\x02\x12email-integrations\x02\x07enabled\x02\x07filters\x02\ +\x04name\x02\x16pagerduty-integrations\x02\x15webhooks-integrations\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x0b\x0aaccount-id\x05\x0aalert-type\x05\x07created\x05\ +\x0bdescription\x05\x12email-integrations\x05\x07enabled\x05\x07filters\x05\x08m\ +odified\x05\x04name\x05\x16pagerduty-integrations\x05\x15webhooks-integrations\x05\ \x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x01=pulumi:cloudflare/page-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05H\x01B\ -\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\ -\x02\x06domain\x02\x0cproject-name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ -\x0aaccount-id\x05\x06domain\x05\x0cproject-name\x05\x06status\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulum\ -i:cloudflare/pages-domain@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05I\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x0cbuil\ -d-config\x02\x12deployment-configs\x02\x04name\x02\x11production-branch\x02\x06s\ -ource\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x0aaccount-id\x05\x0cbuild-c\ -onfig\x05\x0acreated-on\x05\x12deployment-configs\x05\x07domains\x05\x04name\x05\ -\x11production-branch\x05\x06source\x05\x09subdomain\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudfla\ -re/pages-project@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05J\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x04name\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\x04name\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019\ -pulumi:cloudflare/queue@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05K\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x08location\ -\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x08\ -location\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01=pulumi:cloudflare/r2-bucket@5.24.1-DIVIDER-ZERO\ -.ZERO.ZERO-DEV\x05L\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x09\x06action\x02\x13bypass-url-patterns\x02\x09correlate\x02\x0bdescripti\ -on\x02\x08disabled\x02\x05match\x02\x06period\x02\x09threshold\x02\x07zone-id\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x06action\x05\x13bypass-url-patterns\x05\ -\x09correlate\x05\x0bdescription\x05\x08disabled\x05\x05match\x05\x06period\x05\x09\ -threshold\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01>pulumi:cloudflare/rate-limit@5.24.1-DIVID\ -ER-ZERO.ZERO.ZERO-DEV\x05M\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x0b\x0fallow-overwrite\x02\x07comment\x02\x04data\x02\x04name\x02\x08\ -priority\x02\x07proxied\x02\x04tags\x02\x03ttl\x02\x04type\x02\x05value\x02\x07z\ -one-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x10\x0fallow-overwrite\x05\x07c\ -omment\x05\x0acreated-on\x05\x04data\x05\x08hostname\x05\x08metadata\x05\x0bmodi\ -fied-on\x05\x04name\x05\x08priority\x05\x09proxiable\x05\x07proxied\x05\x04tags\x05\ -\x03ttl\x05\x04type\x05\x05value\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/re\ -cord@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05N\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x03\x08hostname\x02\x0aregion-key\x02\x07zone-id\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0acreated-on\x05\x08hostname\x05\x0a\ -region-key\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01Epulumi:cloudflare/regional-hostname@5.24.\ -1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05O\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x02\x05value\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x02\x05value\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:cloudflare/regional-tiered\ --cache@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05P\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\x0bdescription\x02\x04kin\ -d\x02\x04name\x02\x05phase\x02\x05rules\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x07\x0aaccount-id\x05\x0bdescription\x05\x04kind\x05\x04name\x05\x05\ -phase\x05\x05rules\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01;pulumi:cloudflare/ruleset@5.24.1-\ -DIVIDER-ZERO.ZERO.ZERO-DEV\x05Q\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x0d\x12argo-smart-routing\x02\x03dns\x02\x08edge-ips\x02\x0bi\ -p-firewall\x02\x0eorigin-directs\x02\x0aorigin-dns\x02\x0borigin-port\x02\x11ori\ -gin-port-range\x02\x08protocol\x02\x0eproxy-protocol\x02\x03tls\x02\x0ctraffic-t\ -ype\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x12argo-smart-r\ -outing\x05\x03dns\x05\x08edge-ips\x05\x0bip-firewall\x05\x0eorigin-directs\x05\x0a\ -origin-dns\x05\x0borigin-port\x05\x11origin-port-range\x05\x08protocol\x05\x0epr\ -oxy-protocol\x05\x03tls\x05\x0ctraffic-type\x05\x07zone-id\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Hpulumi:\ -cloudflare/spectrum-application@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05R\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x04\ -mode\x02\x09policy-id\x02\x07tunnels\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ -\x0aaccount-id\x05\x04mode\x05\x09policy-id\x05\x07tunnels\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:\ -cloudflare/split-tunnel@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05S\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x0acolo-nam\ -es\x02\x0ccolo-regions\x02\x0bdescription\x02\x07nexthop\x02\x06prefix\x02\x08pr\ -iority\x02\x06weight\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\ -\x05\x0acolo-names\x05\x0ccolo-regions\x05\x0bdescription\x05\x07nexthop\x05\x06\ -prefix\x05\x08priority\x05\x06weight\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ -s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:cloudflare/static-rou\ -te@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05T\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x0f\x0aaccount-id\x02\x14activity-log-enabled\x02\x09\ -antivirus\x02\x0ablock-page\x02\x0dbody-scanning\x02\x17extended-email-matching\x02\ -\x04fips\x02\x07logging\x02&non-identity-browser-isolation-enabled\x02\x0bpayloa\ -d-log\x02\x1aprotocol-detection-enabled\x02\x05proxy\x02\x0fssh-session-log\x02\x13\ -tls-decrypt-enabled\x02\x1durl-browser-isolation-enabled\x02\x04\0\x04args\x03\0\ -\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x14activity-log-enabled\x05\x09antiviru\ -s\x05\x0ablock-page\x05\x0dbody-scanning\x05\x17extended-email-matching\x05\x04f\ -ips\x05\x07logging\x05&non-identity-browser-isolation-enabled\x05\x0bpayload-log\ -\x05\x1aprotocol-detection-enabled\x05\x05proxy\x05\x0fssh-session-log\x05\x13tl\ -s-decrypt-enabled\x05\x1durl-browser-isolation-enabled\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:clou\ -dflare/teams-account@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05U\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0bdescript\ -ion\x02\x05items\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x05\x0aaccount-id\x05\x0bdescription\x05\x05items\x05\x04name\x05\x04type\x05\x04\ +\x04\x01\\pulumi:cloudflare/notification-policy@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NI\ +GHTLY-aNINENINEddeNINE\x05D\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ +\x01h\x01\x01r\x04\x0aaccount-id\x02\x04name\x02\x06secret\x02\x03url\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acreated-at\x05\x0clast-fai\ +lure\x05\x0clast-success\x05\x04name\x05\x06secret\x05\x04type\x05\x03url\x05\x04\ \0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01>pulumi:cloudflare/teams-list@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05V\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\ -\x0eclient-default\x02\x04name\x02\x08networks\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x09\x0aaccount-id\x05\x17anonymized-logs-enabled\x05\x0eclient-default\x05\ -\x0ddoh-subdomain\x05\x02ip\x05\x10ipv4-destination\x05\x04name\x05\x08networks\x05\ -\x0apolicy-ids\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01Bpulumi:cloudflare/teams-location@5.24.1-DIVIDER-ZER\ -O.ZERO.ZERO-DEV\x05W\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x03\x0aaccount-id\x02\x03ips\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x04\x0aaccount-id\x05\x03ips\x05\x04name\x05\x09subdomain\x05\x04\0\x03res\ -\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Hp\ -ulumi:cloudflare/teams-proxy-endpoint@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05X\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\x0aaccount-i\ -d\x02\x06action\x02\x0bdescription\x02\x0edevice-posture\x02\x07enabled\x02\x07f\ -ilters\x02\x08identity\x02\x04name\x02\x0aprecedence\x02\x0drule-settings\x02\x07\ -traffic\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0c\x0aaccount-id\x05\x06actio\ -n\x05\x0bdescription\x05\x0edevice-posture\x05\x07enabled\x05\x07filters\x05\x08\ -identity\x05\x04name\x05\x0aprecedence\x05\x0drule-settings\x05\x07traffic\x05\x07\ -version\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01>pulumi:cloudflare/teams-rule@5.24.1-DIVIDER-ZERO.ZERO.ZER\ -O-DEV\x05Y\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\ -\x0acache-type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0ac\ -ache-type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:cloudflare/tiered-cache@5.24.1-DIV\ -IDER-ZERO.ZERO.ZERO-DEV\x05Z\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ -\x01h\x01\x01r\x03\x15certificate-authority\x02\x07enabled\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x15certificate-authority\x05\x07enabled\x05\ +\x01epulumi:cloudflare/notification-policy-webhooks@5.24.1-DIVIDER-ZERO.ZERO.ZER\ +O-NIGHTLY-aNINENINEddeNINE\x05E\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x04\x09frequency\x02\x06region\x02\x03url\x02\x07zone-id\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x09frequency\x05\x06region\x05\x03url\x05\ \x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\x01=pulumi:cloudflare/total-tls@5.24.1-DIVIDER-ZERO.ZERO.\ -ZERO-DEV\x05[\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\ -\x04\x0aaccount-id\x02\x0aconfig-src\x02\x04name\x02\x06secret\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x05cname\x05\x0aconfig-src\x05\x04\ -name\x05\x06secret\x05\x0ctunnel-token\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/tunnel@5\ -.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\\\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x06config\x02\x09tunnel-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x06config\x05\x09tunnel\ --id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\x01Apulumi:cloudflare/tunnel-config@5.24.1-DIVIDER-ZERO.ZERO.ZERO\ --DEV\x05]\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\ -\x0aaccount-id\x02\x07comment\x02\x07network\x02\x09tunnel-id\x02\x12virtual-net\ -work-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x07comme\ -nt\x05\x07network\x05\x09tunnel-id\x05\x12virtual-network-id\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulum\ -i:cloudflare/tunnel-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05^\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x07comm\ -ent\x02\x12is-default-network\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x04\x0aaccount-id\x05\x07comment\x05\x12is-default-network\x05\x04name\x05\x04\ +\x06invoke\x01\x08\x04\x01cpulumi:cloudflare/observatory-scheduled-test@5.24.1-D\ +IVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05F\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x03csr\x02\x09hostnames\x02\x14min-da\ +ys-for-renewal\x02\x0crequest-type\x02\x12requested-validity\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x07\x0bcertificate\x05\x03csr\x05\x0aexpires-on\x05\x09host\ +names\x05\x14min-days-for-renewal\x05\x0crequest-type\x05\x12requested-validity\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01^pulumi:cloudflare/origin-ca-certificate@5.24.1-DIVIDER-ZERO.ZERO.ZERO-N\ +IGHTLY-aNINENINEddeNINE\x05G\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ +\x01h\x01\x01r\x05\x07actions\x02\x08priority\x02\x06status\x02\x06target\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07actions\x05\x08priority\ +\x05\x06status\x05\x06target\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Rpulumi:cloudflare/page-r\ +ule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05H\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x06doma\ +in\x02\x0cproject-name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-\ +id\x05\x06domain\x05\x0cproject-name\x05\x06status\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Upulumi:cloudfla\ +re/pages-domain@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05I\x01B\ +\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\ +\x02\x0cbuild-config\x02\x12deployment-configs\x02\x04name\x02\x11production-bra\ +nch\x02\x06source\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x0aaccount-id\x05\ +\x0cbuild-config\x05\x0acreated-on\x05\x12deployment-configs\x05\x07domains\x05\x04\ +name\x05\x11production-branch\x05\x06source\x05\x09subdomain\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Vpulum\ +i:cloudflare/pages-project@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNIN\ +E\x05J\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0a\ +account-id\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-\ +id\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01Npulumi:cloudflare/queue@5.24.1-DIVIDER-ZERO.ZERO.ZE\ +RO-NIGHTLY-aNINENINEddeNINE\x05K\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x08location\x02\x04name\x02\x04\0\x04ar\ +gs\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x08location\x05\x04name\x05\x04\ \0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01Jpulumi:cloudflare/tunnel-virtual-network@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\ -_\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0aacco\ -unt-id\x02\x0ebot-fight-mode\x02\x07domains\x02\x04mode\x02\x04name\x02\x08offla\ -bel\x02\x06region\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\ -\x0ebot-fight-mode\x05\x07domains\x05\x04mode\x05\x04name\x05\x08offlabel\x05\x06\ -region\x05\x06secret\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01Dpulumi:cloudflare/turnstile-widget@5.24.1-DIVID\ -ER-ZERO.ZERO.ZERO-DEV\x05`\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x03\x05scope\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x03\x05scope\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Npulumi:cloudfla\ -re/url-normalization-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05a\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0dconfiguration\x02\x0b\ -description\x02\x04mode\x02\x06paused\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x05\x0dconfiguration\x05\x0bdescription\x05\x04mode\x05\x06paused\ -\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01Lpulumi:cloudflare/user-agent-blocking-rule@5.24.1-D\ -IVIDER-ZERO.ZERO.ZERO-DEV\x05b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ -\0\x01h\x01\x01r\x12\x11additional-routes\x02\x0dcookie-suffix\x02\x10custom-pag\ -e-html\x02\x19default-template-language\x02\x0bdescription\x02\x17disable-sessio\ -n-renewal\x02\x04host\x02\x15json-response-enabled\x02\x04name\x02\x14new-users-\ -per-minute\x02\x04path\x02\x09queue-all\x02\x0fqueueing-method\x02\x14queueing-s\ -tatus-code\x02\x10session-duration\x02\x09suspended\x02\x12total-active-users\x02\ -\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x12\x11additional-routes\x05\ -\x0dcookie-suffix\x05\x10custom-page-html\x05\x19default-template-language\x05\x0b\ -description\x05\x17disable-session-renewal\x05\x04host\x05\x15json-response-enab\ -led\x05\x04name\x05\x14new-users-per-minute\x05\x04path\x05\x09queue-all\x05\x0f\ -queueing-method\x05\x14queueing-status-code\x05\x10session-duration\x05\x09suspe\ -nded\x05\x12total-active-users\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:cloudflare/wa\ -iting-room@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05c\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\x01Rpulumi:cloudflare/r2-bucket@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINE\ +ddeNINE\x05L\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\ +\x06action\x02\x13bypass-url-patterns\x02\x09correlate\x02\x0bdescription\x02\x08\ +disabled\x02\x05match\x02\x06period\x02\x09threshold\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x09\x06action\x05\x13bypass-url-patterns\x05\x09cor\ +relate\x05\x0bdescription\x05\x08disabled\x05\x05match\x05\x06period\x05\x09thre\ +shold\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01Spulumi:cloudflare/rate-limit@5.24.1-DIVIDER-ZER\ +O.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05M\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x0b\x0fallow-overwrite\x02\x07comment\x02\x04data\x02\ +\x04name\x02\x08priority\x02\x07proxied\x02\x04tags\x02\x03ttl\x02\x04type\x02\x05\ +value\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x10\x0fallow-over\ +write\x05\x07comment\x05\x0acreated-on\x05\x04data\x05\x08hostname\x05\x08metada\ +ta\x05\x0bmodified-on\x05\x04name\x05\x08priority\x05\x09proxiable\x05\x07proxie\ +d\x05\x04tags\x05\x03ttl\x05\x04type\x05\x05value\x05\x07zone-id\x05\x04\0\x03re\ +s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01O\ +pulumi:cloudflare/record@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\ +N\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x08host\ +name\x02\x0aregion-key\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ +\x0acreated-on\x05\x08hostname\x05\x0aregion-key\x05\x07zone-id\x05\x04\0\x03res\ +\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Zp\ +ulumi:cloudflare/regional-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENI\ +NEddeNINE\x05O\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x02\x05value\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x05v\ +alue\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01^pulumi:cloudflare/regional-tiered-cache@5.24.1-\ +DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05P\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\x0bdescription\x02\x04\ +kind\x02\x04name\x02\x05phase\x02\x05rules\x02\x07zone-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x07\x0aaccount-id\x05\x0bdescription\x05\x04kind\x05\x04name\x05\ +\x05phase\x05\x05rules\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04nam\ +es\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ppulumi:cloudflare/ruleset@5\ +.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05Q\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0d\x12argo-smart-routing\x02\x03dns\x02\ +\x08edge-ips\x02\x0bip-firewall\x02\x0eorigin-directs\x02\x0aorigin-dns\x02\x0bo\ +rigin-port\x02\x11origin-port-range\x02\x08protocol\x02\x0eproxy-protocol\x02\x03\ +tls\x02\x0ctraffic-type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\ +\x0d\x12argo-smart-routing\x05\x03dns\x05\x08edge-ips\x05\x0bip-firewall\x05\x0e\ +origin-directs\x05\x0aorigin-dns\x05\x0borigin-port\x05\x11origin-port-range\x05\ +\x08protocol\x05\x0eproxy-protocol\x05\x03tls\x05\x0ctraffic-type\x05\x07zone-id\ +\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\ +\x08\x04\x01]pulumi:cloudflare/spectrum-application@5.24.1-DIVIDER-ZERO.ZERO.ZER\ +O-NIGHTLY-aNINENINEddeNINE\x05R\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x04mode\x02\x09policy-id\x02\x07tunnels\ +\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x04mode\x05\x09\ +policy-id\x05\x07tunnels\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\x01Upulumi:cloudflare/split-tunnel@5.24.1-DIV\ +IDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05S\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x0acolo-names\x02\x0cco\ +lo-regions\x02\x0bdescription\x02\x07nexthop\x02\x06prefix\x02\x08priority\x02\x06\ +weight\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acolo-n\ +ames\x05\x0ccolo-regions\x05\x0bdescription\x05\x07nexthop\x05\x06prefix\x05\x08\ +priority\x05\x06weight\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ +\x07\x04\0\x06invoke\x01\x08\x04\x01Upulumi:cloudflare/static-route@5.24.1-DIVID\ +ER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05T\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x0f\x0aaccount-id\x02\x14activity-log-enabled\ +\x02\x09antivirus\x02\x0ablock-page\x02\x0dbody-scanning\x02\x17extended-email-m\ +atching\x02\x04fips\x02\x07logging\x02&non-identity-browser-isolation-enabled\x02\ +\x0bpayload-log\x02\x1aprotocol-detection-enabled\x02\x05proxy\x02\x0fssh-sessio\ +n-log\x02\x13tls-decrypt-enabled\x02\x1durl-browser-isolation-enabled\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x14activity-log-enabled\x05\x09\ +antivirus\x05\x0ablock-page\x05\x0dbody-scanning\x05\x17extended-email-matching\x05\ +\x04fips\x05\x07logging\x05&non-identity-browser-isolation-enabled\x05\x0bpayloa\ +d-log\x05\x1aprotocol-detection-enabled\x05\x05proxy\x05\x0fssh-session-log\x05\x13\ +tls-decrypt-enabled\x05\x1durl-browser-isolation-enabled\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Vpulumi:clou\ +dflare/teams-account@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05U\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccou\ +nt-id\x02\x0bdescription\x02\x05items\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0bdescription\x05\x05items\x05\x04na\ +me\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01Spulumi:cloudflare/teams-list@5.24.1-DIVIDER-ZERO.ZE\ +RO.ZERO-NIGHTLY-aNINENINEddeNINE\x05V\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ +ut\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0eclient-default\x02\x04name\x02\ +\x08networks\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x0aaccount-id\x05\x17\ +anonymized-logs-enabled\x05\x0eclient-default\x05\x0ddoh-subdomain\x05\x02ip\x05\ +\x10ipv4-destination\x05\x04name\x05\x08networks\x05\x0apolicy-ids\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +Wpulumi:cloudflare/teams-location@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENIN\ +EddeNINE\x05W\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\ +\x03\x0aaccount-id\x02\x03ips\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x04\x0aaccount-id\x05\x03ips\x05\x04name\x05\x09subdomain\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01]pulum\ +i:cloudflare/teams-proxy-endpoint@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENIN\ +EddeNINE\x05X\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\ +\x0b\x0aaccount-id\x02\x06action\x02\x0bdescription\x02\x0edevice-posture\x02\x07\ +enabled\x02\x07filters\x02\x08identity\x02\x04name\x02\x0aprecedence\x02\x0drule\ +-settings\x02\x07traffic\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0c\x0aaccoun\ +t-id\x05\x06action\x05\x0bdescription\x05\x0edevice-posture\x05\x07enabled\x05\x07\ +filters\x05\x08identity\x05\x04name\x05\x0aprecedence\x05\x0drule-settings\x05\x07\ +traffic\x05\x07version\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ +\x07\x04\0\x06invoke\x01\x08\x04\x01Spulumi:cloudflare/teams-rule@5.24.1-DIVIDER\ +-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05Y\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x02\x0acache-type\x02\x07zone-id\x02\x04\0\x04a\ +rgs\x03\0\x03\x01i\x01\x01r\x02\x0acache-type\x05\x07zone-id\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Upulum\ +i:cloudflare/tiered-cache@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\ +\x05Z\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x15\ +certificate-authority\x02\x07enabled\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x03\x15certificate-authority\x05\x07enabled\x05\x07zone-id\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +Rpulumi:cloudflare/total-tls@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeN\ +INE\x05[\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0a\ +account-id\x02\x0aconfig-src\x02\x04name\x02\x06secret\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x06\x0aaccount-id\x05\x05cname\x05\x0aconfig-src\x05\x04name\x05\x06\ +secret\x05\x0ctunnel-token\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\x01Opulumi:cloudflare/tunnel@5.24.1-DIVIDER-Z\ +ERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\\\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x06config\x02\x09tunnel-id\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x06config\x05\x09tu\ +nnel-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01Vpulumi:cloudflare/tunnel-config@5.24.1-DIVIDER-ZERO.ZERO.\ +ZERO-NIGHTLY-aNINENINEddeNINE\x05]\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x07comment\x02\x07network\x02\x09tunnel\ +-id\x02\x12virtual-network-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aa\ +ccount-id\x05\x07comment\x05\x07network\x05\x09tunnel-id\x05\x12virtual-network-\ +id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invok\ +e\x01\x08\x04\x01Upulumi:cloudflare/tunnel-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-N\ +IGHTLY-aNINENINEddeNINE\x05^\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ +\x01h\x01\x01r\x04\x0aaccount-id\x02\x07comment\x02\x12is-default-network\x02\x04\ +name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x07comment\x05\ +\x12is-default-network\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01_pulumi:cloudflare/tunnel-virtual-\ +network@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05_\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\x0e\ +bot-fight-mode\x02\x07domains\x02\x04mode\x02\x04name\x02\x08offlabel\x02\x06reg\ +ion\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0ebot-fight\ +-mode\x05\x07domains\x05\x04mode\x05\x04name\x05\x08offlabel\x05\x06region\x05\x06\ +secret\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ +nvoke\x01\x08\x04\x01Ypulumi:cloudflare/turnstile-widget@5.24.1-DIVIDER-ZERO.ZER\ +O.ZERO-NIGHTLY-aNINENINEddeNINE\x05`\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\x03\0\0\x01h\x01\x01r\x03\x05scope\x02\x04type\x02\x07zone-id\x02\x04\0\x04arg\ +s\x03\0\x03\x01i\x01\x01r\x03\x05scope\x05\x04type\x05\x07zone-id\x05\x04\0\x03r\ +es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +cpulumi:cloudflare/url-normalization-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGH\ +TLY-aNINENINEddeNINE\x05a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x05\x0dconfiguration\x02\x0bdescription\x02\x04mode\x02\x06paused\x02\ +\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0dconfiguration\x05\x0b\ +description\x05\x04mode\x05\x06paused\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01apulumi:cloudfla\ +re/user-agent-blocking-rule@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNI\ +NE\x05b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x12\x11\ +additional-routes\x02\x0dcookie-suffix\x02\x10custom-page-html\x02\x19default-te\ +mplate-language\x02\x0bdescription\x02\x17disable-session-renewal\x02\x04host\x02\ +\x15json-response-enabled\x02\x04name\x02\x14new-users-per-minute\x02\x04path\x02\ +\x09queue-all\x02\x0fqueueing-method\x02\x14queueing-status-code\x02\x10session-\ +duration\x02\x09suspended\x02\x12total-active-users\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x12\x11additional-routes\x05\x0dcookie-suffix\x05\x10\ +custom-page-html\x05\x19default-template-language\x05\x0bdescription\x05\x17disa\ +ble-session-renewal\x05\x04host\x05\x15json-response-enabled\x05\x04name\x05\x14\ +new-users-per-minute\x05\x04path\x05\x09queue-all\x05\x0fqueueing-method\x05\x14\ +queueing-status-code\x05\x10session-duration\x05\x09suspended\x05\x12total-activ\ +e-users\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ +\x07\x04\0\x06invoke\x01\x08\x04\x01Upulumi:cloudflare/waiting-room@5.24.1-DIVID\ +ER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05c\x01B\x0a\x02\x03\x02\x01\x01\x04\ \0\x06output\x03\0\0\x01h\x01\x01r\x0f\x10custom-page-html\x02\x0bdescription\x02\ \x17disable-session-renewal\x02\x0eevent-end-time\x02\x10event-start-time\x02\x04\ name\x02\x14new-users-per-minute\x02\x13prequeue-start-time\x02\x0fqueueing-meth\ @@ -18692,126 +18720,132 @@ modified-on\x05\x04name\x05\x14new-users-per-minute\x05\x13prequeue-start-time\x \x0fqueueing-method\x05\x10session-duration\x05\x16shuffle-at-event-start\x05\x09\ suspended\x05\x12total-active-users\x05\x0fwaiting-room-id\x05\x07zone-id\x05\x04\ \0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01Fpulumi:cloudflare/waiting-room-event@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05d\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x05rules\ -\x02\x0fwaiting-room-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\ -\x03\x05rules\x05\x0fwaiting-room-id\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Fpulumi:cloudfla\ -re/waiting-room-rules@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05e\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x1csearch-engine-crawler-bypa\ -ss\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x1csearch-engine\ --crawler-bypass\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04a\ -rgs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:cloudflare/waiting-room-set\ -tings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x05\x0bdescription\x02\x07dnslink\x02\x04name\x02\x06\ -target\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0acreated-o\ -n\x05\x0bdescription\x05\x07dnslink\x05\x0bmodified-on\x05\x04name\x05\x06status\ -\x05\x06target\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/web3-hostname@5.2\ -4.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05g\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\ -\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x04host\x02\x09inclusive\x02\x09is-\ -paused\x02\x05paths\x02\x0aruleset-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\ -\x0aaccount-id\x05\x04host\x05\x09inclusive\x05\x09is-paused\x05\x05paths\x05\x0a\ -ruleset-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01Fpulumi:cloudflare/web-analytics-rule@5.24.1-DIVIDER-ZERO.\ -ZERO.ZERO-DEV\x05h\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x04\x0aaccount-id\x02\x0cauto-install\x02\x04host\x02\x08zone-tag\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0cauto-install\x05\x04ho\ -st\x05\x0aruleset-id\x05\x08site-tag\x05\x0asite-token\x05\x07snippet\x05\x08zon\ -e-tag\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ -voke\x01\x08\x04\x01Fpulumi:cloudflare/web-analytics-site@5.24.1-DIVIDER-ZERO.ZE\ -RO.ZERO-DEV\x05i\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x03\x0aaccount-id\x02\x09schedules\x02\x0bscript-name\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x03\x0aaccount-id\x05\x09schedules\x05\x0bscript-name\x05\x04\0\x03\ +\x01[pulumi:cloudflare/waiting-room-event@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-\ +aNINENINEddeNINE\x05d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x03\x05rules\x02\x0fwaiting-room-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x03\x05rules\x05\x0fwaiting-room-id\x05\x07zone-id\x05\x04\0\x03\ res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -Gpulumi:cloudflare/worker-cron-trigger@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05j\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-i\ -d\x02\x0benvironment\x02\x08hostname\x02\x07service\x02\x07zone-id\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0benvironment\x05\x08hostnam\ -e\x05\x07service\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/worker-domain@5\ -.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05k\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x03\x07pattern\x02\x0bscript-name\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x07pattern\x05\x0bscript-name\x05\x07zone\ --id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\x01@pulumi:cloudflare/worker-route@5.24.1-DIVIDER-ZERO.ZERO.ZERO-\ -DEV\x05l\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x13\x0a\ -account-id\x02\x19analytics-engine-bindings\x02\x12compatibility-date\x02\x13com\ -patibility-flags\x02\x07content\x02\x14d1-database-bindings\x02\x12dispatch-name\ -space\x02\x15kv-namespace-bindings\x02\x07logpush\x02\x06module\x02\x04name\x02\x0a\ -placements\x02\x13plain-text-bindings\x02\x0equeue-bindings\x02\x12r2-bucket-bin\ -dings\x02\x14secret-text-bindings\x02\x10service-bindings\x02\x04tags\x02\x14web\ -assembly-bindings\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x13\x0aaccount-id\x05\ -\x19analytics-engine-bindings\x05\x12compatibility-date\x05\x13compatibility-fla\ -gs\x05\x07content\x05\x14d1-database-bindings\x05\x12dispatch-namespace\x05\x15k\ -v-namespace-bindings\x05\x07logpush\x05\x06module\x05\x04name\x05\x0aplacements\x05\ -\x13plain-text-bindings\x05\x0equeue-bindings\x05\x12r2-bucket-bindings\x05\x14s\ -ecret-text-bindings\x05\x10service-bindings\x05\x04tags\x05\x14webassembly-bindi\ -ngs\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\x01Apulumi:cloudflare/worker-script@5.24.1-DIVIDER-ZERO.ZERO.ZERO\ --DEV\x05m\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\ -\x0aaccount-id\x02\x04name\x02\x0bscript-name\x02\x0bsecret-text\x02\x04\0\x04ar\ -gs\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x04name\x05\x0bscript-name\x05\x0b\ -secret-text\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/worker-secret@5.24.1-DIVIDER-ZERO.Z\ -ERO.ZERO-DEV\x05n\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x02\x0aaccount-id\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0a\ -account-id\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ -\x07\x04\0\x06invoke\x01\x08\x04\x01Spulumi:cloudflare/workers-for-platforms-nam\ -espace@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05o\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x03key\x02\x0cnamespace-i\ -d\x02\x05value\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x03\ -key\x05\x0cnamespace-id\x05\x05value\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ -s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01>pulumi:cloudflare/workers-kv\ -@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05p\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ -tput\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x05title\x02\x04\0\x04args\x03\0\ -\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\x05title\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Hpulumi:cloudfla\ -re/workers-kv-namespace@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05q\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x0ajump-sta\ -rt\x02\x06paused\x02\x04plan\x02\x04type\x02\x04zone\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x0b\x0aaccount-id\x05\x0ajump-start\x05\x04meta\x05\x0cname-serve\ -rs\x05\x06paused\x05\x04plan\x05\x06status\x05\x04type\x05\x13vanity-name-server\ -s\x05\x10verification-key\x05\x04zone\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04nam\ -es\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x018pulumi:cloudflare/zone@5.24\ -.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05r\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +[pulumi:cloudflare/waiting-room-rules@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNIN\ +ENINEddeNINE\x05e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x02\x1csearch-engine-crawler-bypass\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x02\x1csearch-engine-crawler-bypass\x05\x07zone-id\x05\x04\0\x03r\ +es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +^pulumi:cloudflare/waiting-room-settings@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-a\ +NINENINEddeNINE\x05f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x05\x0bdescription\x02\x07dnslink\x02\x04name\x02\x06target\x02\x07zone-id\ +\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0acreated-on\x05\x0bdescription\x05\ +\x07dnslink\x05\x0bmodified-on\x05\x04name\x05\x06status\x05\x06target\x05\x07zo\ +ne-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ +voke\x01\x08\x04\x01Vpulumi:cloudflare/web3-hostname@5.24.1-DIVIDER-ZERO.ZERO.ZE\ +RO-NIGHTLY-aNINENINEddeNINE\x05g\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x04host\x02\x09inclusive\x02\x09is-paus\ +ed\x02\x05paths\x02\x0aruleset-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0a\ +account-id\x05\x04host\x05\x09inclusive\x05\x09is-paused\x05\x05paths\x05\x0arul\ +eset-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01[pulumi:cloudflare/web-analytics-rule@5.24.1-DIVIDER-ZERO.\ +ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05h\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ +tput\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0cauto-install\x02\x04host\x02\ +\x08zone-tag\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0c\ +auto-install\x05\x04host\x05\x0aruleset-id\x05\x08site-tag\x05\x0asite-token\x05\ +\x07snippet\x05\x08zone-tag\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\ +\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01[pulumi:cloudflare/web-analytics-site@\ +5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05i\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x09schedule\ +s\x02\x0bscript-name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\ +\x05\x09schedules\x05\x0bscript-name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ +s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\\pulumi:cloudflare/worker-cr\ +on-trigger@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05j\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0b\ +environment\x02\x08hostname\x02\x07service\x02\x07zone-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0benvironment\x05\x08hostname\x05\x07s\ +ervice\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ +\x07\x04\0\x06invoke\x01\x08\x04\x01Vpulumi:cloudflare/worker-domain@5.24.1-DIVI\ +DER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05k\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x03\x07pattern\x02\x0bscript-name\x02\x07zone\ +-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x07pattern\x05\x0bscript-name\x05\ +\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ +\x06invoke\x01\x08\x04\x01Upulumi:cloudflare/worker-route@5.24.1-DIVIDER-ZERO.ZE\ +RO.ZERO-NIGHTLY-aNINENINEddeNINE\x05l\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ +ut\x03\0\0\x01h\x01\x01r\x13\x0aaccount-id\x02\x19analytics-engine-bindings\x02\x12\ +compatibility-date\x02\x13compatibility-flags\x02\x07content\x02\x14d1-database-\ +bindings\x02\x12dispatch-namespace\x02\x15kv-namespace-bindings\x02\x07logpush\x02\ +\x06module\x02\x04name\x02\x0aplacements\x02\x13plain-text-bindings\x02\x0equeue\ +-bindings\x02\x12r2-bucket-bindings\x02\x14secret-text-bindings\x02\x10service-b\ +indings\x02\x04tags\x02\x14webassembly-bindings\x02\x04\0\x04args\x03\0\x03\x01i\ +\x01\x01r\x13\x0aaccount-id\x05\x19analytics-engine-bindings\x05\x12compatibilit\ +y-date\x05\x13compatibility-flags\x05\x07content\x05\x14d1-database-bindings\x05\ +\x12dispatch-namespace\x05\x15kv-namespace-bindings\x05\x07logpush\x05\x06module\ +\x05\x04name\x05\x0aplacements\x05\x13plain-text-bindings\x05\x0equeue-bindings\x05\ +\x12r2-bucket-bindings\x05\x14secret-text-bindings\x05\x10service-bindings\x05\x04\ +tags\x05\x14webassembly-bindings\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Vpulumi:cloudflare/worker-script@5\ +.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05m\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x04name\x02\x0b\ +script-name\x02\x0bsecret-text\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0a\ +account-id\x05\x04name\x05\x0bscript-name\x05\x0bsecret-text\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Vpulum\ +i:cloudflare/worker-secret@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNIN\ +E\x05n\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0a\ +account-id\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-\ +id\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01hpulumi:cloudflare/workers-for-platforms-namespace@5\ +.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05o\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x03key\x02\x0cn\ +amespace-id\x02\x05value\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccoun\ +t-id\x05\x03key\x05\x0cnamespace-id\x05\x05value\x05\x04\0\x03res\x03\0\x06\x01@\ +\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Spulumi:cloudflar\ +e/workers-kv@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05p\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\ +\x05title\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\x05tit\ +le\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invok\ +e\x01\x08\x04\x01]pulumi:cloudflare/workers-kv-namespace@5.24.1-DIVIDER-ZERO.ZER\ +O.ZERO-NIGHTLY-aNINENINEddeNINE\x05q\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x0ajump-start\x02\x06paused\x02\x04\ +plan\x02\x04type\x02\x04zone\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x0aac\ +count-id\x05\x0ajump-start\x05\x04meta\x05\x0cname-servers\x05\x06paused\x05\x04\ +plan\x05\x06status\x05\x04type\x05\x13vanity-name-servers\x05\x10verification-ke\ +y\x05\x04zone\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01Mpulumi:cloudflare/zone@5.24.1-DIVIDER-ZERO.ZERO.ZER\ +O-NIGHTLY-aNINENINEddeNINE\x05r\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ \0\0\x01h\x01\x01r\x02\x07enabled\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ i\x01\x01r\x02\x07enabled\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Fpulumi:cloudflare/zone-c\ -ache-reserve@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05s\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x05avifs\x02\x04bmps\x02\x04gifs\x02\x04\ -jp2s\x02\x05jpegs\x02\x05jpg2s\x02\x04jpgs\x02\x04pngs\x02\x05tiffs\x02\x04tifs\x02\ -\x05webps\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0c\x05avifs\x05\ -\x04bmps\x05\x04gifs\x05\x04jp2s\x05\x05jpegs\x05\x05jpg2s\x05\x04jpgs\x05\x04pn\ -gs\x05\x05tiffs\x05\x04tifs\x05\x05webps\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Gpulumi:clou\ -dflare/zone-cache-variants@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05t\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0bmodified-on\x02\x07zon\ -e-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0c\x09algorithm\x05\x06digest\x05\ -\x10digest-algorithm\x05\x0bdigest-type\x05\x02ds\x05\x05flags\x05\x07key-tag\x05\ -\x08key-type\x05\x0bmodified-on\x05\x0apublic-key\x05\x06status\x05\x07zone-id\x05\ -\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x01?pulumi:cloudflare/zone-dnssec@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05u\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x04hold\x02\x0a\ -hold-after\x02\x12include-subdomains\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01[pulumi:cloudflare/zone-c\ +ache-reserve@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05s\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x05avifs\x02\x04b\ +mps\x02\x04gifs\x02\x04jp2s\x02\x05jpegs\x02\x05jpg2s\x02\x04jpgs\x02\x04pngs\x02\ +\x05tiffs\x02\x04tifs\x02\x05webps\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x0c\x05avifs\x05\x04bmps\x05\x04gifs\x05\x04jp2s\x05\x05jpegs\x05\x05\ +jpg2s\x05\x04jpgs\x05\x04pngs\x05\x05tiffs\x05\x04tifs\x05\x05webps\x05\x07zone-\ +id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invok\ +e\x01\x08\x04\x01\\pulumi:cloudflare/zone-cache-variants@5.24.1-DIVIDER-ZERO.ZER\ +O.ZERO-NIGHTLY-aNINENINEddeNINE\x05t\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\x03\0\0\x01h\x01\x01r\x02\x0bmodified-on\x02\x07zone-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x0c\x09algorithm\x05\x06digest\x05\x10digest-algorithm\x05\x0b\ +digest-type\x05\x02ds\x05\x05flags\x05\x07key-tag\x05\x08key-type\x05\x0bmodifie\ +d-on\x05\x0apublic-key\x05\x06status\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Tpulumi:cloudfla\ +re/zone-dnssec@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05u\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x04hold\x02\x0aho\ +ld-after\x02\x12include-subdomains\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ i\x01\x01r\x04\x04hold\x05\x0ahold-after\x05\x12include-subdomains\x05\x07zone-i\ d\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ -\x01\x08\x04\x01=pulumi:cloudflare/zone-hold@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\ -v\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0econf\ -igurations\x02\x0bdescription\x02\x06paused\x02\x08priority\x02\x04urls\x02\x07z\ -one-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0econfigurations\x05\x0bde\ -scription\x05\x06paused\x05\x08priority\x05\x04urls\x05\x07zone-id\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -Apulumi:cloudflare/zone-lockdown@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05w\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x08settings\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x10initial-settings\x05\x18\ -initial-settings-read-at\x05\x11readonly-settings\x05\x08settings\x05\x07zone-id\ -\x05\x0bzone-status\x05\x09zone-type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ -s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Jpulumi:cloudflare/zone-setti\ -ngs-override@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x05x\x04\x01Epulumi:cloudflare/cl\ -oudflare-pulumi@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV\x04\0\x0b\x17\x01\0\x11cloudfl\ -are-pulumi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070\ -.208.1\x10wit-bindgen-rust\x060.25.0"; +\x01\x08\x04\x01Rpulumi:cloudflare/zone-hold@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHT\ +LY-aNINENINEddeNINE\x05v\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x06\x0econfigurations\x02\x0bdescription\x02\x06paused\x02\x08priorit\ +y\x02\x04urls\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0eco\ +nfigurations\x05\x0bdescription\x05\x06paused\x05\x08priority\x05\x04urls\x05\x07\ +zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01Vpulumi:cloudflare/zone-lockdown@5.24.1-DIVIDER-ZERO.ZERO.\ +ZERO-NIGHTLY-aNINENINEddeNINE\x05w\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x02\x08settings\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x07\x10initial-settings\x05\x18initial-settings-read-at\x05\x11readon\ +ly-settings\x05\x08settings\x05\x07zone-id\x05\x0bzone-status\x05\x09zone-type\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01_pulumi:cloudflare/zone-settings-override@5.24.1-DIVIDER-ZERO.ZERO.ZERO-\ +NIGHTLY-aNINENINEddeNINE\x05x\x04\x01Zpulumi:cloudflare/cloudflare-pulumi@5.24.1\ +-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x04\0\x0b\x17\x01\0\x11cloudfla\ +re-pulumi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.\ +208.1\x10wit-bindgen-rust\x060.25.0"; #[inline(never)] #[doc(hidden)] diff --git a/providers/pulumi_wasm_provider_cloudflare/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_cloudflare/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/providers/pulumi_wasm_provider_cloudflare/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_cloudflare/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/providers/pulumi_wasm_provider_cloudflare/wit/world.wit b/providers/pulumi_wasm_provider_cloudflare/wit/world.wit index a58d7e29..e964a376 100644 --- a/providers/pulumi_wasm_provider_cloudflare/wit/world.wit +++ b/providers/pulumi_wasm_provider_cloudflare/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:cloudflare@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:cloudflare@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world cloudflare-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; export access-application; export access-ca-certificate; export access-custom-page; @@ -245,7 +245,7 @@ world cloudflare-pulumi-client { interface access-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -318,7 +318,7 @@ interface access-application { interface access-ca-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -340,7 +340,7 @@ interface access-ca-certificate { interface access-custom-page { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -366,7 +366,7 @@ interface access-custom-page { interface access-group { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -392,7 +392,7 @@ interface access-group { interface access-identity-provider { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -418,7 +418,7 @@ interface access-identity-provider { interface access-keys-configuration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -436,7 +436,7 @@ interface access-keys-configuration { interface access-mutual-tls-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -461,7 +461,7 @@ interface access-mutual-tls-certificate { interface access-mutual-tls-hostname-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -481,7 +481,7 @@ interface access-mutual-tls-hostname-settings { interface access-organization { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -521,7 +521,7 @@ interface access-organization { interface access-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -565,7 +565,7 @@ interface access-policy { interface access-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -589,7 +589,7 @@ interface access-rule { interface access-service-token { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -616,7 +616,7 @@ interface access-service-token { interface access-tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -638,7 +638,7 @@ interface access-tag { interface account { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enforce-twofactor: borrow, @@ -658,7 +658,7 @@ interface account { interface account-member { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -680,7 +680,7 @@ interface account-member { interface address-map { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -708,7 +708,7 @@ interface address-map { interface api-shield { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { auth-id-characteristics: borrow, @@ -726,7 +726,7 @@ interface api-shield { interface api-shield-operation { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { endpoint: borrow, @@ -748,7 +748,7 @@ interface api-shield-operation { interface api-shield-operation-schema-validation-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { mitigation-action: borrow, @@ -768,7 +768,7 @@ interface api-shield-operation-schema-validation-settings { interface api-shield-schema { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { kind: borrow, @@ -792,7 +792,7 @@ interface api-shield-schema { interface api-shield-schema-validation-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { validation-default-mitigation-action: borrow, @@ -812,7 +812,7 @@ interface api-shield-schema-validation-settings { interface api-token { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { condition: borrow, @@ -840,7 +840,7 @@ interface api-token { interface argo { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { smart-routing: borrow, @@ -860,7 +860,7 @@ interface argo { interface authenticated-origin-pulls { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { authenticated-origin-pulls-certificate: borrow, @@ -882,7 +882,7 @@ interface authenticated-origin-pulls { interface authenticated-origin-pulls-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { certificate: borrow, @@ -910,7 +910,7 @@ interface authenticated-origin-pulls-certificate { interface bot-management { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { auto-update-model: borrow, @@ -945,7 +945,7 @@ interface bot-management { interface byo-ip-prefix { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -967,7 +967,7 @@ interface byo-ip-prefix { interface certificate-pack { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { certificate-authority: borrow, @@ -1001,7 +1001,7 @@ interface certificate-pack { interface custom-hostname { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { custom-metadata: borrow, @@ -1032,7 +1032,7 @@ interface custom-hostname { interface custom-hostname-fallback-origin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { origin: borrow, @@ -1051,7 +1051,7 @@ interface custom-hostname-fallback-origin { interface custom-pages { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1075,7 +1075,7 @@ interface custom-pages { interface custom-ssl { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { custom-ssl-options: borrow, @@ -1103,7 +1103,7 @@ interface custom-ssl { interface d1-database { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1122,7 +1122,7 @@ interface d1-database { interface device-dex-test { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1150,7 +1150,7 @@ interface device-dex-test { interface device-managed-networks { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1172,7 +1172,7 @@ interface device-managed-networks { interface device-policy-certificates { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enabled: borrow, @@ -1190,7 +1190,7 @@ interface device-policy-certificates { interface device-posture-integration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1216,7 +1216,7 @@ interface device-posture-integration { interface device-posture-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1246,7 +1246,7 @@ interface device-posture-rule { interface device-settings-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1296,7 +1296,7 @@ interface device-settings-policy { interface dlp-profile { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1324,7 +1324,7 @@ interface dlp-profile { interface email-routing-address { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1346,7 +1346,7 @@ interface email-routing-address { interface email-routing-catch-all { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { actions: borrow, @@ -1371,7 +1371,7 @@ interface email-routing-catch-all { interface email-routing-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { actions: borrow, @@ -1398,7 +1398,7 @@ interface email-routing-rule { interface email-routing-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enabled: borrow, @@ -1423,7 +1423,7 @@ interface email-routing-settings { interface fallback-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1443,7 +1443,7 @@ interface fallback-domain { interface filter { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { description: borrow, @@ -1467,7 +1467,7 @@ interface filter { interface firewall-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { action: borrow, @@ -1495,7 +1495,7 @@ interface firewall-rule { interface gre-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1531,7 +1531,7 @@ interface gre-tunnel { interface healthcheck { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { address: borrow, @@ -1587,7 +1587,7 @@ interface healthcheck { interface hostname-tls-setting { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { hostname: borrow, @@ -1611,7 +1611,7 @@ interface hostname-tls-setting { interface hostname-tls-setting-ciphers { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { hostname: borrow, @@ -1635,7 +1635,7 @@ interface hostname-tls-setting-ciphers { interface hyperdrive-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1657,7 +1657,7 @@ interface hyperdrive-config { interface ipsec-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1705,7 +1705,7 @@ interface ipsec-tunnel { interface keyless-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { bundle-method: borrow, @@ -1734,7 +1734,7 @@ interface keyless-certificate { interface %list { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1758,7 +1758,7 @@ interface %list { interface list-item { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1786,7 +1786,7 @@ interface list-item { interface load-balancer { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { adaptive-routings: borrow, @@ -1840,7 +1840,7 @@ interface load-balancer { interface load-balancer-monitor { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1890,7 +1890,7 @@ interface load-balancer-monitor { interface load-balancer-pool { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1932,7 +1932,7 @@ interface load-balancer-pool { interface logpull-retention { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enabled: borrow, @@ -1950,7 +1950,7 @@ interface logpull-retention { interface logpush-job { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1994,7 +1994,7 @@ interface logpush-job { interface logpush-ownership-challenge { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2015,7 +2015,7 @@ interface logpush-ownership-challenge { interface magic-firewall-ruleset { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2037,7 +2037,7 @@ interface magic-firewall-ruleset { interface managed-headers { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { managed-request-headers: borrow, @@ -2057,7 +2057,7 @@ interface managed-headers { interface mtls-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2086,7 +2086,7 @@ interface mtls-certificate { interface notification-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2120,7 +2120,7 @@ interface notification-policy { interface notification-policy-webhooks { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2146,7 +2146,7 @@ interface notification-policy-webhooks { interface observatory-scheduled-test { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { frequency: borrow, @@ -2168,7 +2168,7 @@ interface observatory-scheduled-test { interface origin-ca-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { csr: borrow, @@ -2194,7 +2194,7 @@ interface origin-ca-certificate { interface page-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { actions: borrow, @@ -2218,7 +2218,7 @@ interface page-rule { interface pages-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2239,7 +2239,7 @@ interface pages-domain { interface pages-project { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2268,7 +2268,7 @@ interface pages-project { interface queue { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2286,7 +2286,7 @@ interface queue { interface r2-bucket { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2306,7 +2306,7 @@ interface r2-bucket { interface rate-limit { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { action: borrow, @@ -2338,7 +2338,7 @@ interface rate-limit { interface %record { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { allow-overwrite: borrow, @@ -2379,7 +2379,7 @@ interface %record { interface regional-hostname { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { hostname: borrow, @@ -2400,7 +2400,7 @@ interface regional-hostname { interface regional-tiered-cache { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { value: borrow, @@ -2418,7 +2418,7 @@ interface regional-tiered-cache { interface ruleset { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2446,7 +2446,7 @@ interface ruleset { interface spectrum-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { argo-smart-routing: borrow, @@ -2486,7 +2486,7 @@ interface spectrum-application { interface split-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2508,7 +2508,7 @@ interface split-tunnel { interface static-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2538,7 +2538,7 @@ interface static-route { interface teams-account { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2582,7 +2582,7 @@ interface teams-account { interface teams-list { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2606,7 +2606,7 @@ interface teams-list { interface teams-location { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2633,7 +2633,7 @@ interface teams-location { interface teams-proxy-endpoint { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2654,7 +2654,7 @@ interface teams-proxy-endpoint { interface teams-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2691,7 +2691,7 @@ interface teams-rule { interface tiered-cache { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { cache-type: borrow, @@ -2709,7 +2709,7 @@ interface tiered-cache { interface total-tls { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { certificate-authority: borrow, @@ -2729,7 +2729,7 @@ interface total-tls { interface tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2753,7 +2753,7 @@ interface tunnel { interface tunnel-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2773,7 +2773,7 @@ interface tunnel-config { interface tunnel-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2797,7 +2797,7 @@ interface tunnel-route { interface tunnel-virtual-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2819,7 +2819,7 @@ interface tunnel-virtual-network { interface turnstile-widget { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2848,7 +2848,7 @@ interface turnstile-widget { interface url-normalization-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { scope: borrow, @@ -2868,7 +2868,7 @@ interface url-normalization-settings { interface user-agent-blocking-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { configuration: borrow, @@ -2892,7 +2892,7 @@ interface user-agent-blocking-rule { interface waiting-room { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { additional-routes: borrow, @@ -2942,7 +2942,7 @@ interface waiting-room { interface waiting-room-event { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { custom-page-html: borrow, @@ -2988,7 +2988,7 @@ interface waiting-room-event { interface waiting-room-rules { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { rules: borrow, @@ -3008,7 +3008,7 @@ interface waiting-room-rules { interface waiting-room-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { search-engine-crawler-bypass: borrow, @@ -3026,7 +3026,7 @@ interface waiting-room-settings { interface web3-hostname { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { description: borrow, @@ -3053,7 +3053,7 @@ interface web3-hostname { interface web-analytics-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3079,7 +3079,7 @@ interface web-analytics-rule { interface web-analytics-site { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3105,7 +3105,7 @@ interface web-analytics-site { interface worker-cron-trigger { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3125,7 +3125,7 @@ interface worker-cron-trigger { interface worker-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3149,7 +3149,7 @@ interface worker-domain { interface worker-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { pattern: borrow, @@ -3169,7 +3169,7 @@ interface worker-route { interface worker-script { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3221,7 +3221,7 @@ interface worker-script { interface worker-secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3243,7 +3243,7 @@ interface worker-secret { interface workers-for-platforms-namespace { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3261,7 +3261,7 @@ interface workers-for-platforms-namespace { interface workers-kv { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3283,7 +3283,7 @@ interface workers-kv { interface workers-kv-namespace { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3301,7 +3301,7 @@ interface workers-kv-namespace { interface zone { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3332,7 +3332,7 @@ interface zone { interface zone-cache-reserve { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enabled: borrow, @@ -3350,7 +3350,7 @@ interface zone-cache-reserve { interface zone-cache-variants { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { avifs: borrow, @@ -3388,7 +3388,7 @@ interface zone-cache-variants { interface zone-dnssec { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { modified-on: borrow, @@ -3416,7 +3416,7 @@ interface zone-dnssec { interface zone-hold { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { hold: borrow, @@ -3438,7 +3438,7 @@ interface zone-hold { interface zone-lockdown { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { configurations: borrow, @@ -3464,7 +3464,7 @@ interface zone-lockdown { interface zone-settings-override { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { settings: borrow, diff --git a/providers/pulumi_wasm_provider_cloudflare_rust/Cargo.toml b/providers/pulumi_wasm_provider_cloudflare_rust/Cargo.toml index 1492528b..da2bb0b4 100644 --- a/providers/pulumi_wasm_provider_cloudflare_rust/Cargo.toml +++ b/providers/pulumi_wasm_provider_cloudflare_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_cloudflare" -version = "5.24.1-0.0.0-DEV" +version = "5.24.1-0.0.0-NIGHTLY-a99dde9" edition = "2021" [dependencies] diff --git a/providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs b/providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs index 6987cc1b..4def36ee 100644 --- a/providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs @@ -12,7 +12,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "cloudflare-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/providers/pulumi_wasm_provider_cloudflare_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_cloudflare_rust/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/providers/pulumi_wasm_provider_cloudflare_rust/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_cloudflare_rust/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/providers/pulumi_wasm_provider_cloudflare_rust/wit/world.wit b/providers/pulumi_wasm_provider_cloudflare_rust/wit/world.wit index a58d7e29..e964a376 100644 --- a/providers/pulumi_wasm_provider_cloudflare_rust/wit/world.wit +++ b/providers/pulumi_wasm_provider_cloudflare_rust/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:cloudflare@5.24.1-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:cloudflare@5.24.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world cloudflare-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; export access-application; export access-ca-certificate; export access-custom-page; @@ -245,7 +245,7 @@ world cloudflare-pulumi-client { interface access-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -318,7 +318,7 @@ interface access-application { interface access-ca-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -340,7 +340,7 @@ interface access-ca-certificate { interface access-custom-page { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -366,7 +366,7 @@ interface access-custom-page { interface access-group { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -392,7 +392,7 @@ interface access-group { interface access-identity-provider { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -418,7 +418,7 @@ interface access-identity-provider { interface access-keys-configuration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -436,7 +436,7 @@ interface access-keys-configuration { interface access-mutual-tls-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -461,7 +461,7 @@ interface access-mutual-tls-certificate { interface access-mutual-tls-hostname-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -481,7 +481,7 @@ interface access-mutual-tls-hostname-settings { interface access-organization { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -521,7 +521,7 @@ interface access-organization { interface access-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -565,7 +565,7 @@ interface access-policy { interface access-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -589,7 +589,7 @@ interface access-rule { interface access-service-token { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -616,7 +616,7 @@ interface access-service-token { interface access-tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -638,7 +638,7 @@ interface access-tag { interface account { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enforce-twofactor: borrow, @@ -658,7 +658,7 @@ interface account { interface account-member { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -680,7 +680,7 @@ interface account-member { interface address-map { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -708,7 +708,7 @@ interface address-map { interface api-shield { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { auth-id-characteristics: borrow, @@ -726,7 +726,7 @@ interface api-shield { interface api-shield-operation { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { endpoint: borrow, @@ -748,7 +748,7 @@ interface api-shield-operation { interface api-shield-operation-schema-validation-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { mitigation-action: borrow, @@ -768,7 +768,7 @@ interface api-shield-operation-schema-validation-settings { interface api-shield-schema { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { kind: borrow, @@ -792,7 +792,7 @@ interface api-shield-schema { interface api-shield-schema-validation-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { validation-default-mitigation-action: borrow, @@ -812,7 +812,7 @@ interface api-shield-schema-validation-settings { interface api-token { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { condition: borrow, @@ -840,7 +840,7 @@ interface api-token { interface argo { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { smart-routing: borrow, @@ -860,7 +860,7 @@ interface argo { interface authenticated-origin-pulls { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { authenticated-origin-pulls-certificate: borrow, @@ -882,7 +882,7 @@ interface authenticated-origin-pulls { interface authenticated-origin-pulls-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { certificate: borrow, @@ -910,7 +910,7 @@ interface authenticated-origin-pulls-certificate { interface bot-management { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { auto-update-model: borrow, @@ -945,7 +945,7 @@ interface bot-management { interface byo-ip-prefix { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -967,7 +967,7 @@ interface byo-ip-prefix { interface certificate-pack { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { certificate-authority: borrow, @@ -1001,7 +1001,7 @@ interface certificate-pack { interface custom-hostname { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { custom-metadata: borrow, @@ -1032,7 +1032,7 @@ interface custom-hostname { interface custom-hostname-fallback-origin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { origin: borrow, @@ -1051,7 +1051,7 @@ interface custom-hostname-fallback-origin { interface custom-pages { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1075,7 +1075,7 @@ interface custom-pages { interface custom-ssl { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { custom-ssl-options: borrow, @@ -1103,7 +1103,7 @@ interface custom-ssl { interface d1-database { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1122,7 +1122,7 @@ interface d1-database { interface device-dex-test { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1150,7 +1150,7 @@ interface device-dex-test { interface device-managed-networks { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1172,7 +1172,7 @@ interface device-managed-networks { interface device-policy-certificates { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enabled: borrow, @@ -1190,7 +1190,7 @@ interface device-policy-certificates { interface device-posture-integration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1216,7 +1216,7 @@ interface device-posture-integration { interface device-posture-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1246,7 +1246,7 @@ interface device-posture-rule { interface device-settings-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1296,7 +1296,7 @@ interface device-settings-policy { interface dlp-profile { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1324,7 +1324,7 @@ interface dlp-profile { interface email-routing-address { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1346,7 +1346,7 @@ interface email-routing-address { interface email-routing-catch-all { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { actions: borrow, @@ -1371,7 +1371,7 @@ interface email-routing-catch-all { interface email-routing-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { actions: borrow, @@ -1398,7 +1398,7 @@ interface email-routing-rule { interface email-routing-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enabled: borrow, @@ -1423,7 +1423,7 @@ interface email-routing-settings { interface fallback-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1443,7 +1443,7 @@ interface fallback-domain { interface filter { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { description: borrow, @@ -1467,7 +1467,7 @@ interface filter { interface firewall-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { action: borrow, @@ -1495,7 +1495,7 @@ interface firewall-rule { interface gre-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1531,7 +1531,7 @@ interface gre-tunnel { interface healthcheck { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { address: borrow, @@ -1587,7 +1587,7 @@ interface healthcheck { interface hostname-tls-setting { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { hostname: borrow, @@ -1611,7 +1611,7 @@ interface hostname-tls-setting { interface hostname-tls-setting-ciphers { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { hostname: borrow, @@ -1635,7 +1635,7 @@ interface hostname-tls-setting-ciphers { interface hyperdrive-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1657,7 +1657,7 @@ interface hyperdrive-config { interface ipsec-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1705,7 +1705,7 @@ interface ipsec-tunnel { interface keyless-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { bundle-method: borrow, @@ -1734,7 +1734,7 @@ interface keyless-certificate { interface %list { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1758,7 +1758,7 @@ interface %list { interface list-item { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1786,7 +1786,7 @@ interface list-item { interface load-balancer { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { adaptive-routings: borrow, @@ -1840,7 +1840,7 @@ interface load-balancer { interface load-balancer-monitor { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1890,7 +1890,7 @@ interface load-balancer-monitor { interface load-balancer-pool { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1932,7 +1932,7 @@ interface load-balancer-pool { interface logpull-retention { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enabled: borrow, @@ -1950,7 +1950,7 @@ interface logpull-retention { interface logpush-job { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -1994,7 +1994,7 @@ interface logpush-job { interface logpush-ownership-challenge { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2015,7 +2015,7 @@ interface logpush-ownership-challenge { interface magic-firewall-ruleset { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2037,7 +2037,7 @@ interface magic-firewall-ruleset { interface managed-headers { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { managed-request-headers: borrow, @@ -2057,7 +2057,7 @@ interface managed-headers { interface mtls-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2086,7 +2086,7 @@ interface mtls-certificate { interface notification-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2120,7 +2120,7 @@ interface notification-policy { interface notification-policy-webhooks { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2146,7 +2146,7 @@ interface notification-policy-webhooks { interface observatory-scheduled-test { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { frequency: borrow, @@ -2168,7 +2168,7 @@ interface observatory-scheduled-test { interface origin-ca-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { csr: borrow, @@ -2194,7 +2194,7 @@ interface origin-ca-certificate { interface page-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { actions: borrow, @@ -2218,7 +2218,7 @@ interface page-rule { interface pages-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2239,7 +2239,7 @@ interface pages-domain { interface pages-project { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2268,7 +2268,7 @@ interface pages-project { interface queue { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2286,7 +2286,7 @@ interface queue { interface r2-bucket { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2306,7 +2306,7 @@ interface r2-bucket { interface rate-limit { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { action: borrow, @@ -2338,7 +2338,7 @@ interface rate-limit { interface %record { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { allow-overwrite: borrow, @@ -2379,7 +2379,7 @@ interface %record { interface regional-hostname { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { hostname: borrow, @@ -2400,7 +2400,7 @@ interface regional-hostname { interface regional-tiered-cache { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { value: borrow, @@ -2418,7 +2418,7 @@ interface regional-tiered-cache { interface ruleset { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2446,7 +2446,7 @@ interface ruleset { interface spectrum-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { argo-smart-routing: borrow, @@ -2486,7 +2486,7 @@ interface spectrum-application { interface split-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2508,7 +2508,7 @@ interface split-tunnel { interface static-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2538,7 +2538,7 @@ interface static-route { interface teams-account { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2582,7 +2582,7 @@ interface teams-account { interface teams-list { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2606,7 +2606,7 @@ interface teams-list { interface teams-location { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2633,7 +2633,7 @@ interface teams-location { interface teams-proxy-endpoint { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2654,7 +2654,7 @@ interface teams-proxy-endpoint { interface teams-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2691,7 +2691,7 @@ interface teams-rule { interface tiered-cache { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { cache-type: borrow, @@ -2709,7 +2709,7 @@ interface tiered-cache { interface total-tls { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { certificate-authority: borrow, @@ -2729,7 +2729,7 @@ interface total-tls { interface tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2753,7 +2753,7 @@ interface tunnel { interface tunnel-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2773,7 +2773,7 @@ interface tunnel-config { interface tunnel-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2797,7 +2797,7 @@ interface tunnel-route { interface tunnel-virtual-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2819,7 +2819,7 @@ interface tunnel-virtual-network { interface turnstile-widget { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -2848,7 +2848,7 @@ interface turnstile-widget { interface url-normalization-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { scope: borrow, @@ -2868,7 +2868,7 @@ interface url-normalization-settings { interface user-agent-blocking-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { configuration: borrow, @@ -2892,7 +2892,7 @@ interface user-agent-blocking-rule { interface waiting-room { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { additional-routes: borrow, @@ -2942,7 +2942,7 @@ interface waiting-room { interface waiting-room-event { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { custom-page-html: borrow, @@ -2988,7 +2988,7 @@ interface waiting-room-event { interface waiting-room-rules { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { rules: borrow, @@ -3008,7 +3008,7 @@ interface waiting-room-rules { interface waiting-room-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { search-engine-crawler-bypass: borrow, @@ -3026,7 +3026,7 @@ interface waiting-room-settings { interface web3-hostname { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { description: borrow, @@ -3053,7 +3053,7 @@ interface web3-hostname { interface web-analytics-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3079,7 +3079,7 @@ interface web-analytics-rule { interface web-analytics-site { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3105,7 +3105,7 @@ interface web-analytics-site { interface worker-cron-trigger { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3125,7 +3125,7 @@ interface worker-cron-trigger { interface worker-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3149,7 +3149,7 @@ interface worker-domain { interface worker-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { pattern: borrow, @@ -3169,7 +3169,7 @@ interface worker-route { interface worker-script { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3221,7 +3221,7 @@ interface worker-script { interface worker-secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3243,7 +3243,7 @@ interface worker-secret { interface workers-for-platforms-namespace { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3261,7 +3261,7 @@ interface workers-for-platforms-namespace { interface workers-kv { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3283,7 +3283,7 @@ interface workers-kv { interface workers-kv-namespace { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3301,7 +3301,7 @@ interface workers-kv-namespace { interface zone { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { account-id: borrow, @@ -3332,7 +3332,7 @@ interface zone { interface zone-cache-reserve { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { enabled: borrow, @@ -3350,7 +3350,7 @@ interface zone-cache-reserve { interface zone-cache-variants { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { avifs: borrow, @@ -3388,7 +3388,7 @@ interface zone-cache-variants { interface zone-dnssec { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { modified-on: borrow, @@ -3416,7 +3416,7 @@ interface zone-dnssec { interface zone-hold { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { hold: borrow, @@ -3438,7 +3438,7 @@ interface zone-hold { interface zone-lockdown { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { configurations: borrow, @@ -3464,7 +3464,7 @@ interface zone-lockdown { interface zone-settings-override { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { settings: borrow, diff --git a/providers/pulumi_wasm_provider_docker/Cargo.toml b/providers/pulumi_wasm_provider_docker/Cargo.toml index 6670936e..b7956935 100644 --- a/providers/pulumi_wasm_provider_docker/Cargo.toml +++ b/providers/pulumi_wasm_provider_docker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_docker_provider" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a99dde9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/providers/pulumi_wasm_provider_docker/src/bindings.rs b/providers/pulumi_wasm_provider_docker/src/bindings.rs index 01280492..e2c683f4 100644 --- a/providers/pulumi_wasm_provider_docker/src/bindings.rs +++ b/providers/pulumi_wasm_provider_docker/src/bindings.rs @@ -47,7 +47,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -69,7 +69,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[constructor]output"] @@ -95,7 +95,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[method]output.map"] @@ -136,7 +136,9 @@ pub mod component { } #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" + )] extern "C" { #[link_name = "combine"] fn wit_import(_: *mut u8, _: usize) -> i32; @@ -300,7 +302,7 @@ pub mod component { let ptr9 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "register"] @@ -1201,17 +1203,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_container_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_container_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/container@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/container@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_container_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_container_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 264]); static mut _RET_AREA: _RetArea = @@ -1337,17 +1339,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_image_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_image_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -1552,17 +1554,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_network_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_network_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/network@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/network@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_network_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_network_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -1731,17 +1733,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_plugin_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_plugin_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/plugin@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/plugin@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_plugin_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_plugin_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -1850,17 +1852,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_registry_image_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_registry_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/registry-image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/registry-image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_registry_image_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_registry_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -2009,17 +2011,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_remote_image_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_remote_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/remote-image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/remote-image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_remote_image_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_remote_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -2112,17 +2114,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_secret_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_secret_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/secret@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/secret@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_secret_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_secret_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -2287,17 +2289,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_service_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_service_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/service@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/service@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_service_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_service_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -2378,17 +2380,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_service_config_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_service_config_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/service-config@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/service-config@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_service_config_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_service_config_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -2473,17 +2475,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_tag_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_tag_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/tag@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/tag@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_tag_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_tag_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -2592,17 +2594,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_volume_4_5_3_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_volume_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/volume@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/volume@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_volume_4_5_3_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_volume_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -2753,17 +2755,17 @@ mod _rt { macro_rules! __export_docker_pulumi_impl { ($ty:ident) => (self::export!($ty with_types_in self);); ($ty:ident with_types_in $($path_to_types_root:tt)*) => ( - $($path_to_types_root)*::exports::pulumi::docker::container::__export_pulumi_docker_container_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::container); - $($path_to_types_root)*::exports::pulumi::docker::image::__export_pulumi_docker_image_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::image); - $($path_to_types_root)*::exports::pulumi::docker::network::__export_pulumi_docker_network_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::network); - $($path_to_types_root)*::exports::pulumi::docker::plugin::__export_pulumi_docker_plugin_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::plugin); - $($path_to_types_root)*::exports::pulumi::docker::registry_image::__export_pulumi_docker_registry_image_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::registry_image); - $($path_to_types_root)*::exports::pulumi::docker::remote_image::__export_pulumi_docker_remote_image_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::remote_image); - $($path_to_types_root)*::exports::pulumi::docker::secret::__export_pulumi_docker_secret_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::secret); - $($path_to_types_root)*::exports::pulumi::docker::service::__export_pulumi_docker_service_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::service); - $($path_to_types_root)*::exports::pulumi::docker::service_config::__export_pulumi_docker_service_config_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::service_config); - $($path_to_types_root)*::exports::pulumi::docker::tag::__export_pulumi_docker_tag_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::tag); - $($path_to_types_root)*::exports::pulumi::docker::volume::__export_pulumi_docker_volume_4_5_3_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::volume); + $($path_to_types_root)*::exports::pulumi::docker::container::__export_pulumi_docker_container_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::container); + $($path_to_types_root)*::exports::pulumi::docker::image::__export_pulumi_docker_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::image); + $($path_to_types_root)*::exports::pulumi::docker::network::__export_pulumi_docker_network_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::network); + $($path_to_types_root)*::exports::pulumi::docker::plugin::__export_pulumi_docker_plugin_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::plugin); + $($path_to_types_root)*::exports::pulumi::docker::registry_image::__export_pulumi_docker_registry_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::registry_image); + $($path_to_types_root)*::exports::pulumi::docker::remote_image::__export_pulumi_docker_remote_image_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::remote_image); + $($path_to_types_root)*::exports::pulumi::docker::secret::__export_pulumi_docker_secret_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::secret); + $($path_to_types_root)*::exports::pulumi::docker::service::__export_pulumi_docker_service_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::service); + $($path_to_types_root)*::exports::pulumi::docker::service_config::__export_pulumi_docker_service_config_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::service_config); + $($path_to_types_root)*::exports::pulumi::docker::tag::__export_pulumi_docker_tag_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::tag); + $($path_to_types_root)*::exports::pulumi::docker::volume::__export_pulumi_docker_volume_4_5_3_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::volume); ) } #[doc(inline)] @@ -2772,112 +2774,116 @@ pub(crate) use __export_docker_pulumi_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.25.0:docker-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 5066] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xc6&\x01A\x02\x01A\x1b\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 5342] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xda(\x01A\x02\x01A\x1b\ \x01B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13[cons\ tructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\0\ \x12[method]output.map\x01\x04\x01p\x01\x01@\x01\x07outputs\x05\0\x01\x04\0\x07c\ -ombine\x01\x06\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\0\x02\ -\x03\0\0\x06output\x01B\x13\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x02\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04name\ -s\x04\0\x0cresult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\ -\x1eregister-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\ -\x04names\x06object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\ -\x01p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01\ -@\x01\x07request\x0d\0\x10\x04\0\x08register\x01\x11\x03\x012component:pulumi-wa\ -sm/register-interface@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ -tput\x03\0\0\x01h\x01\x01r>\x06attach\x02\x0ccapabilities\x02\x0dcgroupns-mode\x02\ -\x07command\x02+container-read-refresh-timeout-milliseconds\x02\x07cpu-set\x02\x0a\ -cpu-shares\x02\x15destroy-grace-seconds\x02\x07devices\x02\x03dns\x02\x08dns-opt\ -s\x02\x0cdns-searches\x02\x0adomainname\x02\x0bentrypoints\x02\x04envs\x02\x04gp\ -us\x02\x0agroup-adds\x02\x0bhealthcheck\x02\x08hostname\x02\x05hosts\x02\x05imag\ -e\x02\x04init\x02\x08ipc-mode\x02\x06labels\x02\x0alog-driver\x02\x08log-opts\x02\ -\x04logs\x02\x0fmax-retry-count\x02\x06memory\x02\x0bmemory-swap\x02\x06mounts\x02\ -\x08must-run\x02\x04name\x02\x0cnetwork-mode\x02\x11networks-advanced\x02\x08pid\ --mode\x02\x05ports\x02\x0aprivileged\x02\x11publish-all-ports\x02\x09read-only\x02\ -\x0eremove-volumes\x02\x07restart\x02\x02rm\x02\x07runtime\x02\x0dsecurity-opts\x02\ -\x08shm-size\x02\x05start\x02\x0astdin-open\x02\x0bstop-signal\x02\x0cstop-timeo\ -ut\x02\x0cstorage-opts\x02\x07sysctls\x02\x05tmpfs\x02\x03tty\x02\x07ulimits\x02\ -\x07uploads\x02\x04user\x02\x0buserns-mode\x02\x07volumes\x02\x04wait\x02\x0cwai\ -t-timeout\x02\x0bworking-dir\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01rB\x06attac\ -h\x05\x06bridge\x05\x0ccapabilities\x05\x0dcgroupns-mode\x05\x07command\x05\x0ec\ -ontainer-logs\x05+container-read-refresh-timeout-milliseconds\x05\x07cpu-set\x05\ -\x0acpu-shares\x05\x15destroy-grace-seconds\x05\x07devices\x05\x03dns\x05\x08dns\ --opts\x05\x0cdns-searches\x05\x0adomainname\x05\x0bentrypoints\x05\x04envs\x05\x09\ -exit-code\x05\x04gpus\x05\x0agroup-adds\x05\x0bhealthcheck\x05\x08hostname\x05\x05\ -hosts\x05\x05image\x05\x04init\x05\x08ipc-mode\x05\x06labels\x05\x0alog-driver\x05\ -\x08log-opts\x05\x04logs\x05\x0fmax-retry-count\x05\x06memory\x05\x0bmemory-swap\ -\x05\x06mounts\x05\x08must-run\x05\x04name\x05\x0dnetwork-datas\x05\x0cnetwork-m\ -ode\x05\x11networks-advanced\x05\x08pid-mode\x05\x05ports\x05\x0aprivileged\x05\x11\ -publish-all-ports\x05\x09read-only\x05\x0eremove-volumes\x05\x07restart\x05\x02r\ -m\x05\x07runtime\x05\x0dsecurity-opts\x05\x08shm-size\x05\x05start\x05\x0astdin-\ -open\x05\x0bstop-signal\x05\x0cstop-timeout\x05\x0cstorage-opts\x05\x07sysctls\x05\ -\x05tmpfs\x05\x03tty\x05\x07ulimits\x05\x07uploads\x05\x04user\x05\x0buserns-mod\ -e\x05\x07volumes\x05\x04wait\x05\x0cwait-timeout\x05\x0bworking-dir\x05\x04\0\x03\ +ombine\x01\x06\x03\x01com\ +ponent:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9\x05\x02\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r>\x06attach\x02\x0ccapabil\ +ities\x02\x0dcgroupns-mode\x02\x07command\x02+container-read-refresh-timeout-mil\ +liseconds\x02\x07cpu-set\x02\x0acpu-shares\x02\x15destroy-grace-seconds\x02\x07d\ +evices\x02\x03dns\x02\x08dns-opts\x02\x0cdns-searches\x02\x0adomainname\x02\x0be\ +ntrypoints\x02\x04envs\x02\x04gpus\x02\x0agroup-adds\x02\x0bhealthcheck\x02\x08h\ +ostname\x02\x05hosts\x02\x05image\x02\x04init\x02\x08ipc-mode\x02\x06labels\x02\x0a\ +log-driver\x02\x08log-opts\x02\x04logs\x02\x0fmax-retry-count\x02\x06memory\x02\x0b\ +memory-swap\x02\x06mounts\x02\x08must-run\x02\x04name\x02\x0cnetwork-mode\x02\x11\ +networks-advanced\x02\x08pid-mode\x02\x05ports\x02\x0aprivileged\x02\x11publish-\ +all-ports\x02\x09read-only\x02\x0eremove-volumes\x02\x07restart\x02\x02rm\x02\x07\ +runtime\x02\x0dsecurity-opts\x02\x08shm-size\x02\x05start\x02\x0astdin-open\x02\x0b\ +stop-signal\x02\x0cstop-timeout\x02\x0cstorage-opts\x02\x07sysctls\x02\x05tmpfs\x02\ +\x03tty\x02\x07ulimits\x02\x07uploads\x02\x04user\x02\x0buserns-mode\x02\x07volu\ +mes\x02\x04wait\x02\x0cwait-timeout\x02\x0bworking-dir\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01rB\x06attach\x05\x06bridge\x05\x0ccapabilities\x05\x0dcgroupns-mode\ +\x05\x07command\x05\x0econtainer-logs\x05+container-read-refresh-timeout-millise\ +conds\x05\x07cpu-set\x05\x0acpu-shares\x05\x15destroy-grace-seconds\x05\x07devic\ +es\x05\x03dns\x05\x08dns-opts\x05\x0cdns-searches\x05\x0adomainname\x05\x0bentry\ +points\x05\x04envs\x05\x09exit-code\x05\x04gpus\x05\x0agroup-adds\x05\x0bhealthc\ +heck\x05\x08hostname\x05\x05hosts\x05\x05image\x05\x04init\x05\x08ipc-mode\x05\x06\ +labels\x05\x0alog-driver\x05\x08log-opts\x05\x04logs\x05\x0fmax-retry-count\x05\x06\ +memory\x05\x0bmemory-swap\x05\x06mounts\x05\x08must-run\x05\x04name\x05\x0dnetwo\ +rk-datas\x05\x0cnetwork-mode\x05\x11networks-advanced\x05\x08pid-mode\x05\x05por\ +ts\x05\x0aprivileged\x05\x11publish-all-ports\x05\x09read-only\x05\x0eremove-vol\ +umes\x05\x07restart\x05\x02rm\x05\x07runtime\x05\x0dsecurity-opts\x05\x08shm-siz\ +e\x05\x05start\x05\x0astdin-open\x05\x0bstop-signal\x05\x0cstop-timeout\x05\x0cs\ +torage-opts\x05\x07sysctls\x05\x05tmpfs\x05\x03tty\x05\x07ulimits\x05\x07uploads\ +\x05\x04user\x05\x0buserns-mode\x05\x07volumes\x05\x04wait\x05\x0cwait-timeout\x05\ +\x0bworking-dir\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01Mpulumi:docker/container@4.5.3-DIVIDER-ZERO.ZERO.ZER\ +O-NIGHTLY-aNINENINEddeNINE\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x05\x05build\x02\x10build-on-preview\x02\x0aimage-name\x02\x08\ +registry\x02\x09skip-push\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0fbase-\ +image-name\x05\x07context\x05\x0adockerfile\x05\x0aimage-name\x05\x08platform\x05\ +\x0fregistry-server\x05\x0brepo-digest\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ +mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:docker/image@4.5.3-\ +DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x04\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x0aattachable\x02\x0fcheck-duplic\ +ate\x02\x06driver\x02\x07ingress\x02\x08internal\x02\x0cipam-configs\x02\x0bipam\ +-driver\x02\x0cipam-options\x02\x04ipv6\x02\x06labels\x02\x04name\x02\x07options\ +\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x0aattachable\x05\x0fcheck-duplic\ +ate\x05\x06driver\x05\x07ingress\x05\x08internal\x05\x0cipam-configs\x05\x0bipam\ +-driver\x05\x0cipam-options\x05\x04ipv6\x05\x06labels\x05\x04name\x05\x07options\ +\x05\x05scope\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01Kpulumi:docker/network@4.5.3-DIVIDER-ZERO.ZERO.ZERO-\ +NIGHTLY-aNINENINEddeNINE\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x09\x05alias\x02\x0eenable-timeout\x02\x07enabled\x02\x04envs\ +\x02\x0dforce-destroy\x02\x0dforce-disable\x02\x15grant-all-permissions\x02\x11g\ +rant-permissions\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x05al\ +ias\x05\x0eenable-timeout\x05\x07enabled\x05\x04envs\x05\x0dforce-destroy\x05\x0d\ +force-disable\x05\x15grant-all-permissions\x05\x11grant-permissions\x05\x04name\x05\ +\x10plugin-reference\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01Jpulumi:docker/plugin@4.5.3-DIVIDER-ZERO.ZERO.ZE\ +RO-NIGHTLY-aNINENINEddeNINE\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\ +\x03\0\0\x01h\x01\x01r\x04\x14insecure-skip-verify\x02\x0dkeep-remotely\x02\x04n\ +ame\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x14insecure-sk\ +ip-verify\x05\x0dkeep-remotely\x05\x04name\x05\x0dsha256-digest\x05\x08triggers\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01Rpulumi:docker/registry-image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINE\ +NINEddeNINE\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x07\x05build\x02\x0cforce-remove\x02\x0ckeep-locally\x02\x04name\x02\x08pl\ +atform\x02\x0dpull-triggers\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x09\x05build\x05\x0cforce-remove\x05\x08image-id\x05\x0ckeep-locally\x05\x04\ +name\x05\x08platform\x05\x0dpull-triggers\x05\x0brepo-digest\x05\x08triggers\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01Ppulumi:docker/remote-image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENI\ +NEddeNINE\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x03\x04data\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x03\x04data\x05\x06labels\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04n\ +ames\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Jpulumi:docker/secret@4.5.\ +3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x09\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\x0fconverge-config\x02\ +\x0dendpoint-spec\x02\x06labels\x02\x04mode\x02\x04name\x02\x0frollback-config\x02\ +\x09task-spec\x02\x0dupdate-config\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\ +\x04auth\x05\x0fconverge-config\x05\x0dendpoint-spec\x05\x06labels\x05\x04mode\x05\ +\x04name\x05\x0frollback-config\x05\x09task-spec\x05\x0dupdate-config\x05\x04\0\x03\ res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -8pulumi:docker/container@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x03\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x05build\x02\x10build-on-\ -preview\x02\x0aimage-name\x02\x08registry\x02\x09skip-push\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x07\x0fbase-image-name\x05\x07context\x05\x0adockerfile\x05\ -\x0aimage-name\x05\x08platform\x05\x0fregistry-server\x05\x0brepo-digest\x05\x04\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x014pulumi:docker/image@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x04\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x0aattachable\x02\x0fchec\ -k-duplicate\x02\x06driver\x02\x07ingress\x02\x08internal\x02\x0cipam-configs\x02\ -\x0bipam-driver\x02\x0cipam-options\x02\x04ipv6\x02\x06labels\x02\x04name\x02\x07\ -options\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x0aattachable\x05\x0fcheck\ --duplicate\x05\x06driver\x05\x07ingress\x05\x08internal\x05\x0cipam-configs\x05\x0b\ -ipam-driver\x05\x0cipam-options\x05\x04ipv6\x05\x06labels\x05\x04name\x05\x07opt\ -ions\x05\x05scope\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x016pulumi:docker/network@4.5.3-DIVIDER-ZERO.ZERO.Z\ -ERO-DEV\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x09\x05alias\x02\x0eenable-timeout\x02\x07enabled\x02\x04envs\x02\x0dforce-des\ -troy\x02\x0dforce-disable\x02\x15grant-all-permissions\x02\x11grant-permissions\x02\ -\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x05alias\x05\x0eenable-ti\ -meout\x05\x07enabled\x05\x04envs\x05\x0dforce-destroy\x05\x0dforce-disable\x05\x15\ -grant-all-permissions\x05\x11grant-permissions\x05\x04name\x05\x10plugin-referen\ -ce\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invok\ -e\x01\x08\x04\x015pulumi:docker/plugin@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x06\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x14insecure-\ -skip-verify\x02\x0dkeep-remotely\x02\x04name\x02\x08triggers\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x05\x14insecure-skip-verify\x05\x0dkeep-remotely\x05\x04nam\ -e\x05\x0dsha256-digest\x05\x08triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01=pulumi:docker/registry-ima\ -ge@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x07\x05build\x02\x0cforce-remove\x02\x0ckeep-locall\ -y\x02\x04name\x02\x08platform\x02\x0dpull-triggers\x02\x08triggers\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x09\x05build\x05\x0cforce-remove\x05\x08image-id\x05\ -\x0ckeep-locally\x05\x04name\x05\x08platform\x05\x0dpull-triggers\x05\x0brepo-di\ -gest\x05\x08triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01;pulumi:docker/remote-image@4.5.3-DIVIDER-ZERO.Z\ -ERO.ZERO-DEV\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x03\x04data\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x03\x04data\x05\x06labels\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x015pulumi:docker/secret@4.5\ -.3-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\x0fconverge-config\x02\x0dendpoint-spec\ -\x02\x06labels\x02\x04mode\x02\x04name\x02\x0frollback-config\x02\x09task-spec\x02\ -\x0dupdate-config\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x04auth\x05\x0fc\ -onverge-config\x05\x0dendpoint-spec\x05\x06labels\x05\x04mode\x05\x04name\x05\x0f\ -rollback-config\x05\x09task-spec\x05\x0dupdate-config\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x016pulumi:dock\ -er/service@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x0a\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04data\x02\x04name\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x02\x04data\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\ -\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01=pulumi:docker/se\ -rvice-config@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x0b\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0csource-image\x02\x0ctarget-image\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0csource-image\x05\x0fsource-image-i\ -d\x05\x0ctarget-image\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ -\x07\x04\0\x06invoke\x01\x08\x04\x012pulumi:docker/tag@4.5.3-DIVIDER-ZERO.ZERO.Z\ -ERO-DEV\x05\x0c\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x04\x06driver\x02\x0bdriver-opts\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x05\x06driver\x05\x0bdriver-opts\x05\x06labels\x05\x0amount\ -point\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x015pulumi:docker/volume@4.5.3-DIVIDER-ZERO.ZERO.ZE\ -RO-DEV\x05\x0d\x04\x01, @@ -173,7 +173,7 @@ interface container { interface image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { build: borrow, @@ -199,7 +199,7 @@ interface image { interface network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { attachable: borrow, @@ -238,7 +238,7 @@ interface network { interface plugin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { alias: borrow, @@ -271,7 +271,7 @@ interface plugin { interface registry-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { insecure-skip-verify: borrow, @@ -294,7 +294,7 @@ interface registry-image { interface remote-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { build: borrow, @@ -324,7 +324,7 @@ interface remote-image { interface secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { data: borrow, @@ -344,7 +344,7 @@ interface secret { interface service { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { auth: borrow, @@ -376,7 +376,7 @@ interface service { interface service-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { data: borrow, @@ -394,7 +394,7 @@ interface service-config { interface tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { source-image: borrow, @@ -413,7 +413,7 @@ interface tag { interface volume { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { driver: borrow, diff --git a/providers/pulumi_wasm_provider_docker_rust/Cargo.toml b/providers/pulumi_wasm_provider_docker_rust/Cargo.toml index 69893ce1..35e7a1ad 100644 --- a/providers/pulumi_wasm_provider_docker_rust/Cargo.toml +++ b/providers/pulumi_wasm_provider_docker_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_docker" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a99dde9" edition = "2021" [dependencies] diff --git a/providers/pulumi_wasm_provider_docker_rust/src/lib.rs b/providers/pulumi_wasm_provider_docker_rust/src/lib.rs index b7fc064e..eeaaadc5 100644 --- a/providers/pulumi_wasm_provider_docker_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_docker_rust/src/lib.rs @@ -12,7 +12,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "docker-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/providers/pulumi_wasm_provider_docker_rust/wit/world.wit b/providers/pulumi_wasm_provider_docker_rust/wit/world.wit index ca7d29cc..a0fbda44 100644 --- a/providers/pulumi_wasm_provider_docker_rust/wit/world.wit +++ b/providers/pulumi_wasm_provider_docker_rust/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:docker@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:docker@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; export container; export image; export network; @@ -31,7 +31,7 @@ world docker-pulumi-client { interface container { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { attach: borrow, @@ -173,7 +173,7 @@ interface container { interface image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { build: borrow, @@ -199,7 +199,7 @@ interface image { interface network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { attachable: borrow, @@ -238,7 +238,7 @@ interface network { interface plugin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { alias: borrow, @@ -271,7 +271,7 @@ interface plugin { interface registry-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { insecure-skip-verify: borrow, @@ -294,7 +294,7 @@ interface registry-image { interface remote-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { build: borrow, @@ -324,7 +324,7 @@ interface remote-image { interface secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { data: borrow, @@ -344,7 +344,7 @@ interface secret { interface service { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { auth: borrow, @@ -376,7 +376,7 @@ interface service { interface service-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { data: borrow, @@ -394,7 +394,7 @@ interface service-config { interface tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { source-image: borrow, @@ -413,7 +413,7 @@ interface tag { interface volume { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { driver: borrow, diff --git a/providers/pulumi_wasm_provider_random/Cargo.toml b/providers/pulumi_wasm_provider_random/Cargo.toml index 8a534a0d..332a93a4 100644 --- a/providers/pulumi_wasm_provider_random/Cargo.toml +++ b/providers/pulumi_wasm_provider_random/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_random_provider" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a99dde9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/providers/pulumi_wasm_provider_random/src/bindings.rs b/providers/pulumi_wasm_provider_random/src/bindings.rs index 1e4db4c6..dd4472e4 100644 --- a/providers/pulumi_wasm_provider_random/src/bindings.rs +++ b/providers/pulumi_wasm_provider_random/src/bindings.rs @@ -47,7 +47,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -69,7 +69,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[constructor]output"] @@ -95,7 +95,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[method]output.map"] @@ -136,7 +136,9 @@ pub mod component { } #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" + )] extern "C" { #[link_name = "combine"] fn wit_import(_: *mut u8, _: usize) -> i32; @@ -300,7 +302,7 @@ pub mod component { let ptr9 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "register"] @@ -465,17 +467,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_bytes_4_15_0_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_bytes_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-bytes@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-bytes@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_bytes_4_15_0_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_bytes_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -584,17 +586,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_id_4_15_0_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_id_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-id@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-id@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_id_4_15_0_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_id_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -703,17 +705,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_integer_4_15_0_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_integer_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-integer@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-integer@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_integer_4_15_0_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_integer_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -922,17 +924,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_password_4_15_0_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_password_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-password@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-password@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_password_4_15_0_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_password_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 56]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 56]); @@ -1037,17 +1039,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_pet_4_15_0_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_pet_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-pet@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-pet@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_pet_4_15_0_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_pet_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -1156,17 +1158,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_shuffle_4_15_0_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_shuffle_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-shuffle@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-shuffle@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_shuffle_4_15_0_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_shuffle_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -1371,17 +1373,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_string_4_15_0_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_string_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-string@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-string@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_string_4_15_0_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_string_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -1454,17 +1456,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_uuid_4_15_0_divider_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_uuid_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-uuid@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-uuid@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_uuid_4_15_0_divider_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_uuid_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1615,14 +1617,14 @@ mod _rt { macro_rules! __export_random_pulumi_impl { ($ty:ident) => (self::export!($ty with_types_in self);); ($ty:ident with_types_in $($path_to_types_root:tt)*) => ( - $($path_to_types_root)*::exports::pulumi::random::random_bytes::__export_pulumi_random_random_bytes_4_15_0_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_bytes); - $($path_to_types_root)*::exports::pulumi::random::random_id::__export_pulumi_random_random_id_4_15_0_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_id); - $($path_to_types_root)*::exports::pulumi::random::random_integer::__export_pulumi_random_random_integer_4_15_0_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_integer); - $($path_to_types_root)*::exports::pulumi::random::random_password::__export_pulumi_random_random_password_4_15_0_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_password); - $($path_to_types_root)*::exports::pulumi::random::random_pet::__export_pulumi_random_random_pet_4_15_0_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_pet); - $($path_to_types_root)*::exports::pulumi::random::random_shuffle::__export_pulumi_random_random_shuffle_4_15_0_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_shuffle); - $($path_to_types_root)*::exports::pulumi::random::random_string::__export_pulumi_random_random_string_4_15_0_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_string); - $($path_to_types_root)*::exports::pulumi::random::random_uuid::__export_pulumi_random_random_uuid_4_15_0_divider_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_uuid); + $($path_to_types_root)*::exports::pulumi::random::random_bytes::__export_pulumi_random_random_bytes_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_bytes); + $($path_to_types_root)*::exports::pulumi::random::random_id::__export_pulumi_random_random_id_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_id); + $($path_to_types_root)*::exports::pulumi::random::random_integer::__export_pulumi_random_random_integer_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_integer); + $($path_to_types_root)*::exports::pulumi::random::random_password::__export_pulumi_random_random_password_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_password); + $($path_to_types_root)*::exports::pulumi::random::random_pet::__export_pulumi_random_random_pet_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_pet); + $($path_to_types_root)*::exports::pulumi::random::random_shuffle::__export_pulumi_random_random_shuffle_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_shuffle); + $($path_to_types_root)*::exports::pulumi::random::random_string::__export_pulumi_random_random_string_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_string); + $($path_to_types_root)*::exports::pulumi::random::random_uuid::__export_pulumi_random_random_uuid_4_15_0_divider_zero_zero_zero_nightly_a_ninenin_edde_nine_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_uuid); ) } #[doc(inline)] @@ -1631,68 +1633,71 @@ pub(crate) use __export_random_pulumi_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.25.0:random-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 2786] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xde\x14\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 2999] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xb3\x16\x01A\x02\x01\ A\x15\x01B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13\ [constructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\ \0\x12[method]output.map\x01\x04\x01p\x01\x01@\x01\x07outputs\x05\0\x01\x04\0\x07\ -combine\x01\x06\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\0\x02\ -\x03\0\0\x06output\x01B\x13\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x02\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04name\ -s\x04\0\x0cresult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\ -\x1eregister-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\ -\x04names\x06object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\ -\x01p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01\ -@\x01\x07request\x0d\0\x10\x04\0\x08register\x01\x11\x03\x012component:pulumi-wa\ -sm/register-interface@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ -tput\x03\0\0\x01h\x01\x01r\x02\x07keepers\x02\x06length\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x04\x06base64\x05\x03hex\x05\x07keepers\x05\x06length\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -pulum\ -i:random/random-integer@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x05\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\ -\x05lower\x02\x09min-lower\x02\x0bmin-numeric\x02\x0bmin-special\x02\x09min-uppe\ -r\x02\x06number\x02\x07numeric\x02\x10override-special\x02\x07special\x02\x05upp\ -er\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0e\x0bbcrypt-hash\x05\x07keepers\x05\ -\x06length\x05\x05lower\x05\x09min-lower\x05\x0bmin-numeric\x05\x0bmin-special\x05\ -\x09min-upper\x05\x06number\x05\x07numeric\x05\x10override-special\x05\x06result\ -\x05\x07special\x05\x05upper\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:random/random-password@4.15.0\ --DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\ -\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\x06length\x02\x06prefix\x02\x09separat\ -or\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x07keepers\x05\x06length\x05\x06\ -prefix\x05\x09separator\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:random/random-pet@4.15.0-DIVIDER-Z\ -ERO.ZERO.ZERO-DEV\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x04\x06inputs\x02\x07keepers\x02\x0cresult-count\x02\x04seed\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x05\x06inputs\x05\x07keepers\x05\x0cresult-coun\ -t\x05\x07results\x05\x04seed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01>pulumi:random/random-shuffle@4.15.0-\ -DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05lower\x02\x09min-lower\x02\ -\x0bmin-numeric\x02\x0bmin-special\x02\x09min-upper\x02\x06number\x02\x07numeric\ -\x02\x10override-special\x02\x07special\x02\x05upper\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x0d\x07keepers\x05\x06length\x05\x05lower\x05\x09min-lower\x05\x0b\ -min-numeric\x05\x0bmin-special\x05\x09min-upper\x05\x06number\x05\x07numeric\x05\ -\x10override-special\x05\x06result\x05\x07special\x05\x05upper\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01=pulum\ -i:random/random-string@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x09\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x07keepers\x02\x04\0\x04a\ -rgs\x03\0\x03\x01i\x01\x01r\x02\x07keepers\x05\x06result\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01;pulumi:rand\ -om/random-uuid@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV\x05\x0a\x04\x01=pulumi:random/r\ -andom-pulumi@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV\x04\0\x0b\x13\x01\0\x0drandom-pul\ -umi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10\ -wit-bindgen-rust\x060.25.0"; +combine\x01\x06\x03\x01com\ +ponent:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9\x05\x02\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x07keepers\x02\x06len\ +gth\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x06base64\x05\x03hex\x05\x07ke\ +epers\x05\x06length\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01Qpulumi:random/random-bytes@4.15.0-DIVIDER-ZERO.\ +ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x03\x0bbyte-length\x02\x07keepers\x02\x06prefix\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x07b64-std\x05\x07b64-url\x05\x0bbyte\ +-length\x05\x03dec\x05\x03hex\x05\x07keepers\x05\x06prefix\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Npulumi:\ +random/random-id@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x04\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\ +\x03max\x02\x03min\x02\x04seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07\ +keepers\x05\x03max\x05\x03min\x05\x06result\x05\x04seed\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Spulumi:rand\ +om/random-integer@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x05\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x07keepe\ +rs\x02\x06length\x02\x05lower\x02\x09min-lower\x02\x0bmin-numeric\x02\x0bmin-spe\ +cial\x02\x09min-upper\x02\x06number\x02\x07numeric\x02\x10override-special\x02\x07\ +special\x02\x05upper\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0e\x0bbcrypt-has\ +h\x05\x07keepers\x05\x06length\x05\x05lower\x05\x09min-lower\x05\x0bmin-numeric\x05\ +\x0bmin-special\x05\x09min-upper\x05\x06number\x05\x07numeric\x05\x10override-sp\ +ecial\x05\x06result\x05\x07special\x05\x05upper\x05\x04\0\x03res\x03\0\x06\x01@\x02\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Tpulumi:random/random\ +-password@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x06\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\x06\ +length\x02\x06prefix\x02\x09separator\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ +\x07keepers\x05\x06length\x05\x06prefix\x05\x09separator\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Opulumi:rand\ +om/random-pet@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x07\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06inputs\x02\ +\x07keepers\x02\x0cresult-count\x02\x04seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x05\x06inputs\x05\x07keepers\x05\x0cresult-count\x05\x07results\x05\x04see\ +d\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ +\x01\x08\x04\x01Spulumi:random/random-shuffle@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGH\ +TLY-aNINENINEddeNINE\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ +\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05lower\x02\x09min-lower\x02\x0b\ +min-numeric\x02\x0bmin-special\x02\x09min-upper\x02\x06number\x02\x07numeric\x02\ +\x10override-special\x02\x07special\x02\x05upper\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x0d\x07keepers\x05\x06length\x05\x05lower\x05\x09min-lower\x05\x0bmin\ +-numeric\x05\x0bmin-special\x05\x09min-upper\x05\x06number\x05\x07numeric\x05\x10\ +override-special\x05\x06result\x05\x07special\x05\x05upper\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Rpulumi:\ +random/random-string@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE\x05\x09\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x07keepe\ +rs\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x07keepers\x05\x06result\x05\x04\ +\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ +\x01Ppulumi:random/random-uuid@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEdd\ +eNINE\x05\x0a\x04\x01Rpulumi:random/random-pulumi@4.15.0-DIVIDER-ZERO.ZERO.ZERO-\ +NIGHTLY-aNINENINEddeNINE\x04\0\x0b\x13\x01\0\x0drandom-pulumi\x03\0\0\0G\x09prod\ +ucers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10wit-bindgen-rust\x06\ +0.25.0"; #[inline(never)] #[doc(hidden)] diff --git a/providers/pulumi_wasm_provider_random/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_random/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/providers/pulumi_wasm_provider_random/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_random/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/providers/pulumi_wasm_provider_random/wit/world.wit b/providers/pulumi_wasm_provider_random/wit/world.wit index a224392e..2e55b634 100644 --- a/providers/pulumi_wasm_provider_random/wit/world.wit +++ b/providers/pulumi_wasm_provider_random/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:random@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:random@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; export random-bytes; export random-id; export random-integer; @@ -25,7 +25,7 @@ world random-pulumi-client { interface random-bytes { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -45,7 +45,7 @@ interface random-bytes { interface random-id { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { byte-length: borrow, @@ -69,7 +69,7 @@ interface random-id { interface random-integer { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -92,7 +92,7 @@ interface random-integer { interface random-password { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -132,7 +132,7 @@ interface random-password { interface random-pet { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -154,7 +154,7 @@ interface random-pet { interface random-shuffle { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { inputs: borrow, @@ -177,7 +177,7 @@ interface random-shuffle { interface random-string { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -216,7 +216,7 @@ interface random-string { interface random-uuid { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, diff --git a/providers/pulumi_wasm_provider_random_rust/Cargo.toml b/providers/pulumi_wasm_provider_random_rust/Cargo.toml index c8bb77ef..6c29bd4b 100644 --- a/providers/pulumi_wasm_provider_random_rust/Cargo.toml +++ b/providers/pulumi_wasm_provider_random_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_random" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a99dde9" edition = "2021" [dependencies] diff --git a/providers/pulumi_wasm_provider_random_rust/src/lib.rs b/providers/pulumi_wasm_provider_random_rust/src/lib.rs index 9603fc15..22669ae2 100644 --- a/providers/pulumi_wasm_provider_random_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_random_rust/src/lib.rs @@ -12,7 +12,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "random-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/providers/pulumi_wasm_provider_random_rust/wit/world.wit b/providers/pulumi_wasm_provider_random_rust/wit/world.wit index a224392e..2e55b634 100644 --- a/providers/pulumi_wasm_provider_random_rust/wit/world.wit +++ b/providers/pulumi_wasm_provider_random_rust/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:random@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:random@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; export random-bytes; export random-id; export random-integer; @@ -25,7 +25,7 @@ world random-pulumi-client { interface random-bytes { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -45,7 +45,7 @@ interface random-bytes { interface random-id { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { byte-length: borrow, @@ -69,7 +69,7 @@ interface random-id { interface random-integer { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -92,7 +92,7 @@ interface random-integer { interface random-password { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -132,7 +132,7 @@ interface random-password { interface random-pet { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -154,7 +154,7 @@ interface random-pet { interface random-shuffle { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { inputs: borrow, @@ -177,7 +177,7 @@ interface random-shuffle { interface random-string { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, @@ -216,7 +216,7 @@ interface random-string { interface random-uuid { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9.{output}; record args { keepers: borrow, diff --git a/pulumi_wasm/src/bindings.rs b/pulumi_wasm/src/bindings.rs index 5d209b0e..2b1c9f6d 100644 --- a/pulumi_wasm/src/bindings.rs +++ b/pulumi_wasm/src/bindings.rs @@ -556,7 +556,7 @@ pub mod exports { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -638,7 +638,7 @@ pub mod exports { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[resource-new]output"] @@ -662,7 +662,7 @@ pub mod exports { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9" )] extern "C" { #[link_name = "[resource-rep]output"] @@ -677,25 +677,25 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_component_pulumi_wasm_output_interface_0_0_0_dev_cabi{ + macro_rules! __export_component_pulumi_wasm_output_interface_0_0_0_nightly_a99dde9_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#[constructor]output"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9#[constructor]output"] unsafe extern "C" fn export_constructor_output(arg0: *mut u8,arg1: usize,) -> i32 { $($path_to_types)*::_export_constructor_output_cabi::<<$ty as $($path_to_types)*::Guest>::Output>(arg0, arg1) } - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#[method]output.map"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9#[method]output.map"] unsafe extern "C" fn export_method_output_map(arg0: *mut u8,arg1: *mut u8,arg2: usize,) -> i32 { $($path_to_types)*::_export_method_output_map_cabi::<<$ty as $($path_to_types)*::Guest>::Output>(arg0, arg1, arg2) } - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#combine"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9#combine"] unsafe extern "C" fn export_combine(arg0: *mut u8,arg1: usize,) -> i32 { $($path_to_types)*::_export_combine_cabi::<$ty>(arg0, arg1) } const _: () = { #[doc(hidden)] - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#[dtor]output"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a99dde9#[dtor]output"] #[allow(non_snake_case)] unsafe extern "C" fn dtor(rep: *mut u8) { $($path_to_types)*::Output::dtor::< @@ -707,7 +707,7 @@ pub mod exports { };); } #[doc(hidden)] - pub(crate) use __export_component_pulumi_wasm_output_interface_0_0_0_dev_cabi; + pub(crate) use __export_component_pulumi_wasm_output_interface_0_0_0_nightly_a99dde9_cabi; } #[allow(dead_code, clippy::all)] @@ -902,21 +902,21 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_component_pulumi_wasm_register_interface_0_0_0_dev_cabi{ + macro_rules! __export_component_pulumi_wasm_register_interface_0_0_0_nightly_a99dde9_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "component:pulumi-wasm/register-interface@0.0.0-DEV#register"] + #[export_name = "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9#register"] unsafe extern "C" fn export_register(arg0: *mut u8,arg1: usize,arg2: *mut u8,arg3: usize,arg4: *mut u8,arg5: usize,arg6: *mut u8,arg7: usize,) -> *mut u8 { $($path_to_types)*::_export_register_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } - #[export_name = "cabi_post_component:pulumi-wasm/register-interface@0.0.0-DEV#register"] + #[export_name = "cabi_post_component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9#register"] unsafe extern "C" fn _post_return_register(arg0: *mut u8,) { $($path_to_types)*::__post_return_register::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_component_pulumi_wasm_register_interface_0_0_0_dev_cabi; + pub(crate) use __export_component_pulumi_wasm_register_interface_0_0_0_nightly_a99dde9_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1071,25 +1071,25 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_component_pulumi_wasm_stack_interface_0_0_0_dev_cabi{ + macro_rules! __export_component_pulumi_wasm_stack_interface_0_0_0_nightly_a99dde9_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "component:pulumi-wasm/stack-interface@0.0.0-DEV#add-export"] + #[export_name = "component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-a99dde9#add-export"] unsafe extern "C" fn export_add_export(arg0: *mut u8,arg1: usize,arg2: i32,) { $($path_to_types)*::_export_add_export_cabi::<$ty>(arg0, arg1, arg2) } - #[export_name = "component:pulumi-wasm/stack-interface@0.0.0-DEV#finish"] + #[export_name = "component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-a99dde9#finish"] unsafe extern "C" fn export_finish(arg0: *mut u8,arg1: usize,) -> *mut u8 { $($path_to_types)*::_export_finish_cabi::<$ty>(arg0, arg1) } - #[export_name = "cabi_post_component:pulumi-wasm/stack-interface@0.0.0-DEV#finish"] + #[export_name = "cabi_post_component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-a99dde9#finish"] unsafe extern "C" fn _post_return_finish(arg0: *mut u8,) { $($path_to_types)*::__post_return_finish::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_component_pulumi_wasm_stack_interface_0_0_0_dev_cabi; + pub(crate) use __export_component_pulumi_wasm_stack_interface_0_0_0_nightly_a99dde9_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1322,9 +1322,9 @@ mod _rt { macro_rules! __export_pulumi_wasm_impl { ($ty:ident) => (self::export!($ty with_types_in self);); ($ty:ident with_types_in $($path_to_types_root:tt)*) => ( - $($path_to_types_root)*::exports::component::pulumi_wasm::output_interface::__export_component_pulumi_wasm_output_interface_0_0_0_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::output_interface); - $($path_to_types_root)*::exports::component::pulumi_wasm::register_interface::__export_component_pulumi_wasm_register_interface_0_0_0_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::register_interface); - $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface::__export_component_pulumi_wasm_stack_interface_0_0_0_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface); + $($path_to_types_root)*::exports::component::pulumi_wasm::output_interface::__export_component_pulumi_wasm_output_interface_0_0_0_nightly_a99dde9_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::output_interface); + $($path_to_types_root)*::exports::component::pulumi_wasm::register_interface::__export_component_pulumi_wasm_register_interface_0_0_0_nightly_a99dde9_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::register_interface); + $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface::__export_component_pulumi_wasm_stack_interface_0_0_0_nightly_a99dde9_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface); ) } #[doc(inline)] @@ -1333,8 +1333,8 @@ pub(crate) use __export_pulumi_wasm_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.25.0:pulumi-wasm:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1519] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xed\x0a\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1567] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x9d\x0b\x01A\x02\x01\ A\x0b\x01B\x0a\x01m\x05\x05TRACE\x05DEBUG\x04INFO\x04WARN\x05ERROR\x04\0\x05leve\ l\x03\0\0\x01ks\x01ky\x01o\x02ss\x01p\x04\x01r\x07\x05level\x01\x06targets\x04ar\ gss\x0bmodule-path\x02\x04file\x02\x04line\x03\x0akey-values\x05\x04\0\x07conten\ @@ -1349,23 +1349,24 @@ stered-resources\x01\x0a\x03\x01>component:pulumi-wasm-external/external-world@0 .0.0-STABLE-DEV\x05\x01\x01B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05valu\ es\0\x01\x04\0\x13[constructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfun\ ction-names\0\x01\x04\0\x12[method]output.map\x01\x04\x01p\x01\x01@\x01\x07outpu\ -ts\x05\0\x01\x04\0\x07combine\x01\x06\x04\x010component:pulumi-wasm/output-inter\ -face@0.0.0-DEV\x05\x02\x02\x03\0\x02\x06output\x01B\x13\x02\x03\x02\x01\x03\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x02\x04names\x05value\x02\x04\0\x0cobject-field\ -\x03\0\x03\x01r\x01\x04names\x04\0\x0cresult-field\x03\0\x05\x01i\x01\x01r\x02\x04\ -names\x06output\x07\x04\0\x1eregister-resource-result-field\x03\0\x08\x01p\x04\x01\ -p\x06\x01r\x04\x04types\x04names\x06object\x0a\x07results\x0b\x04\0\x19register-\ -resource-request\x03\0\x0c\x01p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-res\ -ource-result\x03\0\x0f\x01@\x01\x07request\x0d\0\x10\x04\0\x08register\x01\x11\x04\ -\x012component:pulumi-wasm/register-interface@0.0.0-DEV\x05\x04\x01B\x0e\x02\x03\ -\x02\x01\x03\x04\0\x06output\x03\0\0\x01i\x01\x01r\x03\x02id\x02\x0bfunction-ids\ -\x05values\x04\0\x1bfunction-invocation-request\x03\0\x03\x01h\x01\x01r\x02\x02i\ -d\x05\x05values\x04\0\x1afunction-invocation-result\x03\0\x06\x01@\x02\x04names\x05\ -value\x05\x01\0\x04\0\x0aadd-export\x01\x08\x01p\x07\x01p\x04\x01@\x01\x09functi\ -ons\x09\0\x0a\x04\0\x06finish\x01\x0b\x04\x01/component:pulumi-wasm/stack-interf\ -ace@0.0.0-DEV\x05\x05\x04\x01+component:pulumi-wasm/pulumi-wasm@0.0.0-DEV\x04\0\x0b\ -\x11\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit\ --component\x070.208.1\x10wit-bindgen-rust\x060.25.0"; +ts\x05\0\x01\x04\0\x07combine\x01\x06\x04\x01component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9\x05\x04\ +\x01B\x0e\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01i\x01\x01r\x03\x02id\x02\ +\x0bfunction-ids\x05values\x04\0\x1bfunction-invocation-request\x03\0\x03\x01h\x01\ +\x01r\x02\x02id\x05\x05values\x04\0\x1afunction-invocation-result\x03\0\x06\x01@\ +\x02\x04names\x05value\x05\x01\0\x04\0\x0aadd-export\x01\x08\x01p\x07\x01p\x04\x01\ +@\x01\x09functions\x09\0\x0a\x04\0\x06finish\x01\x0b\x04\x01;component:pulumi-wa\ +sm/stack-interface@0.0.0-NIGHTLY-a99dde9\x05\x05\x04\x017component:pulumi-wasm/p\ +ulumi-wasm@0.0.0-NIGHTLY-a99dde9\x04\0\x0b\x11\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09\ +producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10wit-bindgen-rus\ +t\x060.25.0"; #[inline(never)] #[doc(hidden)] diff --git a/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/Cargo.toml index 1a3ca20d..43a1af47 100644 --- a/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_example" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-a99dde9" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/wit/world.wit index 53654da4..acdaa8e5 100644 --- a/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/cyclic-types/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:example@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:example@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; } world example-pulumi-client { diff --git a/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/Cargo.toml index a86da420..fd21a035 100644 --- a/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_example_provider" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-a99dde9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/wit/world.wit index 53654da4..acdaa8e5 100644 --- a/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/cyclic-types/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:example@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:example@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; } world example-pulumi-client { diff --git a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/Cargo.toml index 2e048a0d..43f454e8 100644 --- a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_aws-native" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-a99dde9" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/wit/world.wit index 247e74bd..d9f89a46 100644 --- a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:aws-native@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:aws-native@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; } world aws-native-pulumi-client { diff --git a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/Cargo.toml index 15bf3967..ec462000 100644 --- a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_aws-native_provider" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-a99dde9" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/wit/deps/pulumi-wasm.wit index a015e10f..12a22423 100644 --- a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/wit/world.wit index 247e74bd..d9f89a46 100644 --- a/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/mini-awsnative/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:aws-native@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV; +package pulumi:aws-native@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-aNINENINEddeNINE; world aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a99dde9; } world aws-native-pulumi-client { diff --git a/pulumi_wasm_rust_macro/src/lib.rs b/pulumi_wasm_rust_macro/src/lib.rs index 7ce9be3f..ded2e8e5 100644 --- a/pulumi_wasm_rust_macro/src/lib.rs +++ b/pulumi_wasm_rust_macro/src/lib.rs @@ -17,7 +17,7 @@ pub fn pulumi_main(_attr: TokenStream, item: TokenStream) -> TokenStream { fn #fn_name() #fn_output #fn_block - #[export_name = "component:pulumi-wasm/pulumi-main@0.0.0-DEV#main"] + #[export_name = "component:pulumi-wasm/pulumi-main@0.0.0-NIGHTLY-a99dde9#main"] unsafe extern "C" fn __exported() { pulumi_wasm_rust::runner::run(|| { #fn_name() diff --git a/pulumi_wasm_wit/wit/world.wit b/pulumi_wasm_wit/wit/world.wit index 2539335e..61885f0b 100644 --- a/pulumi_wasm_wit/wit/world.wit +++ b/pulumi_wasm_wit/wit/world.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a99dde9; world pulumi-wasm { export output-interface;