From 818ffcdf352497a91a9ad638a903915a602fff98 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:16:47 +0000 Subject: [PATCH] Release v0.0.0-NIGHTLY-baedd49 --- Cargo.lock | 46 +- Cargo.toml | 22 +- .../Cargo.toml | 2 +- .../src/bindings.rs | 3086 +++++++++-------- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 286 +- .../Cargo.toml | 2 +- .../src/lib.rs | 2 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 286 +- .../pulumi_wasm_provider_docker/Cargo.toml | 2 +- .../src/bindings.rs | 478 +-- .../wit/deps/pulumi-wasm.wit | 2 +- .../pulumi_wasm_provider_docker/wit/world.wit | 36 +- .../Cargo.toml | 2 +- .../src/lib.rs | 2 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 36 +- .../pulumi_wasm_provider_random/Cargo.toml | 2 +- .../src/bindings.rs | 238 +- .../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 | 97 +- .../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/functions-secrets/lib/Cargo.toml | 2 +- .../output/functions-secrets/lib/src/lib.rs | 2 +- .../lib/wit/deps/pulumi-wasm.wit | 2 +- .../functions-secrets/lib/wit/world.wit | 6 +- .../functions-secrets/provider/Cargo.toml | 2 +- .../provider/wit/deps/pulumi-wasm.wit | 2 +- .../functions-secrets/provider/wit/world.wit | 6 +- .../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_wit/wit/world.wit | 2 +- 47 files changed, 2388 insertions(+), 2349 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d28a796b..52495a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2041,11 +2041,11 @@ dependencies = [ [[package]] name = "pulumi-wasm-parent" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" [[package]] name = "pulumi_wasm" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "bitflags", @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_cloudflare" -version = "5.24.1-0.0.0-DEV" +version = "5.24.1-0.0.0-NIGHTLY-baedd49" dependencies = [ "bon", "pulumi_wasm_rust", @@ -2074,7 +2074,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_cloudflare_provider" -version = "5.24.1-0.0.0-DEV" +version = "5.24.1-0.0.0-NIGHTLY-baedd49" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_common" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "log", "pulumi_wasm_wit", @@ -2091,7 +2091,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_core" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "log", @@ -2105,7 +2105,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-baedd49" dependencies = [ "bon", "pulumi_wasm_rust", @@ -2116,7 +2116,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker_provider" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-baedd49" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2124,7 +2124,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_dependencies" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "assert_cmd", @@ -2136,7 +2136,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_docker" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "assert_cmd", @@ -2148,7 +2148,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_multiple_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "assert_cmd", @@ -2161,7 +2161,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_simple" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "assert_cmd", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "clap", @@ -2182,7 +2182,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator_lib" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "assert_cmd", @@ -2198,7 +2198,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_proto" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "mockall", "prost", @@ -2209,7 +2209,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-baedd49" dependencies = [ "bon", "pulumi_wasm_rust", @@ -2220,7 +2220,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random_provider" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-baedd49" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2228,7 +2228,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_runner" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "async-trait", @@ -2257,7 +2257,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_runner_component_creator" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "async-trait", @@ -2275,7 +2275,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "anyhow", "bitflags", @@ -2295,7 +2295,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust_macro" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "proc-macro2", "quote", @@ -2304,7 +2304,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_wit" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" dependencies = [ "wasmtime", "wit-bindgen", @@ -2404,7 +2404,7 @@ dependencies = [ [[package]] name = "regenerate_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" [[package]] name = "regex" diff --git a/Cargo.toml b/Cargo.toml index fe77723b..26d5a9b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,21 +35,21 @@ members = [ ] [workspace.package] -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-baedd49" edition = "2021" repository = "https://github.com/andrzejressel/pulumi-wasm" [workspace.dependencies] -pulumi_wasm_core = { version = "=0.0.0-DEV", path = "pulumi_wasm_core", registry = "cloudsmith" } -pulumi_wasm_docker = { version = "=4.5.3-0.0.0-DEV", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" } -pulumi_wasm_generator_lib = { version = "=0.0.0-DEV", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" } -pulumi_wasm_random = { version = "=4.15.0-0.0.0-DEV", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" } -pulumi_wasm_rust = { version = "=0.0.0-DEV", path = "pulumi_wasm_rust", registry = "cloudsmith" } -pulumi_wasm_rust_macro = { version = "=0.0.0-DEV", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" } -pulumi_wasm_common = { version = "=0.0.0-DEV", path = "pulumi_wasm_common", registry = "cloudsmith" } -pulumi_wasm_proto = { version = "=0.0.0-DEV", path = "pulumi_wasm_proto", registry = "cloudsmith" } -pulumi_wasm_wit = { version = "=0.0.0-DEV", path = "pulumi_wasm_wit", registry = "cloudsmith" } -pulumi_wasm_runner_component_creator = { version = "=0.0.0-DEV", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" } +pulumi_wasm_core = { version = "=0.0.0-NIGHTLY-baedd49", path = "pulumi_wasm_core", registry = "cloudsmith" } +pulumi_wasm_docker = { version = "=4.5.3-0.0.0-NIGHTLY-baedd49", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" } +pulumi_wasm_generator_lib = { version = "=0.0.0-NIGHTLY-baedd49", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" } +pulumi_wasm_random = { version = "=4.15.0-0.0.0-NIGHTLY-baedd49", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" } +pulumi_wasm_rust = { version = "=0.0.0-NIGHTLY-baedd49", path = "pulumi_wasm_rust", registry = "cloudsmith" } +pulumi_wasm_rust_macro = { version = "=0.0.0-NIGHTLY-baedd49", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" } +pulumi_wasm_common = { version = "=0.0.0-NIGHTLY-baedd49", path = "pulumi_wasm_common", registry = "cloudsmith" } +pulumi_wasm_proto = { version = "=0.0.0-NIGHTLY-baedd49", path = "pulumi_wasm_proto", registry = "cloudsmith" } +pulumi_wasm_wit = { version = "=0.0.0-NIGHTLY-baedd49", path = "pulumi_wasm_wit", registry = "cloudsmith" } +pulumi_wasm_runner_component_creator = { version = "=0.0.0-NIGHTLY-baedd49", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" } anyhow = "1.0.82" prost = "0.13.1" diff --git a/providers/pulumi_wasm_provider_cloudflare/Cargo.toml b/providers/pulumi_wasm_provider_cloudflare/Cargo.toml index 0ab3f1b9..93a057bc 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-baedd49" 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 d15fb7e9..6dc4155c 100644 --- a/providers/pulumi_wasm_provider_cloudflare/src/bindings.rs +++ b/providers/pulumi_wasm_provider_cloudflare/src/bindings.rs @@ -37,7 +37,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-baedd49" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -56,7 +56,7 @@ pub mod component { let len0 = vec0.len(); #[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-baedd49" )] extern "C" { #[link_name = "[constructor]output"] @@ -80,7 +80,7 @@ pub mod component { let len0 = vec0.len(); #[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-baedd49" )] extern "C" { #[link_name = "[method]output.map"] @@ -125,7 +125,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-baedd49" )] extern "C" { #[link_name = "combine"] @@ -345,7 +345,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-baedd49" )] extern "C" { #[link_name = "register"] @@ -494,7 +494,7 @@ pub mod component { let ptr8 = 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-baedd49" )] extern "C" { #[link_name = "invoke"] @@ -1090,16 +1090,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_application_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_application_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-application@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-application@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_application_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 120]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1208,10 +1208,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_ca_certificate_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_ca_certificate_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-ca-certificate@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-ca-certificate@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -1219,7 +1219,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_ca_certificate_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_ca_certificate_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1362,10 +1362,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_custom_page_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_custom_page_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-custom-page@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-custom-page@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -1374,7 +1374,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_custom_page_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_custom_page_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1517,18 +1517,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_group_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_group_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-group@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/access-group@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_group_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1671,10 +1672,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_identity_provider_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_identity_provider_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-identity-provider@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-identity-provider@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -1683,7 +1684,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_identity_provider_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_identity_provider_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1777,17 +1778,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_keys_configuration_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_keys_configuration_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-keys-configuration@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-keys-configuration@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_keys_configuration_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1921,10 +1922,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-mutual-tls-certificate@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-mutual-tls-certificate@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -1932,7 +1933,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2033,10 +2034,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-mutual-tls-hostname-settings@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-mutual-tls-hostname-settings@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -2044,7 +2045,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2323,10 +2324,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_organization_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_organization_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-organization@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-organization@5.24.1--0.0.0-NIGHTLY-baedd49#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 : @@ -2337,7 +2338,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_organization_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_organization_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2625,16 +2626,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_policy_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_policy_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-policy@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-policy@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_policy_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2763,18 +2764,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_rule_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_rule_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-rule@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/access-rule@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_rule_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2916,10 +2917,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_service_token_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_service_token_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-service-token@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-service-token@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -2927,7 +2928,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_service_token_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_service_token_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3042,18 +3043,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_tag_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_tag_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-tag@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:cloudflare/access-tag@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_tag_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3155,17 +3156,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_account_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_account_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/account@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/account@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_account_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3280,10 +3282,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_account_member_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_account_member_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/account-member@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/account-member@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -3291,7 +3293,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_account_member_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_account_member_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3442,18 +3444,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_address_map_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_address_map_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/address-map@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/address-map@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_address_map_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3547,17 +3550,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:cloudflare/api-shield@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3672,10 +3675,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_operation_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_operation_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield-operation@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/api-shield-operation@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -3683,7 +3686,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_operation_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_operation_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3785,10 +3788,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield-operation-schema-validation-settings@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/api-shield-operation-schema-validation-settings@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -3796,7 +3799,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3926,10 +3929,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_schema_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_schema_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield-schema@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/api-shield-schema@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -3937,7 +3940,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_schema_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_schema_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4052,10 +4055,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield-schema-validation-settings@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/api-shield-schema-validation-settings@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -4063,7 +4066,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4208,18 +4211,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_token_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_token_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-token@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/api-token@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_token_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4320,17 +4323,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_argo_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_argo_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/argo@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/argo@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_argo_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4452,10 +4456,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/authenticated-origin-pulls@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/authenticated-origin-pulls@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -4463,7 +4467,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4602,10 +4606,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/authenticated-origin-pulls-certificate@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/authenticated-origin-pulls-certificate@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -4613,7 +4617,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4842,10 +4846,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_bot_management_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_bot_management_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/bot-management@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/bot-management@5.24.1--0.0.0-NIGHTLY-baedd49#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,) -> * @@ -4855,7 +4859,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_bot_management_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_bot_management_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4970,10 +4974,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/byo-ip-prefix@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/byo-ip-prefix@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -4981,7 +4985,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_byo_ip_prefix_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5193,10 +5197,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_certificate_pack_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_certificate_pack_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/certificate-pack@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/certificate-pack@5.24.1--0.0.0-NIGHTLY-baedd49#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,) -> * @@ -5206,7 +5210,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_certificate_pack_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_certificate_pack_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5393,10 +5397,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_hostname_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_custom_hostname_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/custom-hostname@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/custom-hostname@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -5405,7 +5409,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_custom_hostname_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_hostname_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5492,17 +5496,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/custom-hostname-fallback-origin@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/custom-hostname-fallback-origin@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5631,18 +5635,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_pages_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_custom_pages_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/custom-pages@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/custom-pages@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_pages_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5777,17 +5781,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_ssl_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_custom_ssl_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/custom-ssl@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/custom-ssl@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_ssl_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5878,17 +5883,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_d1_database_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_d1_database_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/d1-database@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:cloudflare/d1-database@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_d1_database_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6039,10 +6044,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_dex_test_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_dex_test_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-dex-test@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-dex-test@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -6051,7 +6056,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_dex_test_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_dex_test_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6166,10 +6171,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_managed_networks_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_managed_networks_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-managed-networks@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-managed-networks@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -6177,7 +6182,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_managed_networks_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_managed_networks_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6261,17 +6266,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_policy_certificates_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_policy_certificates_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-policy-certificates@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-policy-certificates@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_policy_certificates_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6414,10 +6419,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_posture_integration_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_posture_integration_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-posture-integration@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-posture-integration@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -6426,7 +6431,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_posture_integration_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_posture_integration_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6597,10 +6602,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_posture_rule_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_posture_rule_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-posture-rule@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-posture-rule@5.24.1--0.0.0-NIGHTLY-baedd49#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 { @@ -6609,7 +6614,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_posture_rule_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_posture_rule_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6928,16 +6933,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_settings_policy_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_settings_policy_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-settings-policy@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-settings-policy@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_settings_policy_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 72]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7096,19 +7101,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_dlp_profile_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_dlp_profile_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/dlp-profile@5.24.1--0.0.0-DEV#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)*:: + "pulumi:cloudflare/dlp-profile@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_dlp_profile_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7211,17 +7216,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_address_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_email_routing_address_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/email-routing-address@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/email-routing-address@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_address_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7354,10 +7359,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/email-routing-catch-all@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/email-routing-catch-all@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -7365,7 +7370,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_catch_all_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7512,10 +7517,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_rule_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_email_routing_rule_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/email-routing-rule@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/email-routing-rule@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -7524,7 +7529,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_rule_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_rule_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7645,10 +7650,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_settings_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_email_routing_settings_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/email-routing-settings@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/email-routing-settings@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -7656,7 +7661,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_settings_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_settings_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7757,10 +7762,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_fallback_domain_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_fallback_domain_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/fallback-domain@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/fallback-domain@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -7768,7 +7773,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_fallback_domain_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_fallback_domain_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7897,18 +7902,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_filter_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_filter_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/filter@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/filter@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_filter_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8065,10 +8070,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_firewall_rule_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_firewall_rule_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/firewall-rule@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/firewall-rule@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -8077,7 +8082,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_firewall_rule_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_firewall_rule_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8302,20 +8307,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_gre_tunnel_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_gre_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/gre-tunnel@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/gre-tunnel@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_gre_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8668,16 +8673,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_healthcheck_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_healthcheck_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/healthcheck@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8,) -> * mut u8 { - $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; + "pulumi:cloudflare/healthcheck@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_healthcheck_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 88]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8800,10 +8805,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/hostname-tls-setting@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/hostname-tls-setting@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -8811,7 +8816,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8934,10 +8939,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -8945,7 +8950,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9060,10 +9065,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hyperdrive_config_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_hyperdrive_config_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/hyperdrive-config@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/hyperdrive-config@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -9071,7 +9076,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hyperdrive_config_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hyperdrive_config_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9383,16 +9388,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/ipsec-tunnel@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8,) -> * mut u8 { - $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; + "pulumi:cloudflare/ipsec-tunnel@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_ipsec_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9553,10 +9558,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_keyless_certificate_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_keyless_certificate_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/keyless-certificate@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/keyless-certificate@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -9565,7 +9570,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_keyless_certificate_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_keyless_certificate_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9694,18 +9699,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_list_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_list_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/list@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/list@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_list_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9862,19 +9867,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_list_item_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_list_item_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/list-item@5.24.1--0.0.0-DEV#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)*:: + "pulumi:cloudflare/list-item@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_list_item_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -10222,16 +10227,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_load_balancer_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/load-balancer@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/load-balancer@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 84]); static mut _RET_AREA: _RetArea = _RetArea( @@ -10542,16 +10547,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/load-balancer-monitor@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/load-balancer-monitor@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_monitor_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea( @@ -10804,10 +10809,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_pool_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_load_balancer_pool_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/load-balancer-pool@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/load-balancer-pool@5.24.1--0.0.0-NIGHTLY-baedd49#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 : @@ -10818,7 +10823,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_load_balancer_pool_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_pool_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea( @@ -10902,17 +10907,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpull_retention_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_logpull_retention_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/logpull-retention@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/logpull-retention@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpull_retention_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11194,16 +11199,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpush_job_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_logpush_job_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/logpush-job@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8,) -> * mut u8 { - $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; + "pulumi:cloudflare/logpush-job@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpush_job_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11313,10 +11318,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/logpush-ownership-challenge@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/logpush-ownership-challenge@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -11324,7 +11329,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11439,10 +11444,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/magic-firewall-ruleset@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/magic-firewall-ruleset@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -11450,7 +11455,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11565,10 +11570,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_managed_headers_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_managed_headers_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/managed-headers@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/managed-headers@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -11576,7 +11581,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_managed_headers_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_managed_headers_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11725,10 +11730,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_mtls_certificate_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_mtls_certificate_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/mtls-certificate@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/mtls-certificate@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -11736,7 +11741,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_mtls_certificate_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_mtls_certificate_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11938,10 +11943,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_notification_policy_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_notification_policy_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/notification-policy@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/notification-policy@5.24.1--0.0.0-NIGHTLY-baedd49#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 { @@ -11950,7 +11955,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_notification_policy_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_notification_policy_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12081,10 +12086,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/notification-policy-webhooks@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/notification-policy-webhooks@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -12092,7 +12097,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12207,10 +12212,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/observatory-scheduled-test@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/observatory-scheduled-test@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -12218,7 +12223,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12357,10 +12362,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/origin-ca-certificate@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/origin-ca-certificate@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -12368,7 +12373,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_origin_ca_certificate_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12497,18 +12502,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_page_rule_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_page_rule_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/page-rule@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/page-rule@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_page_rule_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12613,17 +12618,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_pages_domain_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_pages_domain_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/pages-domain@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/pages-domain@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_pages_domain_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12780,10 +12786,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_pages_project_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_pages_project_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/pages-project@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/pages-project@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -12792,7 +12798,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_pages_project_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_pages_project_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12876,17 +12882,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_queue_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_queue_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/queue@5.24.1--0.0.0-DEV#invoke"] unsafe extern - "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : i32, - arg3 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:cloudflare/queue@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_queue_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12987,17 +12993,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_r2_bucket_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_r2_bucket_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/r2-bucket@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/r2-bucket@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_r2_bucket_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13183,19 +13190,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_rate_limit_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_rate_limit_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/rate-limit@5.24.1--0.0.0-DEV#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 { + "pulumi:cloudflare/rate-limit@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_rate_limit_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13429,20 +13436,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_record_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_record_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/record@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/record@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_record_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 64]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13547,10 +13554,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_regional_hostname_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_regional_hostname_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/regional-hostname@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/regional-hostname@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -13558,7 +13565,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_regional_hostname_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_regional_hostname_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13642,17 +13649,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/regional-tiered-cache@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/regional-tiered-cache@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_regional_tiered_cache_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13809,19 +13816,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_ruleset_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_ruleset_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/ruleset@5.24.1--0.0.0-DEV#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)*:: + "pulumi:cloudflare/ruleset@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_ruleset_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14066,10 +14073,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_spectrum_application_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_spectrum_application_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/spectrum-application@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/spectrum-application@5.24.1--0.0.0-NIGHTLY-baedd49#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 : @@ -14080,7 +14087,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_spectrum_application_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_spectrum_application_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14195,18 +14202,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_split_tunnel_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_split_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/split-tunnel@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:cloudflare/split-tunnel@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_split_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14377,19 +14384,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_static_route_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_static_route_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/static-route@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/static-route@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_static_route_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14690,16 +14697,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_account_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_account_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-account@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/teams-account@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_account_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14828,18 +14835,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_list_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_list_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-list@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/teams-list@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_list_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14979,10 +14986,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_location_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_location_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-location@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/teams-location@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -14990,7 +14997,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_location_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_location_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15095,10 +15102,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-proxy-endpoint@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/teams-proxy-endpoint@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -15106,7 +15113,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15325,20 +15332,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_rule_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_rule_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-rule@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/teams-rule@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_rule_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15422,17 +15429,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tiered_cache_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tiered_cache_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tiered-cache@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:cloudflare/tiered-cache@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tiered_cache_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15534,17 +15541,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_total_tls_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_total_tls_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/total-tls@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/total-tls@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_total_tls_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15667,18 +15675,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tunnel@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:cloudflare/tunnel@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15779,10 +15787,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_config_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tunnel_config_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tunnel-config@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/tunnel-config@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -15790,7 +15798,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tunnel_config_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_config_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15920,18 +15928,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_route_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tunnel_route_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tunnel-route@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/tunnel-route@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_route_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16047,10 +16055,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tunnel-virtual-network@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/tunnel-virtual-network@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -16058,7 +16066,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16219,10 +16227,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_turnstile_widget_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_turnstile_widget_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/turnstile-widget@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/turnstile-widget@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -16231,7 +16239,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_turnstile_widget_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_turnstile_widget_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16328,10 +16336,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_url_normalization_settings_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_url_normalization_settings_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/url-normalization-settings@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/url-normalization-settings@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -16339,7 +16347,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_url_normalization_settings_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_url_normalization_settings_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16468,10 +16476,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/user-agent-blocking-rule@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/user-agent-blocking-rule@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -16479,7 +16487,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16812,16 +16820,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_waiting_room_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/waiting-room@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8,) -> * mut u8 { - $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; + "pulumi:cloudflare/waiting-room@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 72]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17121,16 +17129,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_event_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_waiting_room_event_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/waiting-room-event@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/waiting-room-event@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_event_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17231,10 +17239,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_rules_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_waiting_room_rules_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/waiting-room-rules@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/waiting-room-rules@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -17242,7 +17250,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_waiting_room_rules_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_rules_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17336,17 +17344,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_settings_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_waiting_room_settings_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/waiting-room-settings@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/waiting-room-settings@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_settings_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17487,10 +17495,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web3_hostname_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_web3_hostname_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/web3-hostname@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/web3-hostname@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -17498,7 +17506,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web3_hostname_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web3_hostname_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17641,10 +17649,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web_analytics_rule_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_web_analytics_rule_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/web-analytics-rule@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/web-analytics-rule@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -17653,7 +17661,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web_analytics_rule_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web_analytics_rule_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17784,10 +17792,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web_analytics_site_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_web_analytics_site_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/web-analytics-site@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/web-analytics-site@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -17795,7 +17803,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web_analytics_site_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web_analytics_site_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17896,10 +17904,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-cron-trigger@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/worker-cron-trigger@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -17907,7 +17915,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_cron_trigger_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18036,10 +18044,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_domain_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_domain_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-domain@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/worker-domain@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -18047,7 +18055,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_domain_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_domain_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18148,17 +18156,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_route_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_route_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-route@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/worker-route@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_route_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18501,16 +18510,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_script_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_script_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-script@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/worker-script@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_script_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18625,10 +18634,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_secret_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_secret_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-secret@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/worker-secret@5.24.1--0.0.0-NIGHTLY-baedd49#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, @@ -18636,7 +18645,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_secret_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_secret_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18720,17 +18729,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-for-platforms-namespace@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-for-platforms-namespace@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18845,18 +18854,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_kv_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_kv_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-kv@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:cloudflare/workers-kv@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_kv_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18940,17 +18949,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-kv-namespace@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-kv-namespace@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_kv_namespace_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19115,18 +19124,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone@5.24.1--0.0.0-DEV#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) } }; + "pulumi:cloudflare/zone@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19210,17 +19220,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-cache-reserve@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zone-cache-reserve@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_cache_reserve_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19447,10 +19457,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_cache_variants_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_cache_variants_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-cache-variants@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zone-cache-variants@5.24.1--0.0.0-NIGHTLY-baedd49#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 : @@ -19460,7 +19470,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_cache_variants_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_cache_variants_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19588,17 +19598,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_dnssec_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_dnssec_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-dnssec@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:cloudflare/zone-dnssec@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_dnssec_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19714,18 +19724,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_hold_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_hold_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-hold@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:cloudflare/zone-hold@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_hold_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19868,10 +19878,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_lockdown_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_lockdown_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-lockdown@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zone-lockdown@5.24.1--0.0.0-NIGHTLY-baedd49#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)*:: @@ -19880,7 +19890,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_lockdown_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_lockdown_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19993,17 +20003,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_settings_override_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_settings_override_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-settings-override@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zone-settings-override@5.24.1--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_settings_override_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20119,17 +20129,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_access_application_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_access_application_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-access-application@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-access-application@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, 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_get_access_application_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_access_application_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20231,17 +20241,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_access_identity_provider_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_access_identity_provider_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-access-identity-provider@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-access-identity-provider@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1, arg2) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_access_identity_provider_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_access_identity_provider_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20309,16 +20319,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_account_roles_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_account_roles_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-account-roles@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-account-roles@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_account_roles_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_account_roles_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20384,16 +20394,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_accounts_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_accounts_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-accounts@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:cloudflare/get-accounts@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_accounts_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_accounts_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20456,16 +20466,16 @@ pub mod exports { fn invoke() -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_api_token_permission_groups_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_api_token_permission_groups_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-api-token-permission-groups@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-api-token-permission-groups@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke() -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > () } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_api_token_permission_groups_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_api_token_permission_groups_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20567,17 +20577,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_device_posture_rules_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_device_posture_rules_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-device-posture-rules@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-device-posture-rules@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1, arg2) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_device_posture_rules_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_device_posture_rules_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20645,16 +20655,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_devices_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_devices_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-devices@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:cloudflare/get-devices@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_devices_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_devices_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20722,16 +20732,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_dlp_datasets_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_dlp_datasets_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-dlp-datasets@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-dlp-datasets@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_dlp_datasets_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_dlp_datasets_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20804,16 +20814,16 @@ pub mod exports { fn invoke() -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_ip_ranges_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_ip_ranges_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-ip-ranges@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-ip-ranges@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke() -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > () } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_ip_ranges_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_ip_ranges_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20909,17 +20919,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_list_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_list_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-list@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32, arg1 : i32,) -> * mut u8 - { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1) } - }; + "pulumi:cloudflare/get-list@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32,) -> * + mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, + arg1) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_list_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_list_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20987,16 +20997,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_lists_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_lists_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-lists@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:cloudflare/get-lists@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_lists_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_lists_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21094,17 +21104,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_load_balancer_pools_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_load_balancer_pools_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-load-balancer-pools@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-load-balancer-pools@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1, arg2) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_load_balancer_pools_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_load_balancer_pools_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21186,16 +21196,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_origin_ca_certificate_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_origin_ca_certificate_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-origin-ca-certificate@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-origin-ca-certificate@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_origin_ca_certificate_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_origin_ca_certificate_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21263,16 +21273,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_origin_ca_root_certificate_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_origin_ca_root_certificate_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-origin-ca-root-certificate@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-origin-ca-root-certificate@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_origin_ca_root_certificate_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_origin_ca_root_certificate_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21422,17 +21432,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_record_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_record_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-record@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : i32, - arg3 : i32, arg4 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:cloudflare/get-record@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, 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_get_record_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_record_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21548,17 +21558,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_rulesets_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_rulesets_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-rulesets@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : i32, - arg3 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:cloudflare/get-rulesets@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, 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_get_rulesets_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_rulesets_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21654,17 +21664,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_tunnel_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-tunnel@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32, arg1 : i32,) -> * mut u8 - { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1) } - }; + "pulumi:cloudflare/get-tunnel@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32,) -> * + mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, + arg1) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_tunnel_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21756,17 +21766,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_tunnel_virtual_network_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_tunnel_virtual_network_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-tunnel-virtual-network@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-tunnel-virtual-network@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_tunnel_virtual_network_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_tunnel_virtual_network_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21813,16 +21823,16 @@ pub mod exports { fn invoke() -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_user_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_user_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-user@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke() -> * mut u8 { $($path_to_types)*:: - _export_invoke_cabi::<$ty > () } }; + "pulumi:cloudflare/get-user@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke() -> * mut u8 { + $($path_to_types)*:: _export_invoke_cabi::<$ty > () } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_user_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_user_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21941,17 +21951,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zone_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zone_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zone@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : i32,) - -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > - (arg0, arg1, arg2) } }; + "pulumi:cloudflare/get-zone@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : + i32,) -> * mut u8 { $($path_to_types)*:: + _export_invoke_cabi::<$ty > (arg0, arg1, arg2) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_zone_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zone_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22017,16 +22027,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zone_cache_reserve_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zone_cache_reserve_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zone-cache-reserve@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zone-cache-reserve@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_zone_cache_reserve_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zone_cache_reserve_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22133,16 +22143,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zone_dnssec_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zone_dnssec_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zone-dnssec@5.24.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zone-dnssec@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_zone_dnssec_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zone_dnssec_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22208,16 +22218,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zones_5_24_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zones_5_24_1_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zones@5.24.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:cloudflare/get-zones@5.24.1--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_zones_5_24_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zones_5_24_1_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22349,448 +22359,448 @@ macro_rules! __export_cloudflare_pulumi_impl { }; ($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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_application::__export_pulumi_cloudflare_access_application_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_ca_certificate::__export_pulumi_cloudflare_access_ca_certificate_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_custom_page::__export_pulumi_cloudflare_access_custom_page_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_group::__export_pulumi_cloudflare_access_group_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_identity_provider::__export_pulumi_cloudflare_access_identity_provider_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_keys_configuration::__export_pulumi_cloudflare_access_keys_configuration_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_mutual_tls_certificate::__export_pulumi_cloudflare_access_mutual_tls_certificate_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_mutual_tls_hostname_settings::__export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_organization::__export_pulumi_cloudflare_access_organization_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_policy::__export_pulumi_cloudflare_access_policy_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_rule::__export_pulumi_cloudflare_access_rule_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_service_token::__export_pulumi_cloudflare_access_service_token_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_tag::__export_pulumi_cloudflare_access_tag_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::account::__export_pulumi_cloudflare_account_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::account_member::__export_pulumi_cloudflare_account_member_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::address_map::__export_pulumi_cloudflare_address_map_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield::__export_pulumi_cloudflare_api_shield_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield_operation::__export_pulumi_cloudflare_api_shield_operation_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield_operation_schema_validation_settings::__export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield_schema::__export_pulumi_cloudflare_api_shield_schema_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield_schema_validation_settings::__export_pulumi_cloudflare_api_shield_schema_validation_settings_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_token::__export_pulumi_cloudflare_api_token_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::argo::__export_pulumi_cloudflare_argo_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::authenticated_origin_pulls::__export_pulumi_cloudflare_authenticated_origin_pulls_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::authenticated_origin_pulls_certificate::__export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::bot_management::__export_pulumi_cloudflare_bot_management_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::byo_ip_prefix::__export_pulumi_cloudflare_byo_ip_prefix_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::certificate_pack::__export_pulumi_cloudflare_certificate_pack_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::custom_hostname::__export_pulumi_cloudflare_custom_hostname_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::custom_hostname_fallback_origin::__export_pulumi_cloudflare_custom_hostname_fallback_origin_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::custom_pages::__export_pulumi_cloudflare_custom_pages_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::custom_ssl::__export_pulumi_cloudflare_custom_ssl_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::d1_database::__export_pulumi_cloudflare_d1_database_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_dex_test::__export_pulumi_cloudflare_device_dex_test_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_managed_networks::__export_pulumi_cloudflare_device_managed_networks_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_policy_certificates::__export_pulumi_cloudflare_device_policy_certificates_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_posture_integration::__export_pulumi_cloudflare_device_posture_integration_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_posture_rule::__export_pulumi_cloudflare_device_posture_rule_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_settings_policy::__export_pulumi_cloudflare_device_settings_policy_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::dlp_profile::__export_pulumi_cloudflare_dlp_profile_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::email_routing_address::__export_pulumi_cloudflare_email_routing_address_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::email_routing_catch_all::__export_pulumi_cloudflare_email_routing_catch_all_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::email_routing_rule::__export_pulumi_cloudflare_email_routing_rule_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::email_routing_settings::__export_pulumi_cloudflare_email_routing_settings_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::fallback_domain::__export_pulumi_cloudflare_fallback_domain_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::filter::__export_pulumi_cloudflare_filter_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::firewall_rule::__export_pulumi_cloudflare_firewall_rule_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::gre_tunnel::__export_pulumi_cloudflare_gre_tunnel_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::healthcheck::__export_pulumi_cloudflare_healthcheck_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::hostname_tls_setting::__export_pulumi_cloudflare_hostname_tls_setting_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::hostname_tls_setting_ciphers::__export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::hyperdrive_config::__export_pulumi_cloudflare_hyperdrive_config_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::ipsec_tunnel::__export_pulumi_cloudflare_ipsec_tunnel_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::keyless_certificate::__export_pulumi_cloudflare_keyless_certificate_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::list::__export_pulumi_cloudflare_list_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::list_item::__export_pulumi_cloudflare_list_item_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::load_balancer::__export_pulumi_cloudflare_load_balancer_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::load_balancer_monitor::__export_pulumi_cloudflare_load_balancer_monitor_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::load_balancer_pool::__export_pulumi_cloudflare_load_balancer_pool_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::logpull_retention::__export_pulumi_cloudflare_logpull_retention_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::logpush_job::__export_pulumi_cloudflare_logpush_job_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::logpush_ownership_challenge::__export_pulumi_cloudflare_logpush_ownership_challenge_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::magic_firewall_ruleset::__export_pulumi_cloudflare_magic_firewall_ruleset_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::managed_headers::__export_pulumi_cloudflare_managed_headers_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::mtls_certificate::__export_pulumi_cloudflare_mtls_certificate_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::notification_policy::__export_pulumi_cloudflare_notification_policy_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::notification_policy_webhooks::__export_pulumi_cloudflare_notification_policy_webhooks_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::observatory_scheduled_test::__export_pulumi_cloudflare_observatory_scheduled_test_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::origin_ca_certificate::__export_pulumi_cloudflare_origin_ca_certificate_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::page_rule::__export_pulumi_cloudflare_page_rule_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::pages_domain::__export_pulumi_cloudflare_pages_domain_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::pages_project::__export_pulumi_cloudflare_pages_project_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::queue::__export_pulumi_cloudflare_queue_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::r2_bucket::__export_pulumi_cloudflare_r2_bucket_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::rate_limit::__export_pulumi_cloudflare_rate_limit_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::record::__export_pulumi_cloudflare_record_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::regional_hostname::__export_pulumi_cloudflare_regional_hostname_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::regional_tiered_cache::__export_pulumi_cloudflare_regional_tiered_cache_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::ruleset::__export_pulumi_cloudflare_ruleset_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::spectrum_application::__export_pulumi_cloudflare_spectrum_application_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::split_tunnel::__export_pulumi_cloudflare_split_tunnel_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::static_route::__export_pulumi_cloudflare_static_route_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_account::__export_pulumi_cloudflare_teams_account_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_list::__export_pulumi_cloudflare_teams_list_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_location::__export_pulumi_cloudflare_teams_location_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_proxy_endpoint::__export_pulumi_cloudflare_teams_proxy_endpoint_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_rule::__export_pulumi_cloudflare_teams_rule_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tiered_cache::__export_pulumi_cloudflare_tiered_cache_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::total_tls::__export_pulumi_cloudflare_total_tls_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tunnel::__export_pulumi_cloudflare_tunnel_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tunnel_config::__export_pulumi_cloudflare_tunnel_config_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tunnel_route::__export_pulumi_cloudflare_tunnel_route_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tunnel_virtual_network::__export_pulumi_cloudflare_tunnel_virtual_network_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::turnstile_widget::__export_pulumi_cloudflare_turnstile_widget_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::url_normalization_settings::__export_pulumi_cloudflare_url_normalization_settings_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::user_agent_blocking_rule::__export_pulumi_cloudflare_user_agent_blocking_rule_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::waiting_room::__export_pulumi_cloudflare_waiting_room_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::waiting_room_event::__export_pulumi_cloudflare_waiting_room_event_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::waiting_room_rules::__export_pulumi_cloudflare_waiting_room_rules_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::waiting_room_settings::__export_pulumi_cloudflare_waiting_room_settings_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::web3_hostname::__export_pulumi_cloudflare_web3_hostname_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::web_analytics_rule::__export_pulumi_cloudflare_web_analytics_rule_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::web_analytics_site::__export_pulumi_cloudflare_web_analytics_site_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_cron_trigger::__export_pulumi_cloudflare_worker_cron_trigger_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_domain::__export_pulumi_cloudflare_worker_domain_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_route::__export_pulumi_cloudflare_worker_route_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_script::__export_pulumi_cloudflare_worker_script_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_secret::__export_pulumi_cloudflare_worker_secret_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_for_platforms_namespace::__export_pulumi_cloudflare_workers_for_platforms_namespace_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_kv::__export_pulumi_cloudflare_workers_kv_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_kv_namespace::__export_pulumi_cloudflare_workers_kv_namespace_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone::__export_pulumi_cloudflare_zone_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_cache_reserve::__export_pulumi_cloudflare_zone_cache_reserve_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_cache_variants::__export_pulumi_cloudflare_zone_cache_variants_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_dnssec::__export_pulumi_cloudflare_zone_dnssec_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_hold::__export_pulumi_cloudflare_zone_hold_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_lockdown::__export_pulumi_cloudflare_zone_lockdown_5_24_1_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_settings_override::__export_pulumi_cloudflare_zone_settings_override_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zone_settings_override); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_access_application::__export_pulumi_cloudflare_get_access_application_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_access_application::__export_pulumi_cloudflare_get_access_application_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_access_application); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_access_identity_provider::__export_pulumi_cloudflare_get_access_identity_provider_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_access_identity_provider::__export_pulumi_cloudflare_get_access_identity_provider_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_access_identity_provider); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_account_roles::__export_pulumi_cloudflare_get_account_roles_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_account_roles::__export_pulumi_cloudflare_get_account_roles_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_account_roles); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_accounts::__export_pulumi_cloudflare_get_accounts_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_accounts::__export_pulumi_cloudflare_get_accounts_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_accounts); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_api_token_permission_groups::__export_pulumi_cloudflare_get_api_token_permission_groups_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_api_token_permission_groups::__export_pulumi_cloudflare_get_api_token_permission_groups_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_api_token_permission_groups); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_device_posture_rules::__export_pulumi_cloudflare_get_device_posture_rules_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_device_posture_rules::__export_pulumi_cloudflare_get_device_posture_rules_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_device_posture_rules); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_devices::__export_pulumi_cloudflare_get_devices_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_devices::__export_pulumi_cloudflare_get_devices_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_devices); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_dlp_datasets::__export_pulumi_cloudflare_get_dlp_datasets_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_dlp_datasets::__export_pulumi_cloudflare_get_dlp_datasets_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_dlp_datasets); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_ip_ranges::__export_pulumi_cloudflare_get_ip_ranges_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_ip_ranges::__export_pulumi_cloudflare_get_ip_ranges_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_ip_ranges); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_list::__export_pulumi_cloudflare_get_list_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_list::__export_pulumi_cloudflare_get_list_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_list); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_lists::__export_pulumi_cloudflare_get_lists_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_lists::__export_pulumi_cloudflare_get_lists_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_lists); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_load_balancer_pools::__export_pulumi_cloudflare_get_load_balancer_pools_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_load_balancer_pools::__export_pulumi_cloudflare_get_load_balancer_pools_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_load_balancer_pools); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_origin_ca_certificate::__export_pulumi_cloudflare_get_origin_ca_certificate_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_origin_ca_certificate::__export_pulumi_cloudflare_get_origin_ca_certificate_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_origin_ca_certificate); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_origin_ca_root_certificate::__export_pulumi_cloudflare_get_origin_ca_root_certificate_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_origin_ca_root_certificate::__export_pulumi_cloudflare_get_origin_ca_root_certificate_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_origin_ca_root_certificate); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_record::__export_pulumi_cloudflare_get_record_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_record::__export_pulumi_cloudflare_get_record_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_record); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_rulesets::__export_pulumi_cloudflare_get_rulesets_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_rulesets::__export_pulumi_cloudflare_get_rulesets_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_rulesets); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_tunnel::__export_pulumi_cloudflare_get_tunnel_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_tunnel::__export_pulumi_cloudflare_get_tunnel_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_tunnel); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_tunnel_virtual_network::__export_pulumi_cloudflare_get_tunnel_virtual_network_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_tunnel_virtual_network::__export_pulumi_cloudflare_get_tunnel_virtual_network_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_tunnel_virtual_network); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_user::__export_pulumi_cloudflare_get_user_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_user::__export_pulumi_cloudflare_get_user_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_user); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zone::__export_pulumi_cloudflare_get_zone_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zone::__export_pulumi_cloudflare_get_zone_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zone); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zone_cache_reserve::__export_pulumi_cloudflare_get_zone_cache_reserve_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zone_cache_reserve::__export_pulumi_cloudflare_get_zone_cache_reserve_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zone_cache_reserve); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zone_dnssec::__export_pulumi_cloudflare_get_zone_dnssec_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zone_dnssec::__export_pulumi_cloudflare_get_zone_dnssec_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zone_dnssec); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zones::__export_pulumi_cloudflare_get_zones_5_24_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zones::__export_pulumi_cloudflare_get_zones_5_24_1_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zones); }; } @@ -22799,264 +22809,270 @@ pub(crate) use __export_cloudflare_pulumi_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.30.0:cloudflare-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 41083] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xf2\xbf\x02\x01A\x02\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 42811] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xb2\xcd\x02\x01A\x02\ \x01A\x9f\x02\x01B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\ \0\x13[constructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\ \x01\x04\0\x12[method]output.map\x01\x04\x01p\x03\x01@\x01\x07outputs\x05\0\x01\x04\ -\0\x07combine\x01\x06\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\ -\0\x02\x03\0\0\x06output\x01B\x1c\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x02\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04\ -names\x04\0\x0cresult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\ -\0\x1eregister-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04typ\ -es\x04names\x06object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\ -\x0c\x01p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\ -\x01r\x02\x04names\x06output\x07\x04\0\x1cresource-invoke-result-field\x03\0\x11\ -\x01r\x03\x05tokens\x06object\x0a\x07results\x0b\x04\0\x17resource-invoke-reques\ -t\x03\0\x13\x01p\x12\x01r\x01\x06fields\x15\x04\0\x16resource-invoke-result\x03\0\ -\x16\x01@\x01\x07request\x0d\0\x10\x04\0\x08register\x01\x18\x01@\x01\x07request\ -\x14\0\x17\x04\0\x06invoke\x01\x19\x03\x012component:pulumi-wasm/register-interf\ -ace@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\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\x19auto-redirect-to-id\ -entity\x02\x08bg-color\x02\x0ccors-headers\x02\x13custom-deny-message\x02\x0fcus\ -tom-deny-url\x02\x1ccustom-non-identity-deny-url\x02\x0ccustom-pages\x02\x06doma\ -in\x02\x15enable-binding-cookie\x02\x0cfooter-links\x02\x0fheader-bg-color\x02\x1a\ -http-only-cookie-attribute\x02\x13landing-page-design\x02\x08logo-url\x02\x04nam\ -e\x02\x08saas-app\x02\x1asame-site-cookie-attribute\x02\x13self-hosted-domains\x02\ -\x18service-auth401-redirect\x02\x10session-duration\x02\x11skip-interstitial\x02\ -\x04tags\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x1e\ -\x0aaccount-id\x05\x1ballow-authenticate-via-warp\x05\x0callowed-idps\x05\x15app\ --launcher-logo-url\x05\x14app-launcher-visible\x05\x03aud\x05\x19auto-redirect-t\ -o-identity\x05\x08bg-color\x05\x0ccors-headers\x05\x13custom-deny-message\x05\x0f\ -custom-deny-url\x05\x1ccustom-non-identity-deny-url\x05\x0ccustom-pages\x05\x06d\ -omain\x05\x15enable-binding-cookie\x05\x0cfooter-links\x05\x0fheader-bg-color\x05\ -\x1ahttp-only-cookie-attribute\x05\x13landing-page-design\x05\x08logo-url\x05\x04\ -name\x05\x08saas-app\x05\x1asame-site-cookie-attribute\x05\x13self-hosted-domain\ -s\x05\x18service-auth401-redirect\x05\x10session-duration\x05\x11skip-interstiti\ -al\x05\x04tags\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\x016pulumi:cloudflare/access\ --application@5.24.1--0.0.0-DEV\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\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\x03aud\x05\x0apublic-key\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019pulumi:cloudflare/ac\ -cess-ca-certificate@5.24.1--0.0.0-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\x0bcusto\ -m-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\x0bcustom-html\x05\x04name\x05\x04t\ -ype\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x016pulumi:cloudflare/access-custom-page@5.24.1--0.\ -0.0-DEV\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x06\x0aaccount-id\x02\x08excludes\x02\x08includes\x02\x04name\x02\x08requires\x02\ -\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x08e\ -xcludes\x05\x08includes\x05\x04name\x05\x08requires\x05\x07zone-id\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -0pulumi:cloudflare/access-group@5.24.1--0.0.0-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\x04\ -name\x02\x0cscim-configs\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x06\x0aaccount-id\x05\x07configs\x05\x04name\x05\x0cscim-configs\x05\x04\ -type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01component:pulumi-wasm/regi\ +ster-interface@0.0.0-NIGHTLY-baedd49\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x1d\x0aaccount-id\x02\x1ballow-authenticate-via-war\ +p\x02\x0callowed-idps\x02\x15app-launcher-logo-url\x02\x14app-launcher-visible\x02\ +\x19auto-redirect-to-identity\x02\x08bg-color\x02\x0ccors-headers\x02\x13custom-\ +deny-message\x02\x0fcustom-deny-url\x02\x1ccustom-non-identity-deny-url\x02\x0cc\ +ustom-pages\x02\x06domain\x02\x15enable-binding-cookie\x02\x0cfooter-links\x02\x0f\ +header-bg-color\x02\x1ahttp-only-cookie-attribute\x02\x13landing-page-design\x02\ +\x08logo-url\x02\x04name\x02\x08saas-app\x02\x1asame-site-cookie-attribute\x02\x13\ +self-hosted-domains\x02\x18service-auth401-redirect\x02\x10session-duration\x02\x11\ +skip-interstitial\x02\x04tags\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x1e\x0aaccount-id\x05\x1ballow-authenticate-via-warp\x05\x0ca\ +llowed-idps\x05\x15app-launcher-logo-url\x05\x14app-launcher-visible\x05\x03aud\x05\ +\x19auto-redirect-to-identity\x05\x08bg-color\x05\x0ccors-headers\x05\x13custom-\ +deny-message\x05\x0fcustom-deny-url\x05\x1ccustom-non-identity-deny-url\x05\x0cc\ +ustom-pages\x05\x06domain\x05\x15enable-binding-cookie\x05\x0cfooter-links\x05\x0f\ +header-bg-color\x05\x1ahttp-only-cookie-attribute\x05\x13landing-page-design\x05\ +\x08logo-url\x05\x04name\x05\x08saas-app\x05\x1asame-site-cookie-attribute\x05\x13\ +self-hosted-domains\x05\x18service-auth401-redirect\x05\x10session-duration\x05\x11\ +skip-interstitial\x05\x04tags\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Bpulumi:clou\ +dflare/access-application@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x03\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x0eappl\ +ication-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccou\ +nt-id\x05\x0eapplication-id\x05\x03aud\x05\x0apublic-key\x05\x07zone-id\x05\x04\0\ \x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01=pulumi:cloudflare/access-keys-configuration@5.24.1--0.0.0-DEV\x05\x08\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\ -\x14associated-hostnames\x02\x0bcertificate\x02\x04name\x02\x07zone-id\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x14associated-hostnames\x05\ -\x0bcertificate\x05\x0bfingerprint\x05\x04name\x05\x07zone-id\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulum\ -i:cloudflare/access-mutual-tls-certificate@5.24.1--0.0.0-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\x01Gpulumi:cloudflare/access-mutual-t\ -ls-hostname-settings@5.24.1--0.0.0-DEV\x05\x0a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x0d\x0aaccount-id\x02\x1ballow-authenticate-via\ --warp\x02\x0bauth-domain\x02\x19auto-redirect-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\x1awa\ -rp-auth-session-duration\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x0d\x0aaccount-id\x05\x1ballow-authenticate-via-warp\x05\x0bauth-domain\x05\x19\ -auto-redirect-to-identity\x05\x0ccustom-pages\x05\x0fis-ui-read-only\x05\x0dlogi\ -n-designs\x05\x04name\x05\x10session-duration\x05\x1aui-read-only-toggle-reason\x05\ -\"user-seat-expiration-inactive-time\x05\x1awarp-auth-session-duration\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\x017pulumi:cloudflare/access-organization@5.24.1--0.0.0-DEV\x05\ -\x0b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0f\x0aa\ -ccount-id\x02\x0eapplication-id\x02\x0fapproval-groups\x02\x11approval-required\x02\ -\x08decision\x02\x08excludes\x02\x08includes\x02\x12isolation-required\x02\x04na\ -me\x02\x0aprecedence\x02\x1cpurpose-justification-prompt\x02\x1epurpose-justific\ -ation-required\x02\x08requires\x02\x10session-duration\x02\x07zone-id\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x0eapplication-id\x05\x0fappr\ -oval-groups\x05\x11approval-required\x05\x08decision\x05\x08excludes\x05\x08incl\ -udes\x05\x12isolation-required\x05\x04name\x05\x0aprecedence\x05\x1cpurpose-just\ -ification-prompt\x05\x1epurpose-justification-required\x05\x08requires\x05\x10se\ -ssion-duration\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x011pulumi:cloudflare/access-policy@5.2\ -4.1--0.0.0-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\x04mode\x02\x05notes\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0dconfi\ -guration\x05\x04mode\x05\x05notes\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:cloudflar\ -e/access-rule@5.24.1--0.0.0-DEV\x05\x0d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ -tput\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x08duration\x02\x14min-days-for\ --renewal\x02\x04name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\ -\x0aaccount-id\x05\x09client-id\x05\x0dclient-secret\x05\x08duration\x05\x0aexpi\ -res-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\x018pulum\ -i:cloudflare/access-service-token@5.24.1--0.0.0-DEV\x05\x0e\x01B\x0a\x02\x03\x02\ +\x01Epulumi:cloudflare/access-ca-certificate@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x04\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccou\ +nt-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\ +\x0bcustom-html\x05\x04name\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Bpulumi:clou\ +dflare/access-custom-page@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x05\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x08excl\ +udes\x02\x08includes\x02\x04name\x02\x08requires\x02\x07zone-id\x02\x04\0\x04arg\ +s\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x08excludes\x05\x08includes\x05\x04\ +name\x05\x08requires\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\ +\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01pulumi:cloudflare/account-member@5.24.1--0.0.0-NIGH\ +TLY-baedd49\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\x0bdescription\x02\x07enabled\x02\ +\x03ips\x02\x0bmemberships\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aacco\ +unt-id\x05\x0acan-delete\x05\x0ecan-modify-ips\x05\x0bdefault-sni\x05\x0bdescrip\ +tion\x05\x07enabled\x05\x03ips\x05\x0bmemberships\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01;pulumi:cloudfla\ +re/address-map@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x12\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x17auth-id-characteristics\x02\x07zon\ +e-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x17auth-id-characteristics\x05\ +\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ +\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/api-shield@5.24.1--0.0.0-NIGHTLY-ba\ +edd49\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\ -\x012pulumi:cloudflare/account-member@5.24.1--0.0.0-DEV\x05\x11\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x0bdefa\ -ult-sni\x02\x0bdescription\x02\x07enabled\x02\x03ips\x02\x0bmemberships\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acan-delete\x05\x0ecan-\ -modify-ips\x05\x0bdefault-sni\x05\x0bdescription\x05\x07enabled\x05\x03ips\x05\x0b\ -memberships\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\x01/pulumi:cloudflare/address-map@5.24.1--0.0.0-DEV\x05\x12\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x17auth-\ -id-characteristics\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x17\ -auth-id-characteristics\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01.pulumi:cloudflare/api-shie\ -ld@5.24.1--0.0.0-DEV\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\x07\ +\x01Dpulumi:cloudflare/api-shield-operation@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x14\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x11mitig\ +ation-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\x03\ +res\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--0.0.0\ +-NIGHTLY-baedd49\x05\x15\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x05\x04kind\x02\x04name\x02\x06source\x02\x12validation-enabled\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x04kind\x05\x04name\x05\x06\ +source\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\x01Apulumi:cloudflare/ap\ +i-shield-schema@5.24.1--0.0.0-NIGHTLY-baedd49\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\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\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Upulumi:cloudflare/api-shield-sche\ +ma-validation-settings@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x17\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x09condition\x02\x0aexpires-o\ +n\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\x0bmodified-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\ +\x019pulumi:cloudflare/api-token@5.24.1--0.0.0-NIGHTLY-baedd49\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\x014pulumi:cloudfla\ +re/argo@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x19\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x04&authenticated-origin-pulls-certificate\x02\x07\ +enabled\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\x07\ zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x018pulumi:cloudflare/api-shield-operation@5.24.1--0.0.0-DEV\x05\ -\x14\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x11m\ -itigation-action\x02\x0coperation-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\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\ -\x01Spulumi:cloudflare/api-shield-operation-schema-validation-settings@5.24.1--0\ -.0.0-DEV\x05\x15\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x05\x04kind\x02\x04name\x02\x06source\x02\x12validation-enabled\x02\x07zone-id\ -\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x04kind\x05\x04name\x05\x06source\ -\x05\x12validation-enabled\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x015pulumi:cloudflare/api-sh\ -ield-schema@5.24.1--0.0.0-DEV\x05\x16\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x03$validation-default-mitigation-action\x02%validation\ --override-mitigation-action\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x03$validation-default-mitigation-action\x05%validation-override-mitigation-ac\ -tion\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:cloudflare/api-shield-schema-validation-\ -settings@5.24.1--0.0.0-DEV\x05\x17\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x05\x09condition\x02\x0aexpires-on\x02\x04name\x02\x0anot-bef\ -ore\x02\x08policies\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x09condition\x05\ -\x0aexpires-on\x05\x09issued-on\x05\x0bmodified-on\x05\x04name\x05\x0anot-before\ -\x05\x08policies\x05\x06status\x05\x05value\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01-pulumi:cloudflare/api-to\ -ken@5.24.1--0.0.0-DEV\x05\x18\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ -\0\x01h\x01\x01r\x03\x0dsmart-routing\x02\x0etiered-caching\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0dsmart-routing\x05\x0etiered-caching\x05\ -\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\x01(pulumi:cloudflare/argo@5.24.1--0.0.0-DEV\x05\x19\x01B\ -\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04&authenticated\ --origin-pulls-certificate\x02\x07enabled\x02\x08hostname\x02\x07zone-id\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x04&authenticated-origin-pulls-certificate\x05\x07\ -enabled\x05\x08hostname\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01>pulumi:cloudflare/authenti\ -cated-origin-pulls@5.24.1--0.0.0-DEV\x05\x1a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\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\x0a\ -expires-on\x05\x06issuer\x05\x0bprivate-key\x05\x0dserial-number\x05\x09signatur\ -e\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\x01Jpulum\ -i:cloudflare/authenticated-origin-pulls-certificate@5.24.1--0.0.0-DEV\x05\x1b\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0a\x11auto-upda\ -te-model\x02\x09enable-js\x02\x0afight-mode\x02\x12optimize-wordpress\x02\x19sbf\ -m-definitely-automated\x02\x15sbfm-likely-automated\x02\x1fsbfm-static-resource-\ -protection\x02\x12sbfm-verified-bots\x02\x16suppress-session-score\x02\x07zone-i\ -d\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x11auto-update-model\x05\x09enab\ -le-js\x05\x0afight-mode\x05\x12optimize-wordpress\x05\x19sbfm-definitely-automat\ -ed\x05\x15sbfm-likely-automated\x05\x1fsbfm-static-resource-protection\x05\x12sb\ -fm-verified-bots\x05\x16suppress-session-score\x05\x12using-latest-model\x05\x07\ +invoke\x01\x08\x04\x01Jpulumi:cloudflare/authenticated-origin-pulls@5.24.1--0.0.\ +0-NIGHTLY-baedd49\x05\x1a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\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\x06i\ +ssuer\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\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Vpulumi:cloudflare/authen\ +ticated-origin-pulls-certificate@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x1b\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0a\x11auto-update-model\x02\ +\x09enable-js\x02\x0afight-mode\x02\x12optimize-wordpress\x02\x19sbfm-definitely\ +-automated\x02\x15sbfm-likely-automated\x02\x1fsbfm-static-resource-protection\x02\ +\x12sbfm-verified-bots\x02\x16suppress-session-score\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x0b\x11auto-update-model\x05\x09enable-js\x05\x0afi\ +ght-mode\x05\x12optimize-wordpress\x05\x19sbfm-definitely-automated\x05\x15sbfm-\ +likely-automated\x05\x1fsbfm-static-resource-protection\x05\x12sbfm-verified-bot\ +s\x05\x16suppress-session-score\x05\x12using-latest-model\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/bot-management@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x1c\x01B\ +\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\ +\x02\x0dadvertisement\x02\x0bdescription\x02\x09prefix-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x0dadvertisement\x05\x0bdescription\x05\ +\x09prefix-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x01=pulumi:cloudflare/byo-ip-prefix@5.24.1--0.0.0-NIGHT\ +LY-baedd49\x05\x1d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x0a\x15certificate-authority\x02\x13cloudflare-branding\x02\x05hosts\x02\x04\ +type\x02\x11validation-errors\x02\x11validation-method\x02\x12validation-records\ +\x02\x0dvalidity-days\x02\x16wait-for-active-status\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x0a\x15certificate-authority\x05\x13cloudflare-bran\ +ding\x05\x05hosts\x05\x04type\x05\x11validation-errors\x05\x11validation-method\x05\ +\x12validation-records\x05\x0dvalidity-days\x05\x16wait-for-active-status\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\x012pulumi:cloudflare/bot-management@5.24.1--0.0.0-DEV\x05\x1c\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccou\ -nt-id\x02\x0dadvertisement\x02\x0bdescription\x02\x09prefix-id\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x0dadvertisement\x05\x0bdescripti\ -on\x05\x09prefix-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x011pulumi:cloudflare/byo-ip-prefix@5.24.1--0.0.0-D\ -EV\x05\x1d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0a\ -\x15certificate-authority\x02\x13cloudflare-branding\x02\x05hosts\x02\x04type\x02\ -\x11validation-errors\x02\x11validation-method\x02\x12validation-records\x02\x0d\ -validity-days\x02\x16wait-for-active-status\x02\x07zone-id\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x0a\x15certificate-authority\x05\x13cloudflare-branding\x05\ -\x05hosts\x05\x04type\x05\x11validation-errors\x05\x11validation-method\x05\x12v\ -alidation-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\x06invo\ -ke\x01\x08\x04\x014pulumi:cloudflare/certificate-pack@5.24.1--0.0.0-DEV\x05\x1e\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0fcustom-me\ -tadata\x02\x14custom-origin-server\x02\x11custom-origin-sni\x02\x08hostname\x02\x04\ -ssls\x02\x1fwait-for-ssl-pending-validation\x02\x07zone-id\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x0a\x0fcustom-metadata\x05\x14custom-origin-server\x05\x11c\ -ustom-origin-sni\x05\x08hostname\x05\x16ownership-verification\x05\x1bownership-\ -verification-http\x05\x04ssls\x05\x06status\x05\x1fwait-for-ssl-pending-validati\ -on\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x013pulumi:cloudflare/custom-hostname@5.24.1--0.0.0\ --DEV\x05\x1f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\ -\x06origin\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x06origi\ -n\x05\x06status\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04a\ -rgs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Cpulumi:cloudflare/custom-hostname-\ -fallback-origin@5.24.1--0.0.0-DEV\x05\x20\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x05state\x02\x04type\x02\x03u\ -rl\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\ -\x05state\x05\x04type\x05\x03url\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x010pulumi:cloudflare/cu\ -stom-pages@5.24.1--0.0.0-DEV\x05!\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x03\x12custom-ssl-options\x02\x15custom-ssl-priorities\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x12custom-ssl-options\x05\x15\ -custom-ssl-priorities\x05\x0aexpires-on\x05\x05hosts\x05\x06issuer\x05\x0bmodifi\ -ed-on\x05\x08priority\x05\x09signature\x05\x06status\x05\x0buploaded-on\x05\x07z\ -one-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ -nvoke\x01\x08\x04\x01.pulumi:cloudflare/custom-ssl@5.24.1--0.0.0-DEV\x05\"\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\ -\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x04name\ -\x05\x07version\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01/pulumi:cloudflare/d1-database@5.24.1--0.0.0-DEV\x05\ +invoke\x01\x08\x04\x01@pulumi:cloudflare/certificate-pack@5.24.1--0.0.0-NIGHTLY-\ +baedd49\x05\x1e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x07\x0fcustom-metadata\x02\x14custom-origin-server\x02\x11custom-origin-sni\x02\ +\x08hostname\x02\x04ssls\x02\x1fwait-for-ssl-pending-validation\x02\x07zone-id\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0fcustom-metadata\x05\x14custom-orig\ +in-server\x05\x11custom-origin-sni\x05\x08hostname\x05\x16ownership-verification\ +\x05\x1bownership-verification-http\x05\x04ssls\x05\x06status\x05\x1fwait-for-ss\ +l-pending-validation\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\ +\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:cloudflare/custom-host\ +name@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x1f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x02\x06origin\x02\x07zone-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x03\x06origin\x05\x06status\x05\x07zone-id\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Opulum\ +i:cloudflare/custom-hostname-fallback-origin@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x20\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccou\ +nt-id\x02\x05state\x02\x04type\x02\x03url\x02\x07zone-id\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x05state\x05\x04type\x05\x03url\x05\x07\ +zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01pulumi:clou\ -dflare/device-policy-certificates@5.24.1--0.0.0-DEV\x05&\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x07configs\x02\x0a\ -identifier\x02\x08interval\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x06\x0aaccount-id\x05\x07configs\x05\x0aidentifier\x05\x08interval\x05\ -\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01>pulumi:cloudflare/device-posture-integration@5.\ -24.1--0.0.0-DEV\x05'\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x08\x0aaccount-id\x02\x0bdescription\x02\x0aexpiration\x02\x06inputs\x02\x07\ -matches\x02\x04name\x02\x08schedule\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\ -\x01\x01r\x08\x0aaccount-id\x05\x0bdescription\x05\x0aexpiration\x05\x06inputs\x05\ -\x07matches\x05\x04name\x05\x08schedule\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x017pulumi:cloudfla\ -re/device-posture-rule@5.24.1--0.0.0-DEV\x05(\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x12\x0aaccount-id\x02\x11allow-mode-switch\x02\x0d\ -allow-updates\x02\x10allowed-to-leave\x02\x0cauto-connect\x02\x0ecaptive-portal\x02\ +\x01\x08\x04\x01?pulumi:cloudflare/device-dex-test@5.24.1--0.0.0-NIGHTLY-baedd49\ +\x05$\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0a\ +account-id\x02\x06config\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x04\x0aaccount-id\x05\x06config\x05\x04name\x05\x04type\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +Gpulumi:cloudflare/device-managed-networks@5.24.1--0.0.0-NIGHTLY-baedd49\x05%\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\x01Jpulumi:cloudflare/device-policy-certificates@5.24.1--0.0.0-NI\ +GHTLY-baedd49\x05&\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x06\x0aaccount-id\x02\x07configs\x02\x0aidentifier\x02\x08interval\x02\x04\ +name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\ +\x07configs\x05\x0aidentifier\x05\x08interval\x05\x04name\x05\x04type\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +Jpulumi:cloudflare/device-posture-integration@5.24.1--0.0.0-NIGHTLY-baedd49\x05'\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccou\ +nt-id\x02\x0bdescription\x02\x0aexpiration\x02\x06inputs\x02\x07matches\x02\x04n\ +ame\x02\x08schedule\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0a\ +account-id\x05\x0bdescription\x05\x0aexpiration\x05\x06inputs\x05\x07matches\x05\ +\x04name\x05\x08schedule\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ +s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Cpulumi:cloudflare/device-pos\ +ture-rule@5.24.1--0.0.0-NIGHTLY-baedd49\x05(\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x12\x0aaccount-id\x02\x11allow-mode-switch\x02\x0da\ +llow-updates\x02\x10allowed-to-leave\x02\x0cauto-connect\x02\x0ecaptive-portal\x02\ \x07default\x02\x0bdescription\x02\x15disable-auto-fallback\x02\x07enabled\x02\x12\ exclude-office-ips\x02\x05match\x02\x04name\x02\x0aprecedence\x02\x14service-mod\ e-v2-mode\x02\x14service-mode-v2-port\x02\x0bsupport-url\x02\x0dswitch-locked\x02\ @@ -23066,140 +23082,143 @@ e-portal\x05\x07default\x05\x0bdescription\x05\x15disable-auto-fallback\x05\x07e nabled\x05\x12exclude-office-ips\x05\x05match\x05\x04name\x05\x0aprecedence\x05\x14\ service-mode-v2-mode\x05\x14service-mode-v2-port\x05\x0bsupport-url\x05\x0dswitc\ h-locked\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01:pulumi:cloudflare/device-settings-policy@5.24.1--0.0.0-DE\ -V\x05)\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0a\ -account-id\x02\x13allowed-match-count\x02\x11context-awareness\x02\x0bdescriptio\ -n\x02\x07entries\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x07\x0aaccount-id\x05\x13allowed-match-count\x05\x11context-awareness\x05\x0bd\ -escription\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\x01/pulumi:cloudfla\ -re/dlp-profile@5.24.1--0.0.0-DEV\x05*\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x05email\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x06\x0aaccount-id\x05\x07created\x05\x05email\x05\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\x019pulumi:cloudflare/email-routing-address@5\ -.24.1--0.0.0-DEV\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\x04args\x03\0\x03\x01i\x01\x01r\x06\x07actions\x05\x07enabled\x05\x08matc\ -hers\x05\x04name\x05\x03tag\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/email-\ -routing-catch-all@5.24.1--0.0.0-DEV\x05,\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06o\ -utput\x03\0\0\x01h\x01\x01r\x06\x07actions\x02\x07enabled\x02\x08matchers\x02\x04\ -name\x02\x08priority\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\ -\x07actions\x05\x07enabled\x05\x08matchers\x05\x04name\x05\x08priority\x05\x03ta\ -g\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x016pulumi:cloudflare/email-routing-rule@5.24.1--0.0.0-\ -DEV\x05-\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x07\ -enabled\x02\x0bskip-wizard\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x08\x07created\x05\x07enabled\x05\x08modified\x05\x04name\x05\x0bskip-wizard\x05\ -\x06status\x05\x03tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ -s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/email-rout\ -ing-settings@5.24.1--0.0.0-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\x09polic\ -y-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ -oke\x01\x08\x04\x013pulumi:cloudflare/fallback-domain@5.24.1--0.0.0-DEV\x05/\x01\ +invoke\x01\x08\x04\x01Fpulumi:cloudflare/device-settings-policy@5.24.1--0.0.0-NI\ +GHTLY-baedd49\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\x0b\ +description\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\x01;pulumi:\ +cloudflare/dlp-profile@5.24.1--0.0.0-NIGHTLY-baedd49\x05*\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x05email\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x07created\x05\x05email\ +\x05\x08modified\x05\x03tag\x05\x08verified\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Epulumi:cloudflare/email-\ +routing-address@5.24.1--0.0.0-NIGHTLY-baedd49\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\x04args\x03\0\x03\x01i\x01\x01r\x06\x07act\ +ions\x05\x07enabled\x05\x08matchers\x05\x04name\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\ +\x01Gpulumi:cloudflare/email-routing-catch-all@5.24.1--0.0.0-NIGHTLY-baedd49\x05\ +,\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x07acti\ +ons\x02\x07enabled\x02\x08matchers\x02\x04name\x02\x08priority\x02\x07zone-id\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x07actions\x05\x07enabled\x05\x08matc\ +hers\x05\x04name\x05\x08priority\x05\x03tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Bpulumi:\ +cloudflare/email-routing-rule@5.24.1--0.0.0-NIGHTLY-baedd49\x05-\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x07enabled\x02\x0bskip-wi\ +zard\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x07created\x05\ +\x07enabled\x05\x08modified\x05\x04name\x05\x0bskip-wizard\x05\x06status\x05\x03\ +tag\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01Fpulumi:cloudflare/email-routing-settings@5.24.1\ +--0.0.0-NIGHTLY-baedd49\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\x04ar\ +gs\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x07domains\x05\x09policy-id\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01?pulumi:cloudflare/fallback-domain@5.24.1--0.0.0-NIGHTLY-baedd49\x05/\x01\ B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0bdescripti\ on\x02\x0aexpression\x02\x06paused\x02\x03ref\x02\x07zone-id\x02\x04\0\x04args\x03\ \0\x03\x01i\x01\x01r\x05\x0bdescription\x05\x0aexpression\x05\x06paused\x05\x03r\ ef\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/filter@5.24.1--0.0.0-DEV\x050\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x06actio\ -n\x02\x0bdescription\x02\x09filter-id\x02\x06paused\x02\x08priority\x02\x08produ\ -cts\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x06action\x05\x0b\ -description\x05\x09filter-id\x05\x06paused\x05\x08priority\x05\x08products\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\x011pulumi:cloudflare/firewall-rule@5.24.1--0.0.0-DEV\x051\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\x0aaccount-i\ -d\x02\x17cloudflare-gre-endpoint\x02\x15customer-gre-endpoint\x02\x0bdescription\ -\x02\x14health-check-enabled\x02\x13health-check-target\x02\x11health-check-type\ -\x02\x11interface-address\x02\x03mtu\x02\x04name\x02\x03ttl\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x0b\x0aaccount-id\x05\x17cloudflare-gre-endpoint\x05\x15cus\ -tomer-gre-endpoint\x05\x0bdescription\x05\x14health-check-enabled\x05\x13health-\ -check-target\x05\x11health-check-type\x05\x11interface-address\x05\x03mtu\x05\x04\ -name\x05\x03ttl\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01.pulumi:cloudflare/gre-tunnel@5.24.1--0.0.0-DEV\x052\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x14\x07addre\ -ss\x02\x0eallow-insecure\x02\x0dcheck-regions\x02\x11consecutive-fails\x02\x15co\ -nsecutive-successes\x02\x0bdescription\x02\x0dexpected-body\x02\x0eexpected-code\ -s\x02\x10follow-redirects\x02\x07headers\x02\x08interval\x02\x06method\x02\x04na\ -me\x02\x04path\x02\x04port\x02\x07retries\x02\x09suspended\x02\x07timeout\x02\x04\ -type\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\x15consecut\ -ive-successes\x05\x0acreated-on\x05\x0bdescription\x05\x0dexpected-body\x05\x0ee\ -xpected-codes\x05\x10follow-redirects\x05\x07headers\x05\x08interval\x05\x06meth\ -od\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\x01/pulumi:cloudfla\ -re/healthcheck@5.24.1--0.0.0-DEV\x053\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x07setting\x02\x05value\x02\x07zone\ --id\x02\x04\0\x04args\x03\0\x03\x01i\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\x018pulumi:\ -cloudflare/hostname-tls-setting@5.24.1--0.0.0-DEV\x054\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x05ports\x02\x06value\ -s\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0acreated-at\x05\ -\x08hostname\x05\x05ports\x05\x0aupdated-at\x05\x06values\x05\x07zone-id\x05\x04\ +\x04\0\x06invoke\x01\x08\x04\x016pulumi:cloudflare/filter@5.24.1--0.0.0-NIGHTLY-\ +baedd49\x050\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\ +\x06action\x02\x0bdescription\x02\x09filter-id\x02\x06paused\x02\x08priority\x02\ +\x08products\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x06act\ +ion\x05\x0bdescription\x05\x09filter-id\x05\x06paused\x05\x08priority\x05\x08pro\ +ducts\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/firewall-rule@5.24.1--0.0.0-N\ +IGHTLY-baedd49\x051\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x0b\x0aaccount-id\x02\x17cloudflare-gre-endpoint\x02\x15customer-gre-endpo\ +int\x02\x0bdescription\x02\x14health-check-enabled\x02\x13health-check-target\x02\ +\x11health-check-type\x02\x11interface-address\x02\x03mtu\x02\x04name\x02\x03ttl\ +\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x0aaccount-id\x05\x17cloudflare-g\ +re-endpoint\x05\x15customer-gre-endpoint\x05\x0bdescription\x05\x14health-check-\ +enabled\x05\x13health-check-target\x05\x11health-check-type\x05\x11interface-add\ +ress\x05\x03mtu\x05\x04name\x05\x03ttl\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ +mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/gre-tunn\ +el@5.24.1--0.0.0-NIGHTLY-baedd49\x052\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ +ut\x03\0\0\x01h\x01\x01r\x14\x07address\x02\x0eallow-insecure\x02\x0dcheck-regio\ +ns\x02\x11consecutive-fails\x02\x15consecutive-successes\x02\x0bdescription\x02\x0d\ +expected-body\x02\x0eexpected-codes\x02\x10follow-redirects\x02\x07headers\x02\x08\ +interval\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\ -\x01@pulumi:cloudflare/hostname-tls-setting-ciphers@5.24.1--0.0.0-DEV\x055\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\ -\x07caching\x02\x04name\x02\x06origin\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ -\x0aaccount-id\x05\x07caching\x05\x04name\x05\x06origin\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x015pulumi:clou\ -dflare/hyperdrive-config@5.24.1--0.0.0-DEV\x056\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x11\x0aaccount-id\x02\x11allow-null-cipher\x02\ -\x13cloudflare-endpoint\x02\x11customer-endpoint\x02\x0bdescription\x02\x07fqdn-\ -id\x02\x16health-check-direction\x02\x14health-check-enabled\x02\x11health-check\ --rate\x02\x13health-check-target\x02\x11health-check-type\x02\x06hex-id\x02\x11i\ -nterface-address\x02\x04name\x02\x03psk\x02\x09remote-id\x02\x07user-id\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x11\x0aaccount-id\x05\x11allow-null-cipher\x05\x13\ -cloudflare-endpoint\x05\x11customer-endpoint\x05\x0bdescription\x05\x07fqdn-id\x05\ -\x16health-check-direction\x05\x14health-check-enabled\x05\x11health-check-rate\x05\ -\x13health-check-target\x05\x11health-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\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x010pulum\ -i:cloudflare/ipsec-tunnel@5.24.1--0.0.0-DEV\x057\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0dbundle-method\x02\x0bcertificate\x02\x07\ -enabled\x02\x04host\x02\x04name\x02\x04port\x02\x07zone-id\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x08\x0dbundle-method\x05\x0bcertificate\x05\x07enabled\x05\x04\ -host\x05\x04name\x05\x04port\x05\x06status\x05\x07zone-id\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x017pulumi:\ -cloudflare/keyless-certificate@5.24.1--0.0.0-DEV\x058\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0bdescription\x02\x05\ -items\x02\x04kind\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aa\ -ccount-id\x05\x0bdescription\x05\x05items\x05\x04kind\x05\x04name\x05\x04\0\x03r\ -es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -(pulumi:cloudflare/list@5.24.1--0.0.0-DEV\x059\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\x03asn\x02\x07comment\x02\ -\x08hostname\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\x02\ -ip\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\x01-pulumi:cloudflare/list-item@5.24.\ -1--0.0.0-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\x011pulum\ -i:cloudflare/load-balancer@5.24.1--0.0.0-DEV\x05;\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x11\x0aaccount-id\x02\x0eallow-insecure\x02\x10\ -consecutive-down\x02\x0econsecutive-up\x02\x0bdescription\x02\x0dexpected-body\x02\ -\x0eexpected-codes\x02\x10follow-redirects\x02\x07headers\x02\x08interval\x02\x06\ -method\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\x0eallo\ -w-insecure\x05\x10consecutive-down\x05\x0econsecutive-up\x05\x0acreated-on\x05\x0b\ -description\x05\x0dexpected-body\x05\x0eexpected-codes\x05\x10follow-redirects\x05\ -\x07headers\x05\x08interval\x05\x06method\x05\x0bmodified-on\x05\x04path\x05\x04\ -port\x05\x0aprobe-zone\x05\x07retries\x05\x07timeout\x05\x04type\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019\ -pulumi:cloudflare/load-balancer-monitor@5.24.1--0.0.0-DEV\x05<\x01B\x0a\x02\x03\x02\ +\x01;pulumi:cloudflare/healthcheck@5.24.1--0.0.0-NIGHTLY-baedd49\x053\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x07se\ +tting\x02\x05value\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0a\ +created-at\x05\x08hostname\x05\x07setting\x05\x0aupdated-at\x05\x05value\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\x01Dpulumi:cloudflare/hostname-tls-setting@5.24.1--0.0.0-NIGH\ +TLY-baedd49\x054\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x04\x08hostname\x02\x05ports\x02\x06values\x02\x07zone-id\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x06\x0acreated-at\x05\x08hostname\x05\x05ports\x05\x0aupdat\ +ed-at\x05\x06values\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Lpulumi:cloudflare/hostname-tls-se\ +tting-ciphers@5.24.1--0.0.0-NIGHTLY-baedd49\x055\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x07caching\x02\x04name\x02\ +\x06origin\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x07ca\ +ching\x05\x04name\x05\x06origin\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Apulumi:cloudflare/hyperdrive-conf\ +ig@5.24.1--0.0.0-NIGHTLY-baedd49\x056\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ +ut\x03\0\0\x01h\x01\x01r\x11\x0aaccount-id\x02\x11allow-null-cipher\x02\x13cloud\ +flare-endpoint\x02\x11customer-endpoint\x02\x0bdescription\x02\x07fqdn-id\x02\x16\ +health-check-direction\x02\x14health-check-enabled\x02\x11health-check-rate\x02\x13\ +health-check-target\x02\x11health-check-type\x02\x06hex-id\x02\x11interface-addr\ +ess\x02\x04name\x02\x03psk\x02\x09remote-id\x02\x07user-id\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x11\x0aaccount-id\x05\x11allow-null-cipher\x05\x13cloudflar\ +e-endpoint\x05\x11customer-endpoint\x05\x0bdescription\x05\x07fqdn-id\x05\x16hea\ +lth-check-direction\x05\x14health-check-enabled\x05\x11health-check-rate\x05\x13\ +health-check-target\x05\x11health-check-type\x05\x06hex-id\x05\x11interface-addr\ +ess\x05\x04name\x05\x03psk\x05\x09remote-id\x05\x07user-id\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\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\x01/pulumi:cloudflare/logpush-job@5.24.1\ ---0.0.0-DEV\x05?\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x03\x0aaccount-id\x02\x10destination-conf\x02\x07zone-id\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x10destination-conf\x05\x1cownership-\ -challenge-filename\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:cloudflare/logpush-ownersh\ -ip-challenge@5.24.1--0.0.0-DEV\x05@\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\ -\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0bdescription\x02\x04name\x02\x05r\ -ules\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x0bdescript\ -ion\x05\x04name\x05\x05rules\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/magic-firewall-rul\ -eset@5.24.1--0.0.0-DEV\x05A\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ -\x01h\x01\x01r\x03\x17managed-request-headers\x02\x18managed-response-headers\x02\ -\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x17managed-request-hea\ -ders\x05\x18managed-response-headers\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x013pulumi:cloudfla\ -re/managed-headers@5.24.1--0.0.0-DEV\x05B\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x02ca\x02\x0ccertificates\x02\ -\x04name\x02\x0bprivate-key\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0aacc\ -ount-id\x05\x02ca\x05\x0ccertificates\x05\x0aexpires-on\x05\x06issuer\x05\x04nam\ -e\x05\x0bprivate-key\x05\x0dserial-number\x05\x09signature\x05\x0buploaded-on\x05\ -\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x014pulumi:cloudflare/mtls-certificate@5.24.1--0.0.0-DEV\x05C\x01B\x0a\x02\x03\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Bpulumi:cloudfla\ +re/load-balancer-pool@5.24.1--0.0.0-NIGHTLY-baedd49\x05=\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x07enabled\x02\x07zone-id\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x07enabled\x05\x07zone-id\x05\x04\0\x03re\ +s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01A\ +pulumi:cloudflare/logpull-retention@5.24.1--0.0.0-NIGHTLY-baedd49\x05>\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0f\x0aaccount-id\x02\x07\ +dataset\x02\x10destination-conf\x02\x07enabled\x02\x06filter\x02\x09frequency\x02\ +\x04kind\x02\x0flogpull-options\x02\x10max-upload-bytes\x02\x1bmax-upload-interv\ +al-seconds\x02\x12max-upload-records\x02\x04name\x02\x0eoutput-options\x02\x13ow\ +nership-challenge\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0f\x0a\ +account-id\x05\x07dataset\x05\x10destination-conf\x05\x07enabled\x05\x06filter\x05\ +\x09frequency\x05\x04kind\x05\x0flogpull-options\x05\x10max-upload-bytes\x05\x1b\ +max-upload-interval-seconds\x05\x12max-upload-records\x05\x04name\x05\x0eoutput-\ +options\x05\x13ownership-challenge\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01;pulumi:cloudfla\ +re/logpush-job@5.24.1--0.0.0-NIGHTLY-baedd49\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\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +Kpulumi:cloudflare/logpush-ownership-challenge@5.24.1--0.0.0-NIGHTLY-baedd49\x05\ +@\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aacco\ +unt-id\x02\x0bdescription\x02\x04name\x02\x05rules\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x04\x0aaccount-id\x05\x0bdescription\x05\x04name\x05\x05rules\x05\x04\ +\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ +\x01Fpulumi:cloudflare/magic-firewall-ruleset@5.24.1--0.0.0-NIGHTLY-baedd49\x05A\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x17manag\ +ed-request-headers\x02\x18managed-response-headers\x02\x07zone-id\x02\x04\0\x04a\ +rgs\x03\0\x03\x01i\x01\x01r\x03\x17managed-request-headers\x05\x18managed-respon\ +se-headers\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-\ +-0.0.0-NIGHTLY-baedd49\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\x0b\ +private-key\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0aaccount-id\x05\x02c\ +a\x05\x0ccertificates\x05\x0aexpires-on\x05\x06issuer\x05\x04name\x05\x0bprivate\ +-key\x05\x0dserial-number\x05\x09signature\x05\x0buploaded-on\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulum\ +i:cloudflare/mtls-certificate@5.24.1--0.0.0-NIGHTLY-baedd49\x05C\x01B\x0a\x02\x03\ \x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x0aaccount-id\x02\x0aaler\ t-type\x02\x0bdescription\x02\x12email-integrations\x02\x07enabled\x02\x07filter\ s\x02\x04name\x02\x16pagerduty-integrations\x02\x15webhooks-integrations\x02\x04\ @@ -23253,419 +23273,431 @@ s\x02\x04name\x02\x16pagerduty-integrations\x02\x15webhooks-integrations\x02\x04 eated\x05\x0bdescription\x05\x12email-integrations\x05\x07enabled\x05\x07filters\ \x05\x08modified\x05\x04name\x05\x16pagerduty-integrations\x05\x15webhooks-integ\ rations\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x017pulumi:cloudflare/notification-policy@5.24.1--0.0.0-DEV\x05\ -D\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aacco\ -unt-id\x02\x04name\x02\x06secret\x02\x03url\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x08\x0aaccount-id\x05\x0acreated-at\x05\x0clast-failure\x05\x0clast-succes\ -s\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:cloudfla\ -re/notification-policy-webhooks@5.24.1--0.0.0-DEV\x05E\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x09frequency\x02\x06region\x02\x03url\ -\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x09frequency\x05\x06\ -region\x05\x03url\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/observatory-sch\ -eduled-test@5.24.1--0.0.0-DEV\x05F\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x05\x03csr\x02\x09hostnames\x02\x14min-days-for-renewal\x02\x0c\ -request-type\x02\x12requested-validity\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\ -\x07\x0bcertificate\x05\x03csr\x05\x0aexpires-on\x05\x09hostnames\x05\x14min-day\ -s-for-renewal\x05\x0crequest-type\x05\x12requested-validity\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019pulum\ -i:cloudflare/origin-ca-certificate@5.24.1--0.0.0-DEV\x05G\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x07actions\x02\x08priority\x02\x06\ -status\x02\x06target\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\ -\x07actions\x05\x08priority\x05\x06status\x05\x06target\x05\x07zone-id\x05\x04\0\ -\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x01-pulumi:cloudflare/page-rule@5.24.1--0.0.0-DEV\x05H\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x06domain\x02\x0c\ -project-name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x06\ -domain\x05\x0cproject-name\x05\x06status\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x010pulumi:cloudflare/pages-\ -domain@5.24.1--0.0.0-DEV\x05I\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ -\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x0cbuild-config\x02\x12deployment-configs\ -\x02\x04name\x02\x11production-branch\x02\x06source\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x09\x0aaccount-id\x05\x0cbuild-config\x05\x0acreated-on\x05\x12deploy\ -ment-configs\x05\x07domains\x05\x04name\x05\x11production-branch\x05\x06source\x05\ -\x09subdomain\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x011pulumi:cloudflare/pages-project@5.24.1--0.0.0-DEV\x05\ -J\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aacco\ -unt-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\x06\ -invoke\x01\x08\x04\x01)pulumi:cloudflare/queue@5.24.1--0.0.0-DEV\x05K\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x08\ -location\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\ -\x05\x08location\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01-pulumi:cloudflare/r2-bucket@5.24.1--\ -0.0.0-DEV\x05L\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x09\x06action\x02\x13bypass-url-patterns\x02\x09correlate\x02\x0bdescription\x02\ -\x08disabled\x02\x05match\x02\x06period\x02\x09threshold\x02\x07zone-id\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x09\x06action\x05\x13bypass-url-patterns\x05\x09\ -correlate\x05\x0bdescription\x05\x08disabled\x05\x05match\x05\x06period\x05\x09t\ -hreshold\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01.pulumi:cloudflare/rate-limit@5.24.1--0.0.\ -0-DEV\x05M\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\ -\x0fallow-overwrite\x02\x07comment\x02\x04data\x02\x04name\x02\x08priority\x02\x07\ -proxied\x02\x04tags\x02\x03ttl\x02\x04type\x02\x05value\x02\x07zone-id\x02\x04\0\ -\x04args\x03\0\x03\x01i\x01\x01r\x10\x0fallow-overwrite\x05\x07comment\x05\x0acr\ -eated-on\x05\x04data\x05\x08hostname\x05\x08metadata\x05\x0bmodified-on\x05\x04n\ -ame\x05\x08priority\x05\x09proxiable\x05\x07proxied\x05\x04tags\x05\x03ttl\x05\x04\ -type\x05\x05value\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01*pulumi:cloudflare/record@5.24.1--\ -0.0.0-DEV\x05N\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x03\x08hostname\x02\x0aregion-key\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x04\x0acreated-on\x05\x08hostname\x05\x0aregion-key\x05\x07zone-id\x05\ -\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x015pulumi:cloudflare/regional-hostname@5.24.1--0.0.0-DEV\x05O\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x05value\x02\x07zone-\ -id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x05value\x05\x07zone-id\x05\x04\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x019pulumi:cloudflare/regional-tiered-cache@5.24.1--0.0.0-DEV\x05P\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\x0b\ -description\x02\x04kind\x02\x04name\x02\x05phase\x02\x05rules\x02\x07zone-id\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0aaccount-id\x05\x0bdescription\x05\x04\ -kind\x05\x04name\x05\x05phase\x05\x05rules\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/ruleset@5.24.1--0.0.0-DEV\x05Q\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x0d\x12argo-smart-routing\x02\x03dns\x02\x08edge-ip\ -s\x02\x0bip-firewall\x02\x0eorigin-directs\x02\x0aorigin-dns\x02\x0borigin-port\x02\ -\x11origin-port-range\x02\x08protocol\x02\x0eproxy-protocol\x02\x03tls\x02\x0ctr\ -affic-type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x12argo-\ -smart-routing\x05\x03dns\x05\x08edge-ips\x05\x0bip-firewall\x05\x0eorigin-direct\ -s\x05\x0aorigin-dns\x05\x0borigin-port\x05\x11origin-port-range\x05\x08protocol\x05\ -\x0eproxy-protocol\x05\x03tls\x05\x0ctraffic-type\x05\x07zone-id\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x018\ -pulumi:cloudflare/spectrum-application@5.24.1--0.0.0-DEV\x05R\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x04mode\x02\ -\x09policy-id\x02\x07tunnels\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aac\ -count-id\x05\x04mode\x05\x09policy-id\x05\x07tunnels\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x010pulumi:cloudfla\ -re/split-tunnel@5.24.1--0.0.0-DEV\x05S\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x0acolo-names\x02\x0ccolo-region\ -s\x02\x0bdescription\x02\x07nexthop\x02\x06prefix\x02\x08priority\x02\x06weight\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acolo-names\x05\x0c\ -colo-regions\x05\x0bdescription\x05\x07nexthop\x05\x06prefix\x05\x08priority\x05\ -\x06weight\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x010pulumi:cloudflare/static-route@5.24.1--0.0.0-DEV\x05T\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0f\x0aaccount-i\ -d\x02\x14activity-log-enabled\x02\x09antivirus\x02\x0ablock-page\x02\x0dbody-sca\ -nning\x02\x17extended-email-matching\x02\x04fips\x02\x07logging\x02&non-identity\ --browser-isolation-enabled\x02\x0bpayload-log\x02\x1aprotocol-detection-enabled\x02\ -\x05proxy\x02\x0fssh-session-log\x02\x13tls-decrypt-enabled\x02\x1durl-browser-i\ -solation-enabled\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\ -\x14activity-log-enabled\x05\x09antivirus\x05\x0ablock-page\x05\x0dbody-scanning\ -\x05\x17extended-email-matching\x05\x04fips\x05\x07logging\x05&non-identity-brow\ -ser-isolation-enabled\x05\x0bpayload-log\x05\x1aprotocol-detection-enabled\x05\x05\ -proxy\x05\x0fssh-session-log\x05\x13tls-decrypt-enabled\x05\x1durl-browser-isola\ -tion-enabled\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\x011pulumi:cloudflare/teams-account@5.24.1--0.0.0-DEV\x05\ -U\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aacco\ -unt-id\x02\x0bdescription\x02\x05items\x02\x04name\x02\x04type\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0bdescription\x05\x05items\x05\x04\ -name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01.pulumi:cloudflare/teams-list@5.24.1--0.0.0-DEV\x05V\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccou\ -nt-id\x02\x0eclient-default\x02\x04name\x02\x08networks\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x09\x0aaccount-id\x05\x17anonymized-logs-enabled\x05\x0eclient-de\ -fault\x05\x0ddoh-subdomain\x05\x02ip\x05\x10ipv4-destination\x05\x04name\x05\x08\ -networks\x05\x0apolicy-ids\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x012pulumi:cloudflare/teams-location@5.24.1--\ -0.0.0-DEV\x05W\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x03\x0aaccount-id\x02\x03ips\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x04\x0aaccount-id\x05\x03ips\x05\x04name\x05\x09subdomain\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x018pulum\ -i:cloudflare/teams-proxy-endpoint@5.24.1--0.0.0-DEV\x05X\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\x0aaccount-id\x02\x06action\x02\x0b\ -description\x02\x0edevice-posture\x02\x07enabled\x02\x07filters\x02\x08identity\x02\ -\x04name\x02\x0aprecedence\x02\x0drule-settings\x02\x07traffic\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x0c\x0aaccount-id\x05\x06action\x05\x0bdescription\x05\x0e\ -device-posture\x05\x07enabled\x05\x07filters\x05\x08identity\x05\x04name\x05\x0a\ -precedence\x05\x0drule-settings\x05\x07traffic\x05\x07version\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01.pulum\ -i:cloudflare/teams-rule@5.24.1--0.0.0-DEV\x05Y\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x02\x0acache-type\x02\x07zone-id\x02\x04\0\x04a\ -rgs\x03\0\x03\x01i\x01\x01r\x02\x0acache-type\x05\x07zone-id\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x010pulum\ -i:cloudflare/tiered-cache@5.24.1--0.0.0-DEV\x05Z\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x03\x15certificate-authority\x02\x07enabled\x02\ -\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x15certificate-authori\ -ty\x05\x07enabled\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/total-tls@5.24.\ -1--0.0.0-DEV\x05[\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x04\x0aaccount-id\x02\x0aconfig-src\x02\x04name\x02\x06secret\x02\x04\0\x04arg\ -s\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x05cname\x05\x0aconfig-src\x05\x04\ -name\x05\x06secret\x05\x0ctunnel-token\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01*pulumi:cloudflare/tunnel@5\ -.24.1--0.0.0-DEV\x05\\\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\ -\x01\x01r\x03\x0aaccount-id\x02\x06config\x02\x09tunnel-id\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\x06config\x05\x09tunnel-id\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -1pulumi:cloudflare/tunnel-config@5.24.1--0.0.0-DEV\x05]\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x07comment\x02\x07\ -network\x02\x09tunnel-id\x02\x12virtual-network-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x05\x0aaccount-id\x05\x07comment\x05\x07network\x05\x09tunnel-id\x05\x12\ -virtual-network-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x010pulumi:cloudflare/tunnel-route@5.24.1--0.0.0-DE\ -V\x05^\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0a\ -account-id\x02\x07comment\x02\x12is-default-network\x02\x04name\x02\x04\0\x04arg\ -s\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x07comment\x05\x12is-default-net\ -work\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/tunnel-virtual-network@5.24.1--0.\ -0.0-DEV\x05_\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\ -\x0aaccount-id\x02\x0ebot-fight-mode\x02\x07domains\x02\x04mode\x02\x04name\x02\x08\ -offlabel\x02\x06region\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-\ -id\x05\x0ebot-fight-mode\x05\x07domains\x05\x04mode\x05\x04name\x05\x08offlabel\x05\ -\x06region\x05\x06secret\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x014pulumi:cloudflare/turnstile-widget@5.24.1\ ---0.0.0-DEV\x05`\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x03\x05scope\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x03\x05scope\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\x01>pulumi:cloudflare/url-no\ -rmalization-settings@5.24.1--0.0.0-DEV\x05a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x05\x0dconfiguration\x02\x0bdescription\x02\x04mode\ -\x02\x06paused\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0dc\ -onfiguration\x05\x0bdescription\x05\x04mode\x05\x06paused\x05\x07zone-id\x05\x04\ +invoke\x01\x08\x04\x01Cpulumi:cloudflare/notification-policy@5.24.1--0.0.0-NIGHT\ +LY-baedd49\x05D\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x04\x0aaccount-id\x02\x04name\x02\x06secret\x02\x03url\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acreated-at\x05\x0clast-failure\x05\x0c\ +last-success\x05\x04name\x05\x06secret\x05\x04type\x05\x03url\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Lpulum\ +i:cloudflare/notification-policy-webhooks@5.24.1--0.0.0-NIGHTLY-baedd49\x05E\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x09frequency\ +\x02\x06region\x02\x03url\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x04\x09frequency\x05\x06region\x05\x03url\x05\x07zone-id\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Jpulumi:\ +cloudflare/observatory-scheduled-test@5.24.1--0.0.0-NIGHTLY-baedd49\x05F\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x03csr\x02\x09hos\ +tnames\x02\x14min-days-for-renewal\x02\x0crequest-type\x02\x12requested-validity\ +\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0bcertificate\x05\x03csr\x05\x0a\ +expires-on\x05\x09hostnames\x05\x14min-days-for-renewal\x05\x0crequest-type\x05\x12\ +requested-validity\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01Epulumi:cloudflare/origin-ca-certificate@5.24.1-\ +-0.0.0-NIGHTLY-baedd49\x05G\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ +\x01h\x01\x01r\x05\x07actions\x02\x08priority\x02\x06status\x02\x06target\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07actions\x05\x08priority\ +\x05\x06status\x05\x06target\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019pulumi:cloudflare/page-r\ +ule@5.24.1--0.0.0-NIGHTLY-baedd49\x05H\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ +put\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x06domain\x02\x0cproject-name\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x06domain\x05\x0cpr\ +oject-name\x05\x06status\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\x01pulumi:cloudflare/teams-location@5.24.1--0.0.0-NIGHTLY-ba\ +edd49\x05W\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\ +\x0aaccount-id\x02\x03ips\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ +\x0aaccount-id\x05\x03ips\x05\x04name\x05\x09subdomain\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Dpulumi:clou\ +dflare/teams-proxy-endpoint@5.24.1--0.0.0-NIGHTLY-baedd49\x05X\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\x0aaccount-id\x02\x06action\x02\ +\x0bdescription\x02\x0edevice-posture\x02\x07enabled\x02\x07filters\x02\x08ident\ +ity\x02\x04name\x02\x0aprecedence\x02\x0drule-settings\x02\x07traffic\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x0c\x0aaccount-id\x05\x06action\x05\x0bdescription\x05\ +\x0edevice-posture\x05\x07enabled\x05\x07filters\x05\x08identity\x05\x04name\x05\ +\x0aprecedence\x05\x0drule-settings\x05\x07traffic\x05\x07version\x05\x04\0\x03r\ +es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ +:pulumi:cloudflare/teams-rule@5.24.1--0.0.0-NIGHTLY-baedd49\x05Y\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0acache-type\x02\x07zone\ +-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0acache-type\x05\x07zone-id\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01pulumi:cloudflare/get-tunnel-virtual-network@5.24.1--0.0.0-D\ -EV\x05\x8a\x01\x01B\x07\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01i\x01\x01\ -r\x03\x05email\x02\x02id\x02\x08username\x02\x04\0\x03res\x03\0\x03\x01@\0\0\x04\ -\x04\0\x06invoke\x01\x05\x04\x01,pulumi:cloudflare/get-user@5.24.1--0.0.0-DEV\x05\ +\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x0bdescription\x05\x02id\x05\x04kind\x05\ +\x04name\x05\x08numitems\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x018pulumi:cloudflare/get-list@5.24.1--0.0.0-NIGHTLY-ba\ +edd49\x05\x82\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x01\x0aaccount-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\x05\ +\x02id\x05\x05lists\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x019pulumi:cloudflare/get-lists@5.24.1--0.0.0-NIGHTLY-baedd49\ +\x05\x83\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\ +\x0aaccount-id\x02\x06filter\x02\x05pools\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x04\x0aaccount-id\x05\x06filter\x05\x02id\x05\x05pools\x05\x04\0\x03res\x03\0\x06\ +\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Gpulumi:cloudflare/ge\ +t-load-balancer-pools@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x84\x01\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x02id\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x06\x0bcertificate\x05\x0aexpires-on\x05\x09hostnames\x05\x02\ +id\x05\x0crequest-type\x05\x0arevoked-at\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Ipulumi:cloudflare/get-origin-ca-c\ +ertificate@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x85\x01\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x09algorithm\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x03\x09algorithm\x05\x08cert-pem\x05\x02id\x05\x04\0\x03res\x03\0\ +\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Npulumi:cloudflar\ +e/get-origin-ca-root-certificate@5.24.1--0.0.0-NIGHTLY-baedd49\x05\x86\x01\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x07content\x02\x08\ +hostname\x02\x08priority\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x0c\x07content\x05\x08hostname\x05\x02id\x05\x06locked\x05\x08priorit\ +y\x05\x09proxiable\x05\x07proxied\x05\x03ttl\x05\x04type\x05\x05value\x05\x07zon\ +e-id\x05\x09zone-name\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\ +\x06invoke\x01\x08\x04\x01:pulumi:cloudflare/get-record@5.24.1--0.0.0-NIGHTLY-ba\ +edd49\x05\x87\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x04\x0aaccount-id\x02\x06filter\x02\x0dinclude-rules\x02\x07zone-id\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x06filter\x05\x02id\x05\x0din\ +clude-rules\x05\x08rulesets\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01, @@ -366,7 +366,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-baedd49.{output}; record args { account-id: borrow, @@ -390,7 +390,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-baedd49.{output}; record args { account-id: borrow, @@ -418,7 +418,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-baedd49.{output}; record args { account-id: borrow, @@ -446,7 +446,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-baedd49.{output}; record args { account-id: borrow, @@ -474,7 +474,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-baedd49.{output}; record args { account-id: borrow, @@ -494,7 +494,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-baedd49.{output}; record args { account-id: borrow, @@ -521,7 +521,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-baedd49.{output}; record args { account-id: borrow, @@ -543,7 +543,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-baedd49.{output}; record args { account-id: borrow, @@ -585,7 +585,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-baedd49.{output}; record args { account-id: borrow, @@ -631,7 +631,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-baedd49.{output}; record args { account-id: borrow, @@ -657,7 +657,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-baedd49.{output}; record args { account-id: borrow, @@ -686,7 +686,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-baedd49.{output}; record args { account-id: borrow, @@ -710,7 +710,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-baedd49.{output}; record args { enforce-twofactor: borrow, @@ -732,7 +732,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-baedd49.{output}; record args { account-id: borrow, @@ -756,7 +756,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-baedd49.{output}; record args { account-id: borrow, @@ -786,7 +786,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-baedd49.{output}; record args { auth-id-characteristics: borrow, @@ -806,7 +806,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-baedd49.{output}; record args { endpoint: borrow, @@ -830,7 +830,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-baedd49.{output}; record args { mitigation-action: borrow, @@ -852,7 +852,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-baedd49.{output}; record args { kind: borrow, @@ -878,7 +878,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-baedd49.{output}; record args { validation-default-mitigation-action: borrow, @@ -900,7 +900,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-baedd49.{output}; record args { condition: borrow, @@ -930,7 +930,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-baedd49.{output}; record args { smart-routing: borrow, @@ -952,7 +952,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-baedd49.{output}; record args { authenticated-origin-pulls-certificate: borrow, @@ -976,7 +976,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-baedd49.{output}; record args { certificate: borrow, @@ -1006,7 +1006,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-baedd49.{output}; record args { auto-update-model: borrow, @@ -1043,7 +1043,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-baedd49.{output}; record args { account-id: borrow, @@ -1067,7 +1067,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-baedd49.{output}; record args { certificate-authority: borrow, @@ -1103,7 +1103,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-baedd49.{output}; record args { custom-metadata: borrow, @@ -1136,7 +1136,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-baedd49.{output}; record args { origin: borrow, @@ -1157,7 +1157,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-baedd49.{output}; record args { account-id: borrow, @@ -1183,7 +1183,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-baedd49.{output}; record args { custom-ssl-options: borrow, @@ -1213,7 +1213,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-baedd49.{output}; record args { account-id: borrow, @@ -1234,7 +1234,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-baedd49.{output}; record args { account-id: borrow, @@ -1264,7 +1264,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-baedd49.{output}; record args { account-id: borrow, @@ -1288,7 +1288,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-baedd49.{output}; record args { enabled: borrow, @@ -1308,7 +1308,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-baedd49.{output}; record args { account-id: borrow, @@ -1336,7 +1336,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-baedd49.{output}; record args { account-id: borrow, @@ -1368,7 +1368,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-baedd49.{output}; record args { account-id: borrow, @@ -1420,7 +1420,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-baedd49.{output}; record args { account-id: borrow, @@ -1450,7 +1450,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-baedd49.{output}; record args { account-id: borrow, @@ -1474,7 +1474,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-baedd49.{output}; record args { actions: borrow, @@ -1501,7 +1501,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-baedd49.{output}; record args { actions: borrow, @@ -1530,7 +1530,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-baedd49.{output}; record args { enabled: borrow, @@ -1557,7 +1557,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-baedd49.{output}; record args { account-id: borrow, @@ -1579,7 +1579,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-baedd49.{output}; record args { description: borrow, @@ -1605,7 +1605,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-baedd49.{output}; record args { action: borrow, @@ -1635,7 +1635,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-baedd49.{output}; record args { account-id: borrow, @@ -1673,7 +1673,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-baedd49.{output}; record args { address: borrow, @@ -1731,7 +1731,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-baedd49.{output}; record args { hostname: borrow, @@ -1757,7 +1757,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-baedd49.{output}; record args { hostname: borrow, @@ -1783,7 +1783,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-baedd49.{output}; record args { account-id: borrow, @@ -1807,7 +1807,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-baedd49.{output}; record args { account-id: borrow, @@ -1857,7 +1857,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-baedd49.{output}; record args { bundle-method: borrow, @@ -1888,7 +1888,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-baedd49.{output}; record args { account-id: borrow, @@ -1914,7 +1914,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-baedd49.{output}; record args { account-id: borrow, @@ -1944,7 +1944,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-baedd49.{output}; record args { adaptive-routings: borrow, @@ -2000,7 +2000,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-baedd49.{output}; record args { account-id: borrow, @@ -2052,7 +2052,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-baedd49.{output}; record args { account-id: borrow, @@ -2096,7 +2096,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-baedd49.{output}; record args { enabled: borrow, @@ -2116,7 +2116,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-baedd49.{output}; record args { account-id: borrow, @@ -2162,7 +2162,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-baedd49.{output}; record args { account-id: borrow, @@ -2185,7 +2185,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-baedd49.{output}; record args { account-id: borrow, @@ -2209,7 +2209,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-baedd49.{output}; record args { managed-request-headers: borrow, @@ -2231,7 +2231,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-baedd49.{output}; record args { account-id: borrow, @@ -2262,7 +2262,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-baedd49.{output}; record args { account-id: borrow, @@ -2298,7 +2298,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-baedd49.{output}; record args { account-id: borrow, @@ -2326,7 +2326,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-baedd49.{output}; record args { frequency: borrow, @@ -2350,7 +2350,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-baedd49.{output}; record args { csr: borrow, @@ -2378,7 +2378,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-baedd49.{output}; record args { actions: borrow, @@ -2404,7 +2404,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-baedd49.{output}; record args { account-id: borrow, @@ -2427,7 +2427,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-baedd49.{output}; record args { account-id: borrow, @@ -2458,7 +2458,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-baedd49.{output}; record args { account-id: borrow, @@ -2478,7 +2478,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-baedd49.{output}; record args { account-id: borrow, @@ -2500,7 +2500,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-baedd49.{output}; record args { action: borrow, @@ -2534,7 +2534,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-baedd49.{output}; record args { allow-overwrite: borrow, @@ -2577,7 +2577,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-baedd49.{output}; record args { hostname: borrow, @@ -2600,7 +2600,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-baedd49.{output}; record args { value: borrow, @@ -2620,7 +2620,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-baedd49.{output}; record args { account-id: borrow, @@ -2650,7 +2650,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-baedd49.{output}; record args { argo-smart-routing: borrow, @@ -2692,7 +2692,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-baedd49.{output}; record args { account-id: borrow, @@ -2716,7 +2716,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-baedd49.{output}; record args { account-id: borrow, @@ -2748,7 +2748,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-baedd49.{output}; record args { account-id: borrow, @@ -2794,7 +2794,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-baedd49.{output}; record args { account-id: borrow, @@ -2820,7 +2820,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-baedd49.{output}; record args { account-id: borrow, @@ -2849,7 +2849,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-baedd49.{output}; record args { account-id: borrow, @@ -2872,7 +2872,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-baedd49.{output}; record args { account-id: borrow, @@ -2911,7 +2911,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-baedd49.{output}; record args { cache-type: borrow, @@ -2931,7 +2931,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-baedd49.{output}; record args { certificate-authority: borrow, @@ -2953,7 +2953,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-baedd49.{output}; record args { account-id: borrow, @@ -2979,7 +2979,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-baedd49.{output}; record args { account-id: borrow, @@ -3001,7 +3001,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-baedd49.{output}; record args { account-id: borrow, @@ -3027,7 +3027,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-baedd49.{output}; record args { account-id: borrow, @@ -3051,7 +3051,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-baedd49.{output}; record args { account-id: borrow, @@ -3082,7 +3082,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-baedd49.{output}; record args { scope: borrow, @@ -3104,7 +3104,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-baedd49.{output}; record args { configuration: borrow, @@ -3130,7 +3130,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-baedd49.{output}; record args { additional-routes: borrow, @@ -3182,7 +3182,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-baedd49.{output}; record args { custom-page-html: borrow, @@ -3230,7 +3230,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-baedd49.{output}; record args { rules: borrow, @@ -3252,7 +3252,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-baedd49.{output}; record args { search-engine-crawler-bypass: borrow, @@ -3272,7 +3272,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-baedd49.{output}; record args { description: borrow, @@ -3301,7 +3301,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-baedd49.{output}; record args { account-id: borrow, @@ -3329,7 +3329,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-baedd49.{output}; record args { account-id: borrow, @@ -3357,7 +3357,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-baedd49.{output}; record args { account-id: borrow, @@ -3379,7 +3379,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-baedd49.{output}; record args { account-id: borrow, @@ -3405,7 +3405,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-baedd49.{output}; record args { pattern: borrow, @@ -3427,7 +3427,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-baedd49.{output}; record args { account-id: borrow, @@ -3481,7 +3481,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-baedd49.{output}; record args { account-id: borrow, @@ -3505,7 +3505,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-baedd49.{output}; record args { account-id: borrow, @@ -3525,7 +3525,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-baedd49.{output}; record args { account-id: borrow, @@ -3549,7 +3549,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-baedd49.{output}; record args { account-id: borrow, @@ -3569,7 +3569,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-baedd49.{output}; record args { account-id: borrow, @@ -3602,7 +3602,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-baedd49.{output}; record args { enabled: borrow, @@ -3622,7 +3622,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-baedd49.{output}; record args { avifs: borrow, @@ -3662,7 +3662,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-baedd49.{output}; record args { modified-on: borrow, @@ -3692,7 +3692,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-baedd49.{output}; record args { hold: borrow, @@ -3716,7 +3716,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-baedd49.{output}; record args { configurations: borrow, @@ -3744,7 +3744,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-baedd49.{output}; record args { settings: borrow, @@ -3770,7 +3770,7 @@ interface zone-settings-override { interface get-access-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3795,7 +3795,7 @@ interface get-access-application { } interface get-access-identity-provider { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3818,7 +3818,7 @@ interface get-access-identity-provider { } interface get-account-roles { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3837,7 +3837,7 @@ interface get-account-roles { } interface get-accounts { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { name: borrow, @@ -3856,7 +3856,7 @@ interface get-accounts { } interface get-api-token-permission-groups { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record res { @@ -3874,7 +3874,7 @@ interface get-api-token-permission-groups { } interface get-device-posture-rules { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3897,7 +3897,7 @@ interface get-device-posture-rules { } interface get-devices { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3916,7 +3916,7 @@ interface get-devices { } interface get-dlp-datasets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3935,7 +3935,7 @@ interface get-dlp-datasets { } interface get-ip-ranges { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record res { @@ -3953,7 +3953,7 @@ interface get-ip-ranges { } interface get-list { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3976,7 +3976,7 @@ interface get-list { } interface get-lists { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3995,7 +3995,7 @@ interface get-lists { } interface get-load-balancer-pools { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4017,7 +4017,7 @@ interface get-load-balancer-pools { } interface get-origin-ca-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { id: borrow, @@ -4039,7 +4039,7 @@ interface get-origin-ca-certificate { } interface get-origin-ca-root-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { algorithm: borrow, @@ -4058,7 +4058,7 @@ interface get-origin-ca-root-certificate { } interface get-record { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { content: borrow, @@ -4090,7 +4090,7 @@ interface get-record { } interface get-rulesets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4115,7 +4115,7 @@ interface get-rulesets { } interface get-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4138,7 +4138,7 @@ interface get-tunnel { } interface get-tunnel-virtual-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4160,7 +4160,7 @@ interface get-tunnel-virtual-network { } interface get-user { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record res { @@ -4175,7 +4175,7 @@ interface get-user { } interface get-zone { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4202,7 +4202,7 @@ interface get-zone { } interface get-zone-cache-reserve { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { zone-id: borrow, @@ -4221,7 +4221,7 @@ interface get-zone-cache-reserve { } interface get-zone-dnssec { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { zone-id: borrow, @@ -4249,7 +4249,7 @@ interface get-zone-dnssec { } interface get-zones { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { filter: borrow, diff --git a/providers/pulumi_wasm_provider_cloudflare_rust/Cargo.toml b/providers/pulumi_wasm_provider_cloudflare_rust/Cargo.toml index 44c464cb..d93fbfb4 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-baedd49" 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 ec5e19cd..ad0c291d 100644 --- a/providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs @@ -15,7 +15,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "cloudflare-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/providers/pulumi_wasm_provider_cloudflare_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_cloudflare_rust/wit/deps/pulumi-wasm.wit index d4101018..5c436327 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-baedd49; 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 d230f605..a5fda92b 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--0.0.0-DEV; +package pulumi:cloudflare@5.24.1--0.0.0-NIGHTLY-baedd49; world cloudflare-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; export access-application; export access-ca-certificate; export access-custom-page; @@ -291,7 +291,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-baedd49.{output}; record args { account-id: borrow, @@ -366,7 +366,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-baedd49.{output}; record args { account-id: borrow, @@ -390,7 +390,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-baedd49.{output}; record args { account-id: borrow, @@ -418,7 +418,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-baedd49.{output}; record args { account-id: borrow, @@ -446,7 +446,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-baedd49.{output}; record args { account-id: borrow, @@ -474,7 +474,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-baedd49.{output}; record args { account-id: borrow, @@ -494,7 +494,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-baedd49.{output}; record args { account-id: borrow, @@ -521,7 +521,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-baedd49.{output}; record args { account-id: borrow, @@ -543,7 +543,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-baedd49.{output}; record args { account-id: borrow, @@ -585,7 +585,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-baedd49.{output}; record args { account-id: borrow, @@ -631,7 +631,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-baedd49.{output}; record args { account-id: borrow, @@ -657,7 +657,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-baedd49.{output}; record args { account-id: borrow, @@ -686,7 +686,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-baedd49.{output}; record args { account-id: borrow, @@ -710,7 +710,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-baedd49.{output}; record args { enforce-twofactor: borrow, @@ -732,7 +732,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-baedd49.{output}; record args { account-id: borrow, @@ -756,7 +756,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-baedd49.{output}; record args { account-id: borrow, @@ -786,7 +786,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-baedd49.{output}; record args { auth-id-characteristics: borrow, @@ -806,7 +806,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-baedd49.{output}; record args { endpoint: borrow, @@ -830,7 +830,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-baedd49.{output}; record args { mitigation-action: borrow, @@ -852,7 +852,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-baedd49.{output}; record args { kind: borrow, @@ -878,7 +878,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-baedd49.{output}; record args { validation-default-mitigation-action: borrow, @@ -900,7 +900,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-baedd49.{output}; record args { condition: borrow, @@ -930,7 +930,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-baedd49.{output}; record args { smart-routing: borrow, @@ -952,7 +952,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-baedd49.{output}; record args { authenticated-origin-pulls-certificate: borrow, @@ -976,7 +976,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-baedd49.{output}; record args { certificate: borrow, @@ -1006,7 +1006,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-baedd49.{output}; record args { auto-update-model: borrow, @@ -1043,7 +1043,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-baedd49.{output}; record args { account-id: borrow, @@ -1067,7 +1067,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-baedd49.{output}; record args { certificate-authority: borrow, @@ -1103,7 +1103,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-baedd49.{output}; record args { custom-metadata: borrow, @@ -1136,7 +1136,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-baedd49.{output}; record args { origin: borrow, @@ -1157,7 +1157,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-baedd49.{output}; record args { account-id: borrow, @@ -1183,7 +1183,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-baedd49.{output}; record args { custom-ssl-options: borrow, @@ -1213,7 +1213,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-baedd49.{output}; record args { account-id: borrow, @@ -1234,7 +1234,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-baedd49.{output}; record args { account-id: borrow, @@ -1264,7 +1264,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-baedd49.{output}; record args { account-id: borrow, @@ -1288,7 +1288,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-baedd49.{output}; record args { enabled: borrow, @@ -1308,7 +1308,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-baedd49.{output}; record args { account-id: borrow, @@ -1336,7 +1336,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-baedd49.{output}; record args { account-id: borrow, @@ -1368,7 +1368,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-baedd49.{output}; record args { account-id: borrow, @@ -1420,7 +1420,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-baedd49.{output}; record args { account-id: borrow, @@ -1450,7 +1450,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-baedd49.{output}; record args { account-id: borrow, @@ -1474,7 +1474,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-baedd49.{output}; record args { actions: borrow, @@ -1501,7 +1501,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-baedd49.{output}; record args { actions: borrow, @@ -1530,7 +1530,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-baedd49.{output}; record args { enabled: borrow, @@ -1557,7 +1557,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-baedd49.{output}; record args { account-id: borrow, @@ -1579,7 +1579,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-baedd49.{output}; record args { description: borrow, @@ -1605,7 +1605,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-baedd49.{output}; record args { action: borrow, @@ -1635,7 +1635,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-baedd49.{output}; record args { account-id: borrow, @@ -1673,7 +1673,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-baedd49.{output}; record args { address: borrow, @@ -1731,7 +1731,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-baedd49.{output}; record args { hostname: borrow, @@ -1757,7 +1757,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-baedd49.{output}; record args { hostname: borrow, @@ -1783,7 +1783,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-baedd49.{output}; record args { account-id: borrow, @@ -1807,7 +1807,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-baedd49.{output}; record args { account-id: borrow, @@ -1857,7 +1857,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-baedd49.{output}; record args { bundle-method: borrow, @@ -1888,7 +1888,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-baedd49.{output}; record args { account-id: borrow, @@ -1914,7 +1914,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-baedd49.{output}; record args { account-id: borrow, @@ -1944,7 +1944,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-baedd49.{output}; record args { adaptive-routings: borrow, @@ -2000,7 +2000,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-baedd49.{output}; record args { account-id: borrow, @@ -2052,7 +2052,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-baedd49.{output}; record args { account-id: borrow, @@ -2096,7 +2096,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-baedd49.{output}; record args { enabled: borrow, @@ -2116,7 +2116,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-baedd49.{output}; record args { account-id: borrow, @@ -2162,7 +2162,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-baedd49.{output}; record args { account-id: borrow, @@ -2185,7 +2185,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-baedd49.{output}; record args { account-id: borrow, @@ -2209,7 +2209,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-baedd49.{output}; record args { managed-request-headers: borrow, @@ -2231,7 +2231,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-baedd49.{output}; record args { account-id: borrow, @@ -2262,7 +2262,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-baedd49.{output}; record args { account-id: borrow, @@ -2298,7 +2298,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-baedd49.{output}; record args { account-id: borrow, @@ -2326,7 +2326,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-baedd49.{output}; record args { frequency: borrow, @@ -2350,7 +2350,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-baedd49.{output}; record args { csr: borrow, @@ -2378,7 +2378,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-baedd49.{output}; record args { actions: borrow, @@ -2404,7 +2404,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-baedd49.{output}; record args { account-id: borrow, @@ -2427,7 +2427,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-baedd49.{output}; record args { account-id: borrow, @@ -2458,7 +2458,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-baedd49.{output}; record args { account-id: borrow, @@ -2478,7 +2478,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-baedd49.{output}; record args { account-id: borrow, @@ -2500,7 +2500,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-baedd49.{output}; record args { action: borrow, @@ -2534,7 +2534,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-baedd49.{output}; record args { allow-overwrite: borrow, @@ -2577,7 +2577,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-baedd49.{output}; record args { hostname: borrow, @@ -2600,7 +2600,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-baedd49.{output}; record args { value: borrow, @@ -2620,7 +2620,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-baedd49.{output}; record args { account-id: borrow, @@ -2650,7 +2650,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-baedd49.{output}; record args { argo-smart-routing: borrow, @@ -2692,7 +2692,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-baedd49.{output}; record args { account-id: borrow, @@ -2716,7 +2716,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-baedd49.{output}; record args { account-id: borrow, @@ -2748,7 +2748,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-baedd49.{output}; record args { account-id: borrow, @@ -2794,7 +2794,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-baedd49.{output}; record args { account-id: borrow, @@ -2820,7 +2820,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-baedd49.{output}; record args { account-id: borrow, @@ -2849,7 +2849,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-baedd49.{output}; record args { account-id: borrow, @@ -2872,7 +2872,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-baedd49.{output}; record args { account-id: borrow, @@ -2911,7 +2911,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-baedd49.{output}; record args { cache-type: borrow, @@ -2931,7 +2931,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-baedd49.{output}; record args { certificate-authority: borrow, @@ -2953,7 +2953,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-baedd49.{output}; record args { account-id: borrow, @@ -2979,7 +2979,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-baedd49.{output}; record args { account-id: borrow, @@ -3001,7 +3001,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-baedd49.{output}; record args { account-id: borrow, @@ -3027,7 +3027,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-baedd49.{output}; record args { account-id: borrow, @@ -3051,7 +3051,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-baedd49.{output}; record args { account-id: borrow, @@ -3082,7 +3082,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-baedd49.{output}; record args { scope: borrow, @@ -3104,7 +3104,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-baedd49.{output}; record args { configuration: borrow, @@ -3130,7 +3130,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-baedd49.{output}; record args { additional-routes: borrow, @@ -3182,7 +3182,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-baedd49.{output}; record args { custom-page-html: borrow, @@ -3230,7 +3230,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-baedd49.{output}; record args { rules: borrow, @@ -3252,7 +3252,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-baedd49.{output}; record args { search-engine-crawler-bypass: borrow, @@ -3272,7 +3272,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-baedd49.{output}; record args { description: borrow, @@ -3301,7 +3301,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-baedd49.{output}; record args { account-id: borrow, @@ -3329,7 +3329,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-baedd49.{output}; record args { account-id: borrow, @@ -3357,7 +3357,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-baedd49.{output}; record args { account-id: borrow, @@ -3379,7 +3379,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-baedd49.{output}; record args { account-id: borrow, @@ -3405,7 +3405,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-baedd49.{output}; record args { pattern: borrow, @@ -3427,7 +3427,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-baedd49.{output}; record args { account-id: borrow, @@ -3481,7 +3481,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-baedd49.{output}; record args { account-id: borrow, @@ -3505,7 +3505,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-baedd49.{output}; record args { account-id: borrow, @@ -3525,7 +3525,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-baedd49.{output}; record args { account-id: borrow, @@ -3549,7 +3549,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-baedd49.{output}; record args { account-id: borrow, @@ -3569,7 +3569,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-baedd49.{output}; record args { account-id: borrow, @@ -3602,7 +3602,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-baedd49.{output}; record args { enabled: borrow, @@ -3622,7 +3622,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-baedd49.{output}; record args { avifs: borrow, @@ -3662,7 +3662,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-baedd49.{output}; record args { modified-on: borrow, @@ -3692,7 +3692,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-baedd49.{output}; record args { hold: borrow, @@ -3716,7 +3716,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-baedd49.{output}; record args { configurations: borrow, @@ -3744,7 +3744,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-baedd49.{output}; record args { settings: borrow, @@ -3770,7 +3770,7 @@ interface zone-settings-override { interface get-access-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3795,7 +3795,7 @@ interface get-access-application { } interface get-access-identity-provider { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3818,7 +3818,7 @@ interface get-access-identity-provider { } interface get-account-roles { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3837,7 +3837,7 @@ interface get-account-roles { } interface get-accounts { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { name: borrow, @@ -3856,7 +3856,7 @@ interface get-accounts { } interface get-api-token-permission-groups { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record res { @@ -3874,7 +3874,7 @@ interface get-api-token-permission-groups { } interface get-device-posture-rules { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3897,7 +3897,7 @@ interface get-device-posture-rules { } interface get-devices { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3916,7 +3916,7 @@ interface get-devices { } interface get-dlp-datasets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3935,7 +3935,7 @@ interface get-dlp-datasets { } interface get-ip-ranges { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record res { @@ -3953,7 +3953,7 @@ interface get-ip-ranges { } interface get-list { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3976,7 +3976,7 @@ interface get-list { } interface get-lists { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -3995,7 +3995,7 @@ interface get-lists { } interface get-load-balancer-pools { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4017,7 +4017,7 @@ interface get-load-balancer-pools { } interface get-origin-ca-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { id: borrow, @@ -4039,7 +4039,7 @@ interface get-origin-ca-certificate { } interface get-origin-ca-root-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { algorithm: borrow, @@ -4058,7 +4058,7 @@ interface get-origin-ca-root-certificate { } interface get-record { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { content: borrow, @@ -4090,7 +4090,7 @@ interface get-record { } interface get-rulesets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4115,7 +4115,7 @@ interface get-rulesets { } interface get-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4138,7 +4138,7 @@ interface get-tunnel { } interface get-tunnel-virtual-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4160,7 +4160,7 @@ interface get-tunnel-virtual-network { } interface get-user { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record res { @@ -4175,7 +4175,7 @@ interface get-user { } interface get-zone { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { account-id: borrow, @@ -4202,7 +4202,7 @@ interface get-zone { } interface get-zone-cache-reserve { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { zone-id: borrow, @@ -4221,7 +4221,7 @@ interface get-zone-cache-reserve { } interface get-zone-dnssec { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { zone-id: borrow, @@ -4249,7 +4249,7 @@ interface get-zone-dnssec { } interface get-zones { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { filter: borrow, diff --git a/providers/pulumi_wasm_provider_docker/Cargo.toml b/providers/pulumi_wasm_provider_docker/Cargo.toml index 6670936e..5ea626f5 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-baedd49" 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 0aba624f..0f21301b 100644 --- a/providers/pulumi_wasm_provider_docker/src/bindings.rs +++ b/providers/pulumi_wasm_provider_docker/src/bindings.rs @@ -37,7 +37,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-baedd49" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -56,7 +56,7 @@ pub mod component { let len0 = vec0.len(); #[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-baedd49" )] extern "C" { #[link_name = "[constructor]output"] @@ -80,7 +80,7 @@ pub mod component { let len0 = vec0.len(); #[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-baedd49" )] extern "C" { #[link_name = "[method]output.map"] @@ -125,7 +125,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-baedd49" )] extern "C" { #[link_name = "combine"] @@ -345,7 +345,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-baedd49" )] extern "C" { #[link_name = "register"] @@ -494,7 +494,7 @@ pub mod component { let ptr8 = 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-baedd49" )] extern "C" { #[link_name = "invoke"] @@ -1543,16 +1543,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_container_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_container_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/container@4.5.3--0.0.0-DEV#invoke"] unsafe extern - "C" fn export_invoke(arg0 : * mut u8,) -> * mut u8 { - $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; + "pulumi:docker/container@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_container_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 264]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1690,18 +1690,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_image_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_image_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/image@4.5.3--0.0.0-DEV#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, + "pulumi:docker/image@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_image_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1933,20 +1933,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_network_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_network_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/network@4.5.3--0.0.0-DEV#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)*:: + "pulumi:docker/network@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_network_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2141,19 +2141,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_plugin_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_plugin_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/plugin@4.5.3--0.0.0-DEV#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) } }; + "pulumi:docker/plugin@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_plugin_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2273,18 +2273,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_registry_image_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_registry_image_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/registry-image@4.5.3--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:docker/registry-image@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_registry_image_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2449,19 +2449,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_remote_image_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_remote_image_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/remote-image@4.5.3--0.0.0-DEV#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)*:: + "pulumi:docker/remote-image@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_remote_image_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2558,17 +2558,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_secret_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_secret_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/secret@4.5.3--0.0.0-DEV#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) } }; + "pulumi:docker/secret@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_secret_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2756,19 +2757,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_service_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_service_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/service@4.5.3--0.0.0-DEV#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 { + "pulumi:docker/service@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_service_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2852,17 +2853,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_service_config_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_service_config_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/service-config@4.5.3--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:docker/service-config@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_service_config_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2953,17 +2954,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_tag_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_tag_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/tag@4.5.3--0.0.0-DEV#invoke"] unsafe extern "C" fn - export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : i32, arg3 : - i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:docker/tag@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_tag_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3082,18 +3083,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_volume_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_volume_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/volume@4.5.3--0.0.0-DEV#invoke"] unsafe extern "C" - fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : i32, arg3 - : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:docker/volume@4.5.3--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_volume_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3316,19 +3317,19 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_get_logs_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_get_logs_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/get-logs@4.5.3--0.0.0-DEV#invoke"] unsafe extern - "C" fn export_invoke(arg0 : i32, arg1 : i32, 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) } }; + "pulumi:docker/get-logs@4.5.3--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, 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_get_logs_4_5_3_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_get_logs_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3414,16 +3415,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_get_network_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_get_network_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/get-network@4.5.3--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:docker/get-network@4.5.3--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_get_network_4_5_3_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_get_network_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3525,17 +3526,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_get_plugin_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_get_plugin_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/get-plugin@4.5.3--0.0.0-DEV#invoke"] unsafe extern - "C" fn export_invoke(arg0 : i32, arg1 : i32,) -> * mut u8 { - $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1) } - }; + "pulumi:docker/get-plugin@4.5.3--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32,) -> * + mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, + arg1) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_get_plugin_4_5_3_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_get_plugin_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3624,17 +3625,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_get_registry_image_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_get_registry_image_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/get-registry-image@4.5.3--0.0.0-DEV#invoke"] + "pulumi:docker/get-registry-image@4.5.3--0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_get_registry_image_4_5_3_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_get_registry_image_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3700,16 +3701,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_docker_get_remote_image_4_5_3_0_0_0_dev_cabi { + macro_rules! __export_pulumi_docker_get_remote_image_4_5_3_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:docker/get-remote-image@4.5.3--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:docker/get-remote-image@4.5.3--0.0.0-NIGHTLY-baedd49#invoke"] + unsafe extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_get_remote_image_4_5_3_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_docker_get_remote_image_4_5_3_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3841,52 +3842,52 @@ macro_rules! __export_docker_pulumi_impl { }; ($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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::container::__export_pulumi_docker_container_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::image::__export_pulumi_docker_image_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::network::__export_pulumi_docker_network_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::plugin::__export_pulumi_docker_plugin_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::registry_image::__export_pulumi_docker_registry_image_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::remote_image::__export_pulumi_docker_remote_image_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::secret::__export_pulumi_docker_secret_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::service::__export_pulumi_docker_service_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::service_config::__export_pulumi_docker_service_config_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::tag::__export_pulumi_docker_tag_4_5_3_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::docker::volume::__export_pulumi_docker_volume_4_5_3_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::docker::volume); $($path_to_types_root)*:: - exports::pulumi::docker::get_logs::__export_pulumi_docker_get_logs_4_5_3_0_0_0_dev_cabi!($ty + exports::pulumi::docker::get_logs::__export_pulumi_docker_get_logs_4_5_3_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::docker::get_logs); $($path_to_types_root)*:: - exports::pulumi::docker::get_network::__export_pulumi_docker_get_network_4_5_3_0_0_0_dev_cabi!($ty + exports::pulumi::docker::get_network::__export_pulumi_docker_get_network_4_5_3_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::docker::get_network); $($path_to_types_root)*:: - exports::pulumi::docker::get_plugin::__export_pulumi_docker_get_plugin_4_5_3_0_0_0_dev_cabi!($ty + exports::pulumi::docker::get_plugin::__export_pulumi_docker_get_plugin_4_5_3_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::docker::get_plugin); $($path_to_types_root)*:: - exports::pulumi::docker::get_registry_image::__export_pulumi_docker_get_registry_image_4_5_3_0_0_0_dev_cabi!($ty + exports::pulumi::docker::get_registry_image::__export_pulumi_docker_get_registry_image_4_5_3_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::docker::get_registry_image); $($path_to_types_root)*:: - exports::pulumi::docker::get_remote_image::__export_pulumi_docker_get_remote_image_4_5_3_0_0_0_dev_cabi!($ty + exports::pulumi::docker::get_remote_image::__export_pulumi_docker_get_remote_image_4_5_3_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::docker::get_remote_image); }; @@ -3896,139 +3897,142 @@ pub(crate) use __export_docker_pulumi_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.30.0:docker-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 6179] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x9f/\x01A\x02\x01A%\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 6407] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x831\x01A\x02\x01A%\x01\ B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13[construc\ tor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\0\x12\ [method]output.map\x01\x04\x01p\x03\x01@\x01\x07outputs\x05\0\x01\x04\0\x07combi\ -ne\x01\x06\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\0\x02\x03\ -\0\0\x06output\x01B\x1c\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x02\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\ -\0\x0cresult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\x1er\ -egister-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\x04n\ -ames\x06object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01\ -p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01r\x02\ -\x04names\x06output\x07\x04\0\x1cresource-invoke-result-field\x03\0\x11\x01r\x03\ -\x05tokens\x06object\x0a\x07results\x0b\x04\0\x17resource-invoke-request\x03\0\x13\ -\x01p\x12\x01r\x01\x06fields\x15\x04\0\x16resource-invoke-result\x03\0\x16\x01@\x01\ -\x07request\x0d\0\x10\x04\0\x08register\x01\x18\x01@\x01\x07request\x14\0\x17\x04\ -\0\x06invoke\x01\x19\x03\x012component:pulumi-wasm/register-interface@0.0.0-DEV\x05\ -\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r>\x06atta\ -ch\x02\x0ccapabilities\x02\x0dcgroupns-mode\x02\x07command\x02+container-read-re\ -fresh-timeout-milliseconds\x02\x07cpu-set\x02\x0acpu-shares\x02\x15destroy-grace\ --seconds\x02\x07devices\x02\x03dns\x02\x08dns-opts\x02\x0cdns-searches\x02\x0ado\ -mainname\x02\x0bentrypoints\x02\x04envs\x02\x04gpus\x02\x0agroup-adds\x02\x0bhea\ -lthcheck\x02\x08hostname\x02\x05hosts\x02\x05image\x02\x04init\x02\x08ipc-mode\x02\ -\x06labels\x02\x0alog-driver\x02\x08log-opts\x02\x04logs\x02\x0fmax-retry-count\x02\ -\x06memory\x02\x0bmemory-swap\x02\x06mounts\x02\x08must-run\x02\x04name\x02\x0cn\ -etwork-mode\x02\x11networks-advanced\x02\x08pid-mode\x02\x05ports\x02\x0aprivile\ -ged\x02\x11publish-all-ports\x02\x09read-only\x02\x0eremove-volumes\x02\x07resta\ -rt\x02\x02rm\x02\x07runtime\x02\x0dsecurity-opts\x02\x08shm-size\x02\x05start\x02\ -\x0astdin-open\x02\x0bstop-signal\x02\x0cstop-timeout\x02\x0cstorage-opts\x02\x07\ -sysctls\x02\x05tmpfs\x02\x03tty\x02\x07ulimits\x02\x07uploads\x02\x04user\x02\x0b\ -userns-mode\x02\x07volumes\x02\x04wait\x02\x0cwait-timeout\x02\x0bworking-dir\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01rB\x06attach\x05\x06bridge\x05\x0ccapabilit\ -ies\x05\x0dcgroupns-mode\x05\x07command\x05\x0econtainer-logs\x05+container-read\ --refresh-timeout-milliseconds\x05\x07cpu-set\x05\x0acpu-shares\x05\x15destroy-gr\ -ace-seconds\x05\x07devices\x05\x03dns\x05\x08dns-opts\x05\x0cdns-searches\x05\x0a\ -domainname\x05\x0bentrypoints\x05\x04envs\x05\x09exit-code\x05\x04gpus\x05\x0agr\ -oup-adds\x05\x0bhealthcheck\x05\x08hostname\x05\x05hosts\x05\x05image\x05\x04ini\ -t\x05\x08ipc-mode\x05\x06labels\x05\x0alog-driver\x05\x08log-opts\x05\x04logs\x05\ -\x0fmax-retry-count\x05\x06memory\x05\x0bmemory-swap\x05\x06mounts\x05\x08must-r\ -un\x05\x04name\x05\x0dnetwork-datas\x05\x0cnetwork-mode\x05\x11networks-advanced\ -\x05\x08pid-mode\x05\x05ports\x05\x0aprivileged\x05\x11publish-all-ports\x05\x09\ -read-only\x05\x0eremove-volumes\x05\x07restart\x05\x02rm\x05\x07runtime\x05\x0ds\ -ecurity-opts\x05\x08shm-size\x05\x05start\x05\x0astdin-open\x05\x0bstop-signal\x05\ -\x0cstop-timeout\x05\x0cstorage-opts\x05\x07sysctls\x05\x05tmpfs\x05\x03tty\x05\x07\ -ulimits\x05\x07uploads\x05\x04user\x05\x0buserns-mode\x05\x07volumes\x05\x04wait\ -\x05\x0cwait-timeout\x05\x0bworking-dir\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04n\ -ames\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01(pulumi:docker/container@4\ -.5.3--0.0.0-DEV\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x05\x05build\x02\x10build-on-preview\x02\x0aimage-name\x02\x08registr\ -y\x02\x09skip-push\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0fbase-image-n\ -ame\x05\x07context\x05\x0adockerfile\x05\x0aimage-name\x05\x08platform\x05\x0fre\ -gistry-server\x05\x0brepo-digest\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01$pulumi:docker/image@4.5.3--0.0.0-\ -DEV\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\ -\x0aattachable\x02\x0fcheck-duplicate\x02\x06driver\x02\x07ingress\x02\x08intern\ -al\x02\x0cipam-configs\x02\x0bipam-driver\x02\x0cipam-options\x02\x04ipv6\x02\x06\ -labels\x02\x04name\x02\x07options\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x0a\ -attachable\x05\x0fcheck-duplicate\x05\x06driver\x05\x07ingress\x05\x08internal\x05\ -\x0cipam-configs\x05\x0bipam-driver\x05\x0cipam-options\x05\x04ipv6\x05\x06label\ -s\x05\x04name\x05\x07options\x05\x05scope\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01&pulumi:docker/network@4.\ -5.3--0.0.0-DEV\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\x0df\ -orce-destroy\x02\x0dforce-disable\x02\x15grant-all-permissions\x02\x11grant-perm\ -issions\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x05alias\x05\x0e\ -enable-timeout\x05\x07enabled\x05\x04envs\x05\x0dforce-destroy\x05\x0dforce-disa\ -ble\x05\x15grant-all-permissions\x05\x11grant-permissions\x05\x04name\x05\x10plu\ -gin-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--0.0.0-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-verify\x05\x0dkeep-remotely\x05\x04name\x05\x0d\ -sha256-digest\x05\x08triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01-pulumi:docker/registry-image@4.5.3-\ --0.0.0-DEV\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x07\x05build\x02\x0cforce-remove\x02\x0ckeep-locally\x02\x04name\x02\x08pl\ -atform\x02\x0dpull-triggers\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x09\x05build\x05\x0cforce-remove\x05\x08image-id\x05\x0ckeep-locally\x05\x04\ -name\x05\x08platform\x05\x0dpull-triggers\x05\x0brepo-digest\x05\x08triggers\x05\ -\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x01+pulumi:docker/remote-image@4.5.3--0.0.0-DEV\x05\x08\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x04data\x02\x06labels\x02\x04\ -name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x04data\x05\x06labels\x05\x04\ -name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ -oke\x01\x08\x04\x01%pulumi:docker/secret@4.5.3--0.0.0-DEV\x05\x09\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\x0fconverge-c\ -onfig\x02\x0dendpoint-spec\x02\x06labels\x02\x04mode\x02\x04name\x02\x0frollback\ --config\x02\x09task-spec\x02\x0dupdate-config\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x09\x04auth\x05\x0fconverge-config\x05\x0dendpoint-spec\x05\x06labels\x05\x04\ -mode\x05\x04name\x05\x0frollback-config\x05\x09task-spec\x05\x0dupdate-config\x05\ +ne\x01\x06\x03\x01component:pulumi-wasm/register-interf\ +ace@0.0.0-NIGHTLY-baedd49\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\x07co\ +mmand\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-searches\x02\x0adomainname\x02\x0bentrypoints\x02\x04envs\x02\x04gpus\x02\ +\x0agroup-adds\x02\x0bhealthcheck\x02\x08hostname\x02\x05hosts\x02\x05image\x02\x04\ +init\x02\x08ipc-mode\x02\x06labels\x02\x0alog-driver\x02\x08log-opts\x02\x04logs\ +\x02\x0fmax-retry-count\x02\x06memory\x02\x0bmemory-swap\x02\x06mounts\x02\x08mu\ +st-run\x02\x04name\x02\x0cnetwork-mode\x02\x11networks-advanced\x02\x08pid-mode\x02\ +\x05ports\x02\x0aprivileged\x02\x11publish-all-ports\x02\x09read-only\x02\x0erem\ +ove-volumes\x02\x07restart\x02\x02rm\x02\x07runtime\x02\x0dsecurity-opts\x02\x08\ +shm-size\x02\x05start\x02\x0astdin-open\x02\x0bstop-signal\x02\x0cstop-timeout\x02\ +\x0cstorage-opts\x02\x07sysctls\x02\x05tmpfs\x02\x03tty\x02\x07ulimits\x02\x07up\ +loads\x02\x04user\x02\x0buserns-mode\x02\x07volumes\x02\x04wait\x02\x0cwait-time\ +out\x02\x0bworking-dir\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01rB\x06attach\x05\x06\ +bridge\x05\x0ccapabilities\x05\x0dcgroupns-mode\x05\x07command\x05\x0econtainer-\ +logs\x05+container-read-refresh-timeout-milliseconds\x05\x07cpu-set\x05\x0acpu-s\ +hares\x05\x15destroy-grace-seconds\x05\x07devices\x05\x03dns\x05\x08dns-opts\x05\ +\x0cdns-searches\x05\x0adomainname\x05\x0bentrypoints\x05\x04envs\x05\x09exit-co\ +de\x05\x04gpus\x05\x0agroup-adds\x05\x0bhealthcheck\x05\x08hostname\x05\x05hosts\ +\x05\x05image\x05\x04init\x05\x08ipc-mode\x05\x06labels\x05\x0alog-driver\x05\x08\ +log-opts\x05\x04logs\x05\x0fmax-retry-count\x05\x06memory\x05\x0bmemory-swap\x05\ +\x06mounts\x05\x08must-run\x05\x04name\x05\x0dnetwork-datas\x05\x0cnetwork-mode\x05\ +\x11networks-advanced\x05\x08pid-mode\x05\x05ports\x05\x0aprivileged\x05\x11publ\ +ish-all-ports\x05\x09read-only\x05\x0eremove-volumes\x05\x07restart\x05\x02rm\x05\ +\x07runtime\x05\x0dsecurity-opts\x05\x08shm-size\x05\x05start\x05\x0astdin-open\x05\ +\x0bstop-signal\x05\x0cstop-timeout\x05\x0cstorage-opts\x05\x07sysctls\x05\x05tm\ +pfs\x05\x03tty\x05\x07ulimits\x05\x07uploads\x05\x04user\x05\x0buserns-mode\x05\x07\ +volumes\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\x014pulumi:\ +docker/container@4.5.3--0.0.0-NIGHTLY-baedd49\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\x0a\ +image-name\x02\x08registry\x02\x09skip-push\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x07\x0fbase-image-name\x05\x07context\x05\x0adockerfile\x05\x0aimage-name\x05\ +\x08platform\x05\x0fregistry-server\x05\x0brepo-digest\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x010pulumi:dock\ +er/image@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x0c\x0aattachable\x02\x0fcheck-duplicate\x02\x06\ +driver\x02\x07ingress\x02\x08internal\x02\x0cipam-configs\x02\x0bipam-driver\x02\ +\x0cipam-options\x02\x04ipv6\x02\x06labels\x02\x04name\x02\x07options\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x0d\x0aattachable\x05\x0fcheck-duplicate\x05\x06dri\ +ver\x05\x07ingress\x05\x08internal\x05\x0cipam-configs\x05\x0bipam-driver\x05\x0c\ +ipam-options\x05\x04ipv6\x05\x06labels\x05\x04name\x05\x07options\x05\x05scope\x05\ \x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x01&pulumi:docker/service@4.5.3--0.0.0-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\x04\ -args\x03\0\x03\x01i\x01\x01r\x02\x04data\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01-pulumi:docker/s\ -ervice-config@4.5.3--0.0.0-DEV\x05\x0b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x02\x0csource-image\x02\x0ctarget-image\x02\x04\0\x04a\ -rgs\x03\0\x03\x01i\x01\x01r\x03\x0csource-image\x05\x0fsource-image-id\x05\x0cta\ -rget-image\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01\"pulumi:docker/tag@4.5.3--0.0.0-DEV\x05\x0c\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06driver\x02\x0bdriver-o\ -pts\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x06d\ -river\x05\x0bdriver-opts\x05\x06labels\x05\x0amountpoint\x05\x04name\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -%pulumi:docker/volume@4.5.3--0.0.0-DEV\x05\x0d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x0b\x07details\x02\x0fdiscard-headers\x02\x06fo\ -llow\x02\x18logs-list-string-enabled\x02\x04name\x02\x0bshow-stderr\x02\x0bshow-\ -stdout\x02\x05since\x02\x04tail\x02\x0atimestamps\x02\x05until\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x0d\x07details\x05\x0fdiscard-headers\x05\x06follow\x05\ -\x02id\x05\x18logs-list-string-enabled\x05\x11logs-list-strings\x05\x04name\x05\x0b\ -show-stderr\x05\x0bshow-stdout\x05\x05since\x05\x04tail\x05\x0atimestamps\x05\x05\ -until\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x01'pulumi:docker/get-logs@4.5.3--0.0.0-DEV\x05\x0e\x01B\x0a\x02\x03\x02\x01\ +\x04\x012pulumi:docker/network@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x05\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x05alias\x02\x0eenabl\ +e-timeout\x02\x07enabled\x02\x04envs\x02\x0dforce-destroy\x02\x0dforce-disable\x02\ +\x15grant-all-permissions\x02\x11grant-permissions\x02\x04name\x02\x04\0\x04args\ +\x03\0\x03\x01i\x01\x01r\x0a\x05alias\x05\x0eenable-timeout\x05\x07enabled\x05\x04\ +envs\x05\x0dforce-destroy\x05\x0dforce-disable\x05\x15grant-all-permissions\x05\x11\ +grant-permissions\x05\x04name\x05\x10plugin-reference\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x011pulumi:dock\ +er/plugin@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x04\x14insecure-skip-verify\x02\x0dkeep-remotel\ +y\x02\x04name\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x14i\ +nsecure-skip-verify\x05\x0dkeep-remotely\x05\x04name\x05\x0dsha256-digest\x05\x08\ +triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x019pulumi:docker/registry-image@4.5.3--0.0.0-NIGHTLY-baedd49\ +\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x05\ +build\x02\x0cforce-remove\x02\x0ckeep-locally\x02\x04name\x02\x08platform\x02\x0d\ +pull-triggers\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x05b\ +uild\x05\x0cforce-remove\x05\x08image-id\x05\x0ckeep-locally\x05\x04name\x05\x08\ +platform\x05\x0dpull-triggers\x05\x0brepo-digest\x05\x08triggers\x05\x04\0\x03re\ +s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x017\ +pulumi:docker/remote-image@4.5.3--0.0.0-NIGHTLY-baedd49\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\x06\ +invoke\x01\x08\x04\x011pulumi:docker/secret@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x09\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\ +\x0fconverge-config\x02\x0dendpoint-spec\x02\x06labels\x02\x04mode\x02\x04name\x02\ +\x0frollback-config\x02\x09task-spec\x02\x0dupdate-config\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x09\x04auth\x05\x0fconverge-config\x05\x0dendpoint-spec\x05\x06\ +labels\x05\x04mode\x05\x04name\x05\x0frollback-config\x05\x09task-spec\x05\x0dup\ +date-config\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ +\x06invoke\x01\x08\x04\x012pulumi:docker/service@4.5.3--0.0.0-NIGHTLY-baedd49\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\x019pulumi:docker/service-config@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x0b\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0csourc\ +e-image\x02\x0ctarget-image\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0csou\ +rce-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/t\ +ag@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x0c\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ +tput\x03\0\0\x01h\x01\x01r\x04\x06driver\x02\x0bdriver-opts\x02\x06labels\x02\x04\ +name\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\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x011pulumi:docker/volume@4.5\ +.3--0.0.0-NIGHTLY-baedd49\x05\x0d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x0b\x07details\x02\x0fdiscard-headers\x02\x06follow\x02\x18lo\ +gs-list-string-enabled\x02\x04name\x02\x0bshow-stderr\x02\x0bshow-stdout\x02\x05\ +since\x02\x04tail\x02\x0atimestamps\x02\x05until\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x0d\x07details\x05\x0fdiscard-headers\x05\x06follow\x05\x02id\x05\x18\ +logs-list-string-enabled\x05\x11logs-list-strings\x05\x04name\x05\x0bshow-stderr\ +\x05\x0bshow-stdout\x05\x05since\x05\x04tail\x05\x0atimestamps\x05\x05until\x05\x04\ +\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x013p\ +ulumi:docker/get-logs@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x0e\x01B\x0a\x02\x03\x02\x01\ \x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x04name\x02\x04\0\x04args\x03\0\x03\ \x01i\x01\x01r\x07\x06driver\x05\x02id\x05\x08internal\x05\x0cipam-configs\x05\x04\ name\x05\x07options\x05\x05scope\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\x01*pulumi:docker/get-network@4.5.3--0.0.0-DE\ -V\x05\x0f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\ -\x05alias\x02\x02id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x05alias\x05\x07\ -enabled\x05\x04envs\x05\x15grant-all-permissions\x05\x02id\x05\x04name\x05\x10pl\ -ugin-reference\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06in\ -voke\x01\x08\x04\x01)pulumi:docker/get-plugin@4.5.3--0.0.0-DEV\x05\x10\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x14insecure-skip-veri\ -fy\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x02id\x05\x14insecu\ -re-skip-verify\x05\x04name\x05\x0dsha256-digest\x05\x04\0\x03res\x03\0\x06\x01@\x01\ -\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x011pulumi:docker/get-registry-im\ -age@4.5.3--0.0.0-DEV\x05\x11\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ -\x01h\x01\x01r\x01\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x02id\x05\ -\x04name\x05\x0brepo-digest\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01/pulumi:docker/get-remote-image@4.5.3--0.0.0-DEV\ -\x05\x12\x04\x01,pulumi:docker/docker-pulumi@4.5.3--0.0.0-DEV\x04\0\x0b\x13\x01\0\ -\x0ddocker-pulumi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-compone\ -nt\x070.215.0\x10wit-bindgen-rust\x060.30.0"; +\0\x07\x04\0\x06invoke\x01\x08\x04\x016pulumi:docker/get-network@4.5.3--0.0.0-NI\ +GHTLY-baedd49\x05\x0f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x02\x05alias\x02\x02id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x05al\ +ias\x05\x07enabled\x05\x04envs\x05\x15grant-all-permissions\x05\x02id\x05\x04nam\ +e\x05\x10plugin-reference\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\x015pulumi:docker/get-plugin@4.5.3--0.0.0-NIGHTLY-baedd\ +49\x05\x10\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\ +\x14insecure-skip-verify\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ +\x02id\x05\x14insecure-skip-verify\x05\x04name\x05\x0dsha256-digest\x05\x04\0\x03\ +res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01=pulumi:\ +docker/get-registry-image@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x11\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x04name\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x03\x02id\x05\x04name\x05\x0brepo-digest\x05\x04\0\x03res\x03\ +\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01;pulumi:docker/\ +get-remote-image@4.5.3--0.0.0-NIGHTLY-baedd49\x05\x12\x04\x018pulumi:docker/dock\ +er-pulumi@4.5.3--0.0.0-NIGHTLY-baedd49\x04\0\x0b\x13\x01\0\x0ddocker-pulumi\x03\0\ +\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.215.0\x10wit-bi\ +ndgen-rust\x060.30.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() { 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 d4101018..5c436327 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-baedd49; interface output-interface { diff --git a/providers/pulumi_wasm_provider_docker/wit/world.wit b/providers/pulumi_wasm_provider_docker/wit/world.wit index 15f046c2..7a89cd06 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--0.0.0-DEV; +package pulumi:docker@4.5.3--0.0.0-NIGHTLY-baedd49; world docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; export container; export image; export network; @@ -41,7 +41,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-baedd49.{output}; record args { attach: borrow, @@ -185,7 +185,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-baedd49.{output}; record args { build: borrow, @@ -213,7 +213,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-baedd49.{output}; record args { attachable: borrow, @@ -254,7 +254,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-baedd49.{output}; record args { alias: borrow, @@ -289,7 +289,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-baedd49.{output}; record args { insecure-skip-verify: borrow, @@ -314,7 +314,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-baedd49.{output}; record args { build: borrow, @@ -346,7 +346,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-baedd49.{output}; record args { data: borrow, @@ -368,7 +368,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-baedd49.{output}; record args { auth: borrow, @@ -402,7 +402,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-baedd49.{output}; record args { data: borrow, @@ -422,7 +422,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-baedd49.{output}; record args { source-image: borrow, @@ -443,7 +443,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-baedd49.{output}; record args { driver: borrow, @@ -469,7 +469,7 @@ interface volume { interface get-logs { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { details: borrow, @@ -508,7 +508,7 @@ interface get-logs { } interface get-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { name: borrow, @@ -531,7 +531,7 @@ interface get-network { } interface get-plugin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { alias: borrow, @@ -555,7 +555,7 @@ interface get-plugin { } interface get-registry-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { insecure-skip-verify: borrow, @@ -576,7 +576,7 @@ interface get-registry-image { } interface get-remote-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { name: borrow, diff --git a/providers/pulumi_wasm_provider_docker_rust/Cargo.toml b/providers/pulumi_wasm_provider_docker_rust/Cargo.toml index 136c29e2..56a859ce 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-baedd49" 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 c6b679f5..62d02d51 100644 --- a/providers/pulumi_wasm_provider_docker_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_docker_rust/src/lib.rs @@ -15,7 +15,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "docker-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit index d4101018..5c436327 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-baedd49; 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 15f046c2..7a89cd06 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--0.0.0-DEV; +package pulumi:docker@4.5.3--0.0.0-NIGHTLY-baedd49; world docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; export container; export image; export network; @@ -41,7 +41,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-baedd49.{output}; record args { attach: borrow, @@ -185,7 +185,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-baedd49.{output}; record args { build: borrow, @@ -213,7 +213,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-baedd49.{output}; record args { attachable: borrow, @@ -254,7 +254,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-baedd49.{output}; record args { alias: borrow, @@ -289,7 +289,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-baedd49.{output}; record args { insecure-skip-verify: borrow, @@ -314,7 +314,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-baedd49.{output}; record args { build: borrow, @@ -346,7 +346,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-baedd49.{output}; record args { data: borrow, @@ -368,7 +368,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-baedd49.{output}; record args { auth: borrow, @@ -402,7 +402,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-baedd49.{output}; record args { data: borrow, @@ -422,7 +422,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-baedd49.{output}; record args { source-image: borrow, @@ -443,7 +443,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-baedd49.{output}; record args { driver: borrow, @@ -469,7 +469,7 @@ interface volume { interface get-logs { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { details: borrow, @@ -508,7 +508,7 @@ interface get-logs { } interface get-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { name: borrow, @@ -531,7 +531,7 @@ interface get-network { } interface get-plugin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { alias: borrow, @@ -555,7 +555,7 @@ interface get-plugin { } interface get-registry-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { insecure-skip-verify: borrow, @@ -576,7 +576,7 @@ interface get-registry-image { } interface get-remote-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { name: borrow, diff --git a/providers/pulumi_wasm_provider_random/Cargo.toml b/providers/pulumi_wasm_provider_random/Cargo.toml index 8a534a0d..daf67300 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-baedd49" 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 88c9f92b..78dbebe2 100644 --- a/providers/pulumi_wasm_provider_random/src/bindings.rs +++ b/providers/pulumi_wasm_provider_random/src/bindings.rs @@ -37,7 +37,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-baedd49" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -56,7 +56,7 @@ pub mod component { let len0 = vec0.len(); #[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-baedd49" )] extern "C" { #[link_name = "[constructor]output"] @@ -80,7 +80,7 @@ pub mod component { let len0 = vec0.len(); #[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-baedd49" )] extern "C" { #[link_name = "[method]output.map"] @@ -125,7 +125,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-baedd49" )] extern "C" { #[link_name = "combine"] @@ -345,7 +345,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-baedd49" )] extern "C" { #[link_name = "register"] @@ -494,7 +494,7 @@ pub mod component { let ptr8 = 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-baedd49" )] extern "C" { #[link_name = "invoke"] @@ -664,17 +664,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_bytes_4_15_0_0_0_0_dev_cabi { + macro_rules! __export_pulumi_random_random_bytes_4_15_0_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:random/random-bytes@4.15.0--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:random/random-bytes@4.15.0--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_random_random_bytes_4_15_0_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -791,17 +791,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_id_4_15_0_0_0_0_dev_cabi { + macro_rules! __export_pulumi_random_random_id_4_15_0_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:random/random-id@4.15.0--0.0.0-DEV#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) } }; + "pulumi:random/random-id@4.15.0--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_random_random_id_4_15_0_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -920,18 +921,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_integer_4_15_0_0_0_0_dev_cabi { + macro_rules! __export_pulumi_random_random_integer_4_15_0_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:random/random-integer@4.15.0--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:random/random-integer@4.15.0--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_random_random_integer_4_15_0_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1167,20 +1168,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_password_4_15_0_0_0_0_dev_cabi { + macro_rules! __export_pulumi_random_random_password_4_15_0_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:random/random-password@4.15.0--0.0.0-DEV#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)*:: + "pulumi:random/random-password@4.15.0--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_random_random_password_4_15_0_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 56]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1295,18 +1296,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_pet_4_15_0_0_0_0_dev_cabi { + macro_rules! __export_pulumi_random_random_pet_4_15_0_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:random/random-pet@4.15.0--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:random/random-pet@4.15.0--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_random_random_pet_4_15_0_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1425,18 +1426,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_shuffle_4_15_0_0_0_0_dev_cabi { + macro_rules! __export_pulumi_random_random_shuffle_4_15_0_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:random/random-shuffle@4.15.0--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32, arg3 : i32, arg4 : i32, arg5 : i32,) -> * mut u8 { + "pulumi:random/random-shuffle@4.15.0--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_random_random_shuffle_4_15_0_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1668,20 +1669,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_string_4_15_0_0_0_0_dev_cabi { + macro_rules! __export_pulumi_random_random_string_4_15_0_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:random/random-string@4.15.0--0.0.0-DEV#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)*:: + "pulumi:random/random-string@4.15.0--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_random_random_string_4_15_0_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1753,17 +1754,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_uuid_4_15_0_0_0_0_dev_cabi { + macro_rules! __export_pulumi_random_random_uuid_4_15_0_0_0_0_nightly_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:random/random-uuid@4.15.0--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : - i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:random/random-uuid@4.15.0--0.0.0-NIGHTLY-baedd49#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_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_random_random_uuid_4_15_0_0_0_0_nightly_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1895,28 +1896,28 @@ macro_rules! __export_random_pulumi_impl { }; ($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_0_0_0_dev_cabi!($ty + exports::pulumi::random::random_bytes::__export_pulumi_random_random_bytes_4_15_0_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::random::random_id::__export_pulumi_random_random_id_4_15_0_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::random::random_integer::__export_pulumi_random_random_integer_4_15_0_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::random::random_password::__export_pulumi_random_random_password_4_15_0_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::random::random_pet::__export_pulumi_random_random_pet_4_15_0_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::random::random_shuffle::__export_pulumi_random_random_shuffle_4_15_0_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::random::random_string::__export_pulumi_random_random_string_4_15_0_0_0_0_nightly_baedd49_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_0_0_0_dev_cabi!($ty + exports::pulumi::random::random_uuid::__export_pulumi_random_random_uuid_4_15_0_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::random::random_uuid); }; } @@ -1925,70 +1926,71 @@ pub(crate) use __export_random_pulumi_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.30.0:random-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 2816] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xfc\x14\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 2948] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x80\x16\x01A\x02\x01\ A\x15\x01B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13\ [constructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\ \0\x12[method]output.map\x01\x04\x01p\x03\x01@\x01\x07outputs\x05\0\x01\x04\0\x07\ -combine\x01\x06\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\0\x02\ -\x03\0\0\x06output\x01B\x1c\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\ -r\x02\x04names\x06output\x07\x04\0\x1cresource-invoke-result-field\x03\0\x11\x01\ -r\x03\x05tokens\x06object\x0a\x07results\x0b\x04\0\x17resource-invoke-request\x03\ -\0\x13\x01p\x12\x01r\x01\x06fields\x15\x04\0\x16resource-invoke-result\x03\0\x16\ -\x01@\x01\x07request\x0d\0\x10\x04\0\x08register\x01\x18\x01@\x01\x07request\x14\ -\0\x17\x04\0\x06invoke\x01\x19\x03\x012component:pulumi-wasm/register-interface@\ -0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x02\x07keepers\x02\x06length\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x06\ -base64\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\x01,pulumi:random/random\ --bytes@4.15.0--0.0.0-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\x06prefix\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x07\x07b64-std\x05\x07b64-url\x05\x0bbyte-length\x05\ -\x03dec\x05\x03hex\x05\x07keepers\x05\x06prefix\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01)pulumi:random/random\ --id@4.15.0--0.0.0-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\x04seed\x02\x04\0\x04a\ -rgs\x03\0\x03\x01i\x01\x01r\x05\x07keepers\x05\x03max\x05\x03min\x05\x06result\x05\ +combine\x01\x06\x03\x01component:pulumi-wasm/regi\ +ster-interface@0.0.0-NIGHTLY-baedd49\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x02\x07keepers\x02\x06length\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x04\x06base64\x05\x03hex\x05\x07keepers\x05\x06length\x05\x04\ +\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ +\x018pulumi:random/random-bytes@4.15.0--0.0.0-NIGHTLY-baedd49\x05\x03\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0bbyte-length\x02\x07\ +keepers\x02\x06prefix\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x07b64-std\x05\ +\x07b64-url\x05\x0bbyte-length\x05\x03dec\x05\x03hex\x05\x07keepers\x05\x06prefi\ +x\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ +\x01\x08\x04\x015pulumi:random/random-id@4.15.0--0.0.0-NIGHTLY-baedd49\x05\x04\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\ +\x03max\x02\x03min\x02\x04seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07\ +keepers\x05\x03max\x05\x03min\x05\x06result\x05\x04seed\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01:pulumi:rand\ +om/random-integer@4.15.0--0.0.0-NIGHTLY-baedd49\x05\x05\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05l\ +ower\x02\x09min-lower\x02\x0bmin-numeric\x02\x0bmin-special\x02\x09min-upper\x02\ +\x06number\x02\x07numeric\x02\x10override-special\x02\x07special\x02\x05upper\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0e\x0bbcrypt-hash\x05\x07keepers\x05\x06\ +length\x05\x05lower\x05\x09min-lower\x05\x0bmin-numeric\x05\x0bmin-special\x05\x09\ +min-upper\x05\x06number\x05\x07numeric\x05\x10override-special\x05\x06result\x05\ +\x07special\x05\x05upper\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\x01;pulumi:random/random-password@4.15.0--0.0\ +.0-NIGHTLY-baedd49\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\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\x09\ +separator\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x016pulumi:random/random-pet@4.15.0--0.0.0-NIGHTLY-baedd49\x05\ +\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06i\ +nputs\x02\x07keepers\x02\x0cresult-count\x02\x04seed\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x05\x06inputs\x05\x07keepers\x05\x0cresult-count\x05\x07results\x05\ \x04seed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\x01.pulumi:random/random-integer@4.15.0--0.0.0-DEV\x05\x05\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x07keepers\x02\ -\x06length\x02\x05lower\x02\x09min-lower\x02\x0bmin-numeric\x02\x0bmin-special\x02\ -\x09min-upper\x02\x06number\x02\x07numeric\x02\x10override-special\x02\x07specia\ -l\x02\x05upper\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0e\x0bbcrypt-hash\x05\x07\ -keepers\x05\x06length\x05\x05lower\x05\x09min-lower\x05\x0bmin-numeric\x05\x0bmi\ -n-special\x05\x09min-upper\x05\x06number\x05\x07numeric\x05\x10override-special\x05\ +invoke\x01\x08\x04\x01:pulumi:random/random-shuffle@4.15.0--0.0.0-NIGHTLY-baedd4\ +9\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\x0b\ +min-special\x02\x09min-upper\x02\x06number\x02\x07numeric\x02\x10override-specia\ +l\x02\x07special\x02\x05upper\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x07k\ +eepers\x05\x06length\x05\x05lower\x05\x09min-lower\x05\x0bmin-numeric\x05\x0bmin\ +-special\x05\x09min-upper\x05\x06number\x05\x07numeric\x05\x10override-special\x05\ \x06result\x05\x07special\x05\x05upper\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01/pulumi:random/random-passw\ -ord@4.15.0--0.0.0-DEV\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ -\0\x01h\x01\x01r\x04\x07keepers\x02\x06length\x02\x06prefix\x02\x09separator\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x07keepers\x05\x06length\x05\x06prefi\ -x\x05\x09separator\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01*pulumi:random/random-pet@4.15.0--0.0.0-DEV\x05\x07\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06input\ -s\x02\x07keepers\x02\x0cresult-count\x02\x04seed\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x05\x06inputs\x05\x07keepers\x05\x0cresult-count\x05\x07results\x05\x04\ -seed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ -oke\x01\x08\x04\x01.pulumi:random/random-shuffle@4.15.0--0.0.0-DEV\x05\x08\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x07keepers\x02\x06\ -length\x02\x05lower\x02\x09min-lower\x02\x0bmin-numeric\x02\x0bmin-special\x02\x09\ -min-upper\x02\x06number\x02\x07numeric\x02\x10override-special\x02\x07special\x02\ -\x05upper\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x07keepers\x05\x06length\ -\x05\x05lower\x05\x09min-lower\x05\x0bmin-numeric\x05\x0bmin-special\x05\x09min-\ -upper\x05\x06number\x05\x07numeric\x05\x10override-special\x05\x06result\x05\x07\ -special\x05\x05upper\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\x01-pulumi:random/random-string@4.15.0--0.0.0-DEV\x05\ -\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x07k\ -eepers\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\x01+pulumi:random/random-uuid@4.15.0--0.0.0-DEV\x05\x0a\x04\x01-pulumi:rand\ -om/random-pulumi@4.15.0--0.0.0-DEV\x04\0\x0b\x13\x01\0\x0drandom-pulumi\x03\0\0\0\ -G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.215.0\x10wit-bindge\ -n-rust\x060.30.0"; +mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x019pulumi:random/random-strin\ +g@4.15.0--0.0.0-NIGHTLY-baedd49\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ +tput\x03\0\0\x01h\x01\x01r\x01\x07keepers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x02\x07keepers\x05\x06result\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04a\ +rgs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x017pulumi:random/random-uuid@4.15.0--\ +0.0.0-NIGHTLY-baedd49\x05\x0a\x04\x019pulumi:random/random-pulumi@4.15.0--0.0.0-\ +NIGHTLY-baedd49\x04\0\x0b\x13\x01\0\x0drandom-pulumi\x03\0\0\0G\x09producers\x01\ +\x0cprocessed-by\x02\x0dwit-component\x070.215.0\x10wit-bindgen-rust\x060.30.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() { 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 d4101018..5c436327 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-baedd49; interface output-interface { diff --git a/providers/pulumi_wasm_provider_random/wit/world.wit b/providers/pulumi_wasm_provider_random/wit/world.wit index bbf855d0..86b91c75 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--0.0.0-DEV; +package pulumi:random@4.15.0--0.0.0-NIGHTLY-baedd49; world random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; 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-baedd49.{output}; record args { keepers: borrow, @@ -47,7 +47,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-baedd49.{output}; record args { byte-length: borrow, @@ -73,7 +73,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-baedd49.{output}; record args { keepers: borrow, @@ -98,7 +98,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-baedd49.{output}; record args { keepers: borrow, @@ -140,7 +140,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-baedd49.{output}; record args { keepers: borrow, @@ -164,7 +164,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-baedd49.{output}; record args { inputs: borrow, @@ -189,7 +189,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-baedd49.{output}; record args { keepers: borrow, @@ -230,7 +230,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-baedd49.{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 15cd1848..d9c72c5d 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-baedd49" 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 8e40b0bb..1609e366 100644 --- a/providers/pulumi_wasm_provider_random_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_random_rust/src/lib.rs @@ -9,7 +9,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "random-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit index d4101018..5c436327 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-baedd49; 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 bbf855d0..86b91c75 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--0.0.0-DEV; +package pulumi:random@4.15.0--0.0.0-NIGHTLY-baedd49; world random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; 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-baedd49.{output}; record args { keepers: borrow, @@ -47,7 +47,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-baedd49.{output}; record args { byte-length: borrow, @@ -73,7 +73,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-baedd49.{output}; record args { keepers: borrow, @@ -98,7 +98,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-baedd49.{output}; record args { keepers: borrow, @@ -140,7 +140,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-baedd49.{output}; record args { keepers: borrow, @@ -164,7 +164,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-baedd49.{output}; record args { inputs: borrow, @@ -189,7 +189,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-baedd49.{output}; record args { keepers: borrow, @@ -230,7 +230,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-baedd49.{output}; record args { keepers: borrow, diff --git a/pulumi_wasm/src/bindings.rs b/pulumi_wasm/src/bindings.rs index 56187bdf..168ff424 100644 --- a/pulumi_wasm/src/bindings.rs +++ b/pulumi_wasm/src/bindings.rs @@ -562,7 +562,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-baedd49" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -640,7 +640,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-baedd49" )] extern "C" { #[link_name = "[resource-new]output"] @@ -662,7 +662,7 @@ pub mod exports { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49" )] extern "C" { #[link_name = "[resource-rep]output"] @@ -675,31 +675,31 @@ pub mod exports { fn map(&self, function_name: _rt::String) -> Output; } #[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_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "component:pulumi-wasm/output-interface@0.0.0-DEV#[constructor]output"] + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49#[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"] + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49#[method]output.map"] unsafe extern "C" fn export_method_output_map(arg0 : * mut u8, arg1 : * mut u8, arg2 : usize,) -> i32 { $($path_to_types)*:: _export_method_output_map_cabi::<<$ty as $($path_to_types)*:: Guest >::Output > (arg0, arg1, arg2) } #[export_name = - "component:pulumi-wasm/output-interface@0.0.0-DEV#combine"] + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49#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"] + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49#[dtor]output"] #[allow(non_snake_case)] unsafe extern "C" fn dtor(rep : * mut u8) { $($path_to_types)*:: Output::dtor::< <$ty as $($path_to_types)*:: Guest >::Output > (rep) } }; }; }; } #[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_baedd49_cabi; } #[allow(dead_code, clippy::all)] pub mod register_interface { @@ -1060,31 +1060,31 @@ pub mod exports { ) -> ResourceInvokeResult; } #[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_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "component:pulumi-wasm/register-interface@0.0.0-DEV#register"] + "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49#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"] + "cabi_post_component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49#register"] unsafe extern "C" fn _post_return_register(arg0 : * mut u8,) { $($path_to_types)*:: __post_return_register::<$ty > (arg0) } #[export_name = - "component:pulumi-wasm/register-interface@0.0.0-DEV#invoke"] + "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, arg2 : * mut u8, arg3 : usize, arg4 : * mut u8, arg5 : usize,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1, arg2, arg3, arg4, arg5) } #[export_name = - "cabi_post_component:pulumi-wasm/register-interface@0.0.0-DEV#invoke"] + "cabi_post_component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49#invoke"] unsafe extern "C" fn _post_return_invoke(arg0 : * mut u8,) { $($path_to_types)*:: __post_return_invoke::<$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_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1245,25 +1245,25 @@ pub mod exports { ) -> _rt::Vec; } #[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_baedd49_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "component:pulumi-wasm/stack-interface@0.0.0-DEV#add-export"] + "component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-baedd49#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"] 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"] + "component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-baedd49#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-NIGHTLY-baedd49#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_baedd49_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1466,13 +1466,13 @@ macro_rules! __export_pulumi_wasm_impl { }; ($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 + exports::component::pulumi_wasm::output_interface::__export_component_pulumi_wasm_output_interface_0_0_0_nightly_baedd49_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 + exports::component::pulumi_wasm::register_interface::__export_component_pulumi_wasm_register_interface_0_0_0_nightly_baedd49_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 + exports::component::pulumi_wasm::stack_interface::__export_component_pulumi_wasm_stack_interface_0_0_0_nightly_baedd49_cabi!($ty with_types_in $($path_to_types_root)*:: exports::component::pulumi_wasm::stack_interface); }; @@ -1482,8 +1482,8 @@ pub(crate) use __export_pulumi_wasm_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.30.0:pulumi-wasm:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1775] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xed\x0c\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1823] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x9d\x0d\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\ @@ -1500,26 +1500,27 @@ source\x01\x0b\x01p\x06\x01@\0\0\x0c\x04\0\x1cwait-for-resource-operations\x01\x B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13[construc\ tor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\0\x12\ [method]output.map\x01\x04\x01p\x03\x01@\x01\x07outputs\x05\0\x01\x04\0\x07combi\ -ne\x01\x06\x04\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\x02\x02\x03\ -\0\x02\x06output\x01B\x1c\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x02\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\ -\0\x0cresult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\x1er\ -egister-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\x04n\ -ames\x06object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01\ -p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01r\x02\ -\x04names\x06output\x07\x04\0\x1cresource-invoke-result-field\x03\0\x11\x01r\x03\ -\x05tokens\x06object\x0a\x07results\x0b\x04\0\x17resource-invoke-request\x03\0\x13\ -\x01p\x12\x01r\x01\x06fields\x15\x04\0\x16resource-invoke-result\x03\0\x16\x01@\x01\ -\x07request\x0d\0\x10\x04\0\x08register\x01\x18\x01@\x01\x07request\x14\0\x17\x04\ -\0\x06invoke\x01\x19\x04\x012component:pulumi-wasm/register-interface@0.0.0-DEV\x05\ -\x04\x01B\x0e\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01i\x01\x01r\x03\x02i\ -d\x02\x0bfunction-ids\x05values\x04\0\x1bfunction-invocation-request\x03\0\x03\x01\ -h\x01\x01r\x02\x02id\x05\x05values\x04\0\x1afunction-invocation-result\x03\0\x06\ -\x01@\x02\x04names\x05value\x05\x01\0\x04\0\x0aadd-export\x01\x08\x01p\x07\x01p\x04\ -\x01@\x01\x09functions\x09\0\x0a\x04\0\x06finish\x01\x0b\x04\x01/component:pulum\ -i-wasm/stack-interface@0.0.0-DEV\x05\x05\x04\x01+component:pulumi-wasm/pulumi-wa\ -sm@0.0.0-DEV\x04\0\x0b\x11\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09producers\x01\x0cp\ -rocessed-by\x02\x0dwit-component\x070.215.0\x10wit-bindgen-rust\x060.30.0"; +ne\x01\x06\x04\x01component:pulumi-wasm/register-interf\ +ace@0.0.0-NIGHTLY-baedd49\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-inv\ +ocation-request\x03\0\x03\x01h\x01\x01r\x02\x02id\x05\x05values\x04\0\x1afunctio\ +n-invocation-result\x03\0\x06\x01@\x02\x04names\x05value\x05\x01\0\x04\0\x0aadd-\ +export\x01\x08\x01p\x07\x01p\x04\x01@\x01\x09functions\x09\0\x0a\x04\0\x06finish\ +\x01\x0b\x04\x01;component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-baedd49\x05\ +\x05\x04\x017component:pulumi-wasm/pulumi-wasm@0.0.0-NIGHTLY-baedd49\x04\0\x0b\x11\ +\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-com\ +ponent\x070.215.0\x10wit-bindgen-rust\x060.30.0"; #[inline(never)] #[doc(hidden)] pub fn __link_custom_section_describing_imports() { 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 539d101b..e18e7e1b 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-baedd49" 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 d4101018..5c436327 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-baedd49; 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 fbf19863..8239580d 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--0.0.0-DEV; +package pulumi:example@0.0.1--0.0.0-NIGHTLY-baedd49; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; } 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..b1e2398e 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-baedd49" 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 d4101018..5c436327 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-baedd49; 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 fbf19863..8239580d 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--0.0.0-DEV; +package pulumi:example@0.0.1--0.0.0-NIGHTLY-baedd49; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; } world example-pulumi-client { diff --git a/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/Cargo.toml index dee3b756..655dd3eb 100644 --- a/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_mypkg" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-baedd49" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/src/lib.rs b/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/src/lib.rs index b5dc0f53..69a93458 100644 --- a/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/src/lib.rs +++ b/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/src/lib.rs @@ -9,7 +9,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "mypkg-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/wit/deps/pulumi-wasm.wit index d4101018..5c436327 100644 --- a/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/functions-secrets/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-baedd49; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/wit/world.wit index a0fdeeb9..18072238 100644 --- a/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/functions-secrets/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:mypkg@0.0.1--0.0.0-DEV; +package pulumi:mypkg@0.0.1--0.0.0-NIGHTLY-baedd49; world mypkg-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; export func-with-secrets; } @@ -12,7 +12,7 @@ world mypkg-pulumi-client { interface func-with-secrets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { crypto-key: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/Cargo.toml index ab90c410..b1f5b3a9 100644 --- a/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_mypkg_provider" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-baedd49" 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/functions-secrets/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/wit/deps/pulumi-wasm.wit index d4101018..5c436327 100644 --- a/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/functions-secrets/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-baedd49; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/wit/world.wit index a0fdeeb9..18072238 100644 --- a/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/functions-secrets/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:mypkg@0.0.1--0.0.0-DEV; +package pulumi:mypkg@0.0.1--0.0.0-NIGHTLY-baedd49; world mypkg-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; export func-with-secrets; } @@ -12,7 +12,7 @@ world mypkg-pulumi-client { interface func-with-secrets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-baedd49.{output}; record args { crypto-key: borrow, 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 dc97b065..ca4c8351 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-baedd49" 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 d4101018..5c436327 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-baedd49; 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 aa8d704e..b70e30ee 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--0.0.0-DEV; +package pulumi:aws-native@0.0.1--0.0.0-NIGHTLY-baedd49; world aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; } 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..14a5948c 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-baedd49" 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 d4101018..5c436327 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-baedd49; 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 aa8d704e..b70e30ee 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--0.0.0-DEV; +package pulumi:aws-native@0.0.1--0.0.0-NIGHTLY-baedd49; world aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-baedd49; } world aws-native-pulumi-client { diff --git a/pulumi_wasm_wit/wit/world.wit b/pulumi_wasm_wit/wit/world.wit index 259a1169..42cb94bb 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-baedd49; world pulumi-wasm { export output-interface;