From 47cc05d6c64eef1308d08b71becfae17b872074c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:13:07 +0000 Subject: [PATCH] Release v0.0.0-NIGHTLY-12da86b --- Cargo.lock | 44 +- Cargo.toml | 20 +- .../Cargo.toml | 2 +- .../src/bindings.rs | 2429 +++++++++-------- .../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 | 295 +- .../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 | 183 +- .../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 | 129 +- .../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, 1897 insertions(+), 1841 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61753289..40d187d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,11 +2004,11 @@ dependencies = [ [[package]] name = "pulumi-wasm-parent" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" [[package]] name = "pulumi_wasm" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "bitflags 2.6.0", @@ -2028,7 +2028,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_cloudflare" -version = "5.24.1-0.0.0-DEV" +version = "5.24.1-0.0.0-NIGHTLY-12da86b" dependencies = [ "automod", "pulumi_wasm_rust", @@ -2038,7 +2038,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_cloudflare_provider" -version = "5.24.1-0.0.0-DEV" +version = "5.24.1-0.0.0-NIGHTLY-12da86b" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2046,7 +2046,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_common" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "log", "pulumi_wasm_wit", @@ -2055,7 +2055,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_core" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "lazy_static", @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-12da86b" dependencies = [ "automod", "pulumi_wasm_rust", @@ -2081,7 +2081,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker_provider" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-12da86b" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2089,7 +2089,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_dependencies" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "assert_cmd", @@ -2101,7 +2101,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_docker" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "assert_cmd", @@ -2113,7 +2113,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_multiple_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "assert_cmd", @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_simple" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "assert_cmd", @@ -2138,7 +2138,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "clap", @@ -2147,7 +2147,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator_lib" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "assert_cmd", @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_proto" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "mockall", "prost", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-12da86b" dependencies = [ "automod", "pulumi_wasm_rust", @@ -2183,7 +2183,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random_provider" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-12da86b" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2191,7 +2191,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_runner" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "async-trait", @@ -2219,7 +2219,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "anyhow", "bitflags 2.6.0", @@ -2239,7 +2239,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust_macro" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "proc-macro2", "quote", @@ -2248,7 +2248,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_wit" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" dependencies = [ "wasmtime", "wit-bindgen", @@ -2348,7 +2348,7 @@ dependencies = [ [[package]] name = "regenerate_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" [[package]] name = "regex" diff --git a/Cargo.toml b/Cargo.toml index 2fdaab09..ead0fb69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,20 +34,20 @@ members = [ ] [workspace.package] -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-12da86b" 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_core = { version = "=0.0.0-NIGHTLY-12da86b", path = "pulumi_wasm_core", registry = "cloudsmith" } +pulumi_wasm_docker = { version = "=4.5.3-0.0.0-NIGHTLY-12da86b", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" } +pulumi_wasm_generator_lib = { version = "=0.0.0-NIGHTLY-12da86b", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" } +pulumi_wasm_random = { version = "=4.15.0-0.0.0-NIGHTLY-12da86b", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" } +pulumi_wasm_rust = { version = "=0.0.0-NIGHTLY-12da86b", path = "pulumi_wasm_rust", registry = "cloudsmith" } +pulumi_wasm_rust_macro = { version = "=0.0.0-NIGHTLY-12da86b", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" } +pulumi_wasm_common = { version = "=0.0.0-NIGHTLY-12da86b", path = "pulumi_wasm_common", registry = "cloudsmith" } +pulumi_wasm_proto = { version = "=0.0.0-NIGHTLY-12da86b", path = "pulumi_wasm_proto", registry = "cloudsmith" } +pulumi_wasm_wit = { version = "=0.0.0-NIGHTLY-12da86b", path = "pulumi_wasm_wit", 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..c1185ae5 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-12da86b" 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 be4b9d55..265066b4 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-12da86b" )] 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-12da86b" )] 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-12da86b" )] extern "C" { #[link_name = "[method]output.map"] @@ -117,7 +117,7 @@ pub mod component { unsafe { #[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-12da86b" )] extern "C" { #[link_name = "[method]output.duplicate"] @@ -158,7 +158,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-12da86b" + )] extern "C" { #[link_name = "combine"] fn wit_import(_: *mut u8, _: usize) -> i32; @@ -322,7 +324,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-12da86b" )] extern "C" { #[link_name = "register"] @@ -837,17 +839,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_application_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_application_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-application@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-application@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_application_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 120]); static mut _RET_AREA: _RetArea = @@ -949,17 +951,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_ca_certificate_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_ca_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-ca-certificate@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-ca-certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_ca_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -1088,17 +1090,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_custom_page_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_custom_page_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-custom-page@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-custom-page@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_custom_page_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -1227,17 +1229,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_group_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_group_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-group@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-group@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_group_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -1366,17 +1368,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_identity_provider_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_identity_provider_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-identity-provider@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-identity-provider@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_identity_provider_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -1463,17 +1465,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_keys_configuration_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_keys_configuration_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-keys-configuration@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-keys-configuration@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_keys_configuration_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1594,17 +1596,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-mutual-tls-certificate@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-mutual-tls-certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -1697,17 +1699,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-mutual-tls-hostname-settings@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-mutual-tls-hostname-settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -1949,17 +1951,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_organization_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_organization_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-organization@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-organization@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_organization_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -2210,17 +2212,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_policy_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_policy_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-policy@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-policy@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_policy_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 60]); @@ -2337,17 +2339,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_rule_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-rule@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -2476,17 +2478,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_service_token_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_service_token_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-service-token@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-service-token@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_service_token_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -2591,17 +2593,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_tag_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_access_tag_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/access-tag@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/access-tag@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_tag_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -2694,17 +2696,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_account_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_account_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/account@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/account@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_account_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -2809,17 +2811,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_account_member_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_account_member_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/account-member@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/account-member@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_account_member_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -2956,17 +2958,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_address_map_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_address_map_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/address-map@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/address-map@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_address_map_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -3047,17 +3049,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -3162,17 +3164,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_operation_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_operation_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield-operation@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield-operation@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_operation_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -3265,17 +3267,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield-operation-schema-validation-settings@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield-operation-schema-validation-settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -3392,17 +3394,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_schema_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_schema_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield-schema@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield-schema@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_schema_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -3510,17 +3512,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-shield-schema-validation-settings@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-shield-schema-validation-settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -3653,17 +3655,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_token_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_api_token_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/api-token@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/api-token@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_token_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -3756,17 +3758,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_argo_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_argo_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/argo@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/argo@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_argo_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -3879,17 +3881,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/authenticated-origin-pulls@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/authenticated-origin-pulls@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -4018,17 +4020,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/authenticated-origin-pulls-certificate@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/authenticated-origin-pulls-certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -4217,17 +4219,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_bot_management_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_bot_management_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/bot-management@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/bot-management@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_bot_management_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -4332,17 +4334,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/byo-ip-prefix@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/byo-ip-prefix@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -4519,17 +4521,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_certificate_pack_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_certificate_pack_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/certificate-pack@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/certificate-pack@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_certificate_pack_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -4693,17 +4695,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_hostname_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_custom_hostname_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/custom-hostname@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/custom-hostname@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_hostname_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -4788,17 +4790,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/custom-hostname-fallback-origin@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/custom-hostname-fallback-origin@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -4915,17 +4917,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_pages_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_custom_pages_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/custom-pages@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/custom-pages@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_pages_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -5050,17 +5052,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_ssl_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_custom_ssl_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/custom-ssl@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/custom-ssl@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_ssl_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -5145,17 +5147,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_d1_database_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_d1_database_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/d1-database@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/d1-database@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_d1_database_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -5292,17 +5294,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_dex_test_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_dex_test_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-dex-test@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-dex-test@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_dex_test_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -5407,17 +5409,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_managed_networks_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_managed_networks_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-managed-networks@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-managed-networks@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_managed_networks_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -5498,17 +5500,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_policy_certificates_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_policy_certificates_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-policy-certificates@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-policy-certificates@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_policy_certificates_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -5637,17 +5639,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_posture_integration_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_posture_integration_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-posture-integration@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-posture-integration@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_posture_integration_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -5800,17 +5802,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_posture_rule_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_posture_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-posture-rule@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-posture-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_posture_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -6083,17 +6085,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_settings_policy_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_device_settings_policy_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/device-settings-policy@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/device-settings-policy@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_settings_policy_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 72]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 72]); @@ -6234,17 +6236,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_dlp_profile_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_dlp_profile_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/dlp-profile@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/dlp-profile@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_dlp_profile_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -6341,17 +6343,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_address_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_email_routing_address_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/email-routing-address@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/email-routing-address@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_address_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -6472,17 +6474,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/email-routing-catch-all@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/email-routing-catch-all@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -6615,17 +6617,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_rule_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_email_routing_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/email-routing-rule@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/email-routing-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -6738,17 +6740,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_settings_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_email_routing_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/email-routing-settings@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/email-routing-settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -6841,17 +6843,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_fallback_domain_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_fallback_domain_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/fallback-domain@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/fallback-domain@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_fallback_domain_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -6968,17 +6970,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_filter_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_filter_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/filter@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/filter@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_filter_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -7119,17 +7121,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_firewall_rule_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_firewall_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/firewall-rule@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/firewall-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_firewall_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -7318,17 +7320,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_gre_tunnel_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_gre_tunnel_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/gre-tunnel@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/gre-tunnel@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_gre_tunnel_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -7633,17 +7635,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_healthcheck_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_healthcheck_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/healthcheck@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/healthcheck@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_healthcheck_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 88]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 88]); @@ -7756,17 +7758,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/hostname-tls-setting@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/hostname-tls-setting@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -7879,17 +7881,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -7994,17 +7996,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hyperdrive_config_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_hyperdrive_config_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/hyperdrive-config@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/hyperdrive-config@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hyperdrive_config_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -8265,17 +8267,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/ipsec-tunnel@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/ipsec-tunnel@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 68]); @@ -8420,17 +8422,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_keyless_certificate_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_keyless_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/keyless-certificate@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/keyless-certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_keyless_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -8547,17 +8549,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_list_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_list_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/list@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/list@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_list_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -8698,17 +8700,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_list_item_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_list_item_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/list-item@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/list-item@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_list_item_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -9008,17 +9010,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_load_balancer_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/load-balancer@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/load-balancer@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 84]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 84]); @@ -9287,17 +9289,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/load-balancer-monitor@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/load-balancer-monitor@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 76]); @@ -9518,17 +9520,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_pool_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_load_balancer_pool_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/load-balancer-pool@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/load-balancer-pool@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_pool_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 60]); @@ -9609,17 +9611,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpull_retention_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_logpull_retention_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/logpull-retention@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/logpull-retention@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpull_retention_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -9863,17 +9865,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpush_job_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_logpush_job_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/logpush-job@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/logpush-job@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpush_job_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 60]); @@ -9974,17 +9976,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/logpush-ownership-challenge@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/logpush-ownership-challenge@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -10089,17 +10091,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/magic-firewall-ruleset@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/magic-firewall-ruleset@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -10192,17 +10194,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_managed_headers_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_managed_headers_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/managed-headers@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/managed-headers@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_managed_headers_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -10339,17 +10341,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_mtls_certificate_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_mtls_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/mtls-certificate@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/mtls-certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_mtls_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -10522,17 +10524,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_notification_policy_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_notification_policy_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/notification-policy@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/notification-policy@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_notification_policy_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -10653,17 +10655,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/notification-policy-webhooks@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/notification-policy-webhooks@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -10768,17 +10770,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/observatory-scheduled-test@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/observatory-scheduled-test@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -10903,17 +10905,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/origin-ca-certificate@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/origin-ca-certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -11030,17 +11032,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_page_rule_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_page_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/page-rule@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/page-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_page_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -11137,17 +11139,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_pages_domain_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_pages_domain_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/pages-domain@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/pages-domain@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_pages_domain_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -11288,17 +11290,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_pages_project_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_pages_project_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/pages-project@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/pages-project@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_pages_project_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -11379,17 +11381,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_queue_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_queue_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/queue@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/queue@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_queue_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -11482,17 +11484,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_r2_bucket_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_r2_bucket_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/r2-bucket@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/r2-bucket@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_r2_bucket_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -11657,17 +11659,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_rate_limit_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_rate_limit_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/rate-limit@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/rate-limit@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_rate_limit_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -11876,17 +11878,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_record_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_record_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/record@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/record@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_record_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 64]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 64]); @@ -11983,17 +11985,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_regional_hostname_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_regional_hostname_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/regional-hostname@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/regional-hostname@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_regional_hostname_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -12074,17 +12076,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/regional-tiered-cache@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/regional-tiered-cache@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -12225,17 +12227,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_ruleset_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_ruleset_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/ruleset@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/ruleset@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_ruleset_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -12448,17 +12450,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_spectrum_application_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_spectrum_application_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/spectrum-application@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/spectrum-application@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_spectrum_application_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -12563,17 +12565,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_split_tunnel_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_split_tunnel_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/split-tunnel@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/split-tunnel@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_split_tunnel_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -12726,17 +12728,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_static_route_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_static_route_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/static-route@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/static-route@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_static_route_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -12995,17 +12997,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_account_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_account_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-account@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-account@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_account_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 60]); @@ -13122,17 +13124,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_list_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_list_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-list@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-list@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_list_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -13257,17 +13259,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_location_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_location_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-location@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-location@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_location_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -13364,17 +13366,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-proxy-endpoint@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-proxy-endpoint@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -13567,17 +13569,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_rule_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_teams_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/teams-rule@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/teams-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 48]); @@ -13658,17 +13660,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tiered_cache_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tiered_cache_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tiered-cache@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tiered-cache@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tiered_cache_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -13761,17 +13763,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_total_tls_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_total_tls_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/total-tls@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/total-tls@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_total_tls_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -13884,17 +13886,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tunnel_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tunnel@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tunnel@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -13987,17 +13989,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_config_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tunnel_config_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tunnel-config@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tunnel-config@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_config_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -14114,17 +14116,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_route_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tunnel_route_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tunnel-route@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tunnel-route@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_route_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -14229,17 +14231,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/tunnel-virtual-network@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/tunnel-virtual-network@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -14384,17 +14386,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_turnstile_widget_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_turnstile_widget_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/turnstile-widget@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/turnstile-widget@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_turnstile_widget_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -14487,17 +14489,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_url_normalization_settings_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_url_normalization_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/url-normalization-settings@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/url-normalization-settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_url_normalization_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -14614,17 +14616,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/user-agent-blocking-rule@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/user-agent-blocking-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -14898,17 +14900,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_waiting_room_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/waiting-room@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/waiting-room@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 72]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 72]); @@ -15153,17 +15155,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_event_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_waiting_room_event_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/waiting-room-event@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/waiting-room-event@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_event_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 68]); @@ -15256,17 +15258,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_rules_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_waiting_room_rules_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/waiting-room-rules@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/waiting-room-rules@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_rules_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -15354,17 +15356,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_settings_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_waiting_room_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/waiting-room-settings@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/waiting-room-settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_settings_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -15493,17 +15495,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web3_hostname_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_web3_hostname_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/web3-hostname@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/web3-hostname@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web3_hostname_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -15632,17 +15634,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web_analytics_rule_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_web_analytics_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/web-analytics-rule@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/web-analytics-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web_analytics_rule_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -15763,17 +15765,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web_analytics_site_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_web_analytics_site_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/web-analytics-site@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/web-analytics-site@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web_analytics_site_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 32]); @@ -15866,17 +15868,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-cron-trigger@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-cron-trigger@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -15993,17 +15995,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_domain_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_domain_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-domain@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-domain@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_domain_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -16096,17 +16098,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_route_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_route_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-route@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-route@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_route_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -16392,17 +16394,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_script_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_script_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-script@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-script@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_script_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 76]); @@ -16507,17 +16509,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_secret_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_worker_secret_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/worker-secret@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/worker-secret@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_secret_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -16598,17 +16600,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/workers-for-platforms-namespace@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/workers-for-platforms-namespace@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -16713,17 +16715,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_kv_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_workers_kv_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/workers-kv@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/workers-kv@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_kv_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -16804,17 +16806,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/workers-kv-namespace@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/workers-kv-namespace@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -16963,17 +16965,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 44]); @@ -17054,17 +17056,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-cache-reserve@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-cache-reserve@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -17265,17 +17267,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_cache_variants_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_cache_variants_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-cache-variants@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-cache-variants@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_cache_variants_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 48]); @@ -17396,17 +17398,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_dnssec_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_dnssec_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-dnssec@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-dnssec@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_dnssec_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 48]); @@ -17511,17 +17513,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_hold_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_hold_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-hold@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-hold@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_hold_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -17650,17 +17652,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_lockdown_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_lockdown_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-lockdown@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-lockdown@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_lockdown_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 24]); @@ -17761,17 +17763,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_settings_override_5_24_1_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_cloudflare_zone_settings_override_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:cloudflare/zone-settings-override@5.24.1-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:cloudflare/zone-settings-override@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_settings_override_5_24_1_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -17922,124 +17924,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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::cloudflare::zone_settings_override); ) } #[doc(inline)] @@ -18048,183 +18050,190 @@ 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; 37493] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xec\xa3\x02\x01A\x02\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 40135] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xbe\xb8\x02\x01A\x02\ \x01A\xf1\x01\x01B\x0c\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\x01@\x01\x04self\x03\0\x01\x04\0\x18[me\ thod]output.duplicate\x01\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07co\ -mbine\x01\x07\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\x1d\x0aaccount-id\x02\x1ballow-authenticate-via-warp\x02\ -\x0callowed-idps\x02\x15app-launcher-logo-url\x02\x14app-launcher-visible\x02\x19\ -auto-redirect-to-identity\x02\x08bg-color\x02\x0ccors-headers\x02\x13custom-deny\ --message\x02\x0fcustom-deny-url\x02\x1ccustom-non-identity-deny-url\x02\x0ccusto\ -m-pages\x02\x06domain\x02\x15enable-binding-cookie\x02\x0cfooter-links\x02\x0fhe\ -ader-bg-color\x02\x1ahttp-only-cookie-attribute\x02\x13landing-page-design\x02\x08\ -logo-url\x02\x04name\x02\x08saas-app\x02\x1asame-site-cookie-attribute\x02\x13se\ -lf-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\x01>pulumi:clou\ -dflare/access-application@5.24.1-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\x0eapplicat\ -ion-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-i\ -d\x05\x0eapplication-id\x05\x03aud\x05\x0apublic-key\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/access-ca-certificate@5.24.1-ZERO.ZERO.ZERO-DEV\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\x07zone-id\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x09app-count\x05\x0bcusto\ -m-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>pulumi:cloudflare/ac\ -cess-custom-page@5.24.1-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\x08incl\ -udes\x02\x04name\x02\x08requires\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\ -\x01\x01r\x06\x0aaccount-id\x05\x08excludes\x05\x08includes\x05\x04name\x05\x08r\ -equires\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ -\x07\x04\0\x06invoke\x01\x08\x04\x018pulumi:cloudflare/access-group@5.24.1-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\x04name\x02\x0cscim-configs\x02\x04ty\ -pe\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\ -\x07configs\x05\x04name\x05\x0cscim-configs\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\ -\x01Dpulumi:cloudflare/access-identity-provider@5.24.1-ZERO.ZERO.ZERO-DEV\x05\x07\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccou\ -nt-id\x02\x1akey-rotation-interval-days\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\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\x01Epulumi:clou\ -dflare/access-keys-configuration@5.24.1-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\x14asso\ -ciated-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\x0bce\ -rtificate\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\x01Ipulumi:clou\ -dflare/access-mutual-tls-certificate@5.24.1-ZERO.ZERO.ZERO-DEV\x05\x09\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x08\ -settings\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\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Opulumi:cloudflare/access-mutual-t\ -ls-hostname-settings@5.24.1-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-authentica\ -te-via-warp\x02\x0bauth-domain\x02\x19auto-redirect-to-identity\x02\x0ccustom-pa\ -ges\x02\x0fis-ui-read-only\x02\x0dlogin-designs\x02\x04name\x02\x10session-durat\ -ion\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-authenticate-via-warp\x05\x0bauth-domain\x05\ -\x19auto-redirect-to-identity\x05\x0ccustom-pages\x05\x0fis-ui-read-only\x05\x0d\ -login-designs\x05\x04name\x05\x10session-duration\x05\x1aui-read-only-toggle-rea\ -son\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:cloudflare/access-organization@5.24.1-ZERO.ZER\ -O.ZERO-DEV\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\x11appr\ -oval-required\x02\x08decision\x02\x08excludes\x02\x08includes\x02\x12isolation-r\ -equired\x02\x04name\x02\x0aprecedence\x02\x1cpurpose-justification-prompt\x02\x1e\ -purpose-justification-required\x02\x08requires\x02\x10session-duration\x02\x07zo\ -ne-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x0eapplica\ -tion-id\x05\x0fapproval-groups\x05\x11approval-required\x05\x08decision\x05\x08e\ -xcludes\x05\x08includes\x05\x12isolation-required\x05\x04name\x05\x0aprecedence\x05\ -\x1cpurpose-justification-prompt\x05\x1epurpose-justification-required\x05\x08re\ -quires\x05\x10session-duration\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019pulumi:cloudflare/ac\ -cess-policy@5.24.1-ZERO.ZERO.ZERO-DEV\x05\x0c\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0dconfiguration\x02\x04m\ -ode\x02\x05notes\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0a\ -account-id\x05\x0dconfiguration\x05\x04mode\x05\x05notes\x05\x07zone-id\x05\x04\0\ +mbine\x01\x07\x03\x01component:pulum\ +i-wasm/register-interface@0.0.0-NIGHTLY-12da86b\x05\x02\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x1d\x0aaccount-id\x02\x1ballow-authen\ +ticate-via-warp\x02\x0callowed-idps\x02\x15app-launcher-logo-url\x02\x14app-laun\ +cher-visible\x02\x19auto-redirect-to-identity\x02\x08bg-color\x02\x0ccors-header\ +s\x02\x13custom-deny-message\x02\x0fcustom-deny-url\x02\x1ccustom-non-identity-d\ +eny-url\x02\x0ccustom-pages\x02\x06domain\x02\x15enable-binding-cookie\x02\x0cfo\ +oter-links\x02\x0fheader-bg-color\x02\x1ahttp-only-cookie-attribute\x02\x13landi\ +ng-page-design\x02\x08logo-url\x02\x04name\x02\x08saas-app\x02\x1asame-site-cook\ +ie-attribute\x02\x13self-hosted-domains\x02\x18service-auth401-redirect\x02\x10s\ +ession-duration\x02\x11skip-interstitial\x02\x04tags\x02\x04type\x02\x07zone-id\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x1e\x0aaccount-id\x05\x1ballow-authentica\ +te-via-warp\x05\x0callowed-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-ide\ +ntity-deny-url\x05\x0ccustom-pages\x05\x06domain\x05\x15enable-binding-cookie\x05\ +\x0cfooter-links\x05\x0fheader-bg-color\x05\x1ahttp-only-cookie-attribute\x05\x13\ +landing-page-design\x05\x08logo-url\x05\x04name\x05\x08saas-app\x05\x1asame-site\ +-cookie-attribute\x05\x13self-hosted-domains\x05\x18service-auth401-redirect\x05\ +\x10session-duration\x05\x11skip-interstitial\x05\x04tags\x05\x04type\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-application@5.24.1-ZERO.ZERO.ZERO-N\ +IGHTLY-ONETWOdaEIGHTSIXb\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\x07zone-id\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0eapplication-id\x05\x03\ +aud\x05\x0apublic-key\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ +s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Wpulumi:cloudflare/access-ca-\ +certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x04\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x09\ +app-count\x02\x0bcustom-html\x02\x04name\x02\x04type\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x09app-count\x05\x0bcustom-ht\ +ml\x05\x04name\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Tpulumi:cloudflare/access\ +-custom-page@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x05\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x08\ +excludes\x02\x08includes\x02\x04name\x02\x08requires\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x08excludes\x05\x08includes\x05\ +\x04name\x05\x08requires\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04n\ +ames\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Npulumi:cloudflare/access-\ +group@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x06\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\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\x07configs\x05\x04name\x05\x0cscim-configs\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\x01Zpulumi:cloudflare/access-identity-provide\ +r@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x07\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\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\x1a\ +key-rotation-interval-days\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\x01[pulumi:cloudflare/access-keys-configurati\ +on@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x08\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x14associated-h\ +ostnames\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\x04name\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01_pulumi:cloudflare/access\ +-mutual-tls-certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x09\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-i\ +d\x02\x08settings\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0a\ +account-id\x05\x08settings\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01epulumi:cloudflare/access\ +-mutual-tls-hostname-settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\ +\x0a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0d\x0aa\ +ccount-id\x02\x1ballow-authenticate-via-warp\x02\x0bauth-domain\x02\x19auto-redi\ +rect-to-identity\x02\x0ccustom-pages\x02\x0fis-ui-read-only\x02\x0dlogin-designs\ +\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-authentica\ +te-via-warp\x05\x0bauth-domain\x05\x19auto-redirect-to-identity\x05\x0ccustom-pa\ +ges\x05\x0fis-ui-read-only\x05\x0dlogin-designs\x05\x04name\x05\x10session-durat\ +ion\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\x01Upulumi:cloudflare/ac\ +cess-organization@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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-required\x02\x08decisi\ +on\x02\x08excludes\x02\x08includes\x02\x12isolation-required\x02\x04name\x02\x0a\ +precedence\x02\x1cpurpose-justification-prompt\x02\x1epurpose-justification-requ\ +ired\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\x0fapproval-gro\ +ups\x05\x11approval-required\x05\x08decision\x05\x08excludes\x05\x08includes\x05\ +\x12isolation-required\x05\x04name\x05\x0aprecedence\x05\x1cpurpose-justificatio\ +n-prompt\x05\x1epurpose-justification-required\x05\x08requires\x05\x10session-du\ +ration\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/access-policy@5.24.1-ZERO\ +.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x0c\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\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\ +Mpulumi:cloudflare/access-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\ +\x0d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aa\ +ccount-id\x02\x08duration\x02\x14min-days-for-renewal\x02\x04name\x02\x07zone-id\ +\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-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\x01Vpulumi:cloudflare/access-service-token@5.\ +24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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\x04\ +name\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\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Lpulumi:cloudflare/access\ +-tag@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x0f\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x11enforce-twofactor\x02\x04n\ +ame\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x11enforce-twofact\ +or\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:cloudflare/account@5.24.1-ZERO.ZER\ +O.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x10\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06o\ +utput\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0demail-address\x02\x08role-i\ +ds\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\x01Ppulumi:cloudflare/ac\ +count-member@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x11\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x0b\ +default-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\x0eca\ +n-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\x01Mpulumi:cloudflare/address-map@5.24.1-ZERO.ZERO.ZERO\ +-NIGHTLY-ONETWOdaEIGHTSIXb\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\x04ar\ +gs\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\ +\x01Lpulumi:cloudflare/api-shield@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIX\ +b\x05\x13\x01B\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\ -\x017pulumi:cloudflare/access-rule@5.24.1-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\x08\ -duration\x02\x14min-days-for-renewal\x02\x04name\x02\x07zone-id\x02\x04\0\x04arg\ -s\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x09client-id\x05\x0dclient-secre\ -t\x05\x08duration\x05\x0aexpires-at\x05\x14min-days-for-renewal\x05\x04name\x05\x07\ +\x01Vpulumi:cloudflare/api-shield-operation@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWO\ +daEIGHTSIXb\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\x04a\ +rgs\x03\0\x03\x01i\x01\x01r\x03\x11mitigation-action\x05\x0coperation-id\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\x01@pulumi:cloudflare/access-service-token@5.24.1-ZERO.ZERO.Z\ -ERO-DEV\x05\x0e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x04\x0aaccount-id\x02\x09app-count\x02\x04name\x02\x07zone-id\x02\x04\0\x04arg\ -s\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x09app-count\x05\x04name\x05\x07\ +invoke\x01\x08\x04\x01qpulumi:cloudflare/api-shield-operation-schema-validation-\ +settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x15\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x04kind\x02\x04name\x02\x06\ +source\x02\x12validation-enabled\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\ +\x01\x01r\x05\x04kind\x05\x04name\x05\x06source\x05\x12validation-enabled\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\x016pulumi:cloudflare/access-tag@5.24.1-ZERO.ZERO.ZERO-DEV\x05\ -\x0f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x11e\ -nforce-twofactor\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\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\x013pulumi:cloudfla\ -re/account@5.24.1-ZERO.ZERO.ZERO-DEV\x05\x10\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-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\x06status\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/ac\ -count-member@5.24.1-ZERO.ZERO.ZERO-DEV\x05\x11\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x0bdefault-sni\x02\x0bdes\ -cription\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\x0b\ -default-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\ -\x017pulumi:cloudflare/address-map@5.24.1-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-characteri\ -stics\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x17auth-id-ch\ -aracteristics\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x016pulumi:cloudflare/api-shield@5.24.1-\ -ZERO.ZERO.ZERO-DEV\x05\x13\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x04\x08endpoint\x02\x04host\x02\x06method\x02\x07zone-id\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x04\x08endpoint\x05\x04host\x05\x06method\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\x01@pulumi:cloudflare/api-shield-operation@5.24.1-ZERO.ZERO.ZER\ -O-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\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\x01[pulumi:cloudflare/api-shield-operation-schema-validation-settings@5\ -.24.1-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-enabl\ -ed\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x04kind\x05\x04n\ -ame\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\x01=pulumi:\ -cloudflare/api-shield-schema@5.24.1-ZERO.ZERO.ZERO-DEV\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-override-mitigation-action\x02\x07zone-id\x02\x04\0\x04ar\ -gs\x03\0\x03\x01i\x01\x01r\x03$validation-default-mitigation-action\x05%validati\ -on-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\x01Qpulumi:cloudflare/ap\ -i-shield-schema-validation-settings@5.24.1-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\x0ae\ -xpires-on\x02\x04name\x02\x0anot-before\x02\x08policies\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x09\x09condition\x05\x0aexpires-on\x05\x09issued-on\x05\x0bmodifi\ -ed-on\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\x015pulumi:cloudflare/api-token@5.24.1-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\x010pulumi:cloudfla\ -re/argo@5.24.1-ZERO.ZERO.ZERO-DEV\x05\x19\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x04&authenticated-origin-pulls-certificate\x02\x07e\ -nabled\x02\x08hostname\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ -&authenticated-origin-pulls-certificate\x05\x07enabled\x05\x08hostname\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\x01Fpulumi:cloudflare/authenticated-origin-pulls@5.24.1-ZERO.ZE\ -RO.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-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\x01Rpulumi:cloudflare/authenti\ -cated-origin-pulls-certificate@5.24.1-ZERO.ZERO.ZERO-DEV\x05\x1b\x01B\x0a\x02\x03\ +invoke\x01\x08\x04\x01Spulumi:cloudflare/api-shield-schema@5.24.1-ZERO.ZERO.ZERO\ +-NIGHTLY-ONETWOdaEIGHTSIXb\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\x01gpulumi:cloudflare/api-shield-schema-validation-settin\ +gs@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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\ +Kpulumi:cloudflare/api-token@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\ +\x18\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0ds\ +mart-routing\x02\x0etiered-caching\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x03\x0dsmart-routing\x05\x0etiered-caching\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\ +Fpulumi:cloudflare/argo@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x19\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04&authenticate\ +d-origin-pulls-certificate\x02\x07enabled\x02\x08hostname\x02\x07zone-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\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\\pulumi:cloudflare/authe\ +nticated-origin-pulls@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x1a\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0bcertifica\ +te\x02\x0bprivate-key\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x0a\x0bcertificate\x05\x0aexpires-on\x05\x06issuer\x05\x0bprivate-key\ +\x05\x0dserial-number\x05\x09signature\x05\x06status\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\x01hpulumi:cloudflare/authenticated-origin-pulls-ce\ +rtificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x1b\x01B\x0a\x02\x03\ \x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0a\x11auto-update-model\x02\x09\ enable-js\x02\x0afight-mode\x02\x12optimize-wordpress\x02\x19sbfm-definitely-aut\ omated\x02\x15sbfm-likely-automated\x02\x1fsbfm-static-resource-protection\x02\x12\ @@ -18234,133 +18243,139 @@ s\x03\0\x03\x01i\x01\x01r\x0b\x11auto-update-model\x05\x09enable-js\x05\x0afight ely-automated\x05\x1fsbfm-static-resource-protection\x05\x12sbfm-verified-bots\x05\ \x16suppress-session-score\x05\x12using-latest-model\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/bot-management@5.24.1-ZERO.ZERO.ZERO-DEV\x05\x1c\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0d\ -advertisement\x02\x0bdescription\x02\x09prefix-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x04\x0aaccount-id\x05\x0dadvertisement\x05\x0bdescription\x05\x09pref\ -ix-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ -voke\x01\x08\x04\x019pulumi:cloudflare/byo-ip-prefix@5.24.1-ZERO.ZERO.ZERO-DEV\x05\ -\x1d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0a\x15c\ -ertificate-authority\x02\x13cloudflare-branding\x02\x05hosts\x02\x04type\x02\x11\ -validation-errors\x02\x11validation-method\x02\x12validation-records\x02\x0dvali\ -dity-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\x05ho\ -sts\x05\x04type\x05\x11validation-errors\x05\x11validation-method\x05\x12validat\ -ion-records\x05\x0dvalidity-days\x05\x16wait-for-active-status\x05\x07zone-id\x05\ -\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x01pulum\ -i:cloudflare/email-routing-rule@5.24.1-ZERO.ZERO.ZERO-DEV\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\x01Bpulumi:cloudflare/email-routing-settings@5.24.1-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\x07domains\x02\x09policy-id\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x03\x0aaccount-id\x05\x07domains\x05\x09policy-id\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01;\ -pulumi:cloudflare/fallback-domain@5.24.1-ZERO.ZERO.ZERO-DEV\x05/\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0bdescription\x02\x0aexp\ -ression\x02\x06paused\x02\x03ref\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\ -\x01\x01r\x05\x0bdescription\x05\x0aexpression\x05\x06paused\x05\x03ref\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\x012pulumi:cloudflare/filter@5.24.1-ZERO.ZERO.ZERO-DEV\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\x019pulumi:cloudflare/firewall-rule@5.24.1-ZERO.ZERO.ZERO-DEV\x05\ +\x04\0\x06invoke\x01\x08\x04\x01\\pulumi:cloudflare/device-posture-integration@5\ +.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05'\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x0bdescription\x02\x0a\ +expiration\x02\x06inputs\x02\x07matches\x02\x04name\x02\x08schedule\x02\x04type\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0bdescription\x05\x0a\ +expiration\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\x06invoke\x01\x08\ +\x04\x01Upulumi:cloudflare/device-posture-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONE\ +TWOdaEIGHTSIXb\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\x01X\ +pulumi:cloudflare/device-settings-policy@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaE\ +IGHTSIXb\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\x0bde\ +scription\x02\x07entries\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x07\x0aaccount-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\x01Mpulumi:\ +cloudflare/dlp-profile@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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\x07\ +created\x05\x05email\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\x01Wp\ +ulumi:cloudflare/email-routing-address@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIG\ +HTSIXb\x05+\x01B\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\x04\ +args\x03\0\x03\x01i\x01\x01r\x06\x07actions\x05\x07enabled\x05\x08matchers\x05\x04\ +name\x05\x03tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04a\ +rgs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ypulumi:cloudflare/email-routing-ca\ +tch-all@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05,\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x07actions\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\x08matchers\x05\x04name\x05\x08\ +priority\x05\x03tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Tpulumi:cloudflare/email-routing-r\ +ule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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\x07enab\ +led\x05\x08modified\x05\x04name\x05\x0bskip-wizard\x05\x06status\x05\x03tag\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\x01Xpulumi:cloudflare/email-routing-settings@5.24.1-ZERO.ZERO\ +.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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\x01Qpulumi:cloudflare/fallback-domain@5.24.1-ZERO.ZERO.ZERO-NIGH\ +TLY-ONETWOdaEIGHTSIXb\x05/\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x05\x0bdescription\x02\x0aexpression\x02\x06paused\x02\x03ref\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0bdescription\x05\x0aexpr\ +ession\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\x01Hpulumi:cloudflare/fi\ +lter@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x050\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x06action\x02\x0bdescription\x02\x09\ +filter-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\x08priority\x05\x08products\x05\x07zone-id\x05\x04\0\x03res\ +\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Op\ +ulumi:cloudflare/firewall-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\ 1\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\x0aacco\ unt-id\x02\x17cloudflare-gre-endpoint\x02\x15customer-gre-endpoint\x02\x0bdescri\ ption\x02\x14health-check-enabled\x02\x13health-check-target\x02\x11health-check\ @@ -18369,334 +18384,348 @@ gs\x03\0\x03\x01i\x01\x01r\x0b\x0aaccount-id\x05\x17cloudflare-gre-endpoint\x05\ customer-gre-endpoint\x05\x0bdescription\x05\x14health-check-enabled\x05\x13heal\ th-check-target\x05\x11health-check-type\x05\x11interface-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\x016pulumi:cloudflare/gre-tunnel@5.24.1-ZERO.ZERO.Z\ -ERO-DEV\x052\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x14\ -\x07address\x02\x0eallow-insecure\x02\x0dcheck-regions\x02\x11consecutive-fails\x02\ -\x15consecutive-successes\x02\x0bdescription\x02\x0dexpected-body\x02\x0eexpecte\ -d-codes\x02\x10follow-redirects\x02\x07headers\x02\x08interval\x02\x06method\x02\ -\x04name\x02\x04path\x02\x04port\x02\x07retries\x02\x09suspended\x02\x07timeout\x02\ -\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x16\x07address\ -\x05\x0eallow-insecure\x05\x0dcheck-regions\x05\x11consecutive-fails\x05\x15cons\ -ecutive-successes\x05\x0acreated-on\x05\x0bdescription\x05\x0dexpected-body\x05\x0e\ -expected-codes\x05\x10follow-redirects\x05\x07headers\x05\x08interval\x05\x06met\ -hod\x05\x0bmodified-on\x05\x04name\x05\x04path\x05\x04port\x05\x07retries\x05\x09\ -suspended\x05\x07timeout\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\x017pulumi:cloudfla\ -re/healthcheck@5.24.1-ZERO.ZERO.ZERO-DEV\x053\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x07setting\x02\x05value\x02\ +\x04\0\x06invoke\x01\x08\x04\x01Lpulumi:cloudflare/gre-tunnel@5.24.1-ZERO.ZERO.Z\ +ERO-NIGHTLY-ONETWOdaEIGHTSIXb\x052\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x14\x07address\x02\x0eallow-insecure\x02\x0dcheck-regions\x02\ +\x11consecutive-fails\x02\x15consecutive-successes\x02\x0bdescription\x02\x0dexp\ +ected-body\x02\x0eexpected-codes\x02\x10follow-redirects\x02\x07headers\x02\x08i\ +nterval\x02\x06method\x02\x04name\x02\x04path\x02\x04port\x02\x07retries\x02\x09\ +suspended\x02\x07timeout\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x16\x07address\x05\x0eallow-insecure\x05\x0dcheck-regions\x05\x11cons\ +ecutive-fails\x05\x15consecutive-successes\x05\x0acreated-on\x05\x0bdescription\x05\ +\x0dexpected-body\x05\x0eexpected-codes\x05\x10follow-redirects\x05\x07headers\x05\ +\x08interval\x05\x06method\x05\x0bmodified-on\x05\x04name\x05\x04path\x05\x04por\ +t\x05\x07retries\x05\x09suspended\x05\x07timeout\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\ +\x01Mpulumi:cloudflare/healthcheck@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSI\ +Xb\x053\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08\ +hostname\x02\x07setting\x02\x05value\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x06\x0acreated-at\x05\x08hostname\x05\x07setting\x05\x0aupdated-at\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\x01Vpulumi:cloudflare/hostname-tls-setting@5.\ +24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x054\x01B\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\x08h\ -ostname\x05\x07setting\x05\x0aupdated-at\x05\x05value\x05\x07zone-id\x05\x04\0\x03\ +ostname\x05\x05ports\x05\x0aupdated-at\x05\x06values\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/hostname-tls-setting@5.24.1-ZERO.ZERO.ZERO-DEV\x054\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x05po\ -rts\x02\x06values\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0a\ -created-at\x05\x08hostname\x05\x05ports\x05\x0aupdated-at\x05\x06values\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\x01Hpulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1-ZERO\ -.ZERO.ZERO-DEV\x055\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +^pulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ON\ +ETWOdaEIGHTSIXb\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\x01=pulumi:cloudflare/hyperdrive-config@5.24.1-ZERO.ZERO.ZERO-D\ -EV\x056\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x11\x0a\ -account-id\x02\x11allow-null-cipher\x02\x13cloudflare-endpoint\x02\x11customer-e\ -ndpoint\x02\x0bdescription\x02\x07fqdn-id\x02\x16health-check-direction\x02\x14h\ -ealth-check-enabled\x02\x11health-check-rate\x02\x13health-check-target\x02\x11h\ -ealth-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\x01i\x01\x01r\x11\x0aac\ -count-id\x05\x11allow-null-cipher\x05\x13cloudflare-endpoint\x05\x11customer-end\ -point\x05\x0bdescription\x05\x07fqdn-id\x05\x16health-check-direction\x05\x14hea\ -lth-check-enabled\x05\x11health-check-rate\x05\x13health-check-target\x05\x11hea\ -lth-check-type\x05\x06hex-id\x05\x11interface-address\x05\x04name\x05\x03psk\x05\ -\x09remote-id\x05\x07user-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x018pulumi:cloudflare/ipsec-tunnel@5.24.\ -1-ZERO.ZERO.ZERO-DEV\x057\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x07\x0dbundle-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\x0bcertificate\x05\x07enabled\x05\x04host\x05\x04name\x05\x04\ -port\x05\x06status\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/keyless-certifi\ -cate@5.24.1-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\x0bdescription\x02\x05items\x02\x04\ -kind\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-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\x010pulumi:cloudfla\ -re/list@5.24.1-ZERO.ZERO.ZERO-DEV\x059\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\x03asn\x02\x07comment\x02\x08hos\ -tname\x02\x02ip\x02\x07list-id\x02\x08redirect\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x07\x0aaccount-id\x05\x03asn\x05\x07comment\x05\x08hostname\x05\x02ip\x05\x07\ -list-id\x05\x08redirect\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x015pulumi:cloudflare/list-item@5.24.1-ZERO.Z\ -ERO.ZERO-DEV\x05:\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x13\x11adaptive-routings\x02\x0dcountry-pools\x02\x10default-pool-ids\x02\x0bd\ -escription\x02\x07enabled\x02\x10fallback-pool-id\x02\x13location-strategies\x02\ -\x04name\x02\x09pop-pools\x02\x07proxied\x02\x10random-steerings\x02\x0cregion-p\ -ools\x02\x05rules\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\x0acreated-on\x05\x10default-pool-ids\x05\x0bdescription\x05\x07enabled\x05\ -\x10fallback-pool-id\x05\x13location-strategies\x05\x0bmodified-on\x05\x04name\x05\ -\x09pop-pools\x05\x07proxied\x05\x10random-steerings\x05\x0cregion-pools\x05\x05\ -rules\x05\x10session-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\x019pulum\ -i:cloudflare/load-balancer@5.24.1-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-insecu\ -re\x02\x10consecutive-down\x02\x0econsecutive-up\x02\x0bdescription\x02\x0dexpec\ -ted-body\x02\x0eexpected-codes\x02\x10follow-redirects\x02\x07headers\x02\x08int\ -erval\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\x0econsecutive-up\x05\x0ac\ -reated-on\x05\x0bdescription\x05\x0dexpected-body\x05\x0eexpected-codes\x05\x10f\ -ollow-redirects\x05\x07headers\x05\x08interval\x05\x06method\x05\x0bmodified-on\x05\ -\x04path\x05\x04port\x05\x0aprobe-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\x01Apulumi:cloudflare/load-balancer-monitor@5.24.1-ZERO.ZERO.ZERO-DEV\x05\ -<\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0d\x0aacco\ -unt-id\x02\x0dcheck-regions\x02\x0bdescription\x02\x07enabled\x02\x08latitude\x02\ -\x0eload-sheddings\x02\x09longitude\x02\x0fminimum-origins\x02\x07monitor\x02\x04\ -name\x02\x12notification-email\x02\x10origin-steerings\x02\x07origins\x02\x04\0\x04\ +voke\x01\x08\x04\x01Spulumi:cloudflare/hyperdrive-config@5.24.1-ZERO.ZERO.ZERO-N\ +IGHTLY-ONETWOdaEIGHTSIXb\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-en\ +dpoint\x02\x11customer-endpoint\x02\x0bdescription\x02\x07fqdn-id\x02\x16health-\ +check-direction\x02\x14health-check-enabled\x02\x11health-check-rate\x02\x13heal\ +th-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\x01Npulumi:cloudflare/ip\ +sec-tunnel@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x057\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0dbundle-method\x02\x0bc\ +ertificate\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\x0bcertificate\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\x01Upulumi:cloudflare/keyless-certificate@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONE\ +TWOdaEIGHTSIXb\x058\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x05\x0aaccount-id\x02\x0bdescription\x02\x05items\x02\x04kind\x02\x04name\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0bdescription\x05\x05\ +items\x05\x04kind\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ +gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Fpulumi:cloudflare/list@5.24.1-ZERO.\ +ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x059\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06o\ +utput\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\x03asn\x02\x07comment\x02\x08h\ +ostname\x02\x02ip\x02\x07list-id\x02\x08redirect\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x07\x0aaccount-id\x05\x03asn\x05\x07comment\x05\x08hostname\x05\x02ip\ +\x05\x07list-id\x05\x08redirect\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Kpulumi:cloudflare/list-item@5.24.\ +1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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\x10fallback-pool-\ +id\x02\x13location-strategies\x02\x04name\x02\x09pop-pools\x02\x07proxied\x02\x10\ +random-steerings\x02\x0cregion-pools\x02\x05rules\x02\x10session-affinity\x02\x1b\ +session-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\x0acreated-on\x05\x10default-pool-ids\x05\x0b\ +description\x05\x07enabled\x05\x10fallback-pool-id\x05\x13location-strategies\x05\ +\x0bmodified-on\x05\x04name\x05\x09pop-pools\x05\x07proxied\x05\x10random-steeri\ +ngs\x05\x0cregion-pools\x05\x05rules\x05\x10session-affinity\x05\x1bsession-affi\ +nity-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\x01Opulumi:cloudflare/load-balancer@5.24.1-ZERO.ZERO.ZERO\ +-NIGHTLY-ONETWOdaEIGHTSIXb\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\x01Wpulumi:cloudfla\ +re/load-balancer-monitor@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05<\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0d\x0aaccount-i\ +d\x02\x0dcheck-regions\x02\x0bdescription\x02\x07enabled\x02\x08latitude\x02\x0e\ +load-sheddings\x02\x09longitude\x02\x0fminimum-origins\x02\x07monitor\x02\x04nam\ +e\x02\x12notification-email\x02\x10origin-steerings\x02\x07origins\x02\x04\0\x04\ args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x0dcheck-regions\x05\x0acreat\ ed-on\x05\x0bdescription\x05\x07enabled\x05\x08latitude\x05\x0eload-sheddings\x05\ \x09longitude\x05\x0fminimum-origins\x05\x0bmodified-on\x05\x07monitor\x05\x04na\ me\x05\x12notification-email\x05\x10origin-steerings\x05\x07origins\x05\x04\0\x03\ res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ ->pulumi:cloudflare/load-balancer-pool@5.24.1-ZERO.ZERO.ZERO-DEV\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\x01=pulumi:cloudflare/logpull-retention@5.24.1-ZERO.ZERO.ZERO-DEV\x05>\x01B\ -\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0f\x0aaccount-id\ -\x02\x07dataset\x02\x10destination-conf\x02\x07enabled\x02\x06filter\x02\x09freq\ -uency\x02\x04kind\x02\x0flogpull-options\x02\x10max-upload-bytes\x02\x1bmax-uplo\ -ad-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\x01r\ -\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\x017pulumi:clou\ -dflare/logpush-job@5.24.1-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\x10d\ -estination-conf\x05\x1cownership-challenge-filename\x05\x07zone-id\x05\x04\0\x03\ +Tpulumi:cloudflare/load-balancer-pool@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGH\ +TSIXb\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\x07enab\ +led\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/logpull-retention@5.24.1-ZERO\ +.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05>\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x0f\x0aaccount-id\x02\x07dataset\x02\x10destination\ +-conf\x02\x07enabled\x02\x06filter\x02\x09frequency\x02\x04kind\x02\x0flogpull-o\ +ptions\x02\x10max-upload-bytes\x02\x1bmax-upload-interval-seconds\x02\x12max-upl\ +oad-records\x02\x04name\x02\x0eoutput-options\x02\x13ownership-challenge\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x07datas\ +et\x05\x10destination-conf\x05\x07enabled\x05\x06filter\x05\x09frequency\x05\x04\ +kind\x05\x0flogpull-options\x05\x10max-upload-bytes\x05\x1bmax-upload-interval-s\ +econds\x05\x12max-upload-records\x05\x04name\x05\x0eoutput-options\x05\x13owners\ +hip-challenge\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ +s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Mpulumi:cloudflare/logpush-job@5.24.1\ +-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05?\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x10destination-conf\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x10desti\ +nation-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\x01]pulum\ +i:cloudflare/logpush-ownership-challenge@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaE\ +IGHTSIXb\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\x05\ +rules\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ +voke\x01\x08\x04\x01Xpulumi:cloudflare/magic-firewall-ruleset@5.24.1-ZERO.ZERO.Z\ +ERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05A\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x03\x17managed-request-headers\x02\x18managed-response-header\ +s\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x17managed-reques\ +t-headers\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\x01Qpulumi:clou\ +dflare/managed-headers@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05B\x01B\ +\x0a\x02\x03\x02\x01\x01\x04\0\x06output\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\x0aaccount-id\x05\x02ca\x05\x0ccertificates\x05\x0aexpi\ +res-on\x05\x06issuer\x05\x04name\x05\x0bprivate-key\x05\x0dserial-number\x05\x09\ +signature\x05\x0buploaded-on\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ +s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Rpulumi:cloudflare/mtls-certificate@5\ +.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05C\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x0aaccount-id\x02\x0aalert-type\x02\x0b\ +description\x02\x12email-integrations\x02\x07enabled\x02\x07filters\x02\x04name\x02\ +\x16pagerduty-integrations\x02\x15webhooks-integrations\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x0b\x0aaccount-id\x05\x0aalert-type\x05\x07created\x05\x0bdescrip\ +tion\x05\x12email-integrations\x05\x07enabled\x05\x07filters\x05\x08modified\x05\ +\x04name\x05\x16pagerduty-integrations\x05\x15webhooks-integrations\x05\x04\0\x03\ res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -Gpulumi:cloudflare/logpush-ownership-challenge@5.24.1-ZERO.ZERO.ZERO-DEV\x05@\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-i\ -d\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\x03\ +Upulumi:cloudflare/notification-policy@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIG\ +HTSIXb\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\x01\ +i\x01\x01r\x08\x0aaccount-id\x05\x0acreated-at\x05\x0clast-failure\x05\x0clast-s\ +uccess\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:clou\ +dflare/notification-policy-webhooks@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTS\ +IXb\x05E\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x09\ +frequency\x02\x06region\x02\x03url\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x04\x09frequency\x05\x06region\x05\x03url\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\ -Bpulumi:cloudflare/magic-firewall-ruleset@5.24.1-ZERO.ZERO.ZERO-DEV\x05A\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x17managed-reques\ -t-headers\x02\x18managed-response-headers\x02\x07zone-id\x02\x04\0\x04args\x03\0\ -\x03\x01i\x01\x01r\x03\x17managed-request-headers\x05\x18managed-response-header\ -s\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/managed-headers@5.24.1-ZERO.ZERO.\ -ZERO-DEV\x05B\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\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\x0aaccount-id\x05\x02ca\x05\x0ccertif\ -icates\x05\x0aexpires-on\x05\x06issuer\x05\x04name\x05\x0bprivate-key\x05\x0dser\ -ial-number\x05\x09signature\x05\x0buploaded-on\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01pulumi:cloudflare/waiting-room-event@5.24.1-ZERO.ZERO\ -.ZERO-DEV\x05d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\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\x03r\ -es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ ->pulumi:cloudflare/waiting-room-rules@5.24.1-ZERO.ZERO.ZERO-DEV\x05e\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x1csearch-engine-craw\ -ler-bypass\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x1csearc\ -h-engine-crawler-bypass\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/waiting-\ -room-settings@5.24.1-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\x019pulumi:cloudflare/web3-hostname@5.2\ -4.1-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\x0aacc\ -ount-id\x05\x04host\x05\x09inclusive\x05\x09is-paused\x05\x05paths\x05\x0arulese\ -t-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ -oke\x01\x08\x04\x01>pulumi:cloudflare/web-analytics-rule@5.24.1-ZERO.ZERO.ZERO-D\ -EV\x05h\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0a\ -account-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\x04host\x05\x0aru\ -leset-id\x05\x08site-tag\x05\x0asite-token\x05\x07snippet\x05\x08zone-tag\x05\x04\ +\x06invoke\x01\x08\x04\x01Tpulumi:cloudflare/waiting-room-event@5.24.1-ZERO.ZERO\ +.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\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\x07zo\ +ne-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ +voke\x01\x08\x04\x01Tpulumi:cloudflare/waiting-room-rules@5.24.1-ZERO.ZERO.ZERO-\ +NIGHTLY-ONETWOdaEIGHTSIXb\x05e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ +\0\x01h\x01\x01r\x02\x1csearch-engine-crawler-bypass\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x02\x1csearch-engine-crawler-bypass\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/waiting-room-settings@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-O\ +NETWOdaEIGHTSIXb\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\x01Opulumi:cloudflare/web3-hostname@5.24.1-ZERO.ZERO.ZERO-NIGHT\ +LY-ONETWOdaEIGHTSIXb\x05g\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x06\x0aaccount-id\x02\x04host\x02\x09inclusive\x02\x09is-paused\x02\x05\ +paths\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\x0aruleset-id\ +\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\ +\x08\x04\x01Tpulumi:cloudflare/web-analytics-rule@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-\ +ONETWOdaEIGHTSIXb\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\x04\ +host\x05\x0aruleset-id\x05\x08site-tag\x05\x0asite-token\x05\x07snippet\x05\x08z\ +one-tag\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01Tpulumi:cloudflare/web-analytics-site@5.24.1-ZERO.ZERO.ZER\ +O-NIGHTLY-ONETWOdaEIGHTSIXb\x05i\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x09schedules\x02\x0bscript-name\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x09schedules\x05\x0bscr\ +ipt-name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01Upulumi:cloudflare/worker-cron-trigger@5.24.1-ZERO.ZERO.ZE\ +RO-NIGHTLY-ONETWOdaEIGHTSIXb\x05j\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0benvironment\x02\x08hostname\x02\x07s\ +ervice\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-i\ +d\x05\x0benvironment\x05\x08hostname\x05\x07service\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\ +Opulumi:cloudflare/worker-domain@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\ +\x05k\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x07\ +pattern\x02\x0bscript-name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\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\x01Npulumi:cloudfla\ +re/worker-route@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05l\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x13\x0aaccount-id\x02\x19\ +analytics-engine-bindings\x02\x12compatibility-date\x02\x13compatibility-flags\x02\ +\x07content\x02\x14d1-database-bindings\x02\x12dispatch-namespace\x02\x15kv-name\ +space-bindings\x02\x07logpush\x02\x06module\x02\x04name\x02\x0aplacements\x02\x13\ +plain-text-bindings\x02\x0equeue-bindings\x02\x12r2-bucket-bindings\x02\x14secre\ +t-text-bindings\x02\x10service-bindings\x02\x04tags\x02\x14webassembly-bindings\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x13\x0aaccount-id\x05\x19analytics-engine\ +-bindings\x05\x12compatibility-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-bindin\ +gs\x05\x0equeue-bindings\x05\x12r2-bucket-bindings\x05\x14secret-text-bindings\x05\ +\x10service-bindings\x05\x04tags\x05\x14webassembly-bindings\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Opulum\ +i:cloudflare/worker-script@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05m\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-i\ +d\x02\x04name\x02\x0bscript-name\x02\x0bsecret-text\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x04\x0aaccount-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\x01Opulumi:cloudflare/worker-secret@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaE\ +IGHTSIXb\x05n\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\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\x01apulumi:cloudflare/workers-for-platforms-nam\ +espace@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05o\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x03key\x02\x0c\ +namespace-id\x02\x05value\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccou\ +nt-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\x01Lpulumi:cloudfla\ +re/workers-kv@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05p\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x05titl\ +e\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\ -\x01>pulumi:cloudflare/web-analytics-site@5.24.1-ZERO.ZERO.ZERO-DEV\x05i\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\ -\x09schedules\x02\x0bscript-name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0a\ -account-id\x05\x09schedules\x05\x0bscript-name\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:cloudflare/wo\ -rker-cron-trigger@5.24.1-ZERO.ZERO.ZERO-DEV\x05j\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0benvironment\x02\x08h\ -ostname\x02\x07service\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\ -\x0aaccount-id\x05\x0benvironment\x05\x08hostname\x05\x07service\x05\x07zone-id\x05\ +\x01Vpulumi:cloudflare/workers-kv-namespace@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWO\ +daEIGHTSIXb\x05q\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x06\x0aaccount-id\x02\x0ajump-start\x02\x06paused\x02\x04plan\x02\x04type\x02\x04\ +zone\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x0aaccount-id\x05\x0ajump-sta\ +rt\x05\x04meta\x05\x0cname-servers\x05\x06paused\x05\x04plan\x05\x06status\x05\x04\ +type\x05\x13vanity-name-servers\x05\x10verification-key\x05\x04zone\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +Fpulumi:cloudflare/zone@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05r\x01\ +B\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\x06invo\ +ke\x01\x08\x04\x01Tpulumi:cloudflare/zone-cache-reserve@5.24.1-ZERO.ZERO.ZERO-NI\ +GHTLY-ONETWOdaEIGHTSIXb\x05s\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ +\x01h\x01\x01r\x0c\x05avifs\x02\x04bmps\x02\x04gifs\x02\x04jp2s\x02\x05jpegs\x02\ +\x05jpg2s\x02\x04jpgs\x02\x04pngs\x02\x05tiffs\x02\x04tifs\x02\x05webps\x02\x07z\ +one-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0c\x05avifs\x05\x04bmps\x05\x04\ +gifs\x05\x04jp2s\x05\x05jpegs\x05\x05jpg2s\x05\x04jpgs\x05\x04pngs\x05\x05tiffs\x05\ +\x04tifs\x05\x05webps\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ +s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Upulumi:cloudflare/zone-cache\ +-variants@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05t\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\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\x10\ +digest-algorithm\x05\x0bdigest-type\x05\x02ds\x05\x05flags\x05\x07key-tag\x05\x08\ +key-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\ +\x01Mpulumi:cloudflare/zone-dnssec@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSI\ +Xb\x05u\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x04\ +hold\x02\x0ahold-after\x02\x12include-subdomains\x02\x07zone-id\x02\x04\0\x04arg\ +s\x03\0\x03\x01i\x01\x01r\x04\x04hold\x05\x0ahold-after\x05\x12include-subdomain\ +s\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01Kpulumi:cloudflare/zone-hold@5.24.1-ZERO.ZERO.ZERO-N\ +IGHTLY-ONETWOdaEIGHTSIXb\x05v\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ +\0\x01h\x01\x01r\x06\x0econfigurations\x02\x0bdescription\x02\x06paused\x02\x08p\ +riority\x02\x04urls\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\ +\x0econfigurations\x05\x0bdescription\x05\x06paused\x05\x08priority\x05\x04urls\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/zone-lockdown@5.24.1-ZERO.ZERO.ZERO\ +-NIGHTLY-ONETWOdaEIGHTSIXb\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\x019pulumi:cloudflare/worker-domain@5.24.1-ZERO.ZERO.ZERO-DEV\x05k\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x07pattern\x02\x0b\ -script-name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x07patt\ -ern\x05\x0bscript-name\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04nam\ -es\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x018pulumi:cloudflare/worker-ro\ -ute@5.24.1-ZERO.ZERO.ZERO-DEV\x05l\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x13\x0aaccount-id\x02\x19analytics-engine-bindings\x02\x12com\ -patibility-date\x02\x13compatibility-flags\x02\x07content\x02\x14d1-database-bin\ -dings\x02\x12dispatch-namespace\x02\x15kv-namespace-bindings\x02\x07logpush\x02\x06\ -module\x02\x04name\x02\x0aplacements\x02\x13plain-text-bindings\x02\x0equeue-bin\ -dings\x02\x12r2-bucket-bindings\x02\x14secret-text-bindings\x02\x10service-bindi\ -ngs\x02\x04tags\x02\x14webassembly-bindings\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x13\x0aaccount-id\x05\x19analytics-engine-bindings\x05\x12compatibility-da\ -te\x05\x13compatibility-flags\x05\x07content\x05\x14d1-database-bindings\x05\x12\ -dispatch-namespace\x05\x15kv-namespace-bindings\x05\x07logpush\x05\x06module\x05\ -\x04name\x05\x0aplacements\x05\x13plain-text-bindings\x05\x0equeue-bindings\x05\x12\ -r2-bucket-bindings\x05\x14secret-text-bindings\x05\x10service-bindings\x05\x04ta\ -gs\x05\x14webassembly-bindings\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04a\ -rgs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019pulumi:cloudflare/worker-script@5.\ -24.1-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-te\ -xt\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x04name\x05\x0b\ -script-name\x05\x0bsecret-text\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04a\ -rgs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019pulumi:cloudflare/worker-secret@5.\ -24.1-ZERO.ZERO.ZERO-DEV\x05n\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\x03res\x03\0\x06\x01@\x02\x04names\ -\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Kpulumi:cloudflare/workers-for\ --platforms-namespace@5.24.1-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\x0cnames\ -pace-id\x02\x05value\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-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\x016pulumi:cloudflare/wo\ -rkers-kv@5.24.1-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\x01@pulumi:cloudfla\ -re/workers-kv-namespace@5.24.1-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-start\x02\x06\ -paused\x02\x04plan\x02\x04type\x02\x04zone\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x0b\x0aaccount-id\x05\x0ajump-start\x05\x04meta\x05\x0cname-servers\x05\x06pau\ -sed\x05\x04plan\x05\x06status\x05\x04type\x05\x13vanity-name-servers\x05\x10veri\ -fication-key\x05\x04zone\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x010pulumi:cloudflare/zone@5.24.1-ZERO.ZERO.Z\ -ERO-DEV\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\x01i\x01\x01r\x02\x07enab\ -led\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-cache-reserve@5.24.1-ZER\ -O.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\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\x01i\x01\x01r\x0c\x05avifs\x05\x04bmps\x05\x04gifs\x05\x04\ -jp2s\x05\x05jpegs\x05\x05jpg2s\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\x06invoke\x01\x08\x04\x01?pulumi:cloudflare/zone-cache-variants@5.2\ -4.1-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\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\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\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x017pulumi:cloudflare/zone-d\ -nssec@5.24.1-ZERO.ZERO.ZERO-DEV\x05u\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ -t\x03\0\0\x01h\x01\x01r\x04\x04hold\x02\x0ahold-after\x02\x12include-subdomains\x02\ -\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x04hold\x05\x0ahold-af\ -ter\x05\x12include-subdomains\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x015pulumi:cloudflare/zo\ -ne-hold@5.24.1-ZERO.ZERO.ZERO-DEV\x05v\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x06\x0econfigurations\x02\x0bdescription\x02\x06paused\ -\x02\x08priority\x02\x04urls\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x06\x0econfigurations\x05\x0bdescription\x05\x06paused\x05\x08priority\x05\ -\x04urls\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x019pulumi:cloudflare/zone-lockdown@5.24.1-ZE\ -RO.ZERO.ZERO-DEV\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\x01i\x01\x01r\x07\ -\x10initial-settings\x05\x18initial-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\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Bp\ -ulumi:cloudflare/zone-settings-override@5.24.1-ZERO.ZERO.ZERO-DEV\x05x\x04\x01=p\ -ulumi:cloudflare/cloudflare-pulumi@5.24.1-ZERO.ZERO.ZERO-DEV\x04\0\x0b\x17\x01\0\ -\x11cloudflare-pulumi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-com\ -ponent\x070.208.1\x10wit-bindgen-rust\x060.25.0"; +\x04\x01Xpulumi:cloudflare/zone-settings-override@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-\ +ONETWOdaEIGHTSIXb\x05x\x04\x01Spulumi:cloudflare/cloudflare-pulumi@5.24.1-ZERO.Z\ +ERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x04\0\x0b\x17\x01\0\x11cloudflare-pulumi\x03\0\ +\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10wit-bi\ +ndgen-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 9fad235d..39f187f1 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-12da86b; interface output-interface { diff --git a/providers/pulumi_wasm_provider_cloudflare/wit/world.wit b/providers/pulumi_wasm_provider_cloudflare/wit/world.wit index 89f61dd6..1f9e114d 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-ZERO.ZERO.ZERO-DEV; +package pulumi:cloudflare@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world cloudflare-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; 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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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 14e709b5..6caf10ed 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-12da86b" 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 93210aba..f01dde95 100644 --- a/providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs @@ -8,7 +8,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": generate + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-12da86b": generate } }); } 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 9fad235d..39f187f1 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-12da86b; 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 89f61dd6..1f9e114d 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-ZERO.ZERO.ZERO-DEV; +package pulumi:cloudflare@5.24.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world cloudflare-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; 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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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..11df0373 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-12da86b" 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 2b83b704..08b3ecc2 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-12da86b" )] 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-12da86b" )] 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-12da86b" )] extern "C" { #[link_name = "[method]output.map"] @@ -117,7 +117,7 @@ pub mod component { unsafe { #[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-12da86b" )] extern "C" { #[link_name = "[method]output.duplicate"] @@ -158,7 +158,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-12da86b" + )] extern "C" { #[link_name = "combine"] fn wit_import(_: *mut u8, _: usize) -> i32; @@ -322,7 +324,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-12da86b" )] extern "C" { #[link_name = "register"] @@ -1223,17 +1225,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_container_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_container_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/container@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/container@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_container_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 264]); static mut _RET_AREA: _RetArea = @@ -1359,17 +1361,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_image_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_image_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/image@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_image_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -1574,17 +1576,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_network_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_network_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/network@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/network@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_network_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -1753,17 +1755,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_plugin_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_plugin_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/plugin@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/plugin@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_plugin_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -1872,17 +1874,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/registry-image@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/registry-image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -2031,17 +2033,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/remote-image@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/remote-image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -2134,17 +2136,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_secret_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_secret_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/secret@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/secret@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_secret_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -2309,17 +2311,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_service_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_service_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/service@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/service@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_service_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -2400,17 +2402,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_service_config_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_service_config_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/service-config@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/service-config@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_service_config_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -2495,17 +2497,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_tag_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_tag_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/tag@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/tag@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_tag_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -2614,17 +2616,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_volume_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_volume_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/volume@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/volume@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_volume_4_5_3_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -2775,17 +2777,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_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_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_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_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_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_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_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_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_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_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_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::volume); ) } #[doc(inline)] @@ -2794,112 +2796,115 @@ 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; 5010] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x8e&\x01A\x02\x01A\x1b\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 5298] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xae(\x01A\x02\x01A\x1b\ \x01B\x0c\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\x01@\x01\x04self\x03\0\x01\x04\0\x18[method]outpu\ t.duplicate\x01\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07combine\x01\x07\ -\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\0\x02\x03\0\0\x06o\ -utput\x01B\x13\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04\ -names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\0\x0cre\ -sult-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\x06\ -object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01p\x09\x01\ -r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01@\x01\x07requ\ -est\x0d\0\x10\x04\0\x08register\x01\x11\x03\x012component:pulumi-wasm/register-i\ -nterface@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r>\x06attach\x02\x0ccapabilities\x02\x0dcgroupns-mode\x02\x07command\x02\ -+container-read-refresh-timeout-milliseconds\x02\x07cpu-set\x02\x0acpu-shares\x02\ -\x15destroy-grace-seconds\x02\x07devices\x02\x03dns\x02\x08dns-opts\x02\x0cdns-s\ -earches\x02\x0adomainname\x02\x0bentrypoints\x02\x04envs\x02\x04gpus\x02\x0agrou\ -p-adds\x02\x0bhealthcheck\x02\x08hostname\x02\x05hosts\x02\x05image\x02\x04init\x02\ -\x08ipc-mode\x02\x06labels\x02\x0alog-driver\x02\x08log-opts\x02\x04logs\x02\x0f\ -max-retry-count\x02\x06memory\x02\x0bmemory-swap\x02\x06mounts\x02\x08must-run\x02\ -\x04name\x02\x0cnetwork-mode\x02\x11networks-advanced\x02\x08pid-mode\x02\x05por\ -ts\x02\x0aprivileged\x02\x11publish-all-ports\x02\x09read-only\x02\x0eremove-vol\ -umes\x02\x07restart\x02\x02rm\x02\x07runtime\x02\x0dsecurity-opts\x02\x08shm-siz\ -e\x02\x05start\x02\x0astdin-open\x02\x0bstop-signal\x02\x0cstop-timeout\x02\x0cs\ -torage-opts\x02\x07sysctls\x02\x05tmpfs\x02\x03tty\x02\x07ulimits\x02\x07uploads\ -\x02\x04user\x02\x0buserns-mode\x02\x07volumes\x02\x04wait\x02\x0cwait-timeout\x02\ -\x0bworking-dir\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01rB\x06attach\x05\x06brid\ -ge\x05\x0ccapabilities\x05\x0dcgroupns-mode\x05\x07command\x05\x0econtainer-logs\ -\x05+container-read-refresh-timeout-milliseconds\x05\x07cpu-set\x05\x0acpu-share\ -s\x05\x15destroy-grace-seconds\x05\x07devices\x05\x03dns\x05\x08dns-opts\x05\x0c\ -dns-searches\x05\x0adomainname\x05\x0bentrypoints\x05\x04envs\x05\x09exit-code\x05\ -\x04gpus\x05\x0agroup-adds\x05\x0bhealthcheck\x05\x08hostname\x05\x05hosts\x05\x05\ -image\x05\x04init\x05\x08ipc-mode\x05\x06labels\x05\x0alog-driver\x05\x08log-opt\ -s\x05\x04logs\x05\x0fmax-retry-count\x05\x06memory\x05\x0bmemory-swap\x05\x06mou\ -nts\x05\x08must-run\x05\x04name\x05\x0dnetwork-datas\x05\x0cnetwork-mode\x05\x11\ -networks-advanced\x05\x08pid-mode\x05\x05ports\x05\x0aprivileged\x05\x11publish-\ -all-ports\x05\x09read-only\x05\x0eremove-volumes\x05\x07restart\x05\x02rm\x05\x07\ -runtime\x05\x0dsecurity-opts\x05\x08shm-size\x05\x05start\x05\x0astdin-open\x05\x0b\ -stop-signal\x05\x0cstop-timeout\x05\x0cstorage-opts\x05\x07sysctls\x05\x05tmpfs\x05\ -\x03tty\x05\x07ulimits\x05\x07uploads\x05\x04user\x05\x0buserns-mode\x05\x07volu\ -mes\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\x010pulumi:dock\ -er/container@4.5.3-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\x0aima\ -ge-name\x02\x08registry\x02\x09skip-push\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x07\x0fbase-image-name\x05\x07context\x05\x0adockerfile\x05\x0aimage-name\x05\x08\ -platform\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\x01,pulumi:docker/i\ -mage@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x0c\x0aattachable\x02\x0fcheck-duplicate\x02\x06driver\x02\ -\x07ingress\x02\x08internal\x02\x0cipam-configs\x02\x0bipam-driver\x02\x0cipam-o\ -ptions\x02\x04ipv6\x02\x06labels\x02\x04name\x02\x07options\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x0d\x0aattachable\x05\x0fcheck-duplicate\x05\x06driver\x05\x07\ -ingress\x05\x08internal\x05\x0cipam-configs\x05\x0bipam-driver\x05\x0cipam-optio\ -ns\x05\x04ipv6\x05\x06labels\x05\x04name\x05\x07options\x05\x05scope\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -.pulumi:docker/network@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x05\x01B\x0a\x02\x03\x02\x01\ +\x03\x01component:pulumi-wasm/re\ +gister-interface@0.0.0-NIGHTLY-12da86b\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r>\x06attach\x02\x0ccapabilities\x02\x0dcgroupns-\ +mode\x02\x07command\x02+container-read-refresh-timeout-milliseconds\x02\x07cpu-s\ +et\x02\x0acpu-shares\x02\x15destroy-grace-seconds\x02\x07devices\x02\x03dns\x02\x08\ +dns-opts\x02\x0cdns-searches\x02\x0adomainname\x02\x0bentrypoints\x02\x04envs\x02\ +\x04gpus\x02\x0agroup-adds\x02\x0bhealthcheck\x02\x08hostname\x02\x05hosts\x02\x05\ +image\x02\x04init\x02\x08ipc-mode\x02\x06labels\x02\x0alog-driver\x02\x08log-opt\ +s\x02\x04logs\x02\x0fmax-retry-count\x02\x06memory\x02\x0bmemory-swap\x02\x06mou\ +nts\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\x0dsecur\ +ity-opts\x02\x08shm-size\x02\x05start\x02\x0astdin-open\x02\x0bstop-signal\x02\x0c\ +stop-timeout\x02\x0cstorage-opts\x02\x07sysctls\x02\x05tmpfs\x02\x03tty\x02\x07u\ +limits\x02\x07uploads\x02\x04user\x02\x0buserns-mode\x02\x07volumes\x02\x04wait\x02\ +\x0cwait-timeout\x02\x0bworking-dir\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01rB\x06\ +attach\x05\x06bridge\x05\x0ccapabilities\x05\x0dcgroupns-mode\x05\x07command\x05\ +\x0econtainer-logs\x05+container-read-refresh-timeout-milliseconds\x05\x07cpu-se\ +t\x05\x0acpu-shares\x05\x15destroy-grace-seconds\x05\x07devices\x05\x03dns\x05\x08\ +dns-opts\x05\x0cdns-searches\x05\x0adomainname\x05\x0bentrypoints\x05\x04envs\x05\ +\x09exit-code\x05\x04gpus\x05\x0agroup-adds\x05\x0bhealthcheck\x05\x08hostname\x05\ +\x05hosts\x05\x05image\x05\x04init\x05\x08ipc-mode\x05\x06labels\x05\x0alog-driv\ +er\x05\x08log-opts\x05\x04logs\x05\x0fmax-retry-count\x05\x06memory\x05\x0bmemor\ +y-swap\x05\x06mounts\x05\x08must-run\x05\x04name\x05\x0dnetwork-datas\x05\x0cnet\ +work-mode\x05\x11networks-advanced\x05\x08pid-mode\x05\x05ports\x05\x0aprivilege\ +d\x05\x11publish-all-ports\x05\x09read-only\x05\x0eremove-volumes\x05\x07restart\ +\x05\x02rm\x05\x07runtime\x05\x0dsecurity-opts\x05\x08shm-size\x05\x05start\x05\x0a\ +stdin-open\x05\x0bstop-signal\x05\x0cstop-timeout\x05\x0cstorage-opts\x05\x07sys\ +ctls\x05\x05tmpfs\x05\x03tty\x05\x07ulimits\x05\x07uploads\x05\x04user\x05\x0bus\ +erns-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\ +\x01Fpulumi:docker/container@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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\x0a\ +dockerfile\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\x06i\ +nvoke\x01\x08\x04\x01Bpulumi:docker/image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaE\ +IGHTSIXb\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x0c\x0aattachable\x02\x0fcheck-duplicate\x02\x06driver\x02\x07ingress\x02\x08i\ +nternal\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-duplicate\x05\x06driver\x05\x07ingress\x05\x08intern\ +al\x05\x0cipam-configs\x05\x0bipam-driver\x05\x0cipam-options\x05\x04ipv6\x05\x06\ +labels\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\x01Dpulumi:docker/networ\ +k@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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-a\ ll-permissions\x02\x11grant-permissions\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01\ i\x01\x01r\x0a\x05alias\x05\x0eenable-timeout\x05\x07enabled\x05\x04envs\x05\x0d\ force-destroy\x05\x0dforce-disable\x05\x15grant-all-permissions\x05\x11grant-per\ missions\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\x01-pulumi:docker/plugin\ -@4.5.3-ZERO.ZERO.ZERO-DEV\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\x04name\x02\ -\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x14insecure-skip-veri\ -fy\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\ -\x015pulumi:docker/registry-image@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x07\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x05build\x02\x0cforce-rem\ -ove\x02\x0ckeep-locally\x02\x04name\x02\x08platform\x02\x0dpull-triggers\x02\x08\ -triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x05build\x05\x0cforce-rem\ -ove\x05\x08image-id\x05\x0ckeep-locally\x05\x04name\x05\x08platform\x05\x0dpull-\ -triggers\x05\x0brepo-digest\x05\x08triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x013pulumi:docker/remote-ima\ -ge@4.5.3-ZERO.ZERO.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\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01-pulumi:\ -docker/secret@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\x0fconverge-config\x02\x0dendpo\ -int-spec\x02\x06labels\x02\x04mode\x02\x04name\x02\x0frollback-config\x02\x09tas\ -k-spec\x02\x0dupdate-config\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x04aut\ -h\x05\x0fconverge-config\x05\x0dendpoint-spec\x05\x06labels\x05\x04mode\x05\x04n\ -ame\x05\x0frollback-config\x05\x09task-spec\x05\x0dupdate-config\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01.\ -pulumi:docker/service@4.5.3-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\x015pulumi:docker/se\ -rvice-config@4.5.3-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-id\x05\ -\x0ctarget-image\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01*pulumi:docker/tag@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x0c\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06driver\x02\ -\x0bdriver-opts\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x05\x06driver\x05\x0bdriver-opts\x05\x06labels\x05\x0amountpoint\x05\x04name\x05\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Cpulumi:docker/plugin\ +@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x06\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x14insecure-skip-verify\x02\x0dke\ +ep-remotely\x02\x04name\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x05\x14insecure-skip-verify\x05\x0dkeep-remotely\x05\x04name\x05\x0dsha256-dig\ +est\x05\x08triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01Kpulumi:docker/registry-image@4.5.3-ZERO.ZERO.ZE\ +RO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\x03\0\0\x01h\x01\x01r\x07\x05build\x02\x0cforce-remove\x02\x0ckeep-locally\x02\ +\x04name\x02\x08platform\x02\x0dpull-triggers\x02\x08triggers\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x09\x05build\x05\x0cforce-remove\x05\x08image-id\x05\x0ckee\ +p-locally\x05\x04name\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\x01Ipulumi:docker/remote-image@4.5.3-ZERO.ZERO.ZERO-NIGHT\ +LY-ONETWOdaEIGHTSIXb\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\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Cpulumi:docker/s\ +ecret@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x09\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\x0fconverge-confi\ +g\x02\x0dendpoint-spec\x02\x06labels\x02\x04mode\x02\x04name\x02\x0frollback-con\ +fig\x02\x09task-spec\x02\x0dupdate-config\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x09\x04auth\x05\x0fconverge-config\x05\x0dendpoint-spec\x05\x06labels\x05\x04m\ +ode\x05\x04name\x05\x0frollback-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\x01-pulumi:docker/volume@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x0d\x04\x014pulumi:do\ -cker/docker-pulumi@4.5.3-ZERO.ZERO.ZERO-DEV\x04\0\x0b\x13\x01\0\x0ddocker-pulumi\ -\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10\ -wit-bindgen-rust\x060.25.0"; +\x04\x01Dpulumi:docker/service@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\ +\x0a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04d\ +ata\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x04data\x05\x04nam\ +e\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ +\x01\x08\x04\x01Kpulumi:docker/service-config@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETW\ +OdaEIGHTSIXb\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-id\x05\x0ctarget-image\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +@pulumi:docker/tag@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x0c\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06driver\x02\x0b\ +driver-opts\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\ +\x06driver\x05\x0bdriver-opts\x05\x06labels\x05\x0amountpoint\x05\x04name\x05\x04\ +\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ +\x01Cpulumi:docker/volume@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x0d\ +\x04\x01Jpulumi:docker/docker-pulumi@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTS\ +IXb\x04\0\x0b\x13\x01\0\x0ddocker-pulumi\x03\0\0\0G\x09producers\x01\x0cprocesse\ +d-by\x02\x0dwit-component\x070.208.1\x10wit-bindgen-rust\x060.25.0"; #[inline(never)] #[doc(hidden)] diff --git a/providers/pulumi_wasm_provider_docker/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_docker/wit/deps/pulumi-wasm.wit index 9fad235d..39f187f1 100644 --- a/providers/pulumi_wasm_provider_docker/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_docker/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-12da86b; interface output-interface { diff --git a/providers/pulumi_wasm_provider_docker/wit/world.wit b/providers/pulumi_wasm_provider_docker/wit/world.wit index 0fd09923..565e8b52 100644 --- a/providers/pulumi_wasm_provider_docker/wit/world.wit +++ b/providers/pulumi_wasm_provider_docker/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:docker@4.5.3-ZERO.ZERO.ZERO-DEV; +package pulumi:docker@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; 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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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 996789d2..6ab036b8 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-12da86b" 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 6ae799e8..254744b1 100644 --- a/providers/pulumi_wasm_provider_docker_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_docker_rust/src/lib.rs @@ -8,7 +8,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": generate + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-12da86b": generate } }); } 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 9fad235d..39f187f1 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-12da86b; 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 0fd09923..565e8b52 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-ZERO.ZERO.ZERO-DEV; +package pulumi:docker@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; 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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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..f8ddcf65 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-12da86b" 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 64a84276..19d40a83 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-12da86b" )] 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-12da86b" )] 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-12da86b" )] extern "C" { #[link_name = "[method]output.map"] @@ -117,7 +117,7 @@ pub mod component { unsafe { #[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-12da86b" )] extern "C" { #[link_name = "[method]output.duplicate"] @@ -158,7 +158,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-12da86b" + )] extern "C" { #[link_name = "combine"] fn wit_import(_: *mut u8, _: usize) -> i32; @@ -322,7 +324,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-12da86b" )] extern "C" { #[link_name = "register"] @@ -487,17 +489,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-bytes@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-bytes@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -606,17 +608,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_id_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_id_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-id@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-id@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_id_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -725,17 +727,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_integer_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_integer_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-integer@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-integer@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_integer_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -944,17 +946,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_password_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_password_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-password@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-password@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_password_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 56]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 56]); @@ -1059,17 +1061,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_pet_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_pet_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-pet@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-pet@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_pet_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -1178,17 +1180,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-shuffle@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-shuffle@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -1393,17 +1395,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_string_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_string_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-string@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-string@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_string_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -1476,17 +1478,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-uuid@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-uuid@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb#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_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1637,14 +1639,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_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_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_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_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_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_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_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_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_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_zero_zero_zero_nightly_onetw_oda_eightsi_xb_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_uuid); ) } #[doc(inline)] @@ -1653,53 +1655,55 @@ 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; 2754] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xbe\x14\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 2976] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x9c\x16\x01A\x02\x01\ A\x15\x01B\x0c\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\x01@\x01\x04self\x03\0\x01\x04\0\x18[method]out\ put.duplicate\x01\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07combine\x01\ -\x07\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\0\x02\x03\0\0\x06\ -output\x01B\x13\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04\ -names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\0\x0cre\ -sult-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\x06\ -object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01p\x09\x01\ -r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01@\x01\x07requ\ -est\x0d\0\x10\x04\0\x08register\x01\x11\x03\x012component:pulumi-wasm/register-i\ -nterface@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x02\x07keepers\x02\x06length\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x04\x06base64\x05\x03hex\x05\x07keepers\x05\x06length\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x014pulumi:rand\ -om/random-bytes@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0bbyte-length\x02\x07keepers\x02\x06pref\ -ix\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x07b64-std\x05\x07b64-url\x05\x0b\ -byte-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\x011pulum\ -i:random/random-id@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\x03max\x02\x03min\x02\x04\ -seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07keepers\x05\x03max\x05\x03\ -min\x05\x06result\x05\x04seed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x016pulumi:random/random-integer@4.15.0\ --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\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\x0e\x0bbcrypt-hash\x05\x07keepers\x05\x06length\x05\x05lower\x05\x09m\ -in-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\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x017pulumi:random/random-password@4.15.0-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\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\x012pulumi:rand\ -om/random-pet@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06inputs\x02\x07keepers\x02\x0cresult-co\ -unt\x02\x04seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x06inputs\x05\x07k\ -eepers\x05\x0cresult-count\x05\x07results\x05\x04seed\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x016pulumi:rand\ -om/random-shuffle@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\ +\x07\x03\x01component:pulumi-wa\ +sm/register-interface@0.0.0-NIGHTLY-12da86b\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x07keepers\x02\x06length\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x04\x06base64\x05\x03hex\x05\x07keepers\x05\x06leng\ +th\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invok\ +e\x01\x08\x04\x01Jpulumi:random/random-bytes@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETW\ +OdaEIGHTSIXb\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\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\x03\ +hex\x05\x07keepers\x05\x06prefix\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Gpulumi:random/random-id@4.15.0-ZE\ +RO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\x03max\x02\x03min\x02\x04see\ +d\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07keepers\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\x01Lpulumi:random/random-integer@4.15.0-ZERO.\ +ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05lower\x02\x09mi\ +n-lower\x02\x0bmin-numeric\x02\x0bmin-special\x02\x09min-upper\x02\x06number\x02\ +\x07numeric\x02\x10override-special\x02\x07special\x02\x05upper\x02\x04\0\x04arg\ +s\x03\0\x03\x01i\x01\x01r\x0e\x0bbcrypt-hash\x05\x07keepers\x05\x06length\x05\x05\ +lower\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\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01Mpulumi:random/random-password@4.15.0-ZERO.ZERO.ZERO-NIGHT\ +LY-ONETWOdaEIGHTSIXb\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\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\x01Hpulumi:random/random-pet@4.15.0-ZERO.ZERO.ZERO-NIGH\ +TLY-ONETWOdaEIGHTSIXb\x05\x07\x01B\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\x0cresul\ +t-count\x05\x07results\x05\x04seed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Lpulumi:random/random-shuffle@4.15\ +.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\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\x06\ number\x02\x07numeric\x02\x10override-special\x02\x07special\x02\x05upper\x02\x04\ @@ -1707,14 +1711,15 @@ number\x02\x07numeric\x02\x10override-special\x02\x07special\x02\x05upper\x02\x0 \x09min-lower\x05\x0bmin-numeric\x05\x0bmin-special\x05\x09min-upper\x05\x06numb\ er\x05\x07numeric\x05\x10override-special\x05\x06result\x05\x07special\x05\x05up\ per\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\x015pulumi:random/random-string@4.15.0-ZERO.ZERO.ZERO-DEV\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\ -\x013pulumi:random/random-uuid@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x0a\x04\x015pulumi:\ -random/random-pulumi@4.15.0-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"; +ke\x01\x08\x04\x01Kpulumi:random/random-string@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONE\ +TWOdaEIGHTSIXb\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\ +\x01\x01r\x01\x07keepers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x07keeper\ +s\x05\x06result\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01Ipulumi:random/random-uuid@4.15.0-ZERO.ZERO.ZERO-NIG\ +HTLY-ONETWOdaEIGHTSIXb\x05\x0a\x04\x01Kpulumi:random/random-pulumi@4.15.0-ZERO.Z\ +ERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb\x04\0\x0b\x13\x01\0\x0drandom-pulumi\x03\0\0\0\ +G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10wit-bindge\ +n-rust\x060.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 9fad235d..39f187f1 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-12da86b; interface output-interface { diff --git a/providers/pulumi_wasm_provider_random/wit/world.wit b/providers/pulumi_wasm_provider_random/wit/world.wit index cec608df..cd70f337 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-ZERO.ZERO.ZERO-DEV; +package pulumi:random@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; 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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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 134df328..3d6fbdc1 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-12da86b" 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 a9fc1880..c4a829c6 100644 --- a/providers/pulumi_wasm_provider_random_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_random_rust/src/lib.rs @@ -8,7 +8,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": generate + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-12da86b": generate } }); } 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 9fad235d..39f187f1 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-12da86b; 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 cec608df..cd70f337 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-ZERO.ZERO.ZERO-DEV; +package pulumi:random@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; 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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{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-12da86b.{output}; record args { keepers: borrow, diff --git a/pulumi_wasm/src/bindings.rs b/pulumi_wasm/src/bindings.rs index edf4a6a3..303bdfc0 100644 --- a/pulumi_wasm/src/bindings.rs +++ b/pulumi_wasm/src/bindings.rs @@ -150,7 +150,7 @@ pub mod component { } #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/log@0.0.0-DEV")] + #[link(wasm_import_module = "component:pulumi-wasm/log@0.0.0-NIGHTLY-12da86b")] extern "C" { #[link_name = "log"] fn wit_import( @@ -254,7 +254,9 @@ pub mod component { pub fn is_in_preview() -> bool { unsafe { #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-12da86b" + )] extern "C" { #[link_name = "is-in-preview"] fn wit_import() -> i32; @@ -276,7 +278,9 @@ pub mod component { let mut ret_area = RetArea([::core::mem::MaybeUninit::uninit(); 8]); let ptr0 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-12da86b" + )] extern "C" { #[link_name = "get-root-resource"] fn wit_import(_: *mut u8); @@ -305,7 +309,9 @@ pub mod component { let len0 = vec0.len(); let ptr1 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-12da86b" + )] extern "C" { #[link_name = "register-resource-outputs"] fn wit_import(_: *mut u8, _: usize, _: *mut u8); @@ -337,7 +343,9 @@ pub mod component { let len2 = vec2.len(); #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-12da86b" + )] extern "C" { #[link_name = "register-resource"] fn wit_import(_: *mut u8, _: usize, _: *mut u8, _: usize); @@ -358,7 +366,9 @@ pub mod component { let mut ret_area = RetArea([::core::mem::MaybeUninit::uninit(); 8]); let ptr0 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-12da86b" + )] extern "C" { #[link_name = "wait-for-registered-resources"] fn wit_import(_: *mut u8); @@ -544,7 +554,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-12da86b" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -636,7 +646,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-12da86b" )] extern "C" { #[link_name = "[resource-new]output"] @@ -660,7 +670,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-12da86b" )] extern "C" { #[link_name = "[resource-rep]output"] @@ -676,29 +686,29 @@ 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_12da86b_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-12da86b#[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-12da86b#[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#[method]output.duplicate"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-12da86b#[method]output.duplicate"] unsafe extern "C" fn export_method_output_duplicate(arg0: *mut u8,) -> i32 { $($path_to_types)*::_export_method_output_duplicate_cabi::<<$ty as $($path_to_types)*::Guest>::Output>(arg0) } - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#combine"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-12da86b#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-12da86b#[dtor]output"] #[allow(non_snake_case)] unsafe extern "C" fn dtor(rep: *mut u8) { $($path_to_types)*::Output::dtor::< @@ -710,7 +720,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_12da86b_cabi; } #[allow(dead_code, clippy::all)] @@ -905,21 +915,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_12da86b_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-12da86b#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-12da86b#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_12da86b_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1074,25 +1084,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_12da86b_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-12da86b#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-12da86b#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-12da86b#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_12da86b_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1325,9 +1335,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_12da86b_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_12da86b_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_12da86b_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface); ) } #[doc(inline)] @@ -1336,40 +1346,41 @@ 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; 1527] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xf5\x0a\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1599] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xbd\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\ -t\x03\0\x06\x01@\x01\x07content\x07\x01\0\x04\0\x03log\x01\x08\x03\x01#component\ -:pulumi-wasm/log@0.0.0-DEV\x05\0\x01B\x10\x01p}\x01r\x02\x09output-ids\x04body\0\ -\x04\0\x19register-resource-request\x03\0\x01\x01r\x02\x09output-ids\x04body\0\x04\ -\0\x13registered-resource\x03\0\x03\x01@\0\0\x7f\x04\0\x0dis-in-preview\x01\x05\x01\ -@\0\0s\x04\0\x11get-root-resource\x01\x06\x01@\x01\x07request\0\0\0\x04\0\x19reg\ -ister-resource-outputs\x01\x07\x01@\x01\x07request\x02\x01\0\x04\0\x11register-r\ -esource\x01\x08\x01p\x04\x01@\0\0\x09\x04\0\x1dwait-for-registered-resources\x01\ -\x0a\x03\x01.component:pulumi-wasm/external-world@0.0.0-DEV\x05\x01\x01B\x0c\x04\ -\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13[constructor]outpu\ -t\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\0\x12[method]o\ -utput.map\x01\x04\x01@\x01\x04self\x03\0\x01\x04\0\x18[method]output.duplicate\x01\ -\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07combine\x01\x07\x04\x010com\ -ponent:pulumi-wasm/output-interface@0.0.0-DEV\x05\x02\x02\x03\0\x02\x06output\x01\ -B\x13\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04names\x05\ -value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\0\x0cresult-fiel\ -d\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\x06\ -fields\x0e\x04\0\x18register-resource-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\x01\ -r\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/co\ -mponent:pulumi-wasm/stack-interface@0.0.0-DEV\x05\x05\x04\x01+component:pulumi-w\ -asm/pulumi-wasm@0.0.0-DEV\x04\0\x0b\x11\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09produ\ -cers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10wit-bindgen-rust\x06\ -0.25.0"; +t\x03\0\x06\x01@\x01\x07content\x07\x01\0\x04\0\x03log\x01\x08\x03\x01/component\ +:pulumi-wasm/log@0.0.0-NIGHTLY-12da86b\x05\0\x01B\x10\x01p}\x01r\x02\x09output-i\ +ds\x04body\0\x04\0\x19register-resource-request\x03\0\x01\x01r\x02\x09output-ids\ +\x04body\0\x04\0\x13registered-resource\x03\0\x03\x01@\0\0\x7f\x04\0\x0dis-in-pr\ +eview\x01\x05\x01@\0\0s\x04\0\x11get-root-resource\x01\x06\x01@\x01\x07request\0\ +\0\0\x04\0\x19register-resource-outputs\x01\x07\x01@\x01\x07request\x02\x01\0\x04\ +\0\x11register-resource\x01\x08\x01p\x04\x01@\0\0\x09\x04\0\x1dwait-for-register\ +ed-resources\x01\x0a\x03\x01:component:pulumi-wasm/external-world@0.0.0-NIGHTLY-\ +12da86b\x05\x01\x01B\x0c\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-na\ +mes\0\x01\x04\0\x12[method]output.map\x01\x04\x01@\x01\x04self\x03\0\x01\x04\0\x18\ +[method]output.duplicate\x01\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07\ +combine\x01\x07\x04\x01co\ +mponent:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b\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\x02\ +id\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\x09fu\ +nctions\x09\0\x0a\x04\0\x06finish\x01\x0b\x04\x01;component:pulumi-wasm/stack-in\ +terface@0.0.0-NIGHTLY-12da86b\x05\x05\x04\x017component:pulumi-wasm/pulumi-wasm@\ +0.0.0-NIGHTLY-12da86b\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"; #[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 9d5e0ddd..d5ee2be1 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-12da86b" 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 9fad235d..39f187f1 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-12da86b; 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 626db78a..8fc6fd26 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-ZERO.ZERO.ZERO-DEV; +package pulumi:example@0.0.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; } 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..ba49773a 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-12da86b" 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 9fad235d..39f187f1 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-12da86b; 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 626db78a..8fc6fd26 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-ZERO.ZERO.ZERO-DEV; +package pulumi:example@0.0.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; } 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 1d7b7abb..e6724684 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-12da86b" 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 9fad235d..39f187f1 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-12da86b; 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 9ce49286..d030bbdc 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-ZERO.ZERO.ZERO-DEV; +package pulumi:aws-native@0.0.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; } 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..c4a4598b 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-12da86b" 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 9fad235d..39f187f1 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-12da86b; 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 9ce49286..d030bbdc 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-ZERO.ZERO.ZERO-DEV; +package pulumi:aws-native@0.0.1-ZERO.ZERO.ZERO-NIGHTLY-ONETWOdaEIGHTSIXb; world aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-12da86b; } 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..c64a7d3a 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-12da86b#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 000435b0..782517e1 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-12da86b; world import-all { import output-interface;