From fca2cc704e6a54491db35b1576629c2a5f0be33c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 17:14:22 +0000 Subject: [PATCH] Release v0.0.0-NIGHTLY-38cf455 --- Cargo.lock | 52 +- Cargo.toml | 26 +- .../Cargo.toml | 2 +- .../src/bindings.rs | 4284 +++++++++-------- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 396 +- .../Cargo.toml | 2 +- .../src/lib.rs | 2 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 396 +- .../pulumi_wasm_provider_docker/Cargo.toml | 2 +- .../src/bindings.rs | 485 +- .../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 | 230 +- .../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 +- .../Cargo.toml | 2 +- .../src/lib.rs | 2 +- .../wit/deps/pulumi-wasm.wit | 2 +- .../wit/world.wit | 6 +- pulumi_wasm/src/bindings.rs | 103 +- .../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 +- .../tests/output/unions-inline/lib/Cargo.toml | 2 +- .../tests/output/unions-inline/lib/src/lib.rs | 2 +- .../lib/wit/deps/pulumi-wasm.wit | 2 +- .../output/unions-inline/lib/wit/world.wit | 6 +- .../output/unions-inline/provider/Cargo.toml | 2 +- .../provider/wit/deps/pulumi-wasm.wit | 2 +- .../unions-inline/provider/wit/world.wit | 6 +- .../unions-inside-arrays/lib/Cargo.toml | 2 +- .../unions-inside-arrays/lib/src/lib.rs | 2 +- .../lib/wit/deps/pulumi-wasm.wit | 2 +- .../unions-inside-arrays/lib/wit/world.wit | 6 +- .../unions-inside-arrays/provider/Cargo.toml | 2 +- .../provider/wit/deps/pulumi-wasm.wit | 2 +- .../provider/wit/world.wit | 6 +- pulumi_wasm_wit/wit/world.wit | 2 +- 65 files changed, 3136 insertions(+), 3090 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 914d23971..44aeb4fe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2193,11 +2193,11 @@ dependencies = [ [[package]] name = "pulumi-wasm-parent" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" [[package]] name = "pulumi_wasm" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "log", "pulumi_wasm_common", @@ -2209,7 +2209,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_cloudflare" -version = "5.43.1-0.0.0-DEV" +version = "5.43.1-0.0.0-NIGHTLY-38cf455" dependencies = [ "bon", "pulumi_wasm_provider_common", @@ -2221,7 +2221,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_cloudflare_provider" -version = "5.43.1-0.0.0-DEV" +version = "5.43.1-0.0.0-NIGHTLY-38cf455" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2229,7 +2229,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_common" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "log", "pulumi_wasm_wit", @@ -2237,7 +2237,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_core" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "log", "mockall", @@ -2250,7 +2250,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-38cf455" dependencies = [ "bon", "pulumi_wasm_provider_common", @@ -2262,7 +2262,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker_provider" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-38cf455" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2270,7 +2270,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_dependencies" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "assert_cmd", @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_docker" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "assert_cmd", @@ -2294,7 +2294,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_multiple_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "assert_cmd", @@ -2307,7 +2307,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_simple" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "assert_cmd", @@ -2319,7 +2319,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_typesystem" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "pulumi_wasm_provider_common", "pulumi_wasm_rust", @@ -2329,7 +2329,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "clap", @@ -2338,7 +2338,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator_lib" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "assert_cmd", @@ -2356,7 +2356,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_proto" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "prost", "prost-types", @@ -2366,7 +2366,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_provider_common" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "serde", "serde_json", @@ -2374,7 +2374,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-38cf455" dependencies = [ "bon", "pulumi_wasm_provider_common", @@ -2386,7 +2386,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random_provider" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-38cf455" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2394,7 +2394,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_runner" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "async-trait", @@ -2414,7 +2414,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_runner_component_creator" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "async-trait", @@ -2431,7 +2431,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "anyhow", "log", @@ -2449,7 +2449,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust_macro" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "quote", "syn 2.0.90", @@ -2457,7 +2457,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_typesystem" -version = "1.0.0-0.0.0-DEV" +version = "1.0.0-0.0.0-NIGHTLY-38cf455" dependencies = [ "bon", "pulumi_wasm_provider_common", @@ -2469,7 +2469,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_wit" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" dependencies = [ "wasmtime", "wit-bindgen", @@ -2569,7 +2569,7 @@ dependencies = [ [[package]] name = "regenerate_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" [[package]] name = "regex" diff --git a/Cargo.toml b/Cargo.toml index 14d79ed8b..d5762735e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,23 +37,23 @@ members = [ ] [workspace.package] -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-38cf455" 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_provider_common = { version = "=0.0.0-DEV", path = "pulumi_wasm_provider_common", registry = "cloudsmith" } -pulumi_wasm_typesystem = { version = "=1.0.0-0.0.0-DEV", path = "providers/pulumi_wasm_provider_typesystem_rust", registry = "cloudsmith" } +pulumi_wasm_core = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_core", registry = "cloudsmith" } +pulumi_wasm_docker = { version = "=4.5.3-0.0.0-NIGHTLY-38cf455", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" } +pulumi_wasm_generator_lib = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" } +pulumi_wasm_random = { version = "=4.15.0-0.0.0-NIGHTLY-38cf455", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" } +pulumi_wasm_rust = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_rust", registry = "cloudsmith" } +pulumi_wasm_rust_macro = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" } +pulumi_wasm_common = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_common", registry = "cloudsmith" } +pulumi_wasm_proto = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_proto", registry = "cloudsmith" } +pulumi_wasm_wit = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_wit", registry = "cloudsmith" } +pulumi_wasm_runner_component_creator = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" } +pulumi_wasm_provider_common = { version = "=0.0.0-NIGHTLY-38cf455", path = "pulumi_wasm_provider_common", registry = "cloudsmith" } +pulumi_wasm_typesystem = { version = "=1.0.0-0.0.0-NIGHTLY-38cf455", path = "providers/pulumi_wasm_provider_typesystem_rust", 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 2afb8a30b..4329803ce 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.43.1-0.0.0-DEV" +version = "5.43.1-0.0.0-NIGHTLY-38cf455" 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 d2c58bdfb..c4dd147d5 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] extern "C" { #[link_name = "invoke"] @@ -1175,16 +1175,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_application_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_application_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-application@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-application@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_application_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 140]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1293,10 +1293,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_ca_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_ca_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-ca-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-ca-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -1304,7 +1304,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_ca_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_ca_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1447,10 +1447,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_custom_page_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_custom_page_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-custom-page@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-custom-page@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -1459,7 +1459,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_custom_page_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_custom_page_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1602,18 +1602,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_group_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_group_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-group@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_group_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1756,10 +1757,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_identity_provider_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-identity-provider@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-identity-provider@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -1768,7 +1769,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_identity_provider_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1862,17 +1863,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_keys_configuration_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_keys_configuration_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-keys-configuration@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-keys-configuration@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_keys_configuration_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2006,10 +2007,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_mutual_tls_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_mutual_tls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-mutual-tls-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-mutual-tls-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -2017,7 +2018,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2118,10 +2119,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_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-mutual-tls-hostname-settings@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-mutual-tls-hostname-settings@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -2129,7 +2130,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2408,10 +2409,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_organization_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_organization_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-organization@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-organization@5.43.1--0.0.0-NIGHTLY-38cf455#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 : @@ -2422,7 +2423,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_organization_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_organization_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2725,16 +2726,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_policy_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_policy_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-policy@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-policy@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_policy_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 64]); static mut _RET_AREA: _RetArea = _RetArea( @@ -2863,18 +2864,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-rule@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3016,10 +3017,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_service_token_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_service_token_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-service-token@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/access-service-token@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -3027,7 +3028,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_access_service_token_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_service_token_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3142,18 +3143,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_access_tag_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_access_tag_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/access-tag@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_access_tag_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3255,17 +3256,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_account_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_account_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/account@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_account_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3380,10 +3382,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_account_member_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_account_member_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/account-member@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/account-member@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -3391,7 +3393,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_account_member_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_account_member_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3542,18 +3544,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_address_map_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_address_map_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/address-map@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_address_map_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3647,17 +3650,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3772,10 +3775,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_operation_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_operation_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield-operation@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/api-shield-operation@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -3783,7 +3786,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_operation_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_operation_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -3885,10 +3888,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_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield-operation-schema-validation-settings@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/api-shield-operation-schema-validation-settings@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -3896,7 +3899,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_operation_schema_validation_settings_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4026,10 +4029,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_shield_schema_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_schema_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield-schema@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/api-shield-schema@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -4037,7 +4040,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_schema_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_schema_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4152,10 +4155,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_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-shield-schema-validation-settings@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/api-shield-schema-validation-settings@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -4163,7 +4166,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_shield_schema_validation_settings_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4308,18 +4311,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_api_token_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_api_token_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/api-token@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_api_token_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4420,17 +4423,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_argo_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_argo_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/argo@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_argo_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4552,10 +4556,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/authenticated-origin-pulls@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/authenticated-origin-pulls@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -4563,7 +4567,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4702,10 +4706,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/authenticated-origin-pulls-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/authenticated-origin-pulls-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -4713,7 +4717,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -4957,10 +4961,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_bot_management_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_bot_management_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/bot-management@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/bot-management@5.43.1--0.0.0-NIGHTLY-38cf455#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 : @@ -4970,7 +4974,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_bot_management_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_bot_management_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5085,10 +5089,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_byo_ip_prefix_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_byo_ip_prefix_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/byo-ip-prefix@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/byo-ip-prefix@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -5096,7 +5100,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_byo_ip_prefix_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_byo_ip_prefix_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5308,10 +5312,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_certificate_pack_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_certificate_pack_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/certificate-pack@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/certificate-pack@5.43.1--0.0.0-NIGHTLY-38cf455#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,) -> * @@ -5321,7 +5325,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_certificate_pack_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_certificate_pack_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5405,17 +5409,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_cloud_connector_rules_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_cloud_connector_rules_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/cloud-connector-rules@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/cloud-connector-rules@5.43.1--0.0.0-NIGHTLY-38cf455#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_cloud_connector_rules_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_cloud_connector_rules_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5602,10 +5606,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_hostname_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_custom_hostname_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/custom-hostname@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/custom-hostname@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -5614,7 +5618,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_custom_hostname_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_hostname_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5701,17 +5705,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/custom-hostname-fallback-origin@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/custom-hostname-fallback-origin@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_hostname_fallback_origin_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5840,18 +5844,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_pages_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_custom_pages_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/custom-pages@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_pages_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -5986,17 +5990,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_custom_ssl_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_custom_ssl_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/custom-ssl@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_custom_ssl_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6087,17 +6092,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_d1_database_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_d1_database_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/d1-database@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_d1_database_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6248,10 +6253,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_dex_test_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_dex_test_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-dex-test@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-dex-test@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -6260,7 +6265,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_dex_test_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_dex_test_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6375,10 +6380,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_managed_networks_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_managed_networks_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-managed-networks@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-managed-networks@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -6386,7 +6391,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_managed_networks_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_managed_networks_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6470,17 +6475,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_policy_certificates_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_policy_certificates_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-policy-certificates@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-policy-certificates@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_policy_certificates_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6623,10 +6628,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_posture_integration_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_posture_integration_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-posture-integration@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-posture-integration@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -6635,7 +6640,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_posture_integration_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_posture_integration_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -6806,10 +6811,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_posture_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_posture_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-posture-rule@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-posture-rule@5.43.1--0.0.0-NIGHTLY-38cf455#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 { @@ -6818,7 +6823,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_device_posture_rule_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_posture_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7152,16 +7157,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_device_settings_policy_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_device_settings_policy_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/device-settings-policy@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/device-settings-policy@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_device_settings_policy_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7334,19 +7339,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_dlp_profile_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_dlp_profile_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/dlp-profile@5.43.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/dlp-profile@5.43.1--0.0.0-NIGHTLY-38cf455#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_dlp_profile_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_dlp_profile_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7449,17 +7454,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_address_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_email_routing_address_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/email-routing-address@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/email-routing-address@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_address_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7592,10 +7597,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_catch_all_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_email_routing_catch_all_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/email-routing-catch-all@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/email-routing-catch-all@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -7603,7 +7608,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_catch_all_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_catch_all_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7750,10 +7755,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_email_routing_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/email-routing-rule@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/email-routing-rule@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -7762,7 +7767,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_rule_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7883,10 +7888,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_email_routing_settings_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_email_routing_settings_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/email-routing-settings@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/email-routing-settings@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -7894,7 +7899,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_email_routing_settings_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_email_routing_settings_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -7995,10 +8000,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_fallback_domain_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_fallback_domain_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/fallback-domain@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/fallback-domain@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -8006,7 +8011,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_fallback_domain_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_fallback_domain_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8135,18 +8140,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_filter_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_filter_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/filter@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_filter_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8303,10 +8308,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_firewall_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_firewall_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/firewall-rule@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/firewall-rule@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -8315,7 +8320,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_firewall_rule_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_firewall_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8540,20 +8545,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_gre_tunnel_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_gre_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/gre-tunnel@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_gre_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -8906,16 +8911,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_healthcheck_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_healthcheck_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/healthcheck@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_healthcheck_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 88]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9038,10 +9043,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/hostname-tls-setting@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/hostname-tls-setting@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -9049,7 +9054,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9172,10 +9177,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/hostname-tls-setting-ciphers@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/hostname-tls-setting-ciphers@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -9183,7 +9188,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9312,10 +9317,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_hyperdrive_config_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_hyperdrive_config_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/hyperdrive-config@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/hyperdrive-config@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -9323,7 +9328,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_hyperdrive_config_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_hyperdrive_config_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9432,10 +9437,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_infrastructure_access_target_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_infrastructure_access_target_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/infrastructure-access-target@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/infrastructure-access-target@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -9443,7 +9448,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_infrastructure_access_target_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_infrastructure_access_target_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9770,16 +9775,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_ipsec_tunnel_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_ipsec_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/ipsec-tunnel@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_ipsec_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 72]); static mut _RET_AREA: _RetArea = _RetArea( @@ -9940,10 +9945,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_keyless_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_keyless_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/keyless-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/keyless-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -9952,7 +9957,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_keyless_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_keyless_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -10081,18 +10086,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_list_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_list_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/list@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_list_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -10249,19 +10254,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_list_item_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_list_item_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/list-item@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_list_item_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -10609,16 +10614,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_load_balancer_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/load-balancer@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/load-balancer@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 84]); static mut _RET_AREA: _RetArea = _RetArea( @@ -10929,16 +10934,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_monitor_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_load_balancer_monitor_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/load-balancer-monitor@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/load-balancer-monitor@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_monitor_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11191,10 +11196,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_load_balancer_pool_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_load_balancer_pool_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/load-balancer-pool@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/load-balancer-pool@5.43.1--0.0.0-NIGHTLY-38cf455#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 : @@ -11205,7 +11210,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_load_balancer_pool_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_load_balancer_pool_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11289,17 +11294,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpull_retention_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_logpull_retention_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/logpull-retention@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/logpull-retention@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpull_retention_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11581,16 +11586,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpush_job_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_logpush_job_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/logpush-job@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpush_job_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 60]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11700,10 +11705,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_logpush_ownership_challenge_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_logpush_ownership_challenge_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/logpush-ownership-challenge@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/logpush-ownership-challenge@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -11711,7 +11716,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_logpush_ownership_challenge_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_logpush_ownership_challenge_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -11826,10 +11831,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_magic_firewall_ruleset_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_magic_firewall_ruleset_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/magic-firewall-ruleset@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/magic-firewall-ruleset@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -11837,7 +11842,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_magic_firewall_ruleset_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_magic_firewall_ruleset_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12062,10 +12067,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_magic_wan_gre_tunnel_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_magic_wan_gre_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/magic-wan-gre-tunnel@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/magic-wan-gre-tunnel@5.43.1--0.0.0-NIGHTLY-38cf455#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 : @@ -12075,7 +12080,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_magic_wan_gre_tunnel_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_magic_wan_gre_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12402,16 +12407,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_magic_wan_ipsec_tunnel_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_magic_wan_ipsec_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/magic-wan-ipsec-tunnel@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/magic-wan-ipsec-tunnel@5.43.1--0.0.0-NIGHTLY-38cf455#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_magic_wan_ipsec_tunnel_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_magic_wan_ipsec_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 72]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12582,10 +12587,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_magic_wan_static_route_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_magic_wan_static_route_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/magic-wan-static-route@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/magic-wan-static-route@5.43.1--0.0.0-NIGHTLY-38cf455#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 { @@ -12594,7 +12599,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_magic_wan_static_route_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_magic_wan_static_route_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12709,10 +12714,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_managed_headers_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_managed_headers_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/managed-headers@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/managed-headers@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -12720,7 +12725,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_managed_headers_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_managed_headers_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -12869,10 +12874,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_mtls_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_mtls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/mtls-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/mtls-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -12880,7 +12885,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_mtls_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_mtls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13082,10 +13087,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_notification_policy_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_notification_policy_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/notification-policy@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/notification-policy@5.43.1--0.0.0-NIGHTLY-38cf455#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 { @@ -13094,7 +13099,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_notification_policy_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_notification_policy_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13225,10 +13230,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_notification_policy_webhooks_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_notification_policy_webhooks_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/notification-policy-webhooks@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/notification-policy-webhooks@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -13236,7 +13241,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_notification_policy_webhooks_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_notification_policy_webhooks_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13351,10 +13356,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_observatory_scheduled_test_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_observatory_scheduled_test_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/observatory-scheduled-test@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/observatory-scheduled-test@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -13362,7 +13367,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_observatory_scheduled_test_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_observatory_scheduled_test_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13501,10 +13506,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_origin_ca_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_origin_ca_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/origin-ca-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/origin-ca-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -13512,7 +13517,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_origin_ca_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_origin_ca_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13641,18 +13646,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_page_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_page_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/page-rule@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_page_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13757,17 +13762,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_pages_domain_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_pages_domain_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/pages-domain@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_pages_domain_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -13924,10 +13930,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_pages_project_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_pages_project_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/pages-project@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/pages-project@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -13936,7 +13942,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_pages_project_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_pages_project_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14020,17 +14026,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_queue_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_queue_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/queue@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_queue_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14131,17 +14137,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_r2_bucket_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_r2_bucket_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/r2-bucket@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_r2_bucket_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14327,19 +14334,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_rate_limit_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_rate_limit_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/rate-limit@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_rate_limit_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14587,20 +14594,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_record_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_record_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/record@5.43.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, - arg13 : i32,) -> * mut u8 { $($path_to_types)*:: + "pulumi:cloudflare/record@5.43.1--0.0.0-NIGHTLY-38cf455#invoke"] + unsafe extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize, + arg2 : i32, arg3 : i32, arg4 : i32, arg5 : i32, arg6 : i32, arg7 + : i32, arg8 : i32, arg9 : i32, arg10 : i32, arg11 : i32, arg12 : + i32, arg13 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) } }; }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_record_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_record_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14705,10 +14712,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_regional_hostname_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_regional_hostname_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/regional-hostname@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/regional-hostname@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -14716,7 +14723,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_regional_hostname_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_regional_hostname_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14800,17 +14807,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_regional_tiered_cache_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_regional_tiered_cache_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/regional-tiered-cache@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/regional-tiered-cache@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_regional_tiered_cache_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -14894,17 +14901,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_risk_behavior_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_risk_behavior_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/risk-behavior@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/risk-behavior@5.43.1--0.0.0-NIGHTLY-38cf455#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_risk_behavior_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_risk_behavior_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15061,19 +15068,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_ruleset_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_ruleset_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/ruleset@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_ruleset_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15318,10 +15325,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_spectrum_application_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_spectrum_application_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/spectrum-application@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/spectrum-application@5.43.1--0.0.0-NIGHTLY-38cf455#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 : @@ -15332,7 +15339,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_spectrum_application_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_spectrum_application_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15447,18 +15454,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_split_tunnel_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_split_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/split-tunnel@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_split_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15629,19 +15636,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_static_route_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_static_route_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/static-route@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_static_route_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -15971,16 +15978,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_account_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_account_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-account@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/teams-account@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_account_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16130,18 +16137,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_list_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_list_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-list@5.43.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/teams-list@5.43.1--0.0.0-NIGHTLY-38cf455#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_teams_list_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_list_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16295,10 +16303,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_location_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_location_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-location@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/teams-location@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -16306,7 +16314,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_location_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_location_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16411,10 +16419,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_proxy_endpoint_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_proxy_endpoint_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-proxy-endpoint@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/teams-proxy-endpoint@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -16422,7 +16430,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_teams_proxy_endpoint_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_proxy_endpoint_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16641,20 +16649,20 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_teams_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_teams_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/teams-rule@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_teams_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16738,17 +16746,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tiered_cache_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tiered_cache_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tiered-cache@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tiered_cache_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16850,17 +16858,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_total_tls_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_total_tls_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/total-tls@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_total_tls_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -16983,18 +16992,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tunnel@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17095,10 +17104,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_config_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tunnel_config_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tunnel-config@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/tunnel-config@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -17106,7 +17115,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tunnel_config_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_config_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17236,18 +17245,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_route_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tunnel_route_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tunnel-route@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_route_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17363,10 +17372,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/tunnel-virtual-network@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/tunnel-virtual-network@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -17374,7 +17383,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17535,10 +17544,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_turnstile_widget_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_turnstile_widget_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/turnstile-widget@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/turnstile-widget@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -17547,7 +17556,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_turnstile_widget_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_turnstile_widget_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17644,10 +17653,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_url_normalization_settings_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_url_normalization_settings_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/url-normalization-settings@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/url-normalization-settings@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -17655,7 +17664,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_url_normalization_settings_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_url_normalization_settings_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -17784,10 +17793,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_user_agent_blocking_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_user_agent_blocking_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/user-agent-blocking-rule@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/user-agent-blocking-rule@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -17795,7 +17804,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_user_agent_blocking_rule_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_user_agent_blocking_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18149,16 +18158,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_waiting_room_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/waiting-room@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18458,16 +18467,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_event_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_waiting_room_event_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/waiting-room-event@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/waiting-room-event@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_event_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18568,10 +18577,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_rules_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_waiting_room_rules_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/waiting-room-rules@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/waiting-room-rules@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -18579,7 +18588,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_waiting_room_rules_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_rules_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18673,17 +18682,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_waiting_room_settings_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_waiting_room_settings_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/waiting-room-settings@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/waiting-room-settings@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_waiting_room_settings_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18824,10 +18833,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web3_hostname_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_web3_hostname_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/web3-hostname@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/web3-hostname@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -18835,7 +18844,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web3_hostname_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web3_hostname_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -18978,10 +18987,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web_analytics_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_web_analytics_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/web-analytics-rule@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/web-analytics-rule@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -18990,7 +18999,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web_analytics_rule_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web_analytics_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19121,10 +19130,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_web_analytics_site_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_web_analytics_site_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/web-analytics-site@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/web-analytics-site@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -19132,7 +19141,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_web_analytics_site_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_web_analytics_site_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19233,10 +19242,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_cron_trigger_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_cron_trigger_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-cron-trigger@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/worker-cron-trigger@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -19244,7 +19253,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_cron_trigger_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_cron_trigger_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19373,10 +19382,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_domain_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_domain_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-domain@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/worker-domain@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -19384,7 +19393,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_domain_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_domain_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19485,17 +19494,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_route_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_route_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-route@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_route_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19859,16 +19869,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_script_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_script_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-script@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/worker-script@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_script_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 80]); static mut _RET_AREA: _RetArea = _RetArea( @@ -19983,10 +19993,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_worker_secret_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_worker_secret_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/worker-secret@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/worker-secret@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -19994,7 +20004,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_worker_secret_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_worker_secret_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20095,10 +20105,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_cron_trigger_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_cron_trigger_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-cron-trigger@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-cron-trigger@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -20106,7 +20116,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_workers_cron_trigger_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_cron_trigger_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20235,10 +20245,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_domain_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_domain_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-domain@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-domain@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -20246,7 +20256,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_workers_domain_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_domain_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20330,17 +20340,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_for_platforms_dispatch_namespace_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_for_platforms_dispatch_namespace_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-for-platforms-dispatch-namespace@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-for-platforms-dispatch-namespace@5.43.1--0.0.0-NIGHTLY-38cf455#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_dispatch_namespace_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_for_platforms_dispatch_namespace_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20424,17 +20434,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_for_platforms_namespace_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_for_platforms_namespace_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-for-platforms-namespace@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-for-platforms-namespace@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_for_platforms_namespace_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20549,18 +20559,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_kv_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_kv_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-kv@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_kv_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20644,17 +20654,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_kv_namespace_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_kv_namespace_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-kv-namespace@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-kv-namespace@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_kv_namespace_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -20755,10 +20765,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_route_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_route_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-route@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-route@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -20766,7 +20776,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_workers_route_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_route_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21130,16 +21140,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_script_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_script_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-script@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-script@5.43.1--0.0.0-NIGHTLY-38cf455#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_workers_script_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_script_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 80]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21254,10 +21264,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_workers_secret_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_workers_secret_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/workers-secret@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/workers-secret@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -21265,7 +21275,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_workers_secret_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_workers_secret_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -21871,16 +21881,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_application_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_application_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-application@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-application@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_access_application_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_application_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 140]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22023,10 +22033,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_custom_page_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_custom_page_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-custom-page@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-custom-page@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -22035,7 +22045,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_custom_page_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_custom_page_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22178,10 +22188,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_group_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_group_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-group@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-group@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -22190,7 +22200,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_group_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_group_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22333,10 +22343,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_identity_provider_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-identity-provider@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-identity-provider@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -22345,7 +22355,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_identity_provider_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22479,10 +22489,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_mtls_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_mtls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-mtls-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-mtls-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -22490,7 +22500,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_mtls_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_mtls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22591,10 +22601,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_mtls_hostname_settings_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_mtls_hostname_settings_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-mtls-hostname-settings@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-mtls-hostname-settings@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -22602,7 +22612,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_mtls_hostname_settings_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_mtls_hostname_settings_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -22881,10 +22891,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_organization_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_organization_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-organization@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-organization@5.43.1--0.0.0-NIGHTLY-38cf455#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 : @@ -22895,7 +22905,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_organization_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_organization_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea( @@ -23198,16 +23208,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_policy_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_policy_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-policy@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-policy@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_access_policy_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_policy_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 64]); static mut _RET_AREA: _RetArea = _RetArea( @@ -23349,10 +23359,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_service_token_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_service_token_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-service-token@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-service-token@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -23360,7 +23370,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_service_token_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_service_token_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -23469,10 +23479,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_short_lived_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_short_lived_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-short-lived-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-short-lived-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -23480,7 +23490,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_short_lived_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_short_lived_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -23595,10 +23605,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_access_tag_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_access_tag_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-access-tag@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-access-tag@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -23606,7 +23616,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_access_tag_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_access_tag_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -23690,17 +23700,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_device_certificates_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_device_certificates_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-device-certificates@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-device-certificates@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_device_certificates_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_device_certificates_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -23815,10 +23825,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_device_managed_networks_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_device_managed_networks_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-device-managed-networks@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-device-managed-networks@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -23826,7 +23836,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_device_managed_networks_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_device_managed_networks_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -23969,10 +23979,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_device_posture_integration_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_device_posture_integration_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-device-posture-integration@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-device-posture-integration@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -23981,7 +23991,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_device_posture_integration_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_device_posture_integration_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -24152,10 +24162,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_device_posture_rule_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_device_posture_rule_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-device-posture-rule@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-device-posture-rule@5.43.1--0.0.0-NIGHTLY-38cf455#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 { @@ -24164,7 +24174,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_device_posture_rule_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_device_posture_rule_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -24498,16 +24508,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_device_profiles_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_device_profiles_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-device-profiles@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-device-profiles@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_device_profiles_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_device_profiles_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 76]); static mut _RET_AREA: _RetArea = _RetArea( @@ -24658,10 +24668,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_dex_test_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_dex_test_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-dex-test@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-dex-test@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -24670,7 +24680,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_dex_test_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_dex_test_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -24843,10 +24853,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_dlp_profile_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_dlp_profile_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-dlp-profile@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-dlp-profile@5.43.1--0.0.0-NIGHTLY-38cf455#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 { @@ -24855,7 +24865,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_dlp_profile_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_dlp_profile_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 32]); static mut _RET_AREA: _RetArea = _RetArea( @@ -25009,10 +25019,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_dns_location_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_dns_location_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-dns-location@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-dns-location@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -25020,7 +25030,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_dns_location_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_dns_location_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -25175,10 +25185,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_gateway_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_gateway_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-gateway-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-gateway-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -25186,7 +25196,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_gateway_certificate_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_gateway_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -25405,10 +25415,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_gateway_policy_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_gateway_policy_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-gateway-policy@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-gateway-policy@5.43.1--0.0.0-NIGHTLY-38cf455#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 : @@ -25418,7 +25428,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_gateway_policy_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_gateway_policy_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -25523,10 +25533,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_gateway_proxy_endpoint_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_gateway_proxy_endpoint_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-gateway-proxy-endpoint@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-gateway-proxy-endpoint@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -25534,7 +25544,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_gateway_proxy_endpoint_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_gateway_proxy_endpoint_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -25864,16 +25874,16 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_gateway_settings_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_gateway_settings_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-gateway-settings@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-gateway-settings@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_gateway_settings_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_gateway_settings_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 68]); static mut _RET_AREA: _RetArea = _RetArea( @@ -25982,10 +25992,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_infrastructure_access_target_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_infrastructure_access_target_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-infrastructure-access-target@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-infrastructure-access-target@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -25993,7 +26003,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_infrastructure_access_target_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_infrastructure_access_target_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -26087,17 +26097,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_key_access_key_configuration_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_key_access_key_configuration_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-key-access-key-configuration@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-key-access-key-configuration@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_key_access_key_configuration_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_key_access_key_configuration_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -26247,10 +26257,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_list_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_list_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-list@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-list@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -26259,7 +26269,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_list_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_list_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -26360,10 +26370,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_local_fallback_domain_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_local_fallback_domain_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-local-fallback-domain@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-local-fallback-domain@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -26371,7 +26381,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_local_fallback_domain_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_local_fallback_domain_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -26455,17 +26465,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_risk_behavior_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_risk_behavior_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-risk-behavior@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-risk-behavior@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_risk_behavior_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_risk_behavior_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -26599,10 +26609,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_risk_score_integration_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_risk_score_integration_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-risk-score-integration@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-risk-score-integration@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -26610,7 +26620,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_risk_score_integration_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_risk_score_integration_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -26725,10 +26735,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_split_tunnel_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_split_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-split-tunnel@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-split-tunnel@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -26736,7 +26746,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_split_tunnel_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_split_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -26859,10 +26869,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-tunnel-cloudflared@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-tunnel-cloudflared@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -26870,7 +26880,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -26971,10 +26981,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_config_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_config_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-tunnel-cloudflared-config@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-tunnel-cloudflared-config@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -26982,7 +26992,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_config_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_config_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -27112,10 +27122,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_tunnel_route_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_tunnel_route_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-tunnel-route@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-tunnel-route@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -27123,7 +27133,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_tunnel_route_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_tunnel_route_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -27239,10 +27249,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zero-trust-tunnel-virtual-network@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zero-trust-tunnel-virtual-network@5.43.1--0.0.0-NIGHTLY-38cf455#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, @@ -27250,7 +27260,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -27425,19 +27435,19 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone@5.43.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/zone@5.43.1--0.0.0-NIGHTLY-38cf455#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_zone_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 44]); static mut _RET_AREA: _RetArea = _RetArea( @@ -27521,17 +27531,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_cache_reserve_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_cache_reserve_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-cache-reserve@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zone-cache-reserve@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_cache_reserve_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -27758,10 +27768,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_cache_variants_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_cache_variants_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-cache-variants@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zone-cache-variants@5.43.1--0.0.0-NIGHTLY-38cf455#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 : @@ -27771,7 +27781,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_cache_variants_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_cache_variants_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -27899,17 +27909,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_dnssec_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_dnssec_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-dnssec@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_dnssec_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28025,18 +28035,18 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_hold_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_hold_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-hold@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_hold_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28179,10 +28189,10 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_lockdown_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_lockdown_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-lockdown@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zone-lockdown@5.43.1--0.0.0-NIGHTLY-38cf455#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)*:: @@ -28191,7 +28201,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_zone_lockdown_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_lockdown_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28304,17 +28314,17 @@ pub mod exports { fn invoke(name: _rt::String, args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_zone_settings_override_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_zone_settings_override_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/zone-settings-override@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/zone-settings-override@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_zone_settings_override_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28430,17 +28440,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_access_application_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_access_application_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-access-application@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-access-application@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_access_application_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28542,17 +28552,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_access_identity_provider_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-access-identity-provider@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-access-identity-provider@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28620,16 +28630,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_account_roles_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_account_roles_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-account-roles@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-account-roles@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_account_roles_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28695,16 +28705,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_accounts_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_accounts_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-accounts@5.43.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:cloudflare/get-accounts@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_accounts_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28767,16 +28777,16 @@ pub mod exports { fn invoke() -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_api_token_permission_groups_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_api_token_permission_groups_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-api-token-permission-groups@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-api-token-permission-groups@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_api_token_permission_groups_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28842,16 +28852,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_dcv_delegation_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_dcv_delegation_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-dcv-delegation@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-dcv-delegation@5.43.1--0.0.0-NIGHTLY-38cf455#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_dcv_delegation_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_dcv_delegation_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -28953,17 +28963,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_device_posture_rules_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_device_posture_rules_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-device-posture-rules@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-device-posture-rules@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_device_posture_rules_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29031,16 +29041,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_devices_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_devices_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-devices@5.43.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:cloudflare/get-devices@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_devices_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29108,16 +29118,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_dlp_datasets_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_dlp_datasets_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-dlp-datasets@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-dlp-datasets@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_dlp_datasets_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29189,16 +29199,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_gateway_app_types_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_gateway_app_types_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-gateway-app-types@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-gateway-app-types@5.43.1--0.0.0-NIGHTLY-38cf455#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_gateway_app_types_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_gateway_app_types_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29270,16 +29280,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_gateway_categories_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_gateway_categories_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-gateway-categories@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-gateway-categories@5.43.1--0.0.0-NIGHTLY-38cf455#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_gateway_categories_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_gateway_categories_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29454,10 +29464,10 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_infrastructure_access_targets_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_infrastructure_access_targets_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-infrastructure-access-targets@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-infrastructure-access-targets@5.43.1--0.0.0-NIGHTLY-38cf455#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : i32, arg3 : i32, arg4 : i32, arg5 : i32, arg6 : i32, arg7 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > @@ -29465,7 +29475,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_infrastructure_access_targets_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_infrastructure_access_targets_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29538,16 +29548,16 @@ pub mod exports { fn invoke() -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_ip_ranges_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_ip_ranges_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-ip-ranges@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-ip-ranges@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_ip_ranges_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29643,17 +29653,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_list_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_list_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-list@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_list_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29721,16 +29731,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_lists_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_lists_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-lists@5.43.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:cloudflare/get-lists@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_lists_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29828,17 +29838,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_load_balancer_pools_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_load_balancer_pools_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-load-balancer-pools@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-load-balancer-pools@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_load_balancer_pools_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29920,16 +29930,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_origin_ca_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_origin_ca_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-origin-ca-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-origin-ca-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_origin_ca_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -29997,16 +30007,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_origin_ca_root_certificate_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_origin_ca_root_certificate_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-origin-ca-root-certificate@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-origin-ca-root-certificate@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_origin_ca_root_certificate_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -30148,17 +30158,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_record_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_record_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-record@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_record_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -30274,17 +30284,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_rulesets_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_rulesets_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-rulesets@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_rulesets_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -30394,17 +30404,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_tunnel_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-tunnel@5.43.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-tunnel@5.43.1--0.0.0-NIGHTLY-38cf455#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_tunnel_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -30496,17 +30506,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-tunnel-virtual-network@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-tunnel-virtual-network@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -30553,16 +30563,16 @@ pub mod exports { fn invoke() -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_user_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_user_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-user@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_user_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -30678,17 +30688,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zero_trust_access_application_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zero_trust_access_application_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zero-trust-access-application@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zero-trust-access-application@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_access_application_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zero_trust_access_application_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 24]); static mut _RET_AREA: _RetArea = _RetArea( @@ -30790,17 +30800,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zero_trust_access_identity_provider_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zero_trust_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zero-trust-access-identity-provider@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zero-trust-access-identity-provider@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_access_identity_provider_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zero_trust_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -30975,10 +30985,10 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zero_trust_infrastructure_access_targets_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zero_trust_infrastructure_access_targets_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zero-trust-infrastructure-access-targets@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zero-trust-infrastructure-access-targets@5.43.1--0.0.0-NIGHTLY-38cf455#invoke"] unsafe extern "C" fn export_invoke(arg0 : i32, arg1 : i32, arg2 : i32, arg3 : i32, arg4 : i32, arg5 : i32, arg6 : i32, arg7 : i32,) -> * mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty > @@ -30986,7 +30996,7 @@ pub mod exports { }; } #[doc(hidden)] - pub(crate) use __export_pulumi_cloudflare_get_zero_trust_infrastructure_access_targets_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zero_trust_infrastructure_access_targets_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea( @@ -31096,17 +31106,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zero-trust-tunnel-cloudflared@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zero-trust-tunnel-cloudflared@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea( @@ -31198,17 +31208,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zero-trust-tunnel-virtual-network@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zero-trust-tunnel-virtual-network@5.43.1--0.0.0-NIGHTLY-38cf455#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_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea( @@ -31327,17 +31337,17 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zone_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zone_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zone@5.43.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.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zone_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea( @@ -31403,16 +31413,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zone_cache_reserve_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zone_cache_reserve_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zone-cache-reserve@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zone-cache-reserve@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zone_cache_reserve_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -31519,16 +31529,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zone_dnssec_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zone_dnssec_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zone-dnssec@5.43.1--0.0.0-DEV#invoke"] + "pulumi:cloudflare/get-zone-dnssec@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zone_dnssec_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 48]); static mut _RET_AREA: _RetArea = _RetArea( @@ -31594,16 +31604,16 @@ pub mod exports { fn invoke(args: Args<'_>) -> Res; } #[doc(hidden)] - macro_rules! __export_pulumi_cloudflare_get_zones_5_43_1_0_0_0_dev_cabi { + macro_rules! __export_pulumi_cloudflare_get_zones_5_43_1_0_0_0_nightly_38cf455_cabi { ($ty:ident with_types_in $($path_to_types:tt)*) => { const _ : () = { #[export_name = - "pulumi:cloudflare/get-zones@5.43.1--0.0.0-DEV#invoke"] unsafe - extern "C" fn export_invoke(arg0 : i32,) -> * mut u8 { + "pulumi:cloudflare/get-zones@5.43.1--0.0.0-NIGHTLY-38cf455#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_43_1_0_0_0_dev_cabi; + pub(crate) use __export_pulumi_cloudflare_get_zones_5_43_1_0_0_0_nightly_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea( @@ -31735,973 +31745,1113 @@ 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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_application::__export_pulumi_cloudflare_access_application_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_ca_certificate::__export_pulumi_cloudflare_access_ca_certificate_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_custom_page::__export_pulumi_cloudflare_access_custom_page_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_group::__export_pulumi_cloudflare_access_group_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_identity_provider::__export_pulumi_cloudflare_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_keys_configuration::__export_pulumi_cloudflare_access_keys_configuration_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_mutual_tls_certificate::__export_pulumi_cloudflare_access_mutual_tls_certificate_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_mutual_tls_hostname_settings::__export_pulumi_cloudflare_access_mutual_tls_hostname_settings_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_organization::__export_pulumi_cloudflare_access_organization_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_policy::__export_pulumi_cloudflare_access_policy_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_rule::__export_pulumi_cloudflare_access_rule_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_service_token::__export_pulumi_cloudflare_access_service_token_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::access_tag::__export_pulumi_cloudflare_access_tag_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::account::__export_pulumi_cloudflare_account_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::account_member::__export_pulumi_cloudflare_account_member_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::address_map::__export_pulumi_cloudflare_address_map_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield::__export_pulumi_cloudflare_api_shield_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield_operation::__export_pulumi_cloudflare_api_shield_operation_5_43_1_0_0_0_nightly_38cf455_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_43_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_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield_schema::__export_pulumi_cloudflare_api_shield_schema_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_shield_schema_validation_settings::__export_pulumi_cloudflare_api_shield_schema_validation_settings_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::api_token::__export_pulumi_cloudflare_api_token_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::argo::__export_pulumi_cloudflare_argo_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::authenticated_origin_pulls::__export_pulumi_cloudflare_authenticated_origin_pulls_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::authenticated_origin_pulls_certificate::__export_pulumi_cloudflare_authenticated_origin_pulls_certificate_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::bot_management::__export_pulumi_cloudflare_bot_management_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::byo_ip_prefix::__export_pulumi_cloudflare_byo_ip_prefix_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::certificate_pack::__export_pulumi_cloudflare_certificate_pack_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::certificate_pack); $($path_to_types_root)*:: - exports::pulumi::cloudflare::cloud_connector_rules::__export_pulumi_cloudflare_cloud_connector_rules_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::cloud_connector_rules::__export_pulumi_cloudflare_cloud_connector_rules_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::cloud_connector_rules); $($path_to_types_root)*:: - exports::pulumi::cloudflare::custom_hostname::__export_pulumi_cloudflare_custom_hostname_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::custom_hostname::__export_pulumi_cloudflare_custom_hostname_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::custom_hostname_fallback_origin::__export_pulumi_cloudflare_custom_hostname_fallback_origin_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::custom_pages::__export_pulumi_cloudflare_custom_pages_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::custom_ssl::__export_pulumi_cloudflare_custom_ssl_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::d1_database::__export_pulumi_cloudflare_d1_database_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_dex_test::__export_pulumi_cloudflare_device_dex_test_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_managed_networks::__export_pulumi_cloudflare_device_managed_networks_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_policy_certificates::__export_pulumi_cloudflare_device_policy_certificates_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_posture_integration::__export_pulumi_cloudflare_device_posture_integration_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_posture_rule::__export_pulumi_cloudflare_device_posture_rule_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::device_settings_policy::__export_pulumi_cloudflare_device_settings_policy_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::dlp_profile::__export_pulumi_cloudflare_dlp_profile_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::email_routing_address::__export_pulumi_cloudflare_email_routing_address_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::email_routing_catch_all::__export_pulumi_cloudflare_email_routing_catch_all_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::email_routing_rule::__export_pulumi_cloudflare_email_routing_rule_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::email_routing_settings::__export_pulumi_cloudflare_email_routing_settings_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::fallback_domain::__export_pulumi_cloudflare_fallback_domain_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::filter::__export_pulumi_cloudflare_filter_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::firewall_rule::__export_pulumi_cloudflare_firewall_rule_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::gre_tunnel::__export_pulumi_cloudflare_gre_tunnel_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::healthcheck::__export_pulumi_cloudflare_healthcheck_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::hostname_tls_setting::__export_pulumi_cloudflare_hostname_tls_setting_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::hostname_tls_setting_ciphers::__export_pulumi_cloudflare_hostname_tls_setting_ciphers_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::hyperdrive_config::__export_pulumi_cloudflare_hyperdrive_config_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::hyperdrive_config); $($path_to_types_root)*:: - exports::pulumi::cloudflare::infrastructure_access_target::__export_pulumi_cloudflare_infrastructure_access_target_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::infrastructure_access_target::__export_pulumi_cloudflare_infrastructure_access_target_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::infrastructure_access_target); $($path_to_types_root)*:: - exports::pulumi::cloudflare::ipsec_tunnel::__export_pulumi_cloudflare_ipsec_tunnel_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::ipsec_tunnel::__export_pulumi_cloudflare_ipsec_tunnel_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::keyless_certificate::__export_pulumi_cloudflare_keyless_certificate_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::list::__export_pulumi_cloudflare_list_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::list_item::__export_pulumi_cloudflare_list_item_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::load_balancer::__export_pulumi_cloudflare_load_balancer_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::load_balancer_monitor::__export_pulumi_cloudflare_load_balancer_monitor_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::load_balancer_pool::__export_pulumi_cloudflare_load_balancer_pool_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::logpull_retention::__export_pulumi_cloudflare_logpull_retention_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::logpush_job::__export_pulumi_cloudflare_logpush_job_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::logpush_ownership_challenge::__export_pulumi_cloudflare_logpush_ownership_challenge_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::magic_firewall_ruleset::__export_pulumi_cloudflare_magic_firewall_ruleset_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::magic_firewall_ruleset); $($path_to_types_root)*:: - exports::pulumi::cloudflare::magic_wan_gre_tunnel::__export_pulumi_cloudflare_magic_wan_gre_tunnel_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::magic_wan_gre_tunnel::__export_pulumi_cloudflare_magic_wan_gre_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::magic_wan_gre_tunnel); $($path_to_types_root)*:: - exports::pulumi::cloudflare::magic_wan_ipsec_tunnel::__export_pulumi_cloudflare_magic_wan_ipsec_tunnel_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::magic_wan_ipsec_tunnel::__export_pulumi_cloudflare_magic_wan_ipsec_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::magic_wan_ipsec_tunnel); $($path_to_types_root)*:: - exports::pulumi::cloudflare::magic_wan_static_route::__export_pulumi_cloudflare_magic_wan_static_route_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::magic_wan_static_route::__export_pulumi_cloudflare_magic_wan_static_route_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::magic_wan_static_route); $($path_to_types_root)*:: - exports::pulumi::cloudflare::managed_headers::__export_pulumi_cloudflare_managed_headers_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::managed_headers::__export_pulumi_cloudflare_managed_headers_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::mtls_certificate::__export_pulumi_cloudflare_mtls_certificate_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::notification_policy::__export_pulumi_cloudflare_notification_policy_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::notification_policy_webhooks::__export_pulumi_cloudflare_notification_policy_webhooks_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::observatory_scheduled_test::__export_pulumi_cloudflare_observatory_scheduled_test_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::origin_ca_certificate::__export_pulumi_cloudflare_origin_ca_certificate_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::page_rule::__export_pulumi_cloudflare_page_rule_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::pages_domain::__export_pulumi_cloudflare_pages_domain_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::pages_project::__export_pulumi_cloudflare_pages_project_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::queue::__export_pulumi_cloudflare_queue_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::r2_bucket::__export_pulumi_cloudflare_r2_bucket_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::rate_limit::__export_pulumi_cloudflare_rate_limit_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::record::__export_pulumi_cloudflare_record_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::regional_hostname::__export_pulumi_cloudflare_regional_hostname_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::regional_tiered_cache::__export_pulumi_cloudflare_regional_tiered_cache_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::regional_tiered_cache); $($path_to_types_root)*:: - exports::pulumi::cloudflare::risk_behavior::__export_pulumi_cloudflare_risk_behavior_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::risk_behavior::__export_pulumi_cloudflare_risk_behavior_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::risk_behavior); $($path_to_types_root)*:: - exports::pulumi::cloudflare::ruleset::__export_pulumi_cloudflare_ruleset_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::ruleset::__export_pulumi_cloudflare_ruleset_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::spectrum_application::__export_pulumi_cloudflare_spectrum_application_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::split_tunnel::__export_pulumi_cloudflare_split_tunnel_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::static_route::__export_pulumi_cloudflare_static_route_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_account::__export_pulumi_cloudflare_teams_account_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_list::__export_pulumi_cloudflare_teams_list_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_location::__export_pulumi_cloudflare_teams_location_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_proxy_endpoint::__export_pulumi_cloudflare_teams_proxy_endpoint_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::teams_rule::__export_pulumi_cloudflare_teams_rule_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tiered_cache::__export_pulumi_cloudflare_tiered_cache_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::total_tls::__export_pulumi_cloudflare_total_tls_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tunnel::__export_pulumi_cloudflare_tunnel_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tunnel_config::__export_pulumi_cloudflare_tunnel_config_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tunnel_route::__export_pulumi_cloudflare_tunnel_route_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::tunnel_virtual_network::__export_pulumi_cloudflare_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::turnstile_widget::__export_pulumi_cloudflare_turnstile_widget_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::url_normalization_settings::__export_pulumi_cloudflare_url_normalization_settings_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::user_agent_blocking_rule::__export_pulumi_cloudflare_user_agent_blocking_rule_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::waiting_room::__export_pulumi_cloudflare_waiting_room_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::waiting_room_event::__export_pulumi_cloudflare_waiting_room_event_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::waiting_room_rules::__export_pulumi_cloudflare_waiting_room_rules_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::waiting_room_settings::__export_pulumi_cloudflare_waiting_room_settings_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::web3_hostname::__export_pulumi_cloudflare_web3_hostname_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::web_analytics_rule::__export_pulumi_cloudflare_web_analytics_rule_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::web_analytics_site::__export_pulumi_cloudflare_web_analytics_site_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_cron_trigger::__export_pulumi_cloudflare_worker_cron_trigger_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_domain::__export_pulumi_cloudflare_worker_domain_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_route::__export_pulumi_cloudflare_worker_route_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_script::__export_pulumi_cloudflare_worker_script_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::worker_secret::__export_pulumi_cloudflare_worker_secret_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::worker_secret); $($path_to_types_root)*:: - exports::pulumi::cloudflare::workers_cron_trigger::__export_pulumi_cloudflare_workers_cron_trigger_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_cron_trigger::__export_pulumi_cloudflare_workers_cron_trigger_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::workers_cron_trigger); $($path_to_types_root)*:: - exports::pulumi::cloudflare::workers_domain::__export_pulumi_cloudflare_workers_domain_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_domain::__export_pulumi_cloudflare_workers_domain_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::workers_domain); $($path_to_types_root)*:: - exports::pulumi::cloudflare::workers_for_platforms_dispatch_namespace::__export_pulumi_cloudflare_workers_for_platforms_dispatch_namespace_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_for_platforms_dispatch_namespace::__export_pulumi_cloudflare_workers_for_platforms_dispatch_namespace_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::workers_for_platforms_dispatch_namespace); $($path_to_types_root)*:: - exports::pulumi::cloudflare::workers_for_platforms_namespace::__export_pulumi_cloudflare_workers_for_platforms_namespace_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_for_platforms_namespace::__export_pulumi_cloudflare_workers_for_platforms_namespace_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_kv::__export_pulumi_cloudflare_workers_kv_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_kv_namespace::__export_pulumi_cloudflare_workers_kv_namespace_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::workers_kv_namespace); $($path_to_types_root)*:: - exports::pulumi::cloudflare::workers_route::__export_pulumi_cloudflare_workers_route_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_route::__export_pulumi_cloudflare_workers_route_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::workers_route); $($path_to_types_root)*:: - exports::pulumi::cloudflare::workers_script::__export_pulumi_cloudflare_workers_script_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_script::__export_pulumi_cloudflare_workers_script_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::workers_script); $($path_to_types_root)*:: - exports::pulumi::cloudflare::workers_secret::__export_pulumi_cloudflare_workers_secret_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::workers_secret::__export_pulumi_cloudflare_workers_secret_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::workers_secret); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_application::__export_pulumi_cloudflare_zero_trust_access_application_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_application::__export_pulumi_cloudflare_zero_trust_access_application_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_application); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_custom_page::__export_pulumi_cloudflare_zero_trust_access_custom_page_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_custom_page::__export_pulumi_cloudflare_zero_trust_access_custom_page_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_custom_page); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_group::__export_pulumi_cloudflare_zero_trust_access_group_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_group::__export_pulumi_cloudflare_zero_trust_access_group_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_group); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_identity_provider::__export_pulumi_cloudflare_zero_trust_access_identity_provider_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_identity_provider::__export_pulumi_cloudflare_zero_trust_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_identity_provider); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_mtls_certificate::__export_pulumi_cloudflare_zero_trust_access_mtls_certificate_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_mtls_certificate::__export_pulumi_cloudflare_zero_trust_access_mtls_certificate_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_mtls_certificate); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_mtls_hostname_settings::__export_pulumi_cloudflare_zero_trust_access_mtls_hostname_settings_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_mtls_hostname_settings::__export_pulumi_cloudflare_zero_trust_access_mtls_hostname_settings_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_mtls_hostname_settings); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_organization::__export_pulumi_cloudflare_zero_trust_access_organization_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_organization::__export_pulumi_cloudflare_zero_trust_access_organization_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_organization); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_policy::__export_pulumi_cloudflare_zero_trust_access_policy_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_policy::__export_pulumi_cloudflare_zero_trust_access_policy_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_policy); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_service_token::__export_pulumi_cloudflare_zero_trust_access_service_token_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_service_token::__export_pulumi_cloudflare_zero_trust_access_service_token_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_service_token); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_short_lived_certificate::__export_pulumi_cloudflare_zero_trust_access_short_lived_certificate_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_short_lived_certificate::__export_pulumi_cloudflare_zero_trust_access_short_lived_certificate_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_short_lived_certificate); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_access_tag::__export_pulumi_cloudflare_zero_trust_access_tag_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_access_tag::__export_pulumi_cloudflare_zero_trust_access_tag_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_access_tag); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_device_certificates::__export_pulumi_cloudflare_zero_trust_device_certificates_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_device_certificates::__export_pulumi_cloudflare_zero_trust_device_certificates_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_device_certificates); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_device_managed_networks::__export_pulumi_cloudflare_zero_trust_device_managed_networks_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_device_managed_networks::__export_pulumi_cloudflare_zero_trust_device_managed_networks_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_device_managed_networks); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_device_posture_integration::__export_pulumi_cloudflare_zero_trust_device_posture_integration_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_device_posture_integration::__export_pulumi_cloudflare_zero_trust_device_posture_integration_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_device_posture_integration); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_device_posture_rule::__export_pulumi_cloudflare_zero_trust_device_posture_rule_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_device_posture_rule::__export_pulumi_cloudflare_zero_trust_device_posture_rule_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_device_posture_rule); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_device_profiles::__export_pulumi_cloudflare_zero_trust_device_profiles_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_device_profiles::__export_pulumi_cloudflare_zero_trust_device_profiles_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_device_profiles); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_dex_test::__export_pulumi_cloudflare_zero_trust_dex_test_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_dex_test::__export_pulumi_cloudflare_zero_trust_dex_test_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_dex_test); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_dlp_profile::__export_pulumi_cloudflare_zero_trust_dlp_profile_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_dlp_profile::__export_pulumi_cloudflare_zero_trust_dlp_profile_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_dlp_profile); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_dns_location::__export_pulumi_cloudflare_zero_trust_dns_location_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_dns_location::__export_pulumi_cloudflare_zero_trust_dns_location_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_dns_location); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_gateway_certificate::__export_pulumi_cloudflare_zero_trust_gateway_certificate_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_gateway_certificate::__export_pulumi_cloudflare_zero_trust_gateway_certificate_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_gateway_certificate); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_gateway_policy::__export_pulumi_cloudflare_zero_trust_gateway_policy_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_gateway_policy::__export_pulumi_cloudflare_zero_trust_gateway_policy_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_gateway_policy); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_gateway_proxy_endpoint::__export_pulumi_cloudflare_zero_trust_gateway_proxy_endpoint_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_gateway_proxy_endpoint::__export_pulumi_cloudflare_zero_trust_gateway_proxy_endpoint_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_gateway_proxy_endpoint); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_gateway_settings::__export_pulumi_cloudflare_zero_trust_gateway_settings_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_gateway_settings::__export_pulumi_cloudflare_zero_trust_gateway_settings_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_gateway_settings); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_infrastructure_access_target::__export_pulumi_cloudflare_zero_trust_infrastructure_access_target_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_infrastructure_access_target::__export_pulumi_cloudflare_zero_trust_infrastructure_access_target_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_infrastructure_access_target); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_key_access_key_configuration::__export_pulumi_cloudflare_zero_trust_key_access_key_configuration_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_key_access_key_configuration::__export_pulumi_cloudflare_zero_trust_key_access_key_configuration_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_key_access_key_configuration); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_list::__export_pulumi_cloudflare_zero_trust_list_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_list::__export_pulumi_cloudflare_zero_trust_list_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_list); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_local_fallback_domain::__export_pulumi_cloudflare_zero_trust_local_fallback_domain_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_local_fallback_domain::__export_pulumi_cloudflare_zero_trust_local_fallback_domain_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_local_fallback_domain); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_risk_behavior::__export_pulumi_cloudflare_zero_trust_risk_behavior_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_risk_behavior::__export_pulumi_cloudflare_zero_trust_risk_behavior_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_risk_behavior); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_risk_score_integration::__export_pulumi_cloudflare_zero_trust_risk_score_integration_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_risk_score_integration::__export_pulumi_cloudflare_zero_trust_risk_score_integration_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_risk_score_integration); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_split_tunnel::__export_pulumi_cloudflare_zero_trust_split_tunnel_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_split_tunnel::__export_pulumi_cloudflare_zero_trust_split_tunnel_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_split_tunnel); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_tunnel_cloudflared::__export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_tunnel_cloudflared::__export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_tunnel_cloudflared); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_tunnel_cloudflared_config::__export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_config_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_tunnel_cloudflared_config::__export_pulumi_cloudflare_zero_trust_tunnel_cloudflared_config_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_tunnel_cloudflared_config); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_tunnel_route::__export_pulumi_cloudflare_zero_trust_tunnel_route_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_tunnel_route::__export_pulumi_cloudflare_zero_trust_tunnel_route_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_tunnel_route); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zero_trust_tunnel_virtual_network::__export_pulumi_cloudflare_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zero_trust_tunnel_virtual_network::__export_pulumi_cloudflare_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::zero_trust_tunnel_virtual_network); $($path_to_types_root)*:: - exports::pulumi::cloudflare::zone::__export_pulumi_cloudflare_zone_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone::__export_pulumi_cloudflare_zone_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_cache_reserve::__export_pulumi_cloudflare_zone_cache_reserve_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_cache_variants::__export_pulumi_cloudflare_zone_cache_variants_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_dnssec::__export_pulumi_cloudflare_zone_dnssec_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_hold::__export_pulumi_cloudflare_zone_hold_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_lockdown::__export_pulumi_cloudflare_zone_lockdown_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::zone_settings_override::__export_pulumi_cloudflare_zone_settings_override_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_access_application::__export_pulumi_cloudflare_get_access_application_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_access_identity_provider::__export_pulumi_cloudflare_get_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_account_roles::__export_pulumi_cloudflare_get_account_roles_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_accounts::__export_pulumi_cloudflare_get_accounts_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_api_token_permission_groups::__export_pulumi_cloudflare_get_api_token_permission_groups_5_43_1_0_0_0_nightly_38cf455_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_dcv_delegation::__export_pulumi_cloudflare_get_dcv_delegation_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_dcv_delegation::__export_pulumi_cloudflare_get_dcv_delegation_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_dcv_delegation); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_device_posture_rules::__export_pulumi_cloudflare_get_device_posture_rules_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_device_posture_rules::__export_pulumi_cloudflare_get_device_posture_rules_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_devices::__export_pulumi_cloudflare_get_devices_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_dlp_datasets::__export_pulumi_cloudflare_get_dlp_datasets_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_dlp_datasets); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_gateway_app_types::__export_pulumi_cloudflare_get_gateway_app_types_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_gateway_app_types::__export_pulumi_cloudflare_get_gateway_app_types_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_gateway_app_types); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_gateway_categories::__export_pulumi_cloudflare_get_gateway_categories_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_gateway_categories::__export_pulumi_cloudflare_get_gateway_categories_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_gateway_categories); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_infrastructure_access_targets::__export_pulumi_cloudflare_get_infrastructure_access_targets_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_infrastructure_access_targets::__export_pulumi_cloudflare_get_infrastructure_access_targets_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_infrastructure_access_targets); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_ip_ranges::__export_pulumi_cloudflare_get_ip_ranges_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_ip_ranges::__export_pulumi_cloudflare_get_ip_ranges_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_list::__export_pulumi_cloudflare_get_list_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_lists::__export_pulumi_cloudflare_get_lists_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_load_balancer_pools::__export_pulumi_cloudflare_get_load_balancer_pools_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_origin_ca_certificate::__export_pulumi_cloudflare_get_origin_ca_certificate_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_origin_ca_root_certificate::__export_pulumi_cloudflare_get_origin_ca_root_certificate_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_record::__export_pulumi_cloudflare_get_record_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_rulesets::__export_pulumi_cloudflare_get_rulesets_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_tunnel::__export_pulumi_cloudflare_get_tunnel_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_tunnel_virtual_network::__export_pulumi_cloudflare_get_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_user::__export_pulumi_cloudflare_get_user_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_user); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zero_trust_access_application::__export_pulumi_cloudflare_get_zero_trust_access_application_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zero_trust_access_application::__export_pulumi_cloudflare_get_zero_trust_access_application_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zero_trust_access_application); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zero_trust_access_identity_provider::__export_pulumi_cloudflare_get_zero_trust_access_identity_provider_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zero_trust_access_identity_provider::__export_pulumi_cloudflare_get_zero_trust_access_identity_provider_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zero_trust_access_identity_provider); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zero_trust_infrastructure_access_targets::__export_pulumi_cloudflare_get_zero_trust_infrastructure_access_targets_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zero_trust_infrastructure_access_targets::__export_pulumi_cloudflare_get_zero_trust_infrastructure_access_targets_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zero_trust_infrastructure_access_targets); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zero_trust_tunnel_cloudflared::__export_pulumi_cloudflare_get_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zero_trust_tunnel_cloudflared::__export_pulumi_cloudflare_get_zero_trust_tunnel_cloudflared_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zero_trust_tunnel_cloudflared); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zero_trust_tunnel_virtual_network::__export_pulumi_cloudflare_get_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zero_trust_tunnel_virtual_network::__export_pulumi_cloudflare_get_zero_trust_tunnel_virtual_network_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zero_trust_tunnel_virtual_network); $($path_to_types_root)*:: - exports::pulumi::cloudflare::get_zone::__export_pulumi_cloudflare_get_zone_5_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zone::__export_pulumi_cloudflare_get_zone_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zone_cache_reserve::__export_pulumi_cloudflare_get_zone_cache_reserve_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zone_dnssec::__export_pulumi_cloudflare_get_zone_dnssec_5_43_1_0_0_0_nightly_38cf455_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_43_1_0_0_0_dev_cabi!($ty + exports::pulumi::cloudflare::get_zones::__export_pulumi_cloudflare_get_zones_5_43_1_0_0_0_nightly_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::cloudflare::get_zones); }; } #[doc(inline)] pub(crate) use __export_cloudflare_pulumi_impl as export; #[cfg(target_arch = "wasm32")] -#[link_section = "component-type:wit-bindgen:0.35.0:pulumi:cloudflare@5.43.1--0.0.0-DEV:cloudflare-pulumi:encoded world"] +#[link_section = "component-type:wit-bindgen:0.35.0:pulumi:cloudflare@5.43.1--0.0.0-NIGHTLY-38cf455:cloudflare-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 59642] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xf1\xd0\x03\x01A\x02\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 62030] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xc5\xe3\x03\x01A\x02\ \x01A\x8d\x03\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\00component: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\02component:pulumi-wasm/register-interfac\ -e@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\"\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\x18options-preflight-bypass\x02\x08policies\x02\x08saas-app\x02\x1asame-si\ -te-cookie-attribute\x02\x0bscim-config\x02\x13self-hosted-domains\x02\x18service\ --auth401-redirect\x02\x10session-duration\x02\x1cskip-app-launcher-login-page\x02\ -\x11skip-interstitial\x02\x04tags\x02\x10target-criterias\x02\x04type\x02\x07zon\ -e-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r#\x0aaccount-id\x05\x1ballow-authe\ -nticate-via-warp\x05\x0callowed-idps\x05\x15app-launcher-logo-url\x05\x14app-lau\ -ncher-visible\x05\x03aud\x05\x19auto-redirect-to-identity\x05\x08bg-color\x05\x0c\ -cors-headers\x05\x13custom-deny-message\x05\x0fcustom-deny-url\x05\x1ccustom-non\ --identity-deny-url\x05\x0ccustom-pages\x05\x06domain\x05\x15enable-binding-cooki\ -e\x05\x0cfooter-links\x05\x0fheader-bg-color\x05\x1ahttp-only-cookie-attribute\x05\ -\x13landing-page-design\x05\x08logo-url\x05\x04name\x05\x18options-preflight-byp\ -ass\x05\x08policies\x05\x08saas-app\x05\x1asame-site-cookie-attribute\x05\x0bsci\ -m-config\x05\x13self-hosted-domains\x05\x18service-auth401-redirect\x05\x10sessi\ -on-duration\x05\x1cskip-app-launcher-login-page\x05\x11skip-interstitial\x05\x04\ -tags\x05\x10target-criterias\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\06pulumi:cloudf\ -lare/access-application@5.43.1--0.0.0-DEV\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x0eapplication-id\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0eappli\ -cation-id\x05\x03aud\x05\x0apublic-key\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\09pulumi:cloudf\ -lare/access-ca-certificate@5.43.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\x0b\ -custom-html\x02\x04name\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\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\06pulumi:cloudflare/access-custom-page@5.43.1\ ---0.0.0-DEV\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x06\x0aaccount-id\x02\x08excludes\x02\x08includes\x02\x04name\x02\x08requi\ -res\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\ -\x08excludes\x05\x08includes\x05\x04name\x05\x08requires\x05\x07zone-id\x05\x04\0\ -\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\00pulumi:cloudflare/access-group@5.43.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\ -\x04name\x02\x0cscim-configs\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x06\x0aaccount-id\x05\x07configs\x05\x04name\x05\x0cscim-configs\x05\ -\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\0component:pulumi-wasm/regist\ +er-interface@0.0.0-NIGHTLY-38cf455\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\"\x0aaccount-id\x02\x1ballow-authenticate-via-warp\x02\ +\x0callowed-idps\x02\x15app-launcher-logo-url\x02\x14app-launcher-visible\x02\x19\ +auto-redirect-to-identity\x02\x08bg-color\x02\x0ccors-headers\x02\x13custom-deny\ +-message\x02\x0fcustom-deny-url\x02\x1ccustom-non-identity-deny-url\x02\x0ccusto\ +m-pages\x02\x06domain\x02\x15enable-binding-cookie\x02\x0cfooter-links\x02\x0fhe\ +ader-bg-color\x02\x1ahttp-only-cookie-attribute\x02\x13landing-page-design\x02\x08\ +logo-url\x02\x04name\x02\x18options-preflight-bypass\x02\x08policies\x02\x08saas\ +-app\x02\x1asame-site-cookie-attribute\x02\x0bscim-config\x02\x13self-hosted-dom\ +ains\x02\x18service-auth401-redirect\x02\x10session-duration\x02\x1cskip-app-lau\ +ncher-login-page\x02\x11skip-interstitial\x02\x04tags\x02\x10target-criterias\x02\ +\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r#\x0aaccount-id\ +\x05\x1ballow-authenticate-via-warp\x05\x0callowed-idps\x05\x15app-launcher-logo\ +-url\x05\x14app-launcher-visible\x05\x03aud\x05\x19auto-redirect-to-identity\x05\ +\x08bg-color\x05\x0ccors-headers\x05\x13custom-deny-message\x05\x0fcustom-deny-u\ +rl\x05\x1ccustom-non-identity-deny-url\x05\x0ccustom-pages\x05\x06domain\x05\x15\ +enable-binding-cookie\x05\x0cfooter-links\x05\x0fheader-bg-color\x05\x1ahttp-onl\ +y-cookie-attribute\x05\x13landing-page-design\x05\x08logo-url\x05\x04name\x05\x18\ +options-preflight-bypass\x05\x08policies\x05\x08saas-app\x05\x1asame-site-cookie\ +-attribute\x05\x0bscim-config\x05\x13self-hosted-domains\x05\x18service-auth401-\ +redirect\x05\x10session-duration\x05\x1cskip-app-launcher-login-page\x05\x11skip\ +-interstitial\x05\x04tags\x05\x10target-criterias\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\0=pulumi:cloudflare/access-keys-configuration@5.43.1--0.0.0-DEV\x05\x08\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-i\ -d\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\x03r\ -es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Ap\ -ulumi:cloudflare/access-mutual-tls-certificate@5.43.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\ -\x08settings\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aacc\ -ount-id\x05\x08settings\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Gpulumi:cloudflare/access-mut\ -ual-tls-hostname-settings@5.43.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-authentica\ -te-via-warp\x02\x0bauth-domain\x02\x19auto-redirect-to-identity\x02\x0ccustom-pa\ -ges\x02\x0fis-ui-read-only\x02\x0dlogin-designs\x02\x04name\x02\x10session-durat\ -ion\x02\x1aui-read-only-toggle-reason\x02\"user-seat-expiration-inactive-time\x02\ -\x1awarp-auth-session-duration\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x0d\x0aaccount-id\x05\x1ballow-authenticate-via-warp\x05\x0bauth-domain\x05\ -\x19auto-redirect-to-identity\x05\x0ccustom-pages\x05\x0fis-ui-read-only\x05\x0d\ -login-designs\x05\x04name\x05\x10session-duration\x05\x1aui-read-only-toggle-rea\ -son\x05\"user-seat-expiration-inactive-time\x05\x1awarp-auth-session-duration\x05\ -\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\07pulumi:cloudflare/access-organization@5.43.1--0.0.0-DEV\ -\x05\x0b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x10\x0a\ -account-id\x02\x0eapplication-id\x02\x0fapproval-groups\x02\x11approval-required\ -\x02\x10connection-rules\x02\x08decision\x02\x08excludes\x02\x08includes\x02\x12\ -isolation-required\x02\x04name\x02\x0aprecedence\x02\x1cpurpose-justification-pr\ -ompt\x02\x1epurpose-justification-required\x02\x08requires\x02\x10session-durati\ -on\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x10\x0aaccount-id\x05\ -\x0eapplication-id\x05\x0fapproval-groups\x05\x11approval-required\x05\x10connec\ -tion-rules\x05\x08decision\x05\x08excludes\x05\x08includes\x05\x12isolation-requ\ -ired\x05\x04name\x05\x0aprecedence\x05\x1cpurpose-justification-prompt\x05\x1epu\ -rpose-justification-required\x05\x08requires\x05\x10session-duration\x05\x07zone\ --id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\01pulumi:cloudflare/access-policy@5.43.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\x07zone-id\x02\x04\0\x04args\x03\0\ -\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0dconfiguration\x05\x04mode\x05\x05not\ -es\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\0/pulumi:cloudflare/access-rule@5.43.1--0.0.0-DEV\x05\ -\x0d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aa\ -ccount-id\x02\x08duration\x02\x14min-days-for-renewal\x02\x04name\x02\x07zone-id\ -\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x09client-id\x05\ -\x0dclient-secret\x05\x08duration\x05\x0aexpires-at\x05\x14min-days-for-renewal\x05\ -\x04name\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\08pulumi:cloudflare/access-service-token@5.43\ -.1--0.0.0-DEV\x05\x0e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x04\x0aaccount-id\x02\x09app-count\x02\x04name\x02\x07zone-id\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x09app-count\x05\x04name\x05\x07\ +\x04\0Bpulumi:cloudflare/access-application@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x03\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccou\ +nt-id\x02\x0eapplication-id\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x05\x0aaccount-id\x05\x0eapplication-id\x05\x03aud\x05\x0apublic-key\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\0Epulumi:cloudflare/access-ca-certificate@5.43.1--0.0.0-NIGHTLY\ +-38cf455\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x06\x0aaccount-id\x02\x09app-count\x02\x0bcustom-html\x02\x04name\x02\x04type\x02\ +\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x09a\ +pp-count\x05\x0bcustom-html\x05\x04name\x05\x04type\x05\x07zone-id\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0B\ +pulumi:cloudflare/access-custom-page@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x05\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\ +\x08excludes\x02\x08includes\x02\x04name\x02\x08requires\x02\x07zone-id\x02\x04\0\ +\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x08excludes\x05\x08includ\ +es\x05\x04name\x05\x08requires\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0\ -pulumi:cloudflare/authenticated-origin-pulls@5.43.1--0.0.0-DEV\x05\x1a\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0bcertificate\x02\x0b\ -private-key\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\ -\x0a\x0bcertificate\x05\x0aexpires-on\x05\x06issuer\x05\x0bprivate-key\x05\x0dse\ -rial-number\x05\x09signature\x05\x06status\x05\x04type\x05\x0buploaded-on\x05\x07\ +\0;pulumi:cloudflare/access-rule@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x0d\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x08\ +duration\x02\x14min-days-for-renewal\x02\x04name\x02\x07zone-id\x02\x04\0\x04arg\ +s\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x09client-id\x05\x0dclient-secre\ +t\x05\x08duration\x05\x0aexpires-at\x05\x14min-days-for-renewal\x05\x04name\x05\x07\ zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\0Jpulumi:cloudflare/authenticated-origin-pulls-certificate@5.\ -43.1--0.0.0-DEV\x05\x1b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x0b\x12ai-bots-protection\x02\x11auto-update-model\x02\x09enable-js\x02\ -\x0afight-mode\x02\x12optimize-wordpress\x02\x19sbfm-definitely-automated\x02\x15\ -sbfm-likely-automated\x02\x1fsbfm-static-resource-protection\x02\x12sbfm-verifie\ -d-bots\x02\x16suppress-session-score\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x0c\x12ai-bots-protection\x05\x11auto-update-model\x05\x09enable-js\x05\ -\x0afight-mode\x05\x12optimize-wordpress\x05\x19sbfm-definitely-automated\x05\x15\ -sbfm-likely-automated\x05\x1fsbfm-static-resource-protection\x05\x12sbfm-verifie\ -d-bots\x05\x16suppress-session-score\x05\x12using-latest-model\x05\x07zone-id\x05\ +invoke\x01\x08\x04\0Dpulumi:cloudflare/access-service-token@5.43.1--0.0.0-NIGHTL\ +Y-38cf455\x05\x0e\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x04\x0aaccount-id\x02\x09app-count\x02\x04name\x02\x07zone-id\x02\x04\0\x04arg\ +s\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x09app-count\x05\x04name\x05\x07\ +zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\0:pulumi:cloudflare/access-tag@5.43.1--0.0.0-NIGHTLY-38cf455\x05\ +\x0f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x11e\ +nforce-twofactor\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\x03\x11enforce-twofactor\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\07pulumi:cloudflare\ +/account@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x10\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0demail-address\x02\x08r\ +ole-ids\x02\x06status\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-i\ +d\x05\x0demail-address\x05\x08role-ids\x05\x06status\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0>pulumi:cloudflare\ +/account-member@5.43.1--0.0.0-NIGHTLY-38cf455\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\x0b\ +description\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\x0bmemberships\x05\ \x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\02pulumi:cloudflare/bot-management@5.43.1--0.0.0-DEV\x05\x1c\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0dadve\ -rtisement\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\01pulumi:cloudflare/byo-ip-prefix@5.43.1--0.0.0-DEV\x05\x1d\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0a\x15certificate-author\ -ity\x02\x13cloudflare-branding\x02\x05hosts\x02\x04type\x02\x11validation-errors\ -\x02\x11validation-method\x02\x12validation-records\x02\x0dvalidity-days\x02\x16\ -wait-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\x12validation-records\x05\x0d\ -validity-days\x05\x16wait-for-active-status\x05\x07zone-id\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\04pulumi:cl\ -oudflare/certificate-pack@5.43.1--0.0.0-DEV\x05\x1e\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x05rules\x02\x07zone-id\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x02\x05rules\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\09pulumi:cloudf\ -lare/cloud-connector-rules@5.43.1--0.0.0-DEV\x05\x1f\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0fcustom-metadata\x02\x14custom-orig\ -in-server\x02\x11custom-origin-sni\x02\x08hostname\x02\x04ssls\x02\x1fwait-for-s\ -sl-pending-validation\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\ -\x0fcustom-metadata\x05\x14custom-origin-server\x05\x11custom-origin-sni\x05\x08\ -hostname\x05\x16ownership-verification\x05\x1bownership-verification-http\x05\x04\ -ssls\x05\x06status\x05\x1fwait-for-ssl-pending-validation\x05\x07zone-id\x05\x04\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\03pulumi:cloudflare/custom-hostname@5.43.1--0.0.0-DEV\x05\x20\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x06origin\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x06origin\x05\x06status\x05\x07zone-id\x05\ +\x04\0;pulumi:cloudflare/address-map@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x12\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x17auth-id-charac\ +teristics\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x17auth-i\ +d-characteristics\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0:pulumi:cloudflare/api-shield@5.43.1\ +--0.0.0-NIGHTLY-38cf455\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\0Dpulumi:cloudflare/api-shield-operation@5.43.1--0.0.0-NI\ +GHTLY-38cf455\x05\x14\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x03\x11mitigation-action\x02\x0coperation-id\x02\x07zone-id\x02\x04\0\x04a\ +rgs\x03\0\x03\x01i\x01\x01r\x03\x11mitigation-action\x05\x0coperation-id\x05\x07\ +zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\0_pulumi:cloudflare/api-shield-operation-schema-validation-se\ +ttings@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x15\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x05\x04kind\x02\x04name\x02\x06source\x02\x12valida\ +tion-enabled\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x04kin\ +d\x05\x04name\x05\x06source\x05\x12validation-enabled\x05\x07zone-id\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0A\ +pulumi:cloudflare/api-shield-schema@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x16\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03$validation-defaul\ +t-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\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Upulumi:cloudf\ +lare/api-shield-schema-validation-settings@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x17\ +\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x09condi\ +tion\x02\x0aexpires-on\x02\x04name\x02\x0anot-before\x02\x08policies\x02\x04\0\x04\ +args\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\x06\ +invoke\x01\x08\x04\09pulumi:cloudflare/api-token@5.43.1--0.0.0-NIGHTLY-38cf455\x05\ +\x18\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0ds\ +mart-routing\x02\x0etiered-caching\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x03\x0dsmart-routing\x05\x0etiered-caching\x05\x07zone-id\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\04\ +pulumi:cloudflare/argo@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x19\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04&authenticated-origin-pulls-ce\ +rtificate\x02\x07enabled\x02\x08hostname\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x04&authenticated-origin-pulls-certificate\x05\x07enabled\x05\x08\ +hostname\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\0Jpulumi:cloudflare/authenticated-origin-pull\ +s@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x1a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ +tput\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\0Vpulumi:\ +cloudflare/authenticated-origin-pulls-certificate@5.43.1--0.0.0-NIGHTLY-38cf455\x05\ +\x1b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\x12a\ +i-bots-protection\x02\x11auto-update-model\x02\x09enable-js\x02\x0afight-mode\x02\ +\x12optimize-wordpress\x02\x19sbfm-definitely-automated\x02\x15sbfm-likely-autom\ +ated\x02\x1fsbfm-static-resource-protection\x02\x12sbfm-verified-bots\x02\x16sup\ +press-session-score\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0c\ +\x12ai-bots-protection\x05\x11auto-update-model\x05\x09enable-js\x05\x0afight-mo\ +de\x05\x12optimize-wordpress\x05\x19sbfm-definitely-automated\x05\x15sbfm-likely\ +-automated\x05\x1fsbfm-static-resource-protection\x05\x12sbfm-verified-bots\x05\x16\ +suppress-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\0>pul\ +umi:cloudflare/bot-management@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x1c\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0d\ +advertisement\x02\x0bdescription\x02\x09prefix-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x04\x0aaccount-id\x05\x0dadvertisement\x05\x0bdescription\x05\x09pref\ +ix-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ +voke\x01\x08\x04\0=pulumi:cloudflare/byo-ip-prefix@5.43.1--0.0.0-NIGHTLY-38cf455\ +\x05\x1d\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0a\x15\ +certificate-authority\x02\x13cloudflare-branding\x02\x05hosts\x02\x04type\x02\x11\ +validation-errors\x02\x11validation-method\x02\x12validation-records\x02\x0dvali\ +dity-days\x02\x16wait-for-active-status\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x0a\x15certificate-authority\x05\x13cloudflare-branding\x05\x05ho\ +sts\x05\x04type\x05\x11validation-errors\x05\x11validation-method\x05\x12validat\ +ion-records\x05\x0dvalidity-days\x05\x16wait-for-active-status\x05\x07zone-id\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\0@pulumi:cloudflare/certificate-pack@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x1e\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x05rules\x02\ +\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x05rules\x05\x07zone-i\ +d\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ +\x01\x08\x04\0Epulumi:cloudflare/cloud-connector-rules@5.43.1--0.0.0-NIGHTLY-38c\ +f455\x05\x1f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\ +\x0fcustom-metadata\x02\x14custom-origin-server\x02\x11custom-origin-sni\x02\x08\ +hostname\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-origin-s\ +erver\x05\x11custom-origin-sni\x05\x08hostname\x05\x16ownership-verification\x05\ +\x1bownership-verification-http\x05\x04ssls\x05\x06status\x05\x1fwait-for-ssl-pe\ +nding-validation\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0?pulumi:cloudflare/custom-hostname@5\ +.43.1--0.0.0-NIGHTLY-38cf455\x05\x20\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\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\0Opulumi:cl\ +oudflare/custom-hostname-fallback-origin@5.43.1--0.0.0-NIGHTLY-38cf455\x05!\x01B\ +\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\ +\x02\x05state\x02\x04type\x02\x03url\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\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\0Cpulumi:cloudflare/custom-hostname-fallback-origin@5.43.1--0.0.0-DEV\x05!\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-i\ -d\x02\x05state\x02\x04type\x02\x03url\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x05\x0aaccount-id\x05\x05state\x05\x04type\x05\x03url\x05\x07zone\ --id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\00pulumi:cloudflare/custom-pages@5.43.1--0.0.0-DEV\x05\"\x01B\x0a\ +\x04\0pulumi:cloudflare/device-policy-certificates@5.43.1--0.0.0-\ -DEV\x05'\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0a\ -account-id\x02\x07configs\x02\x0aidentifier\x02\x08interval\x02\x04name\x02\x04t\ -ype\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\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0>pulumi:cloudf\ -lare/device-posture-integration@5.43.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\x0a\ -expiration\x02\x06inputs\x02\x07matches\x02\x04name\x02\x08schedule\x02\x04type\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0bdescription\x05\x0a\ -expiration\x05\x06inputs\x05\x07matches\x05\x04name\x05\x08schedule\x05\x04type\x05\ -\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\07pulumi:cloudflare/device-posture-rule@5.43.1--0.0.0-DEV\x05)\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x13\x0aaccount-id\x02\x11\ -allow-mode-switch\x02\x0dallow-updates\x02\x10allowed-to-leave\x02\x0cauto-conne\ -ct\x02\x0ecaptive-portal\x02\x07default\x02\x0bdescription\x02\x15disable-auto-f\ -allback\x02\x07enabled\x02\x12exclude-office-ips\x02\x05match\x02\x04name\x02\x0a\ -precedence\x02\x14service-mode-v2-mode\x02\x14service-mode-v2-port\x02\x0bsuppor\ -t-url\x02\x0dswitch-locked\x02\x0ftunnel-protocol\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x13\x0aaccount-id\x05\x11allow-mode-switch\x05\x0dallow-updates\x05\x10\ -allowed-to-leave\x05\x0cauto-connect\x05\x0ecaptive-portal\x05\x07default\x05\x0b\ -description\x05\x15disable-auto-fallback\x05\x07enabled\x05\x12exclude-office-ip\ -s\x05\x05match\x05\x04name\x05\x0aprecedence\x05\x14service-mode-v2-mode\x05\x14\ -service-mode-v2-port\x05\x0bsupport-url\x05\x0dswitch-locked\x05\x0ftunnel-proto\ -col\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\0:pulumi:cloudflare/device-settings-policy@5.43.1--0.0.0-DEV\x05*\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccou\ -nt-id\x02\x13allowed-match-count\x02\x11context-awareness\x02\x0bdescription\x02\ -\x07entries\x02\x04name\x02\x0bocr-enabled\x02\x04type\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x08\x0aaccount-id\x05\x13allowed-match-count\x05\x11context-aware\ -ness\x05\x0bdescription\x05\x07entries\x05\x04name\x05\x0bocr-enabled\x05\x04typ\ -e\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ -\x01\x08\x04\0/pulumi:cloudflare/dlp-profile@5.43.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\x05\ -email\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\09pulumi:cloudf\ -lare/email-routing-address@5.43.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\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\ -\0;pulumi:cloudflare/email-routing-catch-all@5.43.1--0.0.0-DEV\x05-\x01B\x0a\x02\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0:pulumi:cloudflare\ +/custom-ssl@5.43.1--0.0.0-NIGHTLY-38cf455\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\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0;\ +pulumi:cloudflare/d1-database@5.43.1--0.0.0-NIGHTLY-38cf455\x05$\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x04data\ +\x02\x0bdescription\x02\x07enabled\x02\x08interval\x02\x04name\x02\x04\0\x04args\ +\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x07created\x05\x04data\x05\x0bdes\ +cription\x05\x07enabled\x05\x08interval\x05\x04name\x05\x07updated\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0?\ +pulumi:cloudflare/device-dex-test@5.43.1--0.0.0-NIGHTLY-38cf455\x05%\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x06\ +config\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0a\ +account-id\x05\x06config\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\ +\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Gpulumi:cloudflare/\ +device-managed-networks@5.43.1--0.0.0-NIGHTLY-38cf455\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\0Jpu\ +lumi:cloudflare/device-policy-certificates@5.43.1--0.0.0-NIGHTLY-38cf455\x05'\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-i\ +d\x02\x07configs\x02\x0aidentifier\x02\x08interval\x02\x04name\x02\x04type\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x07configs\x05\x0aident\ +ifier\x05\x08interval\x05\x04name\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Jpulumi:cloudflare/devi\ +ce-posture-integration@5.43.1--0.0.0-NIGHTLY-38cf455\x05(\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x0bdescription\x02\ +\x0aexpiration\x02\x06inputs\x02\x07matches\x02\x04name\x02\x08schedule\x02\x04t\ +ype\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0bdescripti\ +on\x05\x0aexpiration\x05\x06inputs\x05\x07matches\x05\x04name\x05\x08schedule\x05\ +\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\0Cpulumi:cloudflare/device-posture-rule@5.43.1--0.0.0-NIGHTLY\ +-38cf455\x05)\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\ +\x13\x0aaccount-id\x02\x11allow-mode-switch\x02\x0dallow-updates\x02\x10allowed-\ +to-leave\x02\x0cauto-connect\x02\x0ecaptive-portal\x02\x07default\x02\x0bdescrip\ +tion\x02\x15disable-auto-fallback\x02\x07enabled\x02\x12exclude-office-ips\x02\x05\ +match\x02\x04name\x02\x0aprecedence\x02\x14service-mode-v2-mode\x02\x14service-m\ +ode-v2-port\x02\x0bsupport-url\x02\x0dswitch-locked\x02\x0ftunnel-protocol\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x13\x0aaccount-id\x05\x11allow-mode-switch\x05\ +\x0dallow-updates\x05\x10allowed-to-leave\x05\x0cauto-connect\x05\x0ecaptive-por\ +tal\x05\x07default\x05\x0bdescription\x05\x15disable-auto-fallback\x05\x07enable\ +d\x05\x12exclude-office-ips\x05\x05match\x05\x04name\x05\x0aprecedence\x05\x14se\ +rvice-mode-v2-mode\x05\x14service-mode-v2-port\x05\x0bsupport-url\x05\x0dswitch-\ +locked\x05\x0ftunnel-protocol\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ +gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Fpulumi:cloudflare/device-settings-pol\ +icy@5.43.1--0.0.0-NIGHTLY-38cf455\x05*\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ +put\x03\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x13allowed-match-count\x02\x11co\ +ntext-awareness\x02\x0bdescription\x02\x07entries\x02\x04name\x02\x0bocr-enabled\ +\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x13\ +allowed-match-count\x05\x11context-awareness\x05\x0bdescription\x05\x07entries\x05\ +\x04name\x05\x0bocr-enabled\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04n\ +ames\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0;pulumi:cloudflare/dlp-profi\ +le@5.43.1--0.0.0-NIGHTLY-38cf455\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\0Epulumi:cloudflare/email-routing-address@5.4\ +3.1--0.0.0-NIGHTLY-38cf455\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\x07enab\ +led\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\0Gpulumi:cl\ +oudflare/email-routing-catch-all@5.43.1--0.0.0-NIGHTLY-38cf455\x05-\x01B\x0a\x02\ \x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x07actions\x02\x07ena\ bled\x02\x08matchers\x02\x04name\x02\x08priority\x02\x07zone-id\x02\x04\0\x04arg\ s\x03\0\x03\x01i\x01\x01r\x07\x07actions\x05\x07enabled\x05\x08matchers\x05\x04n\ ame\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\06pulumi:cloudflare/emai\ -l-routing-rule@5.43.1--0.0.0-DEV\x05.\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x03\x07enabled\x02\x0bskip-wizard\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x07created\x05\x07enabled\x05\x08modified\ -\x05\x04name\x05\x0bskip-wizard\x05\x06status\x05\x03tag\x05\x07zone-id\x05\x04\0\ -\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\0:pulumi:cloudflare/email-routing-settings@5.43.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\x07doma\ -ins\x02\x09policy-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aaccount-id\ -\x05\x07domains\x05\x09policy-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\03pulumi:cloudflare/fallback-domain@5\ -.43.1--0.0.0-DEV\x050\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x05\x0bdescription\x02\x0aexpression\x02\x06paused\x02\x03ref\x02\x07zone-\ -id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0bdescription\x05\x0aexpressio\ -n\x05\x06paused\x05\x03ref\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0*pulumi:cloudflare/filter@5\ -.43.1--0.0.0-DEV\x051\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\x08pri\ -ority\x02\x08products\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\ -\x06action\x05\x0bdescription\x05\x09filter-id\x05\x06paused\x05\x08priority\x05\ -\x08products\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\ -\x04\0\x07\x04\0\x06invoke\x01\x08\x04\01pulumi:cloudflare/firewall-rule@5.43.1-\ --0.0.0-DEV\x052\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Bpulumi:cloudflare/emai\ +l-routing-rule@5.43.1--0.0.0-NIGHTLY-38cf455\x05.\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x03\x07enabled\x02\x0bskip-wizard\x02\x07zone\ +-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x07created\x05\x07enabled\x05\x08\ +modified\x05\x04name\x05\x0bskip-wizard\x05\x06status\x05\x03tag\x05\x07zone-id\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\0Fpulumi:cloudflare/email-routing-settings@5.43.1--0.0.0-NIGHTLY-38cf455\x05\ +/\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aacco\ +unt-id\x02\x07domains\x02\x09policy-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\ +\x03\x0aaccount-id\x05\x07domains\x05\x09policy-id\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0?pulumi:cloudflare\ +/fallback-domain@5.43.1--0.0.0-NIGHTLY-38cf455\x050\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0bdescription\x02\x0aexpression\x02\x06\ +paused\x02\x03ref\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0b\ +description\x05\x0aexpression\x05\x06paused\x05\x03ref\x05\x07zone-id\x05\x04\0\x03\ +res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\06\ +pulumi:cloudflare/filter@5.43.1--0.0.0-NIGHTLY-38cf455\x051\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x06action\x02\x0bdescription\x02\ +\x09filter-id\x02\x06paused\x02\x08priority\x02\x08products\x02\x07zone-id\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x06action\x05\x0bdescription\x05\x09filte\ +r-id\x05\x06paused\x05\x08priority\x05\x08products\x05\x07zone-id\x05\x04\0\x03r\ +es\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0=p\ +ulumi:cloudflare/firewall-rule@5.43.1--0.0.0-NIGHTLY-38cf455\x052\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\x0aaccount-id\x02\x17clou\ +dflare-gre-endpoint\x02\x15customer-gre-endpoint\x02\x0bdescription\x02\x14healt\ +h-check-enabled\x02\x13health-check-target\x02\x11health-check-type\x02\x11inter\ +face-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\x15customer-gre-endpo\ +int\x05\x0bdescription\x05\x14health-check-enabled\x05\x13health-check-target\x05\ +\x11health-check-type\x05\x11interface-address\x05\x03mtu\x05\x04name\x05\x03ttl\ +\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\ +\x08\x04\0:pulumi:cloudflare/gre-tunnel@5.43.1--0.0.0-NIGHTLY-38cf455\x053\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x14\x07address\x02\x0e\ +allow-insecure\x02\x0dcheck-regions\x02\x11consecutive-fails\x02\x15consecutive-\ +successes\x02\x0bdescription\x02\x0dexpected-body\x02\x0eexpected-codes\x02\x10f\ +ollow-redirects\x02\x07headers\x02\x08interval\x02\x06method\x02\x04name\x02\x04\ +path\x02\x04port\x02\x07retries\x02\x09suspended\x02\x07timeout\x02\x04type\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x16\x07address\x05\x0eallow-in\ +secure\x05\x0dcheck-regions\x05\x11consecutive-fails\x05\x15consecutive-successe\ +s\x05\x0acreated-on\x05\x0bdescription\x05\x0dexpected-body\x05\x0eexpected-code\ +s\x05\x10follow-redirects\x05\x07headers\x05\x08interval\x05\x06method\x05\x0bmo\ +dified-on\x05\x04name\x05\x04path\x05\x04port\x05\x07retries\x05\x09suspended\x05\ +\x07timeout\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ +mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0;pulumi:cloudflare/healthchec\ +k@5.43.1--0.0.0-NIGHTLY-38cf455\x054\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\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\0Dpulumi:cl\ +oudflare/hostname-tls-setting@5.43.1--0.0.0-NIGHTLY-38cf455\x055\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x08hostname\x02\x05ports\x02\ +\x06values\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0acreat\ +ed-at\x05\x08hostname\x05\x05ports\x05\x0aupdated-at\x05\x06values\x05\x07zone-i\ +d\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ +\x01\x08\x04\0Lpulumi:cloudflare/hostname-tls-setting-ciphers@5.43.1--0.0.0-NIGH\ +TLY-38cf455\x056\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x05\x0aaccount-id\x02\x07caching\x02\x04name\x02\x06origin\x02\x0bresource-id\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x07caching\x05\x04n\ +ame\x05\x06origin\x05\x0bresource-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ +s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Apulumi:cloudflare/hyperdrive-c\ +onfig@5.43.1--0.0.0-NIGHTLY-38cf455\x057\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06o\ +utput\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x08hostname\x02\x02ip\x02\x04\0\ +\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x0acreated-at\x05\x08host\ +name\x05\x02ip\x05\x0bmodified-at\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Lpulumi:cloudflare/infrastructure-ac\ +cess-target@5.43.1--0.0.0-NIGHTLY-38cf455\x058\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x12\x0aaccount-id\x02\x11allow-null-cipher\x02\x13\ +cloudflare-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\x11interface-\ +address\x02\x04name\x02\x03psk\x02\x09remote-id\x02\x11replay-protection\x02\x07\ +user-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x12\x0aaccount-id\x05\x11allow\ +-null-cipher\x05\x13cloudflare-endpoint\x05\x11customer-endpoint\x05\x0bdescript\ +ion\x05\x07fqdn-id\x05\x16health-check-direction\x05\x14health-check-enabled\x05\ +\x11health-check-rate\x05\x13health-check-target\x05\x11health-check-type\x05\x06\ +hex-id\x05\x11interface-address\x05\x04name\x05\x03psk\x05\x09remote-id\x05\x11r\ +eplay-protection\x05\x07user-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x0d\x0aaccount-id\x02\x0dcheck-regions\x02\x0bdescription\x02\x07enabled\x02\x08\ +latitude\x02\x0eload-sheddings\x02\x09longitude\x02\x0fminimum-origins\x02\x07mo\ +nitor\x02\x04name\x02\x12notification-email\x02\x10origin-steerings\x02\x07origi\ +ns\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x0dcheck-regi\ +ons\x05\x0acreated-on\x05\x0bdescription\x05\x07enabled\x05\x08latitude\x05\x0el\ +oad-sheddings\x05\x09longitude\x05\x0fminimum-origins\x05\x0bmodified-on\x05\x07\ +monitor\x05\x04name\x05\x12notification-email\x05\x10origin-steerings\x05\x07ori\ +gins\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\0Bpulumi:cloudflare/load-balancer-pool@5.43.1--0.0.0-NIGHTLY-38c\ +f455\x05?\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\ +\x07enabled\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x07enab\ +led\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\0Apulumi:cloudflare/logpull-retention@5.43.1--0.0.0\ +-NIGHTLY-38cf455\x05@\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x0f\x0aaccount-id\x02\x07dataset\x02\x10destination-conf\x02\x07enabled\x02\ +\x06filter\x02\x09frequency\x02\x04kind\x02\x0flogpull-options\x02\x10max-upload\ +-bytes\x02\x1bmax-upload-interval-seconds\x02\x12max-upload-records\x02\x04name\x02\ +\x0eoutput-options\x02\x13ownership-challenge\x02\x07zone-id\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x07dataset\x05\x10destination-conf\x05\ +\x07enabled\x05\x06filter\x05\x09frequency\x05\x04kind\x05\x0flogpull-options\x05\ +\x10max-upload-bytes\x05\x1bmax-upload-interval-seconds\x05\x12max-upload-record\ +s\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\0;pulumi:cloudflare/logpush-job@5.43.1--0.0.0-NIGHTLY-38cf455\x05A\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\ +\x10destination-conf\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ +\x0aaccount-id\x05\x10destination-conf\x05\x1cownership-challenge-filename\x05\x07\ +zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\0Kpulumi:cloudflare/logpush-ownership-challenge@5.43.1--0.0.0\ +-NIGHTLY-38cf455\x05B\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x04\x0aaccount-id\x02\x0bdescription\x02\x04name\x02\x05rules\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x0bdescription\x05\x04name\x05\ +\x05rules\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\0Fpulumi:cloudflare/magic-firewall-ruleset@5.43.1--0.0.0-NIGH\ +TLY-38cf455\x05C\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ r\x0b\x0aaccount-id\x02\x17cloudflare-gre-endpoint\x02\x15customer-gre-endpoint\x02\ \x0bdescription\x02\x14health-check-enabled\x02\x13health-check-target\x02\x11he\ alth-check-type\x02\x11interface-address\x02\x03mtu\x02\x04name\x02\x03ttl\x02\x04\ @@ -32709,919 +32859,809 @@ alth-check-type\x02\x11interface-address\x02\x03mtu\x02\x04name\x02\x03ttl\x02\x int\x05\x15customer-gre-endpoint\x05\x0bdescription\x05\x14health-check-enabled\x05\ \x13health-check-target\x05\x11health-check-type\x05\x11interface-address\x05\x03\ mtu\x05\x04name\x05\x03ttl\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\0.pulumi:cloudflare/gre-tunnel@5.43.1--0.0.0-\ -DEV\x053\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x14\x07\ -address\x02\x0eallow-insecure\x02\x0dcheck-regions\x02\x11consecutive-fails\x02\x15\ -consecutive-successes\x02\x0bdescription\x02\x0dexpected-body\x02\x0eexpected-co\ -des\x02\x10follow-redirects\x02\x07headers\x02\x08interval\x02\x06method\x02\x04\ -name\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\0/pulumi:cloudflare\ -/healthcheck@5.43.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\x07setting\x02\x05value\x02\x07zone-i\ -d\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\08pulumi:cl\ -oudflare/hostname-tls-setting@5.43.1--0.0.0-DEV\x055\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\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\0@pulumi:cloudflare/hostname-tls-setting-ciphers@5.43.1--0.0.0-DEV\x056\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\ -\x07caching\x02\x04name\x02\x06origin\x02\x0bresource-id\x02\x04\0\x04args\x03\0\ -\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x07caching\x05\x04name\x05\x06origin\x05\ -\x0bresource-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\05pulumi:cloudflare/hyperdrive-config@5.43.1--0.0.0-DEV\ -\x057\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0a\ -account-id\x02\x08hostname\x02\x02ip\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\ -\x0aaccount-id\x05\x0acreated-at\x05\x08hostname\x05\x02ip\x05\x0bmodified-at\x05\ -\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\0@pulumi:cloudflare/infrastructure-access-target@5.43.1--0.0.0-DEV\x058\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x12\x0aaccount-i\ -d\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\x11interface-address\x02\x04name\x02\x03psk\x02\x09remot\ -e-id\x02\x11replay-protection\x02\x07user-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x12\x0aaccount-id\x05\x11allow-null-cipher\x05\x13cloudflare-endpoint\x05\x11\ -customer-endpoint\x05\x0bdescription\x05\x07fqdn-id\x05\x16health-check-directio\ -n\x05\x14health-check-enabled\x05\x11health-check-rate\x05\x13health-check-targe\ -t\x05\x11health-check-type\x05\x06hex-id\x05\x11interface-address\x05\x04name\x05\ -\x03psk\x05\x09remote-id\x05\x11replay-protection\x05\x07user-id\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\00pu\ -lumi:cloudflare/ipsec-tunnel@5.43.1--0.0.0-DEV\x059\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x0dbundle-method\x02\x0bcertificate\x02\ -\x07enabled\x02\x04host\x02\x04name\x02\x04port\x02\x07zone-id\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x08\x0dbundle-method\x05\x0bcertificate\x05\x07enabled\x05\ -\x04host\x05\x04name\x05\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\07pulumi:\ -cloudflare/keyless-certificate@5.43.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\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\0(p\ -ulumi:cloudflare/list@5.43.1--0.0.0-DEV\x05;\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x07\x0aaccount-id\x02\x03asn\x02\x07comment\x02\x08\ -hostname\x02\x02ip\x02\x07list-id\x02\x08redirect\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x07\x0aaccount-id\x05\x03asn\x05\x07comment\x05\x08hostname\x05\x02ip\ -\x05\x07list-id\x05\x08redirect\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0-pulumi:cloudflare/list-item@5.43.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\01pulumi:\ -cloudflare/load-balancer@5.43.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\09pu\ -lumi:cloudflare/load-balancer-monitor@5.43.1--0.0.0-DEV\x05>\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0d\x0aaccount-id\x02\x0dcheck-re\ -gions\x02\x0bdescription\x02\x07enabled\x02\x08latitude\x02\x0eload-sheddings\x02\ -\x09longitude\x02\x0fminimum-origins\x02\x07monitor\x02\x04name\x02\x12notificat\ -ion-email\x02\x10origin-steerings\x02\x07origins\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x0f\x0aaccount-id\x05\x0dcheck-regions\x05\x0acreated-on\x05\x0bdescr\ -iption\x05\x07enabled\x05\x08latitude\x05\x0eload-sheddings\x05\x09longitude\x05\ -\x0fminimum-origins\x05\x0bmodified-on\x05\x07monitor\x05\x04name\x05\x12notific\ -ation-email\x05\x10origin-steerings\x05\x07origins\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\06pulumi:cloudflare\ -/load-balancer-pool@5.43.1--0.0.0-DEV\x05?\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x02\x07enabled\x02\x07zone-id\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x02\x07enabled\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\05pulumi:cloudflare\ -/logpull-retention@5.43.1--0.0.0-DEV\x05@\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x0f\x0aaccount-id\x02\x07dataset\x02\x10destination\ --conf\x02\x07enabled\x02\x06filter\x02\x09frequency\x02\x04kind\x02\x0flogpull-o\ -ptions\x02\x10max-upload-bytes\x02\x1bmax-upload-interval-seconds\x02\x12max-upl\ -oad-records\x02\x04name\x02\x0eoutput-options\x02\x13ownership-challenge\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0f\x0aaccount-id\x05\x07datas\ -et\x05\x10destination-conf\x05\x07enabled\x05\x06filter\x05\x09frequency\x05\x04\ -kind\x05\x0flogpull-options\x05\x10max-upload-bytes\x05\x1bmax-upload-interval-s\ -econds\x05\x12max-upload-records\x05\x04name\x05\x0eoutput-options\x05\x13owners\ -hip-challenge\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0/pulumi:cloudflare/logpush-job@5.43.1--\ -0.0.0-DEV\x05A\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\0?pulumi:cloudflare/logpush-ownership\ --challenge@5.43.1--0.0.0-DEV\x05B\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x0bdescription\x02\x04name\x02\x05rules\ -\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x0bdescription\x05\ -\x04name\x05\x05rules\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ -\x07\x04\0\x06invoke\x01\x08\x04\0:pulumi:cloudflare/magic-firewall-ruleset@5.43\ -.1--0.0.0-DEV\x05C\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\08pulumi:cloudflare/magic-wan-\ -gre-tunnel@5.43.1--0.0.0-DEV\x05D\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x12\x0aaccount-id\x02\x11allow-null-cipher\x02\x13cloudflare-\ -endpoint\x02\x11customer-endpoint\x02\x0bdescription\x02\x07fqdn-id\x02\x16healt\ -h-check-direction\x02\x14health-check-enabled\x02\x11health-check-rate\x02\x13he\ -alth-check-target\x02\x11health-check-type\x02\x06hex-id\x02\x11interface-addres\ -s\x02\x04name\x02\x03psk\x02\x09remote-id\x02\x11replay-protection\x02\x07user-i\ -d\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x12\x0aaccount-id\x05\x11allow-null-\ -cipher\x05\x13cloudflare-endpoint\x05\x11customer-endpoint\x05\x0bdescription\x05\ -\x07fqdn-id\x05\x16health-check-direction\x05\x14health-check-enabled\x05\x11hea\ -lth-check-rate\x05\x13health-check-target\x05\x11health-check-type\x05\x06hex-id\ -\x05\x11interface-address\x05\x04name\x05\x03psk\x05\x09remote-id\x05\x11replay-\ -protection\x05\x07user-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\0:pulumi:cloudflare/magic-wan-ipsec-tunnel@5.\ -43.1--0.0.0-DEV\x05E\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x08\x0aaccount-id\x02\x0acolo-names\x02\x0ccolo-regions\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\x0ccolo-regions\x05\ -\x0bdescription\x05\x07nexthop\x05\x06prefix\x05\x08priority\x05\x06weight\x05\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\0Dpulumi:cloudflare/magic-wan-gre-tunnel@5.43\ +.1--0.0.0-NIGHTLY-38cf455\x05D\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ +\0\x01h\x01\x01r\x12\x0aaccount-id\x02\x11allow-null-cipher\x02\x13cloudflare-en\ +dpoint\x02\x11customer-endpoint\x02\x0bdescription\x02\x07fqdn-id\x02\x16health-\ +check-direction\x02\x14health-check-enabled\x02\x11health-check-rate\x02\x13heal\ +th-check-target\x02\x11health-check-type\x02\x06hex-id\x02\x11interface-address\x02\ +\x04name\x02\x03psk\x02\x09remote-id\x02\x11replay-protection\x02\x07user-id\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x12\x0aaccount-id\x05\x11allow-null-ciphe\ +r\x05\x13cloudflare-endpoint\x05\x11customer-endpoint\x05\x0bdescription\x05\x07\ +fqdn-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\x11replay-prot\ +ection\x05\x07user-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ +\x07\x04\0\x06invoke\x01\x08\x04\0Fpulumi:cloudflare/magic-wan-ipsec-tunnel@5.43\ +.1--0.0.0-NIGHTLY-38cf455\x05E\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\ +\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x0acolo-names\x02\x0ccolo-regions\x02\x0b\ +description\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\x0ccolo\ +-regions\x05\x0bdescription\x05\x07nexthop\x05\x06prefix\x05\x08priority\x05\x06\ +weight\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ +nvoke\x01\x08\x04\0Fpulumi:cloudflare/magic-wan-static-route@5.43.1--0.0.0-NIGHT\ +LY-38cf455\x05F\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x03\x17managed-request-headers\x02\x18managed-response-headers\x02\x07zone-id\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x17managed-request-headers\x05\x18man\ +aged-response-headers\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ +s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0?pulumi:cloudflare/managed-head\ +ers@5.43.1--0.0.0-NIGHTLY-38cf455\x05G\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ +put\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x02ca\x02\x0ccertificates\x02\x04\ +name\x02\x0bprivate-key\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0aaccount\ +-id\x05\x02ca\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\ -\0:pulumi:cloudflare/magic-wan-static-route@5.43.1--0.0.0-DEV\x05F\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x17managed-request-header\ -s\x02\x18managed-response-headers\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x03\x17managed-request-headers\x05\x18managed-response-headers\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\03pulumi:cloudflare/managed-headers@5.43.1--0.0.0-DEV\x05G\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-i\ -d\x02\x02ca\x02\x0ccertificates\x02\x04name\x02\x0bprivate-key\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x0a\x0aaccount-id\x05\x02ca\x05\x0ccertificates\x05\x0a\ -expires-on\x05\x06issuer\x05\x04name\x05\x0bprivate-key\x05\x0dserial-number\x05\ -\x09signature\x05\x0buploaded-on\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\04pulumi:cloudflare/mtls-certificate@\ -5.43.1--0.0.0-DEV\x05H\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\ -\x01\x01r\x09\x0aaccount-id\x02\x0aalert-type\x02\x0bdescription\x02\x12email-in\ -tegrations\x02\x07enabled\x02\x07filters\x02\x04name\x02\x16pagerduty-integratio\ -ns\x02\x15webhooks-integrations\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x0a\ -account-id\x05\x0aalert-type\x05\x07created\x05\x0bdescription\x05\x12email-inte\ -grations\x05\x07enabled\x05\x07filters\x05\x08modified\x05\x04name\x05\x16pagerd\ -uty-integrations\x05\x15webhooks-integrations\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\07pulumi:cloudflare/noti\ -fication-policy@5.43.1--0.0.0-DEV\x05I\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x04name\x02\x06secret\x02\x03url\ -\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acreated-at\x05\ -\x0clast-failure\x05\x0clast-success\x05\x04name\x05\x06secret\x05\x04type\x05\x03\ -url\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\0@pulumi:cloudflare/notification-policy-webhooks@5.43.1--0.0.0-DE\ -V\x05J\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x09\ -frequency\x02\x06region\x02\x03url\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x04\x09frequency\x05\x06region\x05\x03url\x05\x07zone-id\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0>\ -pulumi:cloudflare/observatory-scheduled-test@5.43.1--0.0.0-DEV\x05K\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x03csr\x02\x09hostnam\ -es\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\x0aexpi\ -res-on\x05\x09hostnames\x05\x14min-days-for-renewal\x05\x0crequest-type\x05\x12r\ -equested-validity\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ -\x04\0\x06invoke\x01\x08\x04\09pulumi:cloudflare/origin-ca-certificate@5.43.1--0\ -.0.0-DEV\x05L\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\x07zone-id\x02\x04\ +\0@pulumi:cloudflare/mtls-certificate@5.43.1--0.0.0-NIGHTLY-38cf455\x05H\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x0aaccount-id\x02\ +\x0aalert-type\x02\x0bdescription\x02\x12email-integrations\x02\x07enabled\x02\x07\ +filters\x02\x04name\x02\x16pagerduty-integrations\x02\x15webhooks-integrations\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0b\x0aaccount-id\x05\x0aalert-type\x05\x07\ +created\x05\x0bdescription\x05\x12email-integrations\x05\x07enabled\x05\x07filte\ +rs\x05\x08modified\x05\x04name\x05\x16pagerduty-integrations\x05\x15webhooks-int\ +egrations\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\0Cpulumi:cloudflare/notification-policy@5.43.1--0.0.0-NIGHTLY\ +-38cf455\x05I\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\ +\x04\x0aaccount-id\x02\x04name\x02\x06secret\x02\x03url\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x08\x0aaccount-id\x05\x0acreated-at\x05\x0clast-failure\x05\x0cla\ +st-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\0Lpulumi:\ +cloudflare/notification-policy-webhooks@5.43.1--0.0.0-NIGHTLY-38cf455\x05J\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x09frequency\x02\x06\ +region\x02\x03url\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x09\ +frequency\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\0Jpulumi:cloudflare\ +/observatory-scheduled-test@5.43.1--0.0.0-NIGHTLY-38cf455\x05K\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x03csr\x02\x09hostnames\x02\x14\ +min-days-for-renewal\x02\x0crequest-type\x02\x12requested-validity\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x07\x0bcertificate\x05\x03csr\x05\x0aexpires-on\x05\ +\x09hostnames\x05\x14min-days-for-renewal\x05\x0crequest-type\x05\x12requested-v\ +alidity\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\0Epulumi:cloudflare/origin-ca-certificate@5.43.1--0.0.0-NIGHT\ +LY-38cf455\x05L\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x05\x07actions\x02\x08priority\x02\x06status\x02\x06target\x02\x07zone-id\x02\x04\ \0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07actions\x05\x08priority\x05\x06status\x05\ \x06target\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\0-pulumi:cloudflare/page-rule@5.43.1--0.0.0-D\ -EV\x05M\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0a\ -account-id\x02\x06domain\x02\x0cproject-name\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x04\x0aaccount-id\x05\x06domain\x05\x0cproject-name\x05\x06status\x05\x04\0\ +\0\x07\x04\0\x06invoke\x01\x08\x04\09pulumi:cloudflare/page-rule@5.43.1--0.0.0-N\ +IGHTLY-38cf455\x05M\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x03\x0aaccount-id\x02\x06domain\x02\x0cproject-name\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x06domain\x05\x0cproject-name\x05\x06st\ +atus\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\0pulumi:cloudflare/teams-loca\ +tion@5.43.1--0.0.0-NIGHTLY-38cf455\x05]\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06ou\ +tput\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x03ips\x02\x04name\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x03ips\x05\x04name\x05\x09sub\ +domain\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ +nvoke\x01\x08\x04\0Dpulumi:cloudflare/teams-proxy-endpoint@5.43.1--0.0.0-NIGHTLY\ +-38cf455\x05^\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\ +\x0b\x0aaccount-id\x02\x06action\x02\x0bdescription\x02\x0edevice-posture\x02\x07\ +enabled\x02\x07filters\x02\x08identity\x02\x04name\x02\x0aprecedence\x02\x0drule\ +-settings\x02\x07traffic\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0c\x0aaccoun\ +t-id\x05\x06action\x05\x0bdescription\x05\x0edevice-posture\x05\x07enabled\x05\x07\ +filters\x05\x08identity\x05\x04name\x05\x0aprecedence\x05\x0drule-settings\x05\x07\ +traffic\x05\x07version\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ +\x07\x04\0\x06invoke\x01\x08\x04\0:pulumi:cloudflare/teams-rule@5.43.1--0.0.0-NI\ +GHTLY-38cf455\x05_\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\x04\ +args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0pulumi:cloudflare/url-normalization-settings@5.43.1--0.0.0-\ -DEV\x05g\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0d\ -configuration\x02\x0bdescription\x02\x04mode\x02\x06paused\x02\x07zone-id\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0dconfiguration\x05\x0bdescription\x05\x04\ -mode\x05\x06paused\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0pulumi:cloudflare/workers-domai\ +n@5.43.1--0.0.0-NIGHTLY-38cf455\x05v\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x04name\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x02\x0aaccount-id\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\ +\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Xpulumi:cloudflare/work\ +ers-for-platforms-dispatch-namespace@5.43.1--0.0.0-NIGHTLY-38cf455\x05w\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\ +\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\x04name\ +\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\ +\x08\x04\0Opulumi:cloudflare/workers-for-platforms-namespace@5.43.1--0.0.0-NIGHT\ +LY-38cf455\x05x\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x04\x0aaccount-id\x02\x03key\x02\x0cnamespace-id\x02\x05value\x02\x04\0\x04arg\ +s\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-id\x05\x03key\x05\x0cnamespace-id\x05\x05\ +value\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ +voke\x01\x08\x04\0:pulumi:cloudflare/workers-kv@5.43.1--0.0.0-NIGHTLY-38cf455\x05\ +y\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aacco\ +unt-id\x02\x05title\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\ +\x05title\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\0Dpulumi:cloudflare/workers-kv-namespace@5.43.1--0.0.0-NIGHTL\ +Y-38cf455\x05z\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x03\x07pattern\x02\x0bscript-name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x03\x07pattern\x05\x0bscript-name\x05\x07zone-id\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0=pulumi:\ +cloudflare/workers-route@5.43.1--0.0.0-NIGHTLY-38cf455\x05{\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x14\x0aaccount-id\x02\x19analytic\ +s-engine-bindings\x02\x12compatibility-date\x02\x13compatibility-flags\x02\x07co\ +ntent\x02\x14d1-database-bindings\x02\x12dispatch-namespace\x02\x1ahyperdrive-co\ +nfig-bindings\x02\x15kv-namespace-bindings\x02\x07logpush\x02\x06module\x02\x04n\ +ame\x02\x0aplacements\x02\x13plain-text-bindings\x02\x0equeue-bindings\x02\x12r2\ +-bucket-bindings\x02\x14secret-text-bindings\x02\x10service-bindings\x02\x04tags\ +\x02\x14webassembly-bindings\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x14\x0aac\ +count-id\x05\x19analytics-engine-bindings\x05\x12compatibility-date\x05\x13compa\ +tibility-flags\x05\x07content\x05\x14d1-database-bindings\x05\x12dispatch-namesp\ +ace\x05\x1ahyperdrive-config-bindings\x05\x15kv-namespace-bindings\x05\x07logpus\ +h\x05\x06module\x05\x04name\x05\x0aplacements\x05\x13plain-text-bindings\x05\x0e\ +queue-bindings\x05\x12r2-bucket-bindings\x05\x14secret-text-bindings\x05\x10serv\ +ice-bindings\x05\x04tags\x05\x14webassembly-bindings\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0>pulumi:cloudflare\ +/workers-script@5.43.1--0.0.0-NIGHTLY-38cf455\x05|\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x04name\x02\x0bscript-n\ +ame\x02\x0bsecret-text\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aaccount-\ +id\x05\x04name\x05\x0bscript-name\x05\x0bsecret-text\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0>pulumi:cloudflare\ +/workers-secret@5.43.1--0.0.0-NIGHTLY-38cf455\x05}\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\"\x0aaccount-id\x02\x1ballow-authenticate-via\ +-warp\x02\x0callowed-idps\x02\x15app-launcher-logo-url\x02\x14app-launcher-visib\ +le\x02\x19auto-redirect-to-identity\x02\x08bg-color\x02\x0ccors-headers\x02\x13c\ +ustom-deny-message\x02\x0fcustom-deny-url\x02\x1ccustom-non-identity-deny-url\x02\ +\x0ccustom-pages\x02\x06domain\x02\x15enable-binding-cookie\x02\x0cfooter-links\x02\ +\x0fheader-bg-color\x02\x1ahttp-only-cookie-attribute\x02\x13landing-page-design\ +\x02\x08logo-url\x02\x04name\x02\x18options-preflight-bypass\x02\x08policies\x02\ +\x08saas-app\x02\x1asame-site-cookie-attribute\x02\x0bscim-config\x02\x13self-ho\ +sted-domains\x02\x18service-auth401-redirect\x02\x10session-duration\x02\x1cskip\ +-app-launcher-login-page\x02\x11skip-interstitial\x02\x04tags\x02\x10target-crit\ +erias\x02\x04type\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r#\x0aa\ +ccount-id\x05\x1ballow-authenticate-via-warp\x05\x0callowed-idps\x05\x15app-laun\ +cher-logo-url\x05\x14app-launcher-visible\x05\x03aud\x05\x19auto-redirect-to-ide\ +ntity\x05\x08bg-color\x05\x0ccors-headers\x05\x13custom-deny-message\x05\x0fcust\ +om-deny-url\x05\x1ccustom-non-identity-deny-url\x05\x0ccustom-pages\x05\x06domai\ +n\x05\x15enable-binding-cookie\x05\x0cfooter-links\x05\x0fheader-bg-color\x05\x1a\ +http-only-cookie-attribute\x05\x13landing-page-design\x05\x08logo-url\x05\x04nam\ +e\x05\x18options-preflight-bypass\x05\x08policies\x05\x08saas-app\x05\x1asame-si\ +te-cookie-attribute\x05\x0bscim-config\x05\x13self-hosted-domains\x05\x18service\ +-auth401-redirect\x05\x10session-duration\x05\x1cskip-app-launcher-login-page\x05\ +\x11skip-interstitial\x05\x04tags\x05\x10target-criterias\x05\x04type\x05\x07zon\ +e-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\0Mpulumi:cloudflare/zero-trust-access-application@5.43.1--0.0.0-\ +NIGHTLY-38cf455\x05~\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x06\x0aaccount-id\x02\x09app-count\x02\x0bcustom-html\x02\x04name\x02\x04t\ +ype\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\ +\0Mpulumi:cloudflare/zero-trust-access-custom-page@5.43.1--0.0.0-NIGHTLY-38cf455\ +\x05\x7f\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0a\ +account-id\x02\x08excludes\x02\x08includes\x02\x04name\x02\x08requires\x02\x07zo\ +ne-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x08exclude\ +s\x05\x08includes\x05\x04name\x05\x08requires\x05\x07zone-id\x05\x04\0\x03res\x03\ +\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Gpulumi:\ +cloudflare/zero-trust-access-group@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x80\x01\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-i\ +d\x02\x07configs\x02\x04name\x02\x0cscim-configs\x02\x04type\x02\x07zone-id\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x07configs\x05\x04name\x05\ +\x0cscim-configs\x05\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Spulumi:cloudflare/zero-tru\ +st-access-identity-provider@5.43.1--0.0.0-NIGHTLY-38cf455\x05\x81\x01\x01B\x0a\x02\ \x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x14\ associated-hostnames\x02\x0bcertificate\x02\x04name\x02\x07zone-id\x02\x04\0\x04\ args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x14associated-hostnames\x05\x0b\ certificate\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\0Fpulumi:cl\ -oudflare/zero-trust-access-mtls-certificate@5.43.1--0.0.0-DEV\x05\x82\x01\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\ -\x08settings\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0aacc\ -ount-id\x05\x08settings\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04na\ -mes\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Lpulumi:cloudflare/zero-trust\ --access-mtls-hostname-settings@5.43.1--0.0.0-DEV\x05\x83\x01\x01B\x0a\x02\x03\x02\ -\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0d\x0aaccount-id\x02\x1ballow-au\ -thenticate-via-warp\x02\x0bauth-domain\x02\x19auto-redirect-to-identity\x02\x0cc\ -ustom-pages\x02\x0fis-ui-read-only\x02\x0dlogin-designs\x02\x04name\x02\x10sessi\ -on-duration\x02\x1aui-read-only-toggle-reason\x02\"user-seat-expiration-inactive\ --time\x02\x1awarp-auth-session-duration\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x0d\x0aaccount-id\x05\x1ballow-authenticate-via-warp\x05\x0bauth-\ -domain\x05\x19auto-redirect-to-identity\x05\x0ccustom-pages\x05\x0fis-ui-read-on\ -ly\x05\x0dlogin-designs\x05\x04name\x05\x10session-duration\x05\x1aui-read-only-\ -toggle-reason\x05\"user-seat-expiration-inactive-time\x05\x1awarp-auth-session-d\ -uration\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ -\x07\x04\0\x06invoke\x01\x08\x04\0Bpulumi:cloudflare/zero-trust-access-organizat\ -ion@5.43.1--0.0.0-DEV\x05\x84\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x10\x0aaccount-id\x02\x0eapplication-id\x02\x0fapproval-group\ -s\x02\x11approval-required\x02\x10connection-rules\x02\x08decision\x02\x08exclud\ -es\x02\x08includes\x02\x12isolation-required\x02\x04name\x02\x0aprecedence\x02\x1c\ -purpose-justification-prompt\x02\x1epurpose-justification-required\x02\x08requir\ -es\x02\x10session-duration\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x10\x0aaccount-id\x05\x0eapplication-id\x05\x0fapproval-groups\x05\x11approval\ --required\x05\x10connection-rules\x05\x08decision\x05\x08excludes\x05\x08include\ -s\x05\x12isolation-required\x05\x04name\x05\x0aprecedence\x05\x1cpurpose-justifi\ -cation-prompt\x05\x1epurpose-justification-required\x05\x08requires\x05\x10sessi\ -on-duration\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\ -\0\x07\x04\0\x06invoke\x01\x08\x04\0pulumi:cloudflare\ -/zero-trust-device-profiles@5.43.1--0.0.0-DEV\x05\x8d\x01\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x06\x0aaccount-id\x02\x04data\x02\x0b\ -description\x02\x07enabled\x02\x08interval\x02\x04name\x02\x04\0\x04args\x03\0\x03\ -\x01i\x01\x01r\x08\x0aaccount-id\x05\x07created\x05\x04data\x05\x0bdescription\x05\ -\x07enabled\x05\x08interval\x05\x04name\x05\x07updated\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\07pulumi:cloudf\ -lare/zero-trust-dex-test@5.43.1--0.0.0-DEV\x05\x8e\x01\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x13allowed-match-co\ -unt\x02\x11context-awareness\x02\x0bdescription\x02\x07entries\x02\x04name\x02\x0b\ -ocr-enabled\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x08\x0aaccount\ --id\x05\x13allowed-match-count\x05\x11context-awareness\x05\x0bdescription\x05\x07\ -entries\x05\x04name\x05\x0bocr-enabled\x05\x04type\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0:pulumi:cloudflare\ -/zero-trust-dlp-profile@5.43.1--0.0.0-DEV\x05\x8f\x01\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x0eclient-default\x02\ -\x0becs-support\x02\x04name\x02\x08networks\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x0a\x0aaccount-id\x05\x17anonymized-logs-enabled\x05\x0eclient-default\x05\ -\x0ddoh-subdomain\x05\x0becs-support\x05\x02ip\x05\x10ipv4-destination\x05\x04na\ -me\x05\x08networks\x05\x0apolicy-ids\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04name\ -s\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0;pulumi:cloudflare/zero-trust-d\ -ns-location@5.43.1--0.0.0-DEV\x05\x90\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x05\x0aaccount-id\x02\x08activate\x02\x06custom\x02\ -\x0fgateway-managed\x02\x14validity-period-days\x02\x04\0\x04args\x03\0\x03\x01i\ -\x01\x01r\x0b\x0aaccount-id\x05\x08activate\x05\x0ebinding-status\x05\x0acreated\ --at\x05\x06custom\x05\x0aexpires-on\x05\x0fgateway-managed\x05\x06in-use\x05\x0a\ -qs-pack-id\x05\x0buploaded-on\x05\x14validity-period-days\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Bpulumi:cl\ -oudflare/zero-trust-gateway-certificate@5.43.1--0.0.0-DEV\x05\x91\x01\x01B\x0a\x02\ -\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0b\x0aaccount-id\x02\x06\ -action\x02\x0bdescription\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\x0bde\ -scription\x05\x0edevice-posture\x05\x07enabled\x05\x07filters\x05\x08identity\x05\ -\x04name\x05\x0aprecedence\x05\x0drule-settings\x05\x07traffic\x05\x07version\x05\ +ccount-id\x02\x09app-count\x02\x04name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x04\x0aaccount-id\x05\x09app-count\x05\x04name\x05\x07zone-id\x05\ \x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\0=pulumi:cloudflare/zero-trust-gateway-policy@5.43.1--0.0.0-DEV\x05\x92\x01\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccou\ -nt-id\x02\x03ips\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x0aac\ -count-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\0Epulumi:cloudflare/\ -zero-trust-gateway-proxy-endpoint@5.43.1--0.0.0-DEV\x05\x93\x01\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x11\x0aaccount-id\x02\x14acti\ -vity-log-enabled\x02\x09antivirus\x02\x0ablock-page\x02\x0dbody-scanning\x02\x0b\ -certificate\x02\x12custom-certificate\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-de\ -crypt-enabled\x02\x1durl-browser-isolation-enabled\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x11\x0aaccount-id\x05\x14activity-log-enabled\x05\x09antivirus\x05\x0a\ -block-page\x05\x0dbody-scanning\x05\x0bcertificate\x05\x12custom-certificate\x05\ -\x17extended-email-matching\x05\x04fips\x05\x07logging\x05&non-identity-browser-\ -isolation-enabled\x05\x0bpayload-log\x05\x1aprotocol-detection-enabled\x05\x05pr\ -oxy\x05\x0fssh-session-log\x05\x13tls-decrypt-enabled\x05\x1durl-browser-isolati\ -on-enabled\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\0?pulumi:cloudflare/zero-trust-gateway-settings@5.43.1--0.0.0\ --DEV\x05\x94\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ -r\x03\x0aaccount-id\x02\x08hostname\x02\x02ip\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x05\x0aaccount-id\x05\x0acreated-at\x05\x08hostname\x05\x02ip\x05\x0bmodif\ -ied-at\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ -nvoke\x01\x08\x04\0Kpulumi:cloudflare/zero-trust-infrastructure-access-target@5.\ -43.1--0.0.0-DEV\x05\x95\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ -\x01h\x01\x01r\x02\x0aaccount-id\x02\x1akey-rotation-interval-days\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\x1akey-rotation-interval-days\ -\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\ -\x08\x04\0Kpulumi:cloudflare/zero-trust-key-access-key-configuration@5.43.1--0.0\ -.0-DEV\x05\x96\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x06\x0aaccount-id\x02\x0bdescription\x02\x05items\x02\x17items-with-descri\ -ptions\x02\x04name\x02\x04type\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0a\ -account-id\x05\x0bdescription\x05\x05items\x05\x17items-with-descriptions\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\03pulumi:cloudflare/zero-trust-list@5.43.1--0.0.0-DEV\x05\ -\x97\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0a\ -account-id\x02\x07domains\x02\x09policy-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\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\0Dpulumi:cloudflare\ -/zero-trust-local-fallback-domain@5.43.1--0.0.0-DEV\x05\x98\x01\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0aaccount-id\x02\x09beha\ -viors\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x0aaccount-id\x05\x09behavio\ -rs\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invok\ -e\x01\x08\x04\0pulumi:cloudflare/get-\ -tunnel-virtual-network@5.43.1--0.0.0-DEV\x05\xbc\x01\x01B\x07\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01i\x01\x01r\x03\x05email\x02\x02id\x02\x08username\x02\ -\x04\0\x03res\x03\0\x03\x01@\0\0\x04\x04\0\x06invoke\x01\x05\x04\0,pulumi:cloudf\ -lare/get-user@5.43.1--0.0.0-DEV\x05\xbd\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\x03\0\0\x01h\x01\x01r\x04\x0aaccount-id\x02\x06domain\x02\x04name\x02\x07\ -zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x03aud\x05\ -\x06domain\x05\x02id\x05\x04name\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x01\ -\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Epulumi:cloudflare/get-zero-trus\ -t-access-application@5.43.1--0.0.0-DEV\x05\xbe\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccount-id\x02\x04name\x02\x07zone-id\x02\ -\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x0aaccount-id\x05\x02id\x05\x04name\x05\ -\x04type\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\0Kpulumi:cloudflare/get-zero-trust-access-identity-prov\ -ider@5.43.1--0.0.0-DEV\x05\xbf\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x08\x0aaccount-id\x02\x0dcreated-after\x02\x08hostname\x02\x11\ -hostname-contains\x02\x04ipv4\x02\x04ipv6\x02\x0emodified-after\x02\x12virtual-n\ -etwork-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x0aaccount-id\x05\x0dcre\ -ated-after\x05\x08hostname\x05\x11hostname-contains\x05\x02id\x05\x04ipv4\x05\x04\ -ipv6\x05\x0emodified-after\x05\x07targets\x05\x12virtual-network-id\x05\x04\0\x03\ -res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Ppulumi:cl\ -oudflare/get-zero-trust-infrastructure-access-targets@5.43.1--0.0.0-DEV\x05\xc0\x01\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aaccou\ -nt-id\x02\x0ais-deleted\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\ -\x0aaccount-id\x05\x02id\x05\x0ais-deleted\x05\x04name\x05\x0dremote-config\x05\x06\ -status\x05\x0btunnel-type\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\0Epulumi:cloudflare/get-zero-trust-tunnel-cloudflared@5\ -.43.1--0.0.0-DEV\x05\xc1\x01\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\x05\x0aaccount-id\x05\x07comment\x05\x02id\x05\x0ais-default\x05\x04name\x05\ +\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0Fpul\ +umi:cloudflare/get-gateway-categories@5.43.1--0.0.0-NIGHTLY-38cf455\x05\xb1\x01\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x08\x0aaccount-i\ +d\x02\x0dcreated-after\x02\x08hostname\x02\x11hostname-contains\x02\x04ipv4\x02\x04\ +ipv6\x02\x0emodified-after\x02\x12virtual-network-id\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x0a\x0aaccount-id\x05\x0dcreated-after\x05\x08hostname\x05\x11hos\ +tname-contains\x05\x02id\x05\x04ipv4\x05\x04ipv6\x05\x0emodified-after\x05\x07ta\ +rgets\x05\x12virtual-network-id\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\ +\x07\x04\0\x06invoke\x01\x08\x04\0Qpulumi:cloudflare/get-infrastructure-access-t\ +argets@5.43.1--0.0.0-NIGHTLY-38cf455\x05\xb2\x01\x01B\x07\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01i\x01\x01r\x06\x16china-ipv4-cidr-blocks\x02\x16china-ip\ +v6-cidr-blocks\x02\x0bcidr-blocks\x02\x02id\x02\x10ipv4-cidr-blocks\x02\x10ipv6-\ +cidr-blocks\x02\x04\0\x03res\x03\0\x03\x01@\0\0\x04\x04\0\x06invoke\x01\x05\x04\0\ +=pulumi:cloudflare/get-ip-ranges@5.43.1--0.0.0-NIGHTLY-38cf455\x05\xb3\x01\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\x06\x0aaccount-id\x05\x0bdesc\ +ription\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\08pulumi:cloudflare/\ +get-list@5.43.1--0.0.0-NIGHTLY-38cf455\x05\xb4\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\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\x06invoke\x01\x08\x04\09pulumi:cloudflare/get-\ +lists@5.43.1--0.0.0-NIGHTLY-38cf455\x05\xb5\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\x01r\x04\x0aaccount-id\x05\x06filter\x05\x02id\ +\x05\x05pools\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\0Gpulumi:cloudflare/get-load-balancer-pools@5.43.1--0.0.0-NIGHTL\ +Y-38cf455\x05\xb6\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\x02id\x05\x0crequest-type\x05\x0arevoked-at\x05\ \x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0\ -Ipulumi:cloudflare/get-zero-trust-tunnel-virtual-network@5.43.1--0.0.0-DEV\x05\xc2\ -\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0aa\ -ccount-id\x02\x04name\x02\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\ -\x0aaccount-id\x05\x02id\x05\x04name\x05\x0cname-servers\x05\x06paused\x05\x04pl\ -an\x05\x06status\x05\x13vanity-name-servers\x05\x07zone-id\x05\x04\0\x03res\x03\0\ -\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0,pulumi:cloudflare/\ -get-zone@5.43.1--0.0.0-DEV\x05\xc3\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x01\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x03\x07enabled\x05\x02id\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0:pulumi:cloudflare/get-zone-cache-re\ -serve@5.43.1--0.0.0-DEV\x05\xc4\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\ -\x03\0\0\x01h\x01\x01r\x01\x07zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0c\ -\x09algorithm\x05\x06digest\x05\x10digest-algorithm\x05\x0bdigest-type\x05\x02ds\ -\x05\x05flags\x05\x02id\x05\x07key-tag\x05\x08key-type\x05\x0apublic-key\x05\x06\ -status\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\03pulumi:cloudflare/get-zone-dnssec@5.43.1--0.0.0-DEV\x05\ -\xc5\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x06\ -filter\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x06filter\x05\x02id\x05\x05\ -zones\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\0-pulumi:cloudflare/get-zones@5.43.1--0.0.0-DEV\x05\xc6\x01\x04\05pulumi:cl\ -oudflare/cloudflare-pulumi@5.43.1--0.0.0-DEV\x04\0\x0b\x17\x01\0\x11cloudflare-p\ -ulumi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.220.\ -0\x10wit-bindgen-rust\x060.35.0"; +Ipulumi:cloudflare/get-origin-ca-certificate@5.43.1--0.0.0-NIGHTLY-38cf455\x05\xb7\ +\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x09a\ +lgorithm\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\x06inv\ +oke\x01\x08\x04\0Npulumi:cloudflare/get-origin-ca-root-certificate@5.43.1--0.0.0\ +-NIGHTLY-38cf455\x05\xb8\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ +\x01h\x01\x01r\x05\x07content\x02\x08hostname\x02\x08priority\x02\x04type\x02\x07\ +zone-id\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x07content\x05\x08hostname\ +\x05\x02id\x05\x08priority\x05\x09proxiable\x05\x07proxied\x05\x03ttl\x05\x04typ\ +e\x05\x05value\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\0:pulumi:cloudflare/get-record@5.43.1--0.0.0-NIGHTL\ +Y-38cf455\x05\xb9\x01\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ +\x01r\x04\x0aaccount-id\x02\x06filter\x02\x0dinclude-rules\x02\x07zone-id\x02\x04\ +\0\x04args\x03\0\x03\x01i\x01\x01r\x06\x0aaccount-id\x05\x06filter\x05\x02id\x05\ +\x0dinclude-rules\x05\x08rulesets\x05\x07zone-id\x05\x04\0\x03res\x03\0\x06\x01@\ +\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0, @@ -486,7 +486,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-38cf455.{output}; record args { account-id: borrow, @@ -510,7 +510,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-38cf455.{output}; record args { account-id: borrow, @@ -538,7 +538,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-38cf455.{output}; record args { account-id: borrow, @@ -566,7 +566,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-38cf455.{output}; record args { account-id: borrow, @@ -594,7 +594,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-38cf455.{output}; record args { account-id: borrow, @@ -614,7 +614,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-38cf455.{output}; record args { account-id: borrow, @@ -641,7 +641,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-38cf455.{output}; record args { account-id: borrow, @@ -663,7 +663,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-38cf455.{output}; record args { account-id: borrow, @@ -705,7 +705,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-38cf455.{output}; record args { account-id: borrow, @@ -753,7 +753,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-38cf455.{output}; record args { account-id: borrow, @@ -779,7 +779,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-38cf455.{output}; record args { account-id: borrow, @@ -808,7 +808,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-38cf455.{output}; record args { account-id: borrow, @@ -832,7 +832,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-38cf455.{output}; record args { enforce-twofactor: borrow, @@ -854,7 +854,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-38cf455.{output}; record args { account-id: borrow, @@ -878,7 +878,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-38cf455.{output}; record args { account-id: borrow, @@ -908,7 +908,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-38cf455.{output}; record args { auth-id-characteristics: borrow, @@ -928,7 +928,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-38cf455.{output}; record args { endpoint: borrow, @@ -952,7 +952,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-38cf455.{output}; record args { mitigation-action: borrow, @@ -974,7 +974,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-38cf455.{output}; record args { kind: borrow, @@ -1000,7 +1000,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-38cf455.{output}; record args { validation-default-mitigation-action: borrow, @@ -1022,7 +1022,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-38cf455.{output}; record args { condition: borrow, @@ -1052,7 +1052,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-38cf455.{output}; record args { smart-routing: borrow, @@ -1074,7 +1074,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-38cf455.{output}; record args { authenticated-origin-pulls-certificate: borrow, @@ -1098,7 +1098,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-38cf455.{output}; record args { certificate: borrow, @@ -1128,7 +1128,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-38cf455.{output}; record args { ai-bots-protection: borrow, @@ -1167,7 +1167,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-38cf455.{output}; record args { account-id: borrow, @@ -1191,7 +1191,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-38cf455.{output}; record args { certificate-authority: borrow, @@ -1227,7 +1227,7 @@ interface certificate-pack { } interface cloud-connector-rules { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { rules: borrow, @@ -1247,7 +1247,7 @@ interface cloud-connector-rules { } interface custom-hostname { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { custom-metadata: borrow, @@ -1280,7 +1280,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-38cf455.{output}; record args { origin: borrow, @@ -1301,7 +1301,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-38cf455.{output}; record args { account-id: borrow, @@ -1327,7 +1327,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-38cf455.{output}; record args { custom-ssl-options: borrow, @@ -1357,7 +1357,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-38cf455.{output}; record args { account-id: borrow, @@ -1378,7 +1378,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-38cf455.{output}; record args { account-id: borrow, @@ -1408,7 +1408,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-38cf455.{output}; record args { account-id: borrow, @@ -1432,7 +1432,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-38cf455.{output}; record args { enabled: borrow, @@ -1452,7 +1452,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-38cf455.{output}; record args { account-id: borrow, @@ -1480,7 +1480,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-38cf455.{output}; record args { account-id: borrow, @@ -1512,7 +1512,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-38cf455.{output}; record args { account-id: borrow, @@ -1566,7 +1566,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-38cf455.{output}; record args { account-id: borrow, @@ -1598,7 +1598,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-38cf455.{output}; record args { account-id: borrow, @@ -1622,7 +1622,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-38cf455.{output}; record args { actions: borrow, @@ -1649,7 +1649,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-38cf455.{output}; record args { actions: borrow, @@ -1678,7 +1678,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-38cf455.{output}; record args { enabled: borrow, @@ -1705,7 +1705,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-38cf455.{output}; record args { account-id: borrow, @@ -1727,7 +1727,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-38cf455.{output}; record args { description: borrow, @@ -1753,7 +1753,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-38cf455.{output}; record args { action: borrow, @@ -1783,7 +1783,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-38cf455.{output}; record args { account-id: borrow, @@ -1821,7 +1821,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-38cf455.{output}; record args { address: borrow, @@ -1879,7 +1879,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-38cf455.{output}; record args { hostname: borrow, @@ -1905,7 +1905,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-38cf455.{output}; record args { hostname: borrow, @@ -1931,7 +1931,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-38cf455.{output}; record args { account-id: borrow, @@ -1957,7 +1957,7 @@ interface hyperdrive-config { } interface infrastructure-access-target { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -1981,7 +1981,7 @@ interface infrastructure-access-target { } interface ipsec-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2033,7 +2033,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-38cf455.{output}; record args { bundle-method: borrow, @@ -2064,7 +2064,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-38cf455.{output}; record args { account-id: borrow, @@ -2090,7 +2090,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-38cf455.{output}; record args { account-id: borrow, @@ -2120,7 +2120,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-38cf455.{output}; record args { adaptive-routings: borrow, @@ -2176,7 +2176,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-38cf455.{output}; record args { account-id: borrow, @@ -2228,7 +2228,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-38cf455.{output}; record args { account-id: borrow, @@ -2272,7 +2272,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-38cf455.{output}; record args { enabled: borrow, @@ -2292,7 +2292,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-38cf455.{output}; record args { account-id: borrow, @@ -2338,7 +2338,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-38cf455.{output}; record args { account-id: borrow, @@ -2361,7 +2361,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-38cf455.{output}; record args { account-id: borrow, @@ -2385,7 +2385,7 @@ interface magic-firewall-ruleset { } interface magic-wan-gre-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2423,7 +2423,7 @@ interface magic-wan-gre-tunnel { } interface magic-wan-ipsec-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2475,7 +2475,7 @@ interface magic-wan-ipsec-tunnel { } interface magic-wan-static-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2507,7 +2507,7 @@ interface magic-wan-static-route { } interface managed-headers { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { managed-request-headers: borrow, @@ -2529,7 +2529,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-38cf455.{output}; record args { account-id: borrow, @@ -2560,7 +2560,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-38cf455.{output}; record args { account-id: borrow, @@ -2596,7 +2596,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-38cf455.{output}; record args { account-id: borrow, @@ -2624,7 +2624,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-38cf455.{output}; record args { frequency: borrow, @@ -2648,7 +2648,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-38cf455.{output}; record args { csr: borrow, @@ -2676,7 +2676,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-38cf455.{output}; record args { actions: borrow, @@ -2702,7 +2702,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-38cf455.{output}; record args { account-id: borrow, @@ -2725,7 +2725,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-38cf455.{output}; record args { account-id: borrow, @@ -2756,7 +2756,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-38cf455.{output}; record args { account-id: borrow, @@ -2776,7 +2776,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-38cf455.{output}; record args { account-id: borrow, @@ -2798,7 +2798,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-38cf455.{output}; record args { action: borrow, @@ -2832,7 +2832,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-38cf455.{output}; record args { allow-overwrite: borrow, @@ -2877,7 +2877,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-38cf455.{output}; record args { hostname: borrow, @@ -2900,7 +2900,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-38cf455.{output}; record args { value: borrow, @@ -2920,7 +2920,7 @@ interface regional-tiered-cache { } interface risk-behavior { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2940,7 +2940,7 @@ interface risk-behavior { } interface ruleset { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2970,7 +2970,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-38cf455.{output}; record args { argo-smart-routing: borrow, @@ -3012,7 +3012,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-38cf455.{output}; record args { account-id: borrow, @@ -3036,7 +3036,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-38cf455.{output}; record args { account-id: borrow, @@ -3068,7 +3068,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-38cf455.{output}; record args { account-id: borrow, @@ -3118,7 +3118,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-38cf455.{output}; record args { account-id: borrow, @@ -3146,7 +3146,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-38cf455.{output}; record args { account-id: borrow, @@ -3177,7 +3177,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-38cf455.{output}; record args { account-id: borrow, @@ -3200,7 +3200,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-38cf455.{output}; record args { account-id: borrow, @@ -3239,7 +3239,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-38cf455.{output}; record args { cache-type: borrow, @@ -3259,7 +3259,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-38cf455.{output}; record args { certificate-authority: borrow, @@ -3281,7 +3281,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-38cf455.{output}; record args { account-id: borrow, @@ -3307,7 +3307,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-38cf455.{output}; record args { account-id: borrow, @@ -3329,7 +3329,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-38cf455.{output}; record args { account-id: borrow, @@ -3355,7 +3355,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-38cf455.{output}; record args { account-id: borrow, @@ -3379,7 +3379,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-38cf455.{output}; record args { account-id: borrow, @@ -3410,7 +3410,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-38cf455.{output}; record args { scope: borrow, @@ -3432,7 +3432,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-38cf455.{output}; record args { configuration: borrow, @@ -3458,7 +3458,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-38cf455.{output}; record args { additional-routes: borrow, @@ -3512,7 +3512,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-38cf455.{output}; record args { custom-page-html: borrow, @@ -3560,7 +3560,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-38cf455.{output}; record args { rules: borrow, @@ -3582,7 +3582,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-38cf455.{output}; record args { search-engine-crawler-bypass: borrow, @@ -3602,7 +3602,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-38cf455.{output}; record args { description: borrow, @@ -3631,7 +3631,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-38cf455.{output}; record args { account-id: borrow, @@ -3659,7 +3659,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-38cf455.{output}; record args { account-id: borrow, @@ -3687,7 +3687,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-38cf455.{output}; record args { account-id: borrow, @@ -3709,7 +3709,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-38cf455.{output}; record args { account-id: borrow, @@ -3735,7 +3735,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-38cf455.{output}; record args { pattern: borrow, @@ -3757,7 +3757,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-38cf455.{output}; record args { account-id: borrow, @@ -3813,7 +3813,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-38cf455.{output}; record args { account-id: borrow, @@ -3837,7 +3837,7 @@ interface worker-secret { } interface workers-cron-trigger { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -3859,7 +3859,7 @@ interface workers-cron-trigger { } interface workers-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -3885,7 +3885,7 @@ interface workers-domain { } interface workers-for-platforms-dispatch-namespace { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -3905,7 +3905,7 @@ interface workers-for-platforms-dispatch-namespace { } 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-38cf455.{output}; record args { account-id: borrow, @@ -3925,7 +3925,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-38cf455.{output}; record args { account-id: borrow, @@ -3949,7 +3949,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-38cf455.{output}; record args { account-id: borrow, @@ -3969,7 +3969,7 @@ interface workers-kv-namespace { } interface workers-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { pattern: borrow, @@ -3991,7 +3991,7 @@ interface workers-route { } interface workers-script { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4047,7 +4047,7 @@ interface workers-script { } interface workers-secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4071,7 +4071,7 @@ interface workers-secret { } interface zero-trust-access-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4156,7 +4156,7 @@ interface zero-trust-access-application { } interface zero-trust-access-custom-page { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4184,7 +4184,7 @@ interface zero-trust-access-custom-page { } interface zero-trust-access-group { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4212,7 +4212,7 @@ interface zero-trust-access-group { } interface zero-trust-access-identity-provider { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4240,7 +4240,7 @@ interface zero-trust-access-identity-provider { } interface zero-trust-access-mtls-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4267,7 +4267,7 @@ interface zero-trust-access-mtls-certificate { } interface zero-trust-access-mtls-hostname-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4289,7 +4289,7 @@ interface zero-trust-access-mtls-hostname-settings { } interface zero-trust-access-organization { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4331,7 +4331,7 @@ interface zero-trust-access-organization { } interface zero-trust-access-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4379,7 +4379,7 @@ interface zero-trust-access-policy { } interface zero-trust-access-service-token { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4408,7 +4408,7 @@ interface zero-trust-access-service-token { } interface zero-trust-access-short-lived-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4432,7 +4432,7 @@ interface zero-trust-access-short-lived-certificate { } interface zero-trust-access-tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4456,7 +4456,7 @@ interface zero-trust-access-tag { } interface zero-trust-device-certificates { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { enabled: borrow, @@ -4476,7 +4476,7 @@ interface zero-trust-device-certificates { } interface zero-trust-device-managed-networks { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4500,7 +4500,7 @@ interface zero-trust-device-managed-networks { } interface zero-trust-device-posture-integration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4528,7 +4528,7 @@ interface zero-trust-device-posture-integration { } interface zero-trust-device-posture-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4560,7 +4560,7 @@ interface zero-trust-device-posture-rule { } interface zero-trust-device-profiles { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4614,7 +4614,7 @@ interface zero-trust-device-profiles { } interface zero-trust-dex-test { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4644,7 +4644,7 @@ interface zero-trust-dex-test { } interface zero-trust-dlp-profile { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4676,7 +4676,7 @@ interface zero-trust-dlp-profile { } interface zero-trust-dns-location { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4707,7 +4707,7 @@ interface zero-trust-dns-location { } interface zero-trust-gateway-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4739,7 +4739,7 @@ interface zero-trust-gateway-certificate { } interface zero-trust-gateway-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4778,7 +4778,7 @@ interface zero-trust-gateway-policy { } interface zero-trust-gateway-proxy-endpoint { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4801,7 +4801,7 @@ interface zero-trust-gateway-proxy-endpoint { } interface zero-trust-gateway-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4851,7 +4851,7 @@ interface zero-trust-gateway-settings { } interface zero-trust-infrastructure-access-target { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4875,7 +4875,7 @@ interface zero-trust-infrastructure-access-target { } interface zero-trust-key-access-key-configuration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4895,7 +4895,7 @@ interface zero-trust-key-access-key-configuration { } interface zero-trust-list { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4923,7 +4923,7 @@ interface zero-trust-list { } interface zero-trust-local-fallback-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4945,7 +4945,7 @@ interface zero-trust-local-fallback-domain { } interface zero-trust-risk-behavior { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4965,7 +4965,7 @@ interface zero-trust-risk-behavior { } interface zero-trust-risk-score-integration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4992,7 +4992,7 @@ interface zero-trust-risk-score-integration { } interface zero-trust-split-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5016,7 +5016,7 @@ interface zero-trust-split-tunnel { } interface zero-trust-tunnel-cloudflared { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5042,7 +5042,7 @@ interface zero-trust-tunnel-cloudflared { } interface zero-trust-tunnel-cloudflared-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5064,7 +5064,7 @@ interface zero-trust-tunnel-cloudflared-config { } interface zero-trust-tunnel-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5090,7 +5090,7 @@ interface zero-trust-tunnel-route { } interface zero-trust-tunnel-virtual-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5114,7 +5114,7 @@ interface zero-trust-tunnel-virtual-network { } interface zone { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5148,7 +5148,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-38cf455.{output}; record args { enabled: borrow, @@ -5168,7 +5168,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-38cf455.{output}; record args { avifs: borrow, @@ -5208,7 +5208,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-38cf455.{output}; record args { modified-on: borrow, @@ -5238,7 +5238,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-38cf455.{output}; record args { hold: borrow, @@ -5262,7 +5262,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-38cf455.{output}; record args { configurations: borrow, @@ -5290,7 +5290,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-38cf455.{output}; record args { settings: borrow, @@ -5316,7 +5316,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-38cf455.{output}; record args { account-id: borrow, @@ -5341,7 +5341,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-38cf455.{output}; record args { account-id: borrow, @@ -5364,7 +5364,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-38cf455.{output}; record args { account-id: borrow, @@ -5383,7 +5383,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-38cf455.{output}; record args { name: borrow, @@ -5402,7 +5402,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-38cf455.{output}; record res { @@ -5420,7 +5420,7 @@ interface get-api-token-permission-groups { } interface get-dcv-delegation { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { zone-id: borrow, @@ -5439,7 +5439,7 @@ interface get-dcv-delegation { } 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-38cf455.{output}; record args { account-id: borrow, @@ -5462,7 +5462,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-38cf455.{output}; record args { account-id: borrow, @@ -5481,7 +5481,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-38cf455.{output}; record args { account-id: borrow, @@ -5500,7 +5500,7 @@ interface get-dlp-datasets { } interface get-gateway-app-types { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5519,7 +5519,7 @@ interface get-gateway-app-types { } interface get-gateway-categories { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5538,7 +5538,7 @@ interface get-gateway-categories { } interface get-infrastructure-access-targets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5571,7 +5571,7 @@ interface get-infrastructure-access-targets { } 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-38cf455.{output}; record res { @@ -5589,7 +5589,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-38cf455.{output}; record args { account-id: borrow, @@ -5612,7 +5612,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-38cf455.{output}; record args { account-id: borrow, @@ -5631,7 +5631,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-38cf455.{output}; record args { account-id: borrow, @@ -5653,7 +5653,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-38cf455.{output}; record args { id: borrow, @@ -5675,7 +5675,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-38cf455.{output}; record args { algorithm: borrow, @@ -5694,7 +5694,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-38cf455.{output}; record args { content: borrow, @@ -5724,7 +5724,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-38cf455.{output}; record args { account-id: borrow, @@ -5749,7 +5749,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-38cf455.{output}; record args { account-id: borrow, @@ -5774,7 +5774,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-38cf455.{output}; record args { account-id: borrow, @@ -5796,7 +5796,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-38cf455.{output}; record res { @@ -5811,7 +5811,7 @@ interface get-user { } interface get-zero-trust-access-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5836,7 +5836,7 @@ interface get-zero-trust-access-application { } interface get-zero-trust-access-identity-provider { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5859,7 +5859,7 @@ interface get-zero-trust-access-identity-provider { } interface get-zero-trust-infrastructure-access-targets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5892,7 +5892,7 @@ interface get-zero-trust-infrastructure-access-targets { } interface get-zero-trust-tunnel-cloudflared { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5917,7 +5917,7 @@ interface get-zero-trust-tunnel-cloudflared { } interface get-zero-trust-tunnel-virtual-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5939,7 +5939,7 @@ interface get-zero-trust-tunnel-virtual-network { } interface get-zone { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5966,7 +5966,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-38cf455.{output}; record args { zone-id: borrow, @@ -5985,7 +5985,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-38cf455.{output}; record args { zone-id: borrow, @@ -6013,7 +6013,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-38cf455.{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 e0676c05d..b708bc425 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.43.1-0.0.0-DEV" +version = "5.43.1-0.0.0-NIGHTLY-38cf455" 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 ec5e19cd7..a6f878e0f 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-38cf455": 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 d41010180..a3055429e 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-38cf455; 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 cfe17e62b..73e7b7295 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.43.1--0.0.0-DEV; +package pulumi:cloudflare@5.43.1--0.0.0-NIGHTLY-38cf455; world cloudflare-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; export access-application; export access-ca-certificate; export access-custom-page; @@ -401,7 +401,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-38cf455.{output}; record args { account-id: borrow, @@ -486,7 +486,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-38cf455.{output}; record args { account-id: borrow, @@ -510,7 +510,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-38cf455.{output}; record args { account-id: borrow, @@ -538,7 +538,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-38cf455.{output}; record args { account-id: borrow, @@ -566,7 +566,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-38cf455.{output}; record args { account-id: borrow, @@ -594,7 +594,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-38cf455.{output}; record args { account-id: borrow, @@ -614,7 +614,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-38cf455.{output}; record args { account-id: borrow, @@ -641,7 +641,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-38cf455.{output}; record args { account-id: borrow, @@ -663,7 +663,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-38cf455.{output}; record args { account-id: borrow, @@ -705,7 +705,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-38cf455.{output}; record args { account-id: borrow, @@ -753,7 +753,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-38cf455.{output}; record args { account-id: borrow, @@ -779,7 +779,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-38cf455.{output}; record args { account-id: borrow, @@ -808,7 +808,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-38cf455.{output}; record args { account-id: borrow, @@ -832,7 +832,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-38cf455.{output}; record args { enforce-twofactor: borrow, @@ -854,7 +854,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-38cf455.{output}; record args { account-id: borrow, @@ -878,7 +878,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-38cf455.{output}; record args { account-id: borrow, @@ -908,7 +908,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-38cf455.{output}; record args { auth-id-characteristics: borrow, @@ -928,7 +928,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-38cf455.{output}; record args { endpoint: borrow, @@ -952,7 +952,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-38cf455.{output}; record args { mitigation-action: borrow, @@ -974,7 +974,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-38cf455.{output}; record args { kind: borrow, @@ -1000,7 +1000,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-38cf455.{output}; record args { validation-default-mitigation-action: borrow, @@ -1022,7 +1022,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-38cf455.{output}; record args { condition: borrow, @@ -1052,7 +1052,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-38cf455.{output}; record args { smart-routing: borrow, @@ -1074,7 +1074,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-38cf455.{output}; record args { authenticated-origin-pulls-certificate: borrow, @@ -1098,7 +1098,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-38cf455.{output}; record args { certificate: borrow, @@ -1128,7 +1128,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-38cf455.{output}; record args { ai-bots-protection: borrow, @@ -1167,7 +1167,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-38cf455.{output}; record args { account-id: borrow, @@ -1191,7 +1191,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-38cf455.{output}; record args { certificate-authority: borrow, @@ -1227,7 +1227,7 @@ interface certificate-pack { } interface cloud-connector-rules { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { rules: borrow, @@ -1247,7 +1247,7 @@ interface cloud-connector-rules { } interface custom-hostname { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { custom-metadata: borrow, @@ -1280,7 +1280,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-38cf455.{output}; record args { origin: borrow, @@ -1301,7 +1301,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-38cf455.{output}; record args { account-id: borrow, @@ -1327,7 +1327,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-38cf455.{output}; record args { custom-ssl-options: borrow, @@ -1357,7 +1357,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-38cf455.{output}; record args { account-id: borrow, @@ -1378,7 +1378,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-38cf455.{output}; record args { account-id: borrow, @@ -1408,7 +1408,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-38cf455.{output}; record args { account-id: borrow, @@ -1432,7 +1432,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-38cf455.{output}; record args { enabled: borrow, @@ -1452,7 +1452,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-38cf455.{output}; record args { account-id: borrow, @@ -1480,7 +1480,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-38cf455.{output}; record args { account-id: borrow, @@ -1512,7 +1512,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-38cf455.{output}; record args { account-id: borrow, @@ -1566,7 +1566,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-38cf455.{output}; record args { account-id: borrow, @@ -1598,7 +1598,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-38cf455.{output}; record args { account-id: borrow, @@ -1622,7 +1622,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-38cf455.{output}; record args { actions: borrow, @@ -1649,7 +1649,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-38cf455.{output}; record args { actions: borrow, @@ -1678,7 +1678,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-38cf455.{output}; record args { enabled: borrow, @@ -1705,7 +1705,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-38cf455.{output}; record args { account-id: borrow, @@ -1727,7 +1727,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-38cf455.{output}; record args { description: borrow, @@ -1753,7 +1753,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-38cf455.{output}; record args { action: borrow, @@ -1783,7 +1783,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-38cf455.{output}; record args { account-id: borrow, @@ -1821,7 +1821,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-38cf455.{output}; record args { address: borrow, @@ -1879,7 +1879,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-38cf455.{output}; record args { hostname: borrow, @@ -1905,7 +1905,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-38cf455.{output}; record args { hostname: borrow, @@ -1931,7 +1931,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-38cf455.{output}; record args { account-id: borrow, @@ -1957,7 +1957,7 @@ interface hyperdrive-config { } interface infrastructure-access-target { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -1981,7 +1981,7 @@ interface infrastructure-access-target { } interface ipsec-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2033,7 +2033,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-38cf455.{output}; record args { bundle-method: borrow, @@ -2064,7 +2064,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-38cf455.{output}; record args { account-id: borrow, @@ -2090,7 +2090,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-38cf455.{output}; record args { account-id: borrow, @@ -2120,7 +2120,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-38cf455.{output}; record args { adaptive-routings: borrow, @@ -2176,7 +2176,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-38cf455.{output}; record args { account-id: borrow, @@ -2228,7 +2228,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-38cf455.{output}; record args { account-id: borrow, @@ -2272,7 +2272,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-38cf455.{output}; record args { enabled: borrow, @@ -2292,7 +2292,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-38cf455.{output}; record args { account-id: borrow, @@ -2338,7 +2338,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-38cf455.{output}; record args { account-id: borrow, @@ -2361,7 +2361,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-38cf455.{output}; record args { account-id: borrow, @@ -2385,7 +2385,7 @@ interface magic-firewall-ruleset { } interface magic-wan-gre-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2423,7 +2423,7 @@ interface magic-wan-gre-tunnel { } interface magic-wan-ipsec-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2475,7 +2475,7 @@ interface magic-wan-ipsec-tunnel { } interface magic-wan-static-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2507,7 +2507,7 @@ interface magic-wan-static-route { } interface managed-headers { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { managed-request-headers: borrow, @@ -2529,7 +2529,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-38cf455.{output}; record args { account-id: borrow, @@ -2560,7 +2560,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-38cf455.{output}; record args { account-id: borrow, @@ -2596,7 +2596,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-38cf455.{output}; record args { account-id: borrow, @@ -2624,7 +2624,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-38cf455.{output}; record args { frequency: borrow, @@ -2648,7 +2648,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-38cf455.{output}; record args { csr: borrow, @@ -2676,7 +2676,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-38cf455.{output}; record args { actions: borrow, @@ -2702,7 +2702,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-38cf455.{output}; record args { account-id: borrow, @@ -2725,7 +2725,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-38cf455.{output}; record args { account-id: borrow, @@ -2756,7 +2756,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-38cf455.{output}; record args { account-id: borrow, @@ -2776,7 +2776,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-38cf455.{output}; record args { account-id: borrow, @@ -2798,7 +2798,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-38cf455.{output}; record args { action: borrow, @@ -2832,7 +2832,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-38cf455.{output}; record args { allow-overwrite: borrow, @@ -2877,7 +2877,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-38cf455.{output}; record args { hostname: borrow, @@ -2900,7 +2900,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-38cf455.{output}; record args { value: borrow, @@ -2920,7 +2920,7 @@ interface regional-tiered-cache { } interface risk-behavior { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2940,7 +2940,7 @@ interface risk-behavior { } interface ruleset { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -2970,7 +2970,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-38cf455.{output}; record args { argo-smart-routing: borrow, @@ -3012,7 +3012,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-38cf455.{output}; record args { account-id: borrow, @@ -3036,7 +3036,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-38cf455.{output}; record args { account-id: borrow, @@ -3068,7 +3068,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-38cf455.{output}; record args { account-id: borrow, @@ -3118,7 +3118,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-38cf455.{output}; record args { account-id: borrow, @@ -3146,7 +3146,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-38cf455.{output}; record args { account-id: borrow, @@ -3177,7 +3177,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-38cf455.{output}; record args { account-id: borrow, @@ -3200,7 +3200,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-38cf455.{output}; record args { account-id: borrow, @@ -3239,7 +3239,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-38cf455.{output}; record args { cache-type: borrow, @@ -3259,7 +3259,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-38cf455.{output}; record args { certificate-authority: borrow, @@ -3281,7 +3281,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-38cf455.{output}; record args { account-id: borrow, @@ -3307,7 +3307,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-38cf455.{output}; record args { account-id: borrow, @@ -3329,7 +3329,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-38cf455.{output}; record args { account-id: borrow, @@ -3355,7 +3355,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-38cf455.{output}; record args { account-id: borrow, @@ -3379,7 +3379,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-38cf455.{output}; record args { account-id: borrow, @@ -3410,7 +3410,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-38cf455.{output}; record args { scope: borrow, @@ -3432,7 +3432,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-38cf455.{output}; record args { configuration: borrow, @@ -3458,7 +3458,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-38cf455.{output}; record args { additional-routes: borrow, @@ -3512,7 +3512,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-38cf455.{output}; record args { custom-page-html: borrow, @@ -3560,7 +3560,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-38cf455.{output}; record args { rules: borrow, @@ -3582,7 +3582,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-38cf455.{output}; record args { search-engine-crawler-bypass: borrow, @@ -3602,7 +3602,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-38cf455.{output}; record args { description: borrow, @@ -3631,7 +3631,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-38cf455.{output}; record args { account-id: borrow, @@ -3659,7 +3659,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-38cf455.{output}; record args { account-id: borrow, @@ -3687,7 +3687,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-38cf455.{output}; record args { account-id: borrow, @@ -3709,7 +3709,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-38cf455.{output}; record args { account-id: borrow, @@ -3735,7 +3735,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-38cf455.{output}; record args { pattern: borrow, @@ -3757,7 +3757,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-38cf455.{output}; record args { account-id: borrow, @@ -3813,7 +3813,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-38cf455.{output}; record args { account-id: borrow, @@ -3837,7 +3837,7 @@ interface worker-secret { } interface workers-cron-trigger { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -3859,7 +3859,7 @@ interface workers-cron-trigger { } interface workers-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -3885,7 +3885,7 @@ interface workers-domain { } interface workers-for-platforms-dispatch-namespace { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -3905,7 +3905,7 @@ interface workers-for-platforms-dispatch-namespace { } 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-38cf455.{output}; record args { account-id: borrow, @@ -3925,7 +3925,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-38cf455.{output}; record args { account-id: borrow, @@ -3949,7 +3949,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-38cf455.{output}; record args { account-id: borrow, @@ -3969,7 +3969,7 @@ interface workers-kv-namespace { } interface workers-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { pattern: borrow, @@ -3991,7 +3991,7 @@ interface workers-route { } interface workers-script { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4047,7 +4047,7 @@ interface workers-script { } interface workers-secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4071,7 +4071,7 @@ interface workers-secret { } interface zero-trust-access-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4156,7 +4156,7 @@ interface zero-trust-access-application { } interface zero-trust-access-custom-page { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4184,7 +4184,7 @@ interface zero-trust-access-custom-page { } interface zero-trust-access-group { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4212,7 +4212,7 @@ interface zero-trust-access-group { } interface zero-trust-access-identity-provider { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4240,7 +4240,7 @@ interface zero-trust-access-identity-provider { } interface zero-trust-access-mtls-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4267,7 +4267,7 @@ interface zero-trust-access-mtls-certificate { } interface zero-trust-access-mtls-hostname-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4289,7 +4289,7 @@ interface zero-trust-access-mtls-hostname-settings { } interface zero-trust-access-organization { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4331,7 +4331,7 @@ interface zero-trust-access-organization { } interface zero-trust-access-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4379,7 +4379,7 @@ interface zero-trust-access-policy { } interface zero-trust-access-service-token { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4408,7 +4408,7 @@ interface zero-trust-access-service-token { } interface zero-trust-access-short-lived-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4432,7 +4432,7 @@ interface zero-trust-access-short-lived-certificate { } interface zero-trust-access-tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4456,7 +4456,7 @@ interface zero-trust-access-tag { } interface zero-trust-device-certificates { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { enabled: borrow, @@ -4476,7 +4476,7 @@ interface zero-trust-device-certificates { } interface zero-trust-device-managed-networks { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4500,7 +4500,7 @@ interface zero-trust-device-managed-networks { } interface zero-trust-device-posture-integration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4528,7 +4528,7 @@ interface zero-trust-device-posture-integration { } interface zero-trust-device-posture-rule { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4560,7 +4560,7 @@ interface zero-trust-device-posture-rule { } interface zero-trust-device-profiles { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4614,7 +4614,7 @@ interface zero-trust-device-profiles { } interface zero-trust-dex-test { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4644,7 +4644,7 @@ interface zero-trust-dex-test { } interface zero-trust-dlp-profile { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4676,7 +4676,7 @@ interface zero-trust-dlp-profile { } interface zero-trust-dns-location { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4707,7 +4707,7 @@ interface zero-trust-dns-location { } interface zero-trust-gateway-certificate { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4739,7 +4739,7 @@ interface zero-trust-gateway-certificate { } interface zero-trust-gateway-policy { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4778,7 +4778,7 @@ interface zero-trust-gateway-policy { } interface zero-trust-gateway-proxy-endpoint { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4801,7 +4801,7 @@ interface zero-trust-gateway-proxy-endpoint { } interface zero-trust-gateway-settings { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4851,7 +4851,7 @@ interface zero-trust-gateway-settings { } interface zero-trust-infrastructure-access-target { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4875,7 +4875,7 @@ interface zero-trust-infrastructure-access-target { } interface zero-trust-key-access-key-configuration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4895,7 +4895,7 @@ interface zero-trust-key-access-key-configuration { } interface zero-trust-list { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4923,7 +4923,7 @@ interface zero-trust-list { } interface zero-trust-local-fallback-domain { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4945,7 +4945,7 @@ interface zero-trust-local-fallback-domain { } interface zero-trust-risk-behavior { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4965,7 +4965,7 @@ interface zero-trust-risk-behavior { } interface zero-trust-risk-score-integration { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -4992,7 +4992,7 @@ interface zero-trust-risk-score-integration { } interface zero-trust-split-tunnel { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5016,7 +5016,7 @@ interface zero-trust-split-tunnel { } interface zero-trust-tunnel-cloudflared { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5042,7 +5042,7 @@ interface zero-trust-tunnel-cloudflared { } interface zero-trust-tunnel-cloudflared-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5064,7 +5064,7 @@ interface zero-trust-tunnel-cloudflared-config { } interface zero-trust-tunnel-route { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5090,7 +5090,7 @@ interface zero-trust-tunnel-route { } interface zero-trust-tunnel-virtual-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5114,7 +5114,7 @@ interface zero-trust-tunnel-virtual-network { } interface zone { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5148,7 +5148,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-38cf455.{output}; record args { enabled: borrow, @@ -5168,7 +5168,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-38cf455.{output}; record args { avifs: borrow, @@ -5208,7 +5208,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-38cf455.{output}; record args { modified-on: borrow, @@ -5238,7 +5238,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-38cf455.{output}; record args { hold: borrow, @@ -5262,7 +5262,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-38cf455.{output}; record args { configurations: borrow, @@ -5290,7 +5290,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-38cf455.{output}; record args { settings: borrow, @@ -5316,7 +5316,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-38cf455.{output}; record args { account-id: borrow, @@ -5341,7 +5341,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-38cf455.{output}; record args { account-id: borrow, @@ -5364,7 +5364,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-38cf455.{output}; record args { account-id: borrow, @@ -5383,7 +5383,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-38cf455.{output}; record args { name: borrow, @@ -5402,7 +5402,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-38cf455.{output}; record res { @@ -5420,7 +5420,7 @@ interface get-api-token-permission-groups { } interface get-dcv-delegation { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { zone-id: borrow, @@ -5439,7 +5439,7 @@ interface get-dcv-delegation { } 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-38cf455.{output}; record args { account-id: borrow, @@ -5462,7 +5462,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-38cf455.{output}; record args { account-id: borrow, @@ -5481,7 +5481,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-38cf455.{output}; record args { account-id: borrow, @@ -5500,7 +5500,7 @@ interface get-dlp-datasets { } interface get-gateway-app-types { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5519,7 +5519,7 @@ interface get-gateway-app-types { } interface get-gateway-categories { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5538,7 +5538,7 @@ interface get-gateway-categories { } interface get-infrastructure-access-targets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5571,7 +5571,7 @@ interface get-infrastructure-access-targets { } 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-38cf455.{output}; record res { @@ -5589,7 +5589,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-38cf455.{output}; record args { account-id: borrow, @@ -5612,7 +5612,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-38cf455.{output}; record args { account-id: borrow, @@ -5631,7 +5631,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-38cf455.{output}; record args { account-id: borrow, @@ -5653,7 +5653,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-38cf455.{output}; record args { id: borrow, @@ -5675,7 +5675,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-38cf455.{output}; record args { algorithm: borrow, @@ -5694,7 +5694,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-38cf455.{output}; record args { content: borrow, @@ -5724,7 +5724,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-38cf455.{output}; record args { account-id: borrow, @@ -5749,7 +5749,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-38cf455.{output}; record args { account-id: borrow, @@ -5774,7 +5774,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-38cf455.{output}; record args { account-id: borrow, @@ -5796,7 +5796,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-38cf455.{output}; record res { @@ -5811,7 +5811,7 @@ interface get-user { } interface get-zero-trust-access-application { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5836,7 +5836,7 @@ interface get-zero-trust-access-application { } interface get-zero-trust-access-identity-provider { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5859,7 +5859,7 @@ interface get-zero-trust-access-identity-provider { } interface get-zero-trust-infrastructure-access-targets { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5892,7 +5892,7 @@ interface get-zero-trust-infrastructure-access-targets { } interface get-zero-trust-tunnel-cloudflared { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5917,7 +5917,7 @@ interface get-zero-trust-tunnel-cloudflared { } interface get-zero-trust-tunnel-virtual-network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5939,7 +5939,7 @@ interface get-zero-trust-tunnel-virtual-network { } interface get-zone { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { account-id: borrow, @@ -5966,7 +5966,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-38cf455.{output}; record args { zone-id: borrow, @@ -5985,7 +5985,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-38cf455.{output}; record args { zone-id: borrow, @@ -6013,7 +6013,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-38cf455.{output}; record args { filter: borrow, diff --git a/providers/pulumi_wasm_provider_docker/Cargo.toml b/providers/pulumi_wasm_provider_docker/Cargo.toml index 6670936e7..a163d4283 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-38cf455" 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 cf2f44015..b5166128e 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::docker::get_remote_image); }; @@ -3894,141 +3895,143 @@ macro_rules! __export_docker_pulumi_impl { #[doc(inline)] pub(crate) use __export_docker_pulumi_impl as export; #[cfg(target_arch = "wasm32")] -#[link_section = "component-type:wit-bindgen:0.35.0:pulumi:docker@4.5.3--0.0.0-DEV:docker-pulumi:encoded world"] +#[link_section = "component-type:wit-bindgen:0.35.0:pulumi:docker@4.5.3--0.0.0-NIGHTLY-38cf455: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\00component: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\x04names\x04\0\x0c\ -result-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\x1eregiste\ -r-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\x04names\x06\ -object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01p\x09\x01\ -r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01r\x02\x04name\ -s\x06output\x07\x04\0\x1cresource-invoke-result-field\x03\0\x11\x01r\x03\x05toke\ -ns\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\x07re\ -quest\x0d\0\x10\x04\0\x08register\x01\x18\x01@\x01\x07request\x14\0\x17\x04\0\x06\ -invoke\x01\x19\x03\02component:pulumi-wasm/register-interface@0.0.0-DEV\x05\x02\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r>\x06attach\x02\x0c\ -capabilities\x02\x0dcgroupns-mode\x02\x07command\x02+container-read-refresh-time\ -out-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\x04init\x02\x08ipc-mode\x02\x06labels\ -\x02\x0alog-driver\x02\x08log-opts\x02\x04logs\x02\x0fmax-retry-count\x02\x06mem\ -ory\x02\x0bmemory-swap\x02\x06mounts\x02\x08must-run\x02\x04name\x02\x0cnetwork-\ -mode\x02\x11networks-advanced\x02\x08pid-mode\x02\x05ports\x02\x0aprivileged\x02\ -\x11publish-all-ports\x02\x09read-only\x02\x0eremove-volumes\x02\x07restart\x02\x02\ -rm\x02\x07runtime\x02\x0dsecurity-opts\x02\x08shm-size\x02\x05start\x02\x0astdin\ --open\x02\x0bstop-signal\x02\x0cstop-timeout\x02\x0cstorage-opts\x02\x07sysctls\x02\ -\x05tmpfs\x02\x03tty\x02\x07ulimits\x02\x07uploads\x02\x04user\x02\x0buserns-mod\ -e\x02\x07volumes\x02\x04wait\x02\x0cwait-timeout\x02\x0bworking-dir\x02\x04\0\x04\ -args\x03\0\x03\x01i\x01\x01rB\x06attach\x05\x06bridge\x05\x0ccapabilities\x05\x0d\ -cgroupns-mode\x05\x07command\x05\x0econtainer-logs\x05+container-read-refresh-ti\ -meout-milliseconds\x05\x07cpu-set\x05\x0acpu-shares\x05\x15destroy-grace-seconds\ -\x05\x07devices\x05\x03dns\x05\x08dns-opts\x05\x0cdns-searches\x05\x0adomainname\ -\x05\x0bentrypoints\x05\x04envs\x05\x09exit-code\x05\x04gpus\x05\x0agroup-adds\x05\ -\x0bhealthcheck\x05\x08hostname\x05\x05hosts\x05\x05image\x05\x04init\x05\x08ipc\ --mode\x05\x06labels\x05\x0alog-driver\x05\x08log-opts\x05\x04logs\x05\x0fmax-ret\ -ry-count\x05\x06memory\x05\x0bmemory-swap\x05\x06mounts\x05\x08must-run\x05\x04n\ -ame\x05\x0dnetwork-datas\x05\x0cnetwork-mode\x05\x11networks-advanced\x05\x08pid\ --mode\x05\x05ports\x05\x0aprivileged\x05\x11publish-all-ports\x05\x09read-only\x05\ -\x0eremove-volumes\x05\x07restart\x05\x02rm\x05\x07runtime\x05\x0dsecurity-opts\x05\ -\x08shm-size\x05\x05start\x05\x0astdin-open\x05\x0bstop-signal\x05\x0cstop-timeo\ -ut\x05\x0cstorage-opts\x05\x07sysctls\x05\x05tmpfs\x05\x03tty\x05\x07ulimits\x05\ -\x07uploads\x05\x04user\x05\x0buserns-mode\x05\x07volumes\x05\x04wait\x05\x0cwai\ -t-timeout\x05\x0bworking-dir\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04arg\ -s\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0(pulumi:docker/container@4.5.3--0.0.0-D\ -EV\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\ -\x05build\x02\x10build-on-preview\x02\x0aimage-name\x02\x08registry\x02\x09skip-\ -push\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x0fbase-image-name\x05\x07con\ -text\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\0$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\x08internal\x02\x0cipam-con\ -figs\x02\x0bipam-driver\x02\x0cipam-options\x02\x04ipv6\x02\x06labels\x02\x04nam\ -e\x02\x07options\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x0aattachable\x05\ -\x0fcheck-duplicate\x05\x06driver\x05\x07ingress\x05\x08internal\x05\x0cipam-con\ -figs\x05\x0bipam-driver\x05\x0cipam-options\x05\x04ipv6\x05\x06labels\x05\x04nam\ -e\x05\x07options\x05\x05scope\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0&pulumi:docker/network@4.5.3--0.0.0-DE\ -V\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\ -\x05alias\x02\x0eenable-timeout\x02\x07enabled\x02\x04envs\x02\x0dforce-destroy\x02\ -\x0dforce-disable\x02\x15grant-all-permissions\x02\x11grant-permissions\x02\x04n\ -ame\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0a\x05alias\x05\x0eenable-timeout\ -\x05\x07enabled\x05\x04envs\x05\x0dforce-destroy\x05\x0dforce-disable\x05\x15gra\ -nt-all-permissions\x05\x11grant-permissions\x05\x04name\x05\x10plugin-reference\x05\ +ne\x01\x06\x03\0component:pulumi-wasm/register-interfac\ +e@0.0.0-NIGHTLY-38cf455\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\04pulumi:do\ +cker/container@4.5.3--0.0.0-NIGHTLY-38cf455\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\00pulumi:docker\ +/image@4.5.3--0.0.0-NIGHTLY-38cf455\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x0c\x0aattachable\x02\x0fcheck-duplicate\x02\x06dri\ +ver\x02\x07ingress\x02\x08internal\x02\x0cipam-configs\x02\x0bipam-driver\x02\x0c\ +ipam-options\x02\x04ipv6\x02\x06labels\x02\x04name\x02\x07options\x02\x04\0\x04a\ +rgs\x03\0\x03\x01i\x01\x01r\x0d\x0aattachable\x05\x0fcheck-duplicate\x05\x06driv\ +er\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\0%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-r\ -emotely\x02\x04name\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\ -\x14insecure-skip-verify\x05\x0dkeep-remotely\x05\x04name\x05\x0dsha256-digest\x05\ -\x08triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\ -\x06invoke\x01\x08\x04\0-pulumi:docker/registry-image@4.5.3--0.0.0-DEV\x05\x07\x01\ -B\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\x08platform\x02\x0dpull-tri\ -ggers\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x05build\x05\ -\x0cforce-remove\x05\x08image-id\x05\x0ckeep-locally\x05\x04name\x05\x08platform\ -\x05\x0dpull-triggers\x05\x0brepo-digest\x05\x08triggers\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0+pulumi:docker\ -/remote-image@4.5.3--0.0.0-DEV\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06out\ -put\x03\0\0\x01h\x01\x01r\x03\x04data\x02\x06labels\x02\x04name\x02\x04\0\x04arg\ -s\x03\0\x03\x01i\x01\x01r\x03\x04data\x05\x06labels\x05\x04name\x05\x04\0\x03res\ -\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0%pul\ -umi:docker/secret@4.5.3--0.0.0-DEV\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\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-sp\ -ec\x02\x0dupdate-config\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x04auth\x05\ -\x0fconverge-config\x05\x0dendpoint-spec\x05\x06labels\x05\x04mode\x05\x04name\x05\ -\x0frollback-config\x05\x09task-spec\x05\x0dupdate-config\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0&pulumi:do\ -cker/service@4.5.3--0.0.0-DEV\x05\x0a\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x02\x04data\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x02\x04data\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04\ -args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0-pulumi:docker/service-config@4.5.3-\ --0.0.0-DEV\x05\x0b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\ -\x01r\x02\x0csource-image\x02\x0ctarget-image\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x03\x0csource-image\x05\x0fsource-image-id\x05\x0ctarget-image\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0\"\ -pulumi:docker/tag@4.5.3--0.0.0-DEV\x05\x0c\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ -output\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\0%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\x06follow\x02\x18logs-list-strin\ -g-enabled\x02\x04name\x02\x0bshow-stderr\x02\x0bshow-stdout\x02\x05since\x02\x04\ -tail\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-stri\ -ng-enabled\x05\x11logs-list-strings\x05\x04name\x05\x0bshow-stderr\x05\x0bshow-s\ -tdout\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\0'pulumi:docker/ge\ -t-logs@4.5.3--0.0.0-DEV\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\x06\ -driver\x05\x02id\x05\x08internal\x05\x0cipam-configs\x05\x04name\x05\x07options\x05\ -\x05scope\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\ -\x08\x04\0*pulumi:docker/get-network@4.5.3--0.0.0-DEV\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\x04\ -args\x03\0\x03\x01i\x01\x01r\x07\x05alias\x05\x07enabled\x05\x04envs\x05\x15gran\ -t-all-permissions\x05\x02id\x05\x04name\x05\x10plugin-reference\x05\x04\0\x03res\ -\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0)pulumi:docke\ -r/get-plugin@4.5.3--0.0.0-DEV\x05\x10\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x02\x14insecure-skip-verify\x02\x04name\x02\x04\0\x04ar\ -gs\x03\0\x03\x01i\x01\x01r\x04\x02id\x05\x14insecure-skip-verify\x05\x04name\x05\ -\x0dsha256-digest\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06\ -invoke\x01\x08\x04\01pulumi:docker/get-registry-image@4.5.3--0.0.0-DEV\x05\x11\x01\ -B\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\0/pul\ -umi:docker/get-remote-image@4.5.3--0.0.0-DEV\x05\x12\x04\0,pulumi:docker/docker-\ -pulumi@4.5.3--0.0.0-DEV\x04\0\x0b\x13\x01\0\x0ddocker-pulumi\x03\0\0\0G\x09produ\ -cers\x01\x0cprocessed-by\x02\x0dwit-component\x070.220.0\x10wit-bindgen-rust\x06\ -0.35.0"; +\x04\02pulumi:docker/network@4.5.3--0.0.0-NIGHTLY-38cf455\x05\x05\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x05alias\x02\x0eenable-ti\ +meout\x02\x07enabled\x02\x04envs\x02\x0dforce-destroy\x02\x0dforce-disable\x02\x15\ +grant-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\x04en\ +vs\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\01pulumi:docker\ +/plugin@4.5.3--0.0.0-NIGHTLY-38cf455\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\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\x14insecu\ +re-skip-verify\x05\x0dkeep-remotely\x05\x04name\x05\x0dsha256-digest\x05\x08trig\ +gers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\09pulumi:docker/registry-image@4.5.3--0.0.0-NIGHTLY-38cf455\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\x08platform\x02\x0dpull\ +-triggers\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x05build\ +\x05\x0cforce-remove\x05\x08image-id\x05\x0ckeep-locally\x05\x04name\x05\x08plat\ +form\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\07pulumi:\ +docker/remote-image@4.5.3--0.0.0-NIGHTLY-38cf455\x05\x08\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x04data\x02\x06labels\x02\x04name\ +\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x04data\x05\x06labels\x05\x04name\ +\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\ +\x08\x04\01pulumi:docker/secret@4.5.3--0.0.0-NIGHTLY-38cf455\x05\x09\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\x0fconver\ +ge-config\x02\x0dendpoint-spec\x02\x06labels\x02\x04mode\x02\x04name\x02\x0froll\ +back-config\x02\x09task-spec\x02\x0dupdate-config\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x09\x04auth\x05\x0fconverge-config\x05\x0dendpoint-spec\x05\x06labels\ +\x05\x04mode\x05\x04name\x05\x0frollback-config\x05\x09task-spec\x05\x0dupdate-c\ +onfig\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06in\ +voke\x01\x08\x04\02pulumi:docker/service@4.5.3--0.0.0-NIGHTLY-38cf455\x05\x0a\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04data\x02\x04\ +name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x04data\x05\x04name\x05\x04\0\ +\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ +\09pulumi:docker/service-config@4.5.3--0.0.0-NIGHTLY-38cf455\x05\x0b\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0csource-image\x02\x0c\ +target-image\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0csource-image\x05\x0f\ +source-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\0.pulumi:docker/tag@4.5.3--0.0.0-\ +NIGHTLY-38cf455\x05\x0c\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x04\x06driver\x02\x0bdriver-opts\x02\x06labels\x02\x04name\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x05\x06driver\x05\x0bdriver-opts\x05\x06labels\x05\x0a\ +mountpoint\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\ +\x07\x04\0\x06invoke\x01\x08\x04\01pulumi:docker/volume@4.5.3--0.0.0-NIGHTLY-38c\ +f455\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\x18logs-list-string-enabled\ +\x02\x04name\x02\x0bshow-stderr\x02\x0bshow-stdout\x02\x05since\x02\x04tail\x02\x0a\ +timestamps\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\x0bshow-stderr\x05\x0bshow-stdout\x05\x05s\ +ince\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\03pulumi:docker/get-logs@4.5.3--0\ +.0.0-NIGHTLY-38cf455\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\x06driv\ +er\x05\x02id\x05\x08internal\x05\x0cipam-configs\x05\x04name\x05\x07options\x05\x05\ +scope\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\06pulumi:docker/get-network@4.5.3--0.0.0-NIGHTLY-38cf455\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\x07enabled\x05\x04envs\x05\ +\x15grant-all-permissions\x05\x02id\x05\x04name\x05\x10plugin-reference\x05\x04\0\ +\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\05pulum\ +i:docker/get-plugin@4.5.3--0.0.0-NIGHTLY-38cf455\x05\x10\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x14insecure-skip-verify\x02\x04na\ +me\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\x02id\x05\x14insecure-skip-veri\ +fy\x05\x04name\x05\x0dsha256-digest\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\ +\0\x07\x04\0\x06invoke\x01\x08\x04\0=pulumi:docker/get-registry-image@4.5.3--0.0\ +.0-NIGHTLY-38cf455\x05\x11\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x01\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x02id\x05\x04\ +name\x05\x0brepo-digest\x05\x04\0\x03res\x03\0\x06\x01@\x01\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\0;pulumi:docker/get-remote-image@4.5.3--0.0.0-NIGHTLY-3\ +8cf455\x05\x12\x04\08pulumi:docker/docker-pulumi@4.5.3--0.0.0-NIGHTLY-38cf455\x04\ +\0\x0b\x13\x01\0\x0ddocker-pulumi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\ +\x0dwit-component\x070.220.0\x10wit-bindgen-rust\x060.35.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 d41010180..a3055429e 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-38cf455; interface output-interface { diff --git a/providers/pulumi_wasm_provider_docker/wit/world.wit b/providers/pulumi_wasm_provider_docker/wit/world.wit index 15f046c2e..2fd3c56a1 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-38cf455; world docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; 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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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 d90f4dc1d..e090311de 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-38cf455" 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 c6b679f5c..7d5d451e3 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-38cf455": 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 d41010180..a3055429e 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-38cf455; 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 15f046c2e..2fd3c56a1 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-38cf455; world docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; 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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{output}; record args { name: borrow, diff --git a/providers/pulumi_wasm_provider_random/Cargo.toml b/providers/pulumi_wasm_provider_random/Cargo.toml index 8a534a0da..aa5374dfc 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-38cf455" 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 03993e965..9c92bc269 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_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_38cf455_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-38cf455#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_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1895,100 +1896,101 @@ 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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_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_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::pulumi::random::random_uuid); }; } #[doc(inline)] pub(crate) use __export_random_pulumi_impl as export; #[cfg(target_arch = "wasm32")] -#[link_section = "component-type:wit-bindgen:0.35.0:pulumi:random@4.15.0--0.0.0-DEV:random-pulumi:encoded world"] +#[link_section = "component-type:wit-bindgen:0.35.0:pulumi:random@4.15.0--0.0.0-NIGHTLY-38cf455: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\00component: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\02component: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\0,pulumi:random/random-b\ -ytes@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\x04ar\ -gs\x03\0\x03\x01i\x01\x01r\x07\x07b64-std\x05\x07b64-url\x05\x0bbyte-length\x05\x03\ -dec\x05\x03hex\x05\x07keepers\x05\x06prefix\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0)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\x01\ -h\x01\x01r\x04\x07keepers\x02\x03max\x02\x03min\x02\x04seed\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x05\x07keepers\x05\x03max\x05\x03min\x05\x06result\x05\x04s\ -eed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\0.pulumi:random/random-integer@4.15.0--0.0.0-DEV\x05\x05\x01B\x0a\ +combine\x01\x06\x03\0component:pulumi-wasm/register-interfac\ +e@0.0.0-NIGHTLY-38cf455\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x02\x07keepers\x02\x06length\x02\x04\0\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\08pul\ +umi:random/random-bytes@4.15.0--0.0.0-NIGHTLY-38cf455\x05\x03\x01B\x0a\x02\x03\x02\ +\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0bbyte-length\x02\x07keepers\ +\x02\x06prefix\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x07b64-std\x05\x07b\ +64-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\05pulumi:random/random-id@4.15.0--0.0.0-NIGHTLY-38cf455\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\x04args\x03\0\x03\x01i\x01\x01r\x05\x07keepers\ +\x05\x03max\x05\x03min\x05\x06result\x05\x04seed\x05\x04\0\x03res\x03\0\x06\x01@\ +\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\0:pulumi:random/rand\ +om-integer@4.15.0--0.0.0-NIGHTLY-38cf455\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05lower\x02\ +\x09min-lower\x02\x0bmin-numeric\x02\x0bmin-special\x02\x09min-upper\x02\x06numb\ +er\x02\x07numeric\x02\x10override-special\x02\x07special\x02\x05upper\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x0e\x0bbcrypt-hash\x05\x07keepers\x05\x06length\x05\ +\x05lower\x05\x09min-lower\x05\x0bmin-numeric\x05\x0bmin-special\x05\x09min-uppe\ +r\x05\x06number\x05\x07numeric\x05\x10override-special\x05\x06result\x05\x07spec\ +ial\x05\x05upper\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ +\0\x06invoke\x01\x08\x04\0;pulumi:random/random-password@4.15.0--0.0.0-NIGHTLY-3\ +8cf455\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x04\x07keepers\x02\x06length\x02\x06prefix\x02\x09separator\x02\x04\0\x04args\x03\ +\0\x03\x01i\x01\x01r\x04\x07keepers\x05\x06length\x05\x06prefix\x05\x09separator\ +\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\ +\x08\x04\06pulumi:random/random-pet@4.15.0--0.0.0-NIGHTLY-38cf455\x05\x07\x01B\x0a\ +\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06inputs\x02\x07\ +keepers\x02\x0cresult-count\x02\x04seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ +r\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\x06invoke\x01\x08\ +\x04\0:pulumi:random/random-shuffle@4.15.0--0.0.0-NIGHTLY-38cf455\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\x0e\x0bbcrypt-hash\x05\x07ke\ -epers\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\0/pulumi:random/random-passwor\ -d@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\x06prefix\x05\ -\x09separator\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\0*pulumi:random/random-pet@4.15.0--0.0.0-DEV\x05\x07\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06inputs\x02\ -\x07keepers\x02\x0cresult-count\x02\x04seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\ -\x01r\x05\x06inputs\x05\x07keepers\x05\x0cresult-count\x05\x07results\x05\x04see\ -d\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\ -\x01\x08\x04\0.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\x06len\ -gth\x02\x05lower\x02\x09min-lower\x02\x0bmin-numeric\x02\x0bmin-special\x02\x09m\ -in-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\0-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\0+pulumi:random/random-uuid@4.15.0--0.0.0-DEV\x05\x0a\x04\0-pulumi:random/r\ -andom-pulumi@4.15.0--0.0.0-DEV\x04\0\x0b\x13\x01\0\x0drandom-pulumi\x03\0\0\0G\x09\ -producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.220.0\x10wit-bindgen-rus\ -t\x060.35.0"; +\x04\0\x06invoke\x01\x08\x04\09pulumi:random/random-string@4.15.0--0.0.0-NIGHTLY\ +-38cf455\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x01\x07keepers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x07keepers\x05\x06\ +result\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06i\ +nvoke\x01\x08\x04\07pulumi:random/random-uuid@4.15.0--0.0.0-NIGHTLY-38cf455\x05\x0a\ +\x04\09pulumi:random/random-pulumi@4.15.0--0.0.0-NIGHTLY-38cf455\x04\0\x0b\x13\x01\ +\0\x0drandom-pulumi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-compo\ +nent\x070.220.0\x10wit-bindgen-rust\x060.35.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 d41010180..a3055429e 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-38cf455; interface output-interface { diff --git a/providers/pulumi_wasm_provider_random/wit/world.wit b/providers/pulumi_wasm_provider_random/wit/world.wit index bbf855d04..d8f9bcb3e 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-38cf455; world random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; 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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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 d0e301124..fe159ad5f 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-38cf455" 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 8e40b0bbe..71daf841d 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-38cf455": 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 d41010180..a3055429e 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-38cf455; 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 bbf855d04..d8f9bcb3e 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-38cf455; world random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; 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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{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-38cf455.{output}; record args { keepers: borrow, diff --git a/providers/pulumi_wasm_provider_typesystem_rust/Cargo.toml b/providers/pulumi_wasm_provider_typesystem_rust/Cargo.toml index 3aa8286ea..410d922a5 100644 --- a/providers/pulumi_wasm_provider_typesystem_rust/Cargo.toml +++ b/providers/pulumi_wasm_provider_typesystem_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_typesystem" -version = "1.0.0-0.0.0-DEV" +version = "1.0.0-0.0.0-NIGHTLY-38cf455" edition = "2021" [dependencies] diff --git a/providers/pulumi_wasm_provider_typesystem_rust/src/lib.rs b/providers/pulumi_wasm_provider_typesystem_rust/src/lib.rs index 511d6f203..4838f775c 100644 --- a/providers/pulumi_wasm_provider_typesystem_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_typesystem_rust/src/lib.rs @@ -12,7 +12,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "typesystem-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-38cf455": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/providers/pulumi_wasm_provider_typesystem_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_typesystem_rust/wit/deps/pulumi-wasm.wit index d41010180..a3055429e 100644 --- a/providers/pulumi_wasm_provider_typesystem_rust/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_typesystem_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-38cf455; interface output-interface { diff --git a/providers/pulumi_wasm_provider_typesystem_rust/wit/world.wit b/providers/pulumi_wasm_provider_typesystem_rust/wit/world.wit index 84b72a57b..a0f380532 100644 --- a/providers/pulumi_wasm_provider_typesystem_rust/wit/world.wit +++ b/providers/pulumi_wasm_provider_typesystem_rust/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:typesystem@1.0.0--0.0.0-DEV; +package pulumi:typesystem@1.0.0--0.0.0-NIGHTLY-38cf455; world typesystem-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; export typesystem-server; } @@ -11,7 +11,7 @@ world typesystem-pulumi-client { interface typesystem-server { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { optional-string-array: borrow, diff --git a/pulumi_wasm/src/bindings.rs b/pulumi_wasm/src/bindings.rs index 27b58f4db..992ace908 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-38cf455" )] 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-38cf455" )] 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-38cf455" )] 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_38cf455_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-38cf455#[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-38cf455#[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-38cf455#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-38cf455#[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_38cf455_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_38cf455_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-38cf455#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-38cf455#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-38cf455#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-38cf455#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_38cf455_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_38cf455_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-38cf455#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-38cf455#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-38cf455#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_38cf455_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea( @@ -1497,13 +1497,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_38cf455_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_38cf455_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_38cf455_cabi!($ty with_types_in $($path_to_types_root)*:: exports::component::pulumi_wasm::stack_interface); $($path_to_types_root)*:: exports::component::pulumi_wasm_external::pulumi_settings::__export_component_pulumi_wasm_external_pulumi_settings_0_0_0_stable_dev_cabi!($ty @@ -1514,10 +1514,10 @@ macro_rules! __export_pulumi_wasm_impl { #[doc(inline)] pub(crate) use __export_pulumi_wasm_impl as export; #[cfg(target_arch = "wasm32")] -#[link_section = "component-type:wit-bindgen:0.35.0:component:pulumi-wasm@0.0.0-DEV:pulumi-wasm:encoded world"] +#[link_section = "component-type:wit-bindgen:0.35.0:component:pulumi-wasm@0.0.0-NIGHTLY-38cf455:pulumi-wasm:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1882] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xd8\x0d\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1930] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x88\x0e\x01A\x02\x01\ A\x0d\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\ @@ -1534,28 +1534,29 @@ resource-invoke\x01\x0a\x01@\x01\x07request\x04\x01\0\x04\0\x11register-resource \x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13[constructor]o\ utput\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\0\x12[meth\ od]output.map\x01\x04\x01p\x03\x01@\x01\x07outputs\x05\0\x01\x04\0\x07combine\x01\ -\x06\x04\00component: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\x01r\x02\ -\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\0\x0c\ -result-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\x1eregiste\ -r-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\x04names\x06\ -object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01p\x09\x01\ -r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01r\x02\x04name\ -s\x06output\x07\x04\0\x1cresource-invoke-result-field\x03\0\x11\x01r\x03\x05toke\ -ns\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\x07re\ -quest\x0d\0\x10\x04\0\x08register\x01\x18\x01@\x01\x07request\x14\0\x17\x04\0\x06\ -invoke\x01\x19\x04\02component:pulumi-wasm/register-interface@0.0.0-DEV\x05\x04\x01\ -B\x0e\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01i\x01\x01r\x03\x02id\x02\x0b\ -function-ids\x05values\x04\0\x1bfunction-invocation-request\x03\0\x03\x01h\x01\x01\ -r\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\0/component:pulumi-wasm/stac\ -k-interface@0.0.0-DEV\x05\x05\x01B\x02\x01@\x01\x0ain-preview\x7f\x01\0\x04\0\x0e\ -set-in-preview\x01\0\x04\0?component:pulumi-wasm-external/pulumi-settings@0.0.0-\ -STABLE-DEV\x05\x06\x04\0+component:pulumi-wasm/pulumi-wasm@0.0.0-DEV\x04\0\x0b\x11\ -\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-com\ -ponent\x070.220.0\x10wit-bindgen-rust\x060.35.0"; +\x06\x04\0component:pulumi-wasm/register-interface@0.\ +0.0-NIGHTLY-38cf455\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-invocat\ +ion-request\x03\0\x03\x01h\x01\x01r\x02\x02id\x05\x05values\x04\0\x1afunction-in\ +vocation-result\x03\0\x06\x01@\x02\x04names\x05value\x05\x01\0\x04\0\x0aadd-expo\ +rt\x01\x08\x01p\x07\x01p\x04\x01@\x01\x09functions\x09\0\x0a\x04\0\x06finish\x01\ +\x0b\x04\0;component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-38cf455\x05\x05\x01\ +B\x02\x01@\x01\x0ain-preview\x7f\x01\0\x04\0\x0eset-in-preview\x01\0\x04\0?compo\ +nent:pulumi-wasm-external/pulumi-settings@0.0.0-STABLE-DEV\x05\x06\x04\07compone\ +nt:pulumi-wasm/pulumi-wasm@0.0.0-NIGHTLY-38cf455\x04\0\x0b\x11\x01\0\x0bpulumi-w\ +asm\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.220.0\x10\ +wit-bindgen-rust\x060.35.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 f4800743b..052627008 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-38cf455" 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 d41010180..a3055429e 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-38cf455; 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 fbf198630..e6aab5c92 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-38cf455; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; } 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 a86da4201..18ba80e4e 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-38cf455" 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 d41010180..a3055429e 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-38cf455; 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 fbf198630..e6aab5c92 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-38cf455; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; } 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 bc537d0f0..c82918ea4 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-38cf455" 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 b5dc0f53f..569d2e570 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-38cf455": 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 d41010180..a3055429e 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-38cf455; 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 a0fdeeb91..164247bd4 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-38cf455; world mypkg-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; 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-38cf455.{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 ab90c4105..f8119deb1 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-38cf455" 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 d41010180..a3055429e 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-38cf455; 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 a0fdeeb91..164247bd4 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-38cf455; world mypkg-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; 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-38cf455.{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 4bf31e397..ab3fe593d 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-38cf455" 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 d41010180..a3055429e 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-38cf455; 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 aa8d704e9..e1dfe01e5 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-38cf455; world aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; } 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 15bf39674..55e8822b3 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-38cf455" 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 d41010180..a3055429e 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-38cf455; 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 aa8d704e9..e1dfe01e5 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-38cf455; world aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; } world aws-native-pulumi-client { diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/Cargo.toml index cc5d0446e..a425b1924 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_example" -version = "1.0.0-0.0.0-DEV" +version = "1.0.0-0.0.0-NIGHTLY-38cf455" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/src/lib.rs b/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/src/lib.rs index 760081ab4..6b47ec9d3 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/src/lib.rs +++ b/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/src/lib.rs @@ -12,7 +12,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "example-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-38cf455": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/wit/deps/pulumi-wasm.wit index d41010180..a3055429e 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/unions-inline/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-38cf455; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/wit/world.wit index c6fb2843e..53d5d815d 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/unions-inline/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:example@1.0.0--0.0.0-DEV; +package pulumi:example@1.0.0--0.0.0-NIGHTLY-38cf455; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; export example-server; } @@ -11,7 +11,7 @@ world example-pulumi-client { interface example-server { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { properties: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/Cargo.toml index 17ee7ffd7..c649d2799 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_example_provider" -version = "1.0.0-0.0.0-DEV" +version = "1.0.0-0.0.0-NIGHTLY-38cf455" 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/unions-inline/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/wit/deps/pulumi-wasm.wit index d41010180..a3055429e 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/unions-inline/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-38cf455; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/wit/world.wit index c6fb2843e..53d5d815d 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/unions-inline/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:example@1.0.0--0.0.0-DEV; +package pulumi:example@1.0.0--0.0.0-NIGHTLY-38cf455; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; export example-server; } @@ -11,7 +11,7 @@ world example-pulumi-client { interface example-server { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { properties: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/Cargo.toml index cc5d0446e..a425b1924 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_example" -version = "1.0.0-0.0.0-DEV" +version = "1.0.0-0.0.0-NIGHTLY-38cf455" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/src/lib.rs b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/src/lib.rs index 760081ab4..6b47ec9d3 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/src/lib.rs +++ b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/src/lib.rs @@ -12,7 +12,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "example-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-38cf455": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface } }); } diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/wit/deps/pulumi-wasm.wit index d41010180..a3055429e 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/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-38cf455; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/wit/world.wit index fa8ef8c73..13a06daac 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:example@1.0.0--0.0.0-DEV; +package pulumi:example@1.0.0--0.0.0-NIGHTLY-38cf455; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; export example-server; } @@ -11,7 +11,7 @@ world example-pulumi-client { interface example-server { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { properties-collection: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/Cargo.toml index 17ee7ffd7..c649d2799 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_example_provider" -version = "1.0.0-0.0.0-DEV" +version = "1.0.0-0.0.0-NIGHTLY-38cf455" 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/unions-inside-arrays/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/wit/deps/pulumi-wasm.wit index d41010180..a3055429e 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/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-38cf455; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/wit/world.wit index fa8ef8c73..13a06daac 100644 --- a/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/unions-inside-arrays/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:example@1.0.0--0.0.0-DEV; +package pulumi:example@1.0.0--0.0.0-NIGHTLY-38cf455; world example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-38cf455; export example-server; } @@ -11,7 +11,7 @@ world example-pulumi-client { interface example-server { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-38cf455.{output}; record args { properties-collection: borrow, diff --git a/pulumi_wasm_wit/wit/world.wit b/pulumi_wasm_wit/wit/world.wit index f2978d22a..4cf778008 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-38cf455; world pulumi-wasm { export output-interface;