[build-dependencies.rustc_version]
version = "0.4.0"
[dependencies.async-stream]
version = "0.3.5"
[dependencies.chrono]
features = ["serde"]
version = "0.4.31"
[dependencies.flate2]
version = "1.0.28"
[dependencies.form-data-builder]
version = "1.0.1"
[dependencies.futures-core]
version = "0.3.30"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.log]
version = "0.4.20"
[dependencies.reqwest]
default-features = false
features = ["multipart"]
version = "0.11.24"
[dependencies.reqwest-middleware]
version = "0.2.5"
[dependencies.reqwest-retry]
version = "0.3.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.197"
[dependencies.serde_json]
version = "1.0.114"
[dependencies.serde_with]
version = "3.6.1"
[dependencies.url]
version = "2.5.0"
[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics", "serde"]
version = "1.8.0"
[dependencies.zstd]
version = "0.13.0"
[dev-dependencies.chrono]
version = "0.4.31"
[dev-dependencies.convert_case]
version = "0.6.0"
[dev-dependencies.cucumber]
version = "0.20.2"
[dev-dependencies.env_logger]
version = "0.10.0"
[dev-dependencies.futures]
version = "0.3.28"
[dev-dependencies.futures-util]
version = "0.3.30"
[dev-dependencies.minijinja]
version = "1.0.10"
[dev-dependencies.regex]
version = "1.9.5"
[dev-dependencies.sha256]
version = "1.4.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1.10"
[dev-dependencies.urlencoding]
version = "2.1.3"
[dev-dependencies.vcr-cassette]
version = "2.0.1"
[[example]]
doc-scrape-examples = true
name = "v1_authentication_Validate"
path = "examples/v1_authentication_Validate.rs"
[[example]]
name = "v1_aws-integration_CreateAWSAccount"
path = "examples/v1_aws-integration_CreateAWSAccount.rs"
[[example]]
name = "v1_aws-integration_CreateAWSEventBridgeSource"
path = "examples/v1_aws-integration_CreateAWSEventBridgeSource.rs"
[[example]]
name = "v1_aws-integration_CreateAWSTagFilter"
path = "examples/v1_aws-integration_CreateAWSTagFilter.rs"
[[example]]
name = "v1_aws-integration_CreateNewAWSExternalID"
path = "examples/v1_aws-integration_CreateNewAWSExternalID.rs"
[[example]]
name = "v1_aws-integration_DeleteAWSAccount"
path = "examples/v1_aws-integration_DeleteAWSAccount.rs"
[[example]]
name = "v1_aws-integration_DeleteAWSEventBridgeSource"
path = "examples/v1_aws-integration_DeleteAWSEventBridgeSource.rs"
[[example]]
name = "v1_aws-integration_DeleteAWSTagFilter"
path = "examples/v1_aws-integration_DeleteAWSTagFilter.rs"
[[example]]
name = "v1_aws-integration_ListAWSAccounts"
path = "examples/v1_aws-integration_ListAWSAccounts.rs"
[[example]]
name = "v1_aws-integration_ListAWSEventBridgeSources"
path = "examples/v1_aws-integration_ListAWSEventBridgeSources.rs"
[[example]]
name = "v1_aws-integration_ListAWSTagFilters"
path = "examples/v1_aws-integration_ListAWSTagFilters.rs"
[[example]]
name = "v1_aws-integration_ListAvailableAWSNamespaces"
path = "examples/v1_aws-integration_ListAvailableAWSNamespaces.rs"
[[example]]
name = "v1_aws-integration_UpdateAWSAccount"
path = "examples/v1_aws-integration_UpdateAWSAccount.rs"
[[example]]
name = "v1_aws-logs-integration_CheckAWSLogsLambdaAsync"
path = "examples/v1_aws-logs-integration_CheckAWSLogsLambdaAsync.rs"
[[example]]
name = "v1_aws-logs-integration_CheckAWSLogsServicesAsync"
path = "examples/v1_aws-logs-integration_CheckAWSLogsServicesAsync.rs"
[[example]]
name = "v1_aws-logs-integration_CreateAWSLambdaARN"
path = "examples/v1_aws-logs-integration_CreateAWSLambdaARN.rs"
[[example]]
name = "v1_aws-logs-integration_DeleteAWSLambdaARN"
path = "examples/v1_aws-logs-integration_DeleteAWSLambdaARN.rs"
[[example]]
name = "v1_aws-logs-integration_EnableAWSLogServices"
path = "examples/v1_aws-logs-integration_EnableAWSLogServices.rs"
[[example]]
name = "v1_aws-logs-integration_ListAWSLogsIntegrations"
path = "examples/v1_aws-logs-integration_ListAWSLogsIntegrations.rs"
[[example]]
name = "v1_aws-logs-integration_ListAWSLogsServices"
path = "examples/v1_aws-logs-integration_ListAWSLogsServices.rs"
[[example]]
name = "v1_azure-integration_CreateAzureIntegration"
path = "examples/v1_azure-integration_CreateAzureIntegration.rs"
[[example]]
name = "v1_azure-integration_DeleteAzureIntegration"
path = "examples/v1_azure-integration_DeleteAzureIntegration.rs"
[[example]]
name = "v1_azure-integration_ListAzureIntegration"
path = "examples/v1_azure-integration_ListAzureIntegration.rs"
[[example]]
name = "v1_azure-integration_UpdateAzureHostFilters"
path = "examples/v1_azure-integration_UpdateAzureHostFilters.rs"
[[example]]
name = "v1_azure-integration_UpdateAzureIntegration"
path = "examples/v1_azure-integration_UpdateAzureIntegration.rs"
[[example]]
name = "v1_dashboard-lists_CreateDashboardList"
path = "examples/v1_dashboard-lists_CreateDashboardList.rs"
[[example]]
name = "v1_dashboard-lists_DeleteDashboardList"
path = "examples/v1_dashboard-lists_DeleteDashboardList.rs"
[[example]]
name = "v1_dashboard-lists_GetDashboardList"
path = "examples/v1_dashboard-lists_GetDashboardList.rs"
[[example]]
name = "v1_dashboard-lists_ListDashboardLists"
path = "examples/v1_dashboard-lists_ListDashboardLists.rs"
[[example]]
name = "v1_dashboard-lists_UpdateDashboardList"
path = "examples/v1_dashboard-lists_UpdateDashboardList.rs"
[[example]]
name = "v1_dashboards_CreateDashboard"
path = "examples/v1_dashboards_CreateDashboard.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1024858348"
path = "examples/v1_dashboards_CreateDashboard_1024858348.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1039800684"
path = "examples/v1_dashboards_CreateDashboard_1039800684.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1093147852"
path = "examples/v1_dashboards_CreateDashboard_1093147852.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_109450134"
path = "examples/v1_dashboards_CreateDashboard_109450134.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1094917386"
path = "examples/v1_dashboards_CreateDashboard_1094917386.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1177423752"
path = "examples/v1_dashboards_CreateDashboard_1177423752.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1200099236"
path = "examples/v1_dashboards_CreateDashboard_1200099236.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1213075383"
path = "examples/v1_dashboards_CreateDashboard_1213075383.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1284514532"
path = "examples/v1_dashboards_CreateDashboard_1284514532.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1307120899"
path = "examples/v1_dashboards_CreateDashboard_1307120899.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1413226400"
path = "examples/v1_dashboards_CreateDashboard_1413226400.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1423904722"
path = "examples/v1_dashboards_CreateDashboard_1423904722.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1433408735"
path = "examples/v1_dashboards_CreateDashboard_1433408735.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1442588603"
path = "examples/v1_dashboards_CreateDashboard_1442588603.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_145494973"
path = "examples/v1_dashboards_CreateDashboard_145494973.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1490099434"
path = "examples/v1_dashboards_CreateDashboard_1490099434.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1617893815"
path = "examples/v1_dashboards_CreateDashboard_1617893815.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1712853070"
path = "examples/v1_dashboards_CreateDashboard_1712853070.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_173805046"
path = "examples/v1_dashboards_CreateDashboard_173805046.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1738608750"
path = "examples/v1_dashboards_CreateDashboard_1738608750.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1751391372"
path = "examples/v1_dashboards_CreateDashboard_1751391372.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1754992756"
path = "examples/v1_dashboards_CreateDashboard_1754992756.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_1877023900"
path = "examples/v1_dashboards_CreateDashboard_1877023900.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2029850837"
path = "examples/v1_dashboards_CreateDashboard_2029850837.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2034634967"
path = "examples/v1_dashboards_CreateDashboard_2034634967.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2064651578"
path = "examples/v1_dashboards_CreateDashboard_2064651578.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2104498738"
path = "examples/v1_dashboards_CreateDashboard_2104498738.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2261785072"
path = "examples/v1_dashboards_CreateDashboard_2261785072.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2278756614"
path = "examples/v1_dashboards_CreateDashboard_2278756614.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2308247857"
path = "examples/v1_dashboards_CreateDashboard_2308247857.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2316374332"
path = "examples/v1_dashboards_CreateDashboard_2316374332.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2336428357"
path = "examples/v1_dashboards_CreateDashboard_2336428357.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2338918735"
path = "examples/v1_dashboards_CreateDashboard_2338918735.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2342457693"
path = "examples/v1_dashboards_CreateDashboard_2342457693.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2345541687"
path = "examples/v1_dashboards_CreateDashboard_2345541687.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2349863258"
path = "examples/v1_dashboards_CreateDashboard_2349863258.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2361531620"
path = "examples/v1_dashboards_CreateDashboard_2361531620.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2432046716"
path = "examples/v1_dashboards_CreateDashboard_2432046716.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2490110261"
path = "examples/v1_dashboards_CreateDashboard_2490110261.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_252716965"
path = "examples/v1_dashboards_CreateDashboard_252716965.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2563642929"
path = "examples/v1_dashboards_CreateDashboard_2563642929.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2607944105"
path = "examples/v1_dashboards_CreateDashboard_2607944105.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2610827685"
path = "examples/v1_dashboards_CreateDashboard_2610827685.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2617251399"
path = "examples/v1_dashboards_CreateDashboard_2617251399.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2618036642"
path = "examples/v1_dashboards_CreateDashboard_2618036642.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2634813877"
path = "examples/v1_dashboards_CreateDashboard_2634813877.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2644712913"
path = "examples/v1_dashboards_CreateDashboard_2644712913.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2652180930"
path = "examples/v1_dashboards_CreateDashboard_2652180930.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2705593938"
path = "examples/v1_dashboards_CreateDashboard_2705593938.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2800096921"
path = "examples/v1_dashboards_CreateDashboard_2800096921.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2823363212"
path = "examples/v1_dashboards_CreateDashboard_2823363212.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2843286292"
path = "examples/v1_dashboards_CreateDashboard_2843286292.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2850365602"
path = "examples/v1_dashboards_CreateDashboard_2850365602.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2917274132"
path = "examples/v1_dashboards_CreateDashboard_2917274132.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_2921337351"
path = "examples/v1_dashboards_CreateDashboard_2921337351.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3066042014"
path = "examples/v1_dashboards_CreateDashboard_3066042014.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3117424216"
path = "examples/v1_dashboards_CreateDashboard_3117424216.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3195475781"
path = "examples/v1_dashboards_CreateDashboard_3195475781.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3250131584"
path = "examples/v1_dashboards_CreateDashboard_3250131584.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3298564989"
path = "examples/v1_dashboards_CreateDashboard_3298564989.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3451918078"
path = "examples/v1_dashboards_CreateDashboard_3451918078.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3513586382"
path = "examples/v1_dashboards_CreateDashboard_3513586382.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3520534424"
path = "examples/v1_dashboards_CreateDashboard_3520534424.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3562282606"
path = "examples/v1_dashboards_CreateDashboard_3562282606.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3669695268"
path = "examples/v1_dashboards_CreateDashboard_3669695268.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3685886950"
path = "examples/v1_dashboards_CreateDashboard_3685886950.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3777304439"
path = "examples/v1_dashboards_CreateDashboard_3777304439.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3882428227"
path = "examples/v1_dashboards_CreateDashboard_3882428227.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_3982498788"
path = "examples/v1_dashboards_CreateDashboard_3982498788.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_4026341408"
path = "examples/v1_dashboards_CreateDashboard_4026341408.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_4076476470"
path = "examples/v1_dashboards_CreateDashboard_4076476470.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_41622531"
path = "examples/v1_dashboards_CreateDashboard_41622531.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_417992286"
path = "examples/v1_dashboards_CreateDashboard_417992286.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_4262729673"
path = "examples/v1_dashboards_CreateDashboard_4262729673.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_578885732"
path = "examples/v1_dashboards_CreateDashboard_578885732.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_607525069"
path = "examples/v1_dashboards_CreateDashboard_607525069.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_651038379"
path = "examples/v1_dashboards_CreateDashboard_651038379.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_765140092"
path = "examples/v1_dashboards_CreateDashboard_765140092.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_794302680"
path = "examples/v1_dashboards_CreateDashboard_794302680.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_798168180"
path = "examples/v1_dashboards_CreateDashboard_798168180.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_803346562"
path = "examples/v1_dashboards_CreateDashboard_803346562.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_858397694"
path = "examples/v1_dashboards_CreateDashboard_858397694.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_865807520"
path = "examples/v1_dashboards_CreateDashboard_865807520.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_913313564"
path = "examples/v1_dashboards_CreateDashboard_913313564.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_915214113"
path = "examples/v1_dashboards_CreateDashboard_915214113.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_927141680"
path = "examples/v1_dashboards_CreateDashboard_927141680.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_9836563"
path = "examples/v1_dashboards_CreateDashboard_9836563.rs"
[[example]]
name = "v1_dashboards_CreateDashboard_985012506"
path = "examples/v1_dashboards_CreateDashboard_985012506.rs"
[[example]]
name = "v1_dashboards_CreatePublicDashboard"
path = "examples/v1_dashboards_CreatePublicDashboard.rs"
[[example]]
name = "v1_dashboards_CreatePublicDashboard_1668947073"
path = "examples/v1_dashboards_CreatePublicDashboard_1668947073.rs"
[[example]]
name = "v1_dashboards_DeleteDashboard"
path = "examples/v1_dashboards_DeleteDashboard.rs"
[[example]]
name = "v1_dashboards_DeleteDashboards"
path = "examples/v1_dashboards_DeleteDashboards.rs"
[[example]]
name = "v1_dashboards_DeletePublicDashboard"
path = "examples/v1_dashboards_DeletePublicDashboard.rs"
[[example]]
name = "v1_dashboards_DeletePublicDashboardInvitation"
path = "examples/v1_dashboards_DeletePublicDashboardInvitation.rs"
[[example]]
name = "v1_dashboards_GetDashboard"
path = "examples/v1_dashboards_GetDashboard.rs"
[[example]]
name = "v1_dashboards_GetDashboard_4262333854"
path = "examples/v1_dashboards_GetDashboard_4262333854.rs"
[[example]]
name = "v1_dashboards_GetPublicDashboard"
path = "examples/v1_dashboards_GetPublicDashboard.rs"
[[example]]
name = "v1_dashboards_GetPublicDashboardInvitations"
path = "examples/v1_dashboards_GetPublicDashboardInvitations.rs"
[[example]]
name = "v1_dashboards_ListDashboards"
path = "examples/v1_dashboards_ListDashboards.rs"
[[example]]
name = "v1_dashboards_ListDashboards_1062671515"
path = "examples/v1_dashboards_ListDashboards_1062671515.rs"
[[example]]
name = "v1_dashboards_ListDashboards_1773932563"
path = "examples/v1_dashboards_ListDashboards_1773932563.rs"
[[example]]
name = "v1_dashboards_RestoreDashboards"
path = "examples/v1_dashboards_RestoreDashboards.rs"
[[example]]
name = "v1_dashboards_SendPublicDashboardInvitation"
path = "examples/v1_dashboards_SendPublicDashboardInvitation.rs"
[[example]]
name = "v1_dashboards_UpdateDashboard"
path = "examples/v1_dashboards_UpdateDashboard.rs"
[[example]]
name = "v1_dashboards_UpdateDashboard_3454865944"
path = "examples/v1_dashboards_UpdateDashboard_3454865944.rs"
[[example]]
name = "v1_dashboards_UpdatePublicDashboard"
path = "examples/v1_dashboards_UpdatePublicDashboard.rs"
[[example]]
name = "v1_dashboards_UpdatePublicDashboard_1708268778"
path = "examples/v1_dashboards_UpdatePublicDashboard_1708268778.rs"
[[example]]
name = "v1_downtimes_CancelDowntime"
path = "examples/v1_downtimes_CancelDowntime.rs"
[[example]]
name = "v1_downtimes_CancelDowntimesByScope"
path = "examples/v1_downtimes_CancelDowntimesByScope.rs"
[[example]]
name = "v1_downtimes_CreateDowntime"
path = "examples/v1_downtimes_CreateDowntime.rs"
[[example]]
name = "v1_downtimes_CreateDowntime_1393233946"
path = "examples/v1_downtimes_CreateDowntime_1393233946.rs"
[[example]]
name = "v1_downtimes_CreateDowntime_2908359488"
path = "examples/v1_downtimes_CreateDowntime_2908359488.rs"
[[example]]
name = "v1_downtimes_CreateDowntime_3059354445"
path = "examples/v1_downtimes_CreateDowntime_3059354445.rs"
[[example]]
name = "v1_downtimes_CreateDowntime_3355644446"
path = "examples/v1_downtimes_CreateDowntime_3355644446.rs"
[[example]]
name = "v1_downtimes_GetDowntime"
path = "examples/v1_downtimes_GetDowntime.rs"
[[example]]
name = "v1_downtimes_ListDowntimes"
path = "examples/v1_downtimes_ListDowntimes.rs"
[[example]]
name = "v1_downtimes_ListMonitorDowntimes"
path = "examples/v1_downtimes_ListMonitorDowntimes.rs"
[[example]]
name = "v1_downtimes_UpdateDowntime"
path = "examples/v1_downtimes_UpdateDowntime.rs"
[[example]]
name = "v1_events_CreateEvent"
path = "examples/v1_events_CreateEvent.rs"
[[example]]
name = "v1_events_CreateEvent_19927815"
path = "examples/v1_events_CreateEvent_19927815.rs"
[[example]]
name = "v1_events_GetEvent"
path = "examples/v1_events_GetEvent.rs"
[[example]]
name = "v1_events_ListEvents"
path = "examples/v1_events_ListEvents.rs"
[[example]]
name = "v1_gcp-integration_CreateGCPIntegration"
path = "examples/v1_gcp-integration_CreateGCPIntegration.rs"
[[example]]
name = "v1_gcp-integration_DeleteGCPIntegration"
path = "examples/v1_gcp-integration_DeleteGCPIntegration.rs"
[[example]]
name = "v1_gcp-integration_ListGCPIntegration"
path = "examples/v1_gcp-integration_ListGCPIntegration.rs"
[[example]]
name = "v1_gcp-integration_UpdateGCPIntegration"
path = "examples/v1_gcp-integration_UpdateGCPIntegration.rs"
[[example]]
name = "v1_gcp-integration_UpdateGCPIntegration_3544259255"
path = "examples/v1_gcp-integration_UpdateGCPIntegration_3544259255.rs"
[[example]]
name = "v1_hosts_GetHostTotals"
path = "examples/v1_hosts_GetHostTotals.rs"
[[example]]
name = "v1_hosts_ListHosts"
path = "examples/v1_hosts_ListHosts.rs"
[[example]]
name = "v1_hosts_ListHosts_2975406675"
path = "examples/v1_hosts_ListHosts_2975406675.rs"
[[example]]
name = "v1_hosts_ListHosts_347346033"
path = "examples/v1_hosts_ListHosts_347346033.rs"
[[example]]
name = "v1_hosts_MuteHost"
path = "examples/v1_hosts_MuteHost.rs"
[[example]]
name = "v1_hosts_UnmuteHost"
path = "examples/v1_hosts_UnmuteHost.rs"
[[example]]
name = "v1_ip-ranges_GetIPRanges"
path = "examples/v1_ip-ranges_GetIPRanges.rs"
[[example]]
name = "v1_key-management_CreateAPIKey"
path = "examples/v1_key-management_CreateAPIKey.rs"
[[example]]
name = "v1_key-management_CreateApplicationKey"
path = "examples/v1_key-management_CreateApplicationKey.rs"
[[example]]
name = "v1_key-management_DeleteAPIKey"
path = "examples/v1_key-management_DeleteAPIKey.rs"
[[example]]
name = "v1_key-management_DeleteApplicationKey"
path = "examples/v1_key-management_DeleteApplicationKey.rs"
[[example]]
name = "v1_key-management_GetAPIKey"
path = "examples/v1_key-management_GetAPIKey.rs"
[[example]]
name = "v1_key-management_GetApplicationKey"
path = "examples/v1_key-management_GetApplicationKey.rs"
[[example]]
name = "v1_key-management_ListAPIKeys"
path = "examples/v1_key-management_ListAPIKeys.rs"
[[example]]
name = "v1_key-management_ListApplicationKeys"
path = "examples/v1_key-management_ListApplicationKeys.rs"
[[example]]
name = "v1_key-management_UpdateAPIKey"
path = "examples/v1_key-management_UpdateAPIKey.rs"
[[example]]
name = "v1_key-management_UpdateApplicationKey"
path = "examples/v1_key-management_UpdateApplicationKey.rs"
[[example]]
name = "v1_logs-indexes_CreateLogsIndex"
path = "examples/v1_logs-indexes_CreateLogsIndex.rs"
[[example]]
name = "v1_logs-indexes_DeleteLogsIndex"
path = "examples/v1_logs-indexes_DeleteLogsIndex.rs"
[[example]]
name = "v1_logs-indexes_GetLogsIndex"
path = "examples/v1_logs-indexes_GetLogsIndex.rs"
[[example]]
name = "v1_logs-indexes_GetLogsIndexOrder"
path = "examples/v1_logs-indexes_GetLogsIndexOrder.rs"
[[example]]
name = "v1_logs-indexes_ListLogIndexes"
path = "examples/v1_logs-indexes_ListLogIndexes.rs"
[[example]]
name = "v1_logs-indexes_UpdateLogsIndex"
path = "examples/v1_logs-indexes_UpdateLogsIndex.rs"
[[example]]
name = "v1_logs-indexes_UpdateLogsIndexOrder"
path = "examples/v1_logs-indexes_UpdateLogsIndexOrder.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline"
path = "examples/v1_logs-pipelines_CreateLogsPipeline.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_1248402480"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_1248402480.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_1267211320"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_1267211320.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_1271012410"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_1271012410.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_1745625064"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_1745625064.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_2256674867"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_2256674867.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_2707101123"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_2707101123.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_3314493032"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_3314493032.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_3336967838"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_3336967838.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_3934594739"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_3934594739.rs"
[[example]]
name = "v1_logs-pipelines_CreateLogsPipeline_501419705"
path = "examples/v1_logs-pipelines_CreateLogsPipeline_501419705.rs"
[[example]]
name = "v1_logs-pipelines_DeleteLogsPipeline"
path = "examples/v1_logs-pipelines_DeleteLogsPipeline.rs"
[[example]]
name = "v1_logs-pipelines_GetLogsPipeline"
path = "examples/v1_logs-pipelines_GetLogsPipeline.rs"
[[example]]
name = "v1_logs-pipelines_GetLogsPipelineOrder"
path = "examples/v1_logs-pipelines_GetLogsPipelineOrder.rs"
[[example]]
name = "v1_logs-pipelines_ListLogsPipelines"
path = "examples/v1_logs-pipelines_ListLogsPipelines.rs"
[[example]]
name = "v1_logs-pipelines_UpdateLogsPipeline"
path = "examples/v1_logs-pipelines_UpdateLogsPipeline.rs"
[[example]]
name = "v1_logs-pipelines_UpdateLogsPipelineOrder"
path = "examples/v1_logs-pipelines_UpdateLogsPipelineOrder.rs"
[[example]]
name = "v1_logs_ListLogs"
path = "examples/v1_logs_ListLogs.rs"
[[example]]
name = "v1_logs_ListLogs_235998668"
path = "examples/v1_logs_ListLogs_235998668.rs"
[[example]]
name = "v1_logs_SubmitLog"
path = "examples/v1_logs_SubmitLog.rs"
[[example]]
name = "v1_logs_SubmitLog_1920474053"
path = "examples/v1_logs_SubmitLog_1920474053.rs"
[[example]]
name = "v1_logs_SubmitLog_3418823904"
path = "examples/v1_logs_SubmitLog_3418823904.rs"
[[example]]
name = "v1_metrics_GetMetricMetadata"
path = "examples/v1_metrics_GetMetricMetadata.rs"
[[example]]
name = "v1_metrics_ListActiveMetrics"
path = "examples/v1_metrics_ListActiveMetrics.rs"
[[example]]
name = "v1_metrics_ListMetrics"
path = "examples/v1_metrics_ListMetrics.rs"
[[example]]
name = "v1_metrics_QueryMetrics"
path = "examples/v1_metrics_QueryMetrics.rs"
[[example]]
name = "v1_metrics_SubmitDistributionPoints"
path = "examples/v1_metrics_SubmitDistributionPoints.rs"
[[example]]
name = "v1_metrics_SubmitDistributionPoints_3109558960"
path = "examples/v1_metrics_SubmitDistributionPoints_3109558960.rs"
[[example]]
name = "v1_metrics_SubmitMetrics"
path = "examples/v1_metrics_SubmitMetrics.rs"
[[example]]
name = "v1_metrics_SubmitMetrics_2203981258"
path = "examples/v1_metrics_SubmitMetrics_2203981258.rs"
[[example]]
name = "v1_metrics_UpdateMetricMetadata"
path = "examples/v1_metrics_UpdateMetricMetadata.rs"
[[example]]
name = "v1_monitors_CheckCanDeleteMonitor"
path = "examples/v1_monitors_CheckCanDeleteMonitor.rs"
[[example]]
name = "v1_monitors_CreateMonitor"
path = "examples/v1_monitors_CreateMonitor.rs"
[[example]]
name = "v1_monitors_CreateMonitor_1303514967"
path = "examples/v1_monitors_CreateMonitor_1303514967.rs"
[[example]]
name = "v1_monitors_CreateMonitor_1539578087"
path = "examples/v1_monitors_CreateMonitor_1539578087.rs"
[[example]]
name = "v1_monitors_CreateMonitor_1969035628"
path = "examples/v1_monitors_CreateMonitor_1969035628.rs"
[[example]]
name = "v1_monitors_CreateMonitor_2012680290"
path = "examples/v1_monitors_CreateMonitor_2012680290.rs"
[[example]]
name = "v1_monitors_CreateMonitor_2520912138"
path = "examples/v1_monitors_CreateMonitor_2520912138.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3541766733"
path = "examples/v1_monitors_CreateMonitor_3541766733.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3626832481"
path = "examples/v1_monitors_CreateMonitor_3626832481.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3790803616"
path = "examples/v1_monitors_CreateMonitor_3790803616.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3824294658"
path = "examples/v1_monitors_CreateMonitor_3824294658.rs"
[[example]]
name = "v1_monitors_CreateMonitor_3883669300"
path = "examples/v1_monitors_CreateMonitor_3883669300.rs"
[[example]]
name = "v1_monitors_CreateMonitor_440013737"
path = "examples/v1_monitors_CreateMonitor_440013737.rs"
[[example]]
name = "v1_monitors_DeleteMonitor"
path = "examples/v1_monitors_DeleteMonitor.rs"
[[example]]
name = "v1_monitors_GetMonitor"
path = "examples/v1_monitors_GetMonitor.rs"
[[example]]
name = "v1_monitors_GetMonitor_2200114573"
path = "examples/v1_monitors_GetMonitor_2200114573.rs"
[[example]]
name = "v1_monitors_GetMonitor_3691711704"
path = "examples/v1_monitors_GetMonitor_3691711704.rs"
[[example]]
name = "v1_monitors_ListMonitors"
path = "examples/v1_monitors_ListMonitors.rs"
[[example]]
name = "v1_monitors_ListMonitors_2154432960"
path = "examples/v1_monitors_ListMonitors_2154432960.rs"
[[example]]
name = "v1_monitors_ListMonitors_463213563"
path = "examples/v1_monitors_ListMonitors_463213563.rs"
[[example]]
name = "v1_monitors_SearchMonitorGroups"
path = "examples/v1_monitors_SearchMonitorGroups.rs"
[[example]]
name = "v1_monitors_SearchMonitors"
path = "examples/v1_monitors_SearchMonitors.rs"
[[example]]
name = "v1_monitors_UpdateMonitor"
path = "examples/v1_monitors_UpdateMonitor.rs"
[[example]]
name = "v1_monitors_ValidateExistingMonitor"
path = "examples/v1_monitors_ValidateExistingMonitor.rs"
[[example]]
name = "v1_monitors_ValidateMonitor"
path = "examples/v1_monitors_ValidateMonitor.rs"
[[example]]
name = "v1_monitors_ValidateMonitor_4247196452"
path = "examples/v1_monitors_ValidateMonitor_4247196452.rs"
[[example]]
name = "v1_notebooks_CreateNotebook"
path = "examples/v1_notebooks_CreateNotebook.rs"
[[example]]
name = "v1_notebooks_DeleteNotebook"
path = "examples/v1_notebooks_DeleteNotebook.rs"
[[example]]
name = "v1_notebooks_GetNotebook"
path = "examples/v1_notebooks_GetNotebook.rs"
[[example]]
name = "v1_notebooks_ListNotebooks"
path = "examples/v1_notebooks_ListNotebooks.rs"
[[example]]
name = "v1_notebooks_ListNotebooks_788665428"
path = "examples/v1_notebooks_ListNotebooks_788665428.rs"
[[example]]
name = "v1_notebooks_UpdateNotebook"
path = "examples/v1_notebooks_UpdateNotebook.rs"
[[example]]
name = "v1_organizations_CreateChildOrg"
path = "examples/v1_organizations_CreateChildOrg.rs"
[[example]]
name = "v1_organizations_DowngradeOrg"
path = "examples/v1_organizations_DowngradeOrg.rs"
[[example]]
name = "v1_organizations_GetOrg"
path = "examples/v1_organizations_GetOrg.rs"
[[example]]
name = "v1_organizations_ListOrgs"
path = "examples/v1_organizations_ListOrgs.rs"
[[example]]
name = "v1_organizations_UpdateOrg"
path = "examples/v1_organizations_UpdateOrg.rs"
[[example]]
name = "v1_organizations_UploadIdPForOrg"
path = "examples/v1_organizations_UploadIdPForOrg.rs"
[[example]]
name = "v1_pagerduty-integration_CreatePagerDutyIntegrationService"
path = "examples/v1_pagerduty-integration_CreatePagerDutyIntegrationService.rs"
[[example]]
name = "v1_pagerduty-integration_DeletePagerDutyIntegrationService"
path = "examples/v1_pagerduty-integration_DeletePagerDutyIntegrationService.rs"
[[example]]
name = "v1_pagerduty-integration_GetPagerDutyIntegrationService"
path = "examples/v1_pagerduty-integration_GetPagerDutyIntegrationService.rs"
[[example]]
name = "v1_pagerduty-integration_UpdatePagerDutyIntegrationService"
path = "examples/v1_pagerduty-integration_UpdatePagerDutyIntegrationService.rs"
[[example]]
name = "v1_security-monitoring_AddSecurityMonitoringSignalToIncident"
path = "examples/v1_security-monitoring_AddSecurityMonitoringSignalToIncident.rs"
[[example]]
name = "v1_security-monitoring_EditSecurityMonitoringSignalAssignee"
path = "examples/v1_security-monitoring_EditSecurityMonitoringSignalAssignee.rs"
[[example]]
name = "v1_security-monitoring_EditSecurityMonitoringSignalState"
path = "examples/v1_security-monitoring_EditSecurityMonitoringSignalState.rs"
[[example]]
name = "v1_service-checks_SubmitServiceCheck"
path = "examples/v1_service-checks_SubmitServiceCheck.rs"
[[example]]
name = "v1_service-level-objective-corrections_CreateSLOCorrection"
path = "examples/v1_service-level-objective-corrections_CreateSLOCorrection.rs"
[[example]]
name = "v1_service-level-objective-corrections_CreateSLOCorrection_1326388368"
path = "examples/v1_service-level-objective-corrections_CreateSLOCorrection_1326388368.rs"
[[example]]
name = "v1_service-level-objective-corrections_DeleteSLOCorrection"
path = "examples/v1_service-level-objective-corrections_DeleteSLOCorrection.rs"
[[example]]
name = "v1_service-level-objective-corrections_GetSLOCorrection"
path = "examples/v1_service-level-objective-corrections_GetSLOCorrection.rs"
[[example]]
name = "v1_service-level-objective-corrections_ListSLOCorrection"
path = "examples/v1_service-level-objective-corrections_ListSLOCorrection.rs"
[[example]]
name = "v1_service-level-objective-corrections_ListSLOCorrection_2647266873"
path = "examples/v1_service-level-objective-corrections_ListSLOCorrection_2647266873.rs"
[[example]]
name = "v1_service-level-objective-corrections_UpdateSLOCorrection"
path = "examples/v1_service-level-objective-corrections_UpdateSLOCorrection.rs"
[[example]]
name = "v1_service-level-objectives_CheckCanDeleteSLO"
path = "examples/v1_service-level-objectives_CheckCanDeleteSLO.rs"
[[example]]
name = "v1_service-level-objectives_CreateSLO"
path = "examples/v1_service-level-objectives_CreateSLO.rs"
[[example]]
name = "v1_service-level-objectives_CreateSLO_3765703239"
path = "examples/v1_service-level-objectives_CreateSLO_3765703239.rs"
[[example]]
name = "v1_service-level-objectives_DeleteSLO"
path = "examples/v1_service-level-objectives_DeleteSLO.rs"
[[example]]
name = "v1_service-level-objectives_DeleteSLOTimeframeInBulk"
path = "examples/v1_service-level-objectives_DeleteSLOTimeframeInBulk.rs"
[[example]]
name = "v1_service-level-objectives_GetSLO"
path = "examples/v1_service-level-objectives_GetSLO.rs"
[[example]]
name = "v1_service-level-objectives_GetSLOCorrections"
path = "examples/v1_service-level-objectives_GetSLOCorrections.rs"
[[example]]
name = "v1_service-level-objectives_GetSLOHistory"
path = "examples/v1_service-level-objectives_GetSLOHistory.rs"
[[example]]
name = "v1_service-level-objectives_ListSLOs"
path = "examples/v1_service-level-objectives_ListSLOs.rs"
[[example]]
name = "v1_service-level-objectives_ListSLOs_3036942817"
path = "examples/v1_service-level-objectives_ListSLOs_3036942817.rs"
[[example]]
name = "v1_service-level-objectives_SearchSLO"
path = "examples/v1_service-level-objectives_SearchSLO.rs"
[[example]]
name = "v1_service-level-objectives_UpdateSLO"
path = "examples/v1_service-level-objectives_UpdateSLO.rs"
[[example]]
name = "v1_slack-integration_CreateSlackIntegrationChannel"
path = "examples/v1_slack-integration_CreateSlackIntegrationChannel.rs"
[[example]]
name = "v1_slack-integration_GetSlackIntegrationChannel"
path = "examples/v1_slack-integration_GetSlackIntegrationChannel.rs"
[[example]]
name = "v1_slack-integration_GetSlackIntegrationChannels"
path = "examples/v1_slack-integration_GetSlackIntegrationChannels.rs"
[[example]]
name = "v1_slack-integration_RemoveSlackIntegrationChannel"
path = "examples/v1_slack-integration_RemoveSlackIntegrationChannel.rs"
[[example]]
name = "v1_slack-integration_UpdateSlackIntegrationChannel"
path = "examples/v1_slack-integration_UpdateSlackIntegrationChannel.rs"
[[example]]
name = "v1_snapshots_GetGraphSnapshot"
path = "examples/v1_snapshots_GetGraphSnapshot.rs"
[[example]]
name = "v1_synthetics_CreateGlobalVariable"
path = "examples/v1_synthetics_CreateGlobalVariable.rs"
[[example]]
name = "v1_synthetics_CreateGlobalVariable_1068962881"
path = "examples/v1_synthetics_CreateGlobalVariable_1068962881.rs"
[[example]]
name = "v1_synthetics_CreateGlobalVariable_3298562511"
path = "examples/v1_synthetics_CreateGlobalVariable_3298562511.rs"
[[example]]
name = "v1_synthetics_CreateGlobalVariable_3397718516"
path = "examples/v1_synthetics_CreateGlobalVariable_3397718516.rs"
[[example]]
name = "v1_synthetics_CreatePrivateLocation"
path = "examples/v1_synthetics_CreatePrivateLocation.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest"
path = "examples/v1_synthetics_CreateSyntheticsAPITest.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1072503741"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1072503741.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1241981394"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1241981394.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1279271422"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1279271422.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1402674167"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1402674167.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1487281163"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1487281163.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1717840259"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1717840259.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_1987645492"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_1987645492.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_2106135939"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_2106135939.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_2472747642"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_2472747642.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_3829801148"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_3829801148.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsAPITest_960766374"
path = "examples/v1_synthetics_CreateSyntheticsAPITest_960766374.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsBrowserTest"
path = "examples/v1_synthetics_CreateSyntheticsBrowserTest.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsBrowserTest_2932742688"
path = "examples/v1_synthetics_CreateSyntheticsBrowserTest_2932742688.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsBrowserTest_397420811"
path = "examples/v1_synthetics_CreateSyntheticsBrowserTest_397420811.rs"
[[example]]
name = "v1_synthetics_CreateSyntheticsMobileTest"
path = "examples/v1_synthetics_CreateSyntheticsMobileTest.rs"
[[example]]
name = "v1_synthetics_DeleteGlobalVariable"
path = "examples/v1_synthetics_DeleteGlobalVariable.rs"
[[example]]
name = "v1_synthetics_DeletePrivateLocation"
path = "examples/v1_synthetics_DeletePrivateLocation.rs"
[[example]]
name = "v1_synthetics_DeleteTests"
path = "examples/v1_synthetics_DeleteTests.rs"
[[example]]
name = "v1_synthetics_EditGlobalVariable"
path = "examples/v1_synthetics_EditGlobalVariable.rs"
[[example]]
name = "v1_synthetics_FetchUptimes"
path = "examples/v1_synthetics_FetchUptimes.rs"
[[example]]
name = "v1_synthetics_GetAPITest"
path = "examples/v1_synthetics_GetAPITest.rs"
[[example]]
name = "v1_synthetics_GetAPITestLatestResults"
path = "examples/v1_synthetics_GetAPITestLatestResults.rs"
[[example]]
name = "v1_synthetics_GetAPITestResult"
path = "examples/v1_synthetics_GetAPITestResult.rs"
[[example]]
name = "v1_synthetics_GetAPITestResult_1321866518"
path = "examples/v1_synthetics_GetAPITestResult_1321866518.rs"
[[example]]
name = "v1_synthetics_GetBrowserTest"
path = "examples/v1_synthetics_GetBrowserTest.rs"
[[example]]
name = "v1_synthetics_GetBrowserTestLatestResults"
path = "examples/v1_synthetics_GetBrowserTestLatestResults.rs"
[[example]]
name = "v1_synthetics_GetBrowserTestResult"
path = "examples/v1_synthetics_GetBrowserTestResult.rs"
[[example]]
name = "v1_synthetics_GetGlobalVariable"
path = "examples/v1_synthetics_GetGlobalVariable.rs"
[[example]]
name = "v1_synthetics_GetMobileTest"
path = "examples/v1_synthetics_GetMobileTest.rs"
[[example]]
name = "v1_synthetics_GetPrivateLocation"
path = "examples/v1_synthetics_GetPrivateLocation.rs"
[[example]]
name = "v1_synthetics_GetSyntheticsCIBatch"
path = "examples/v1_synthetics_GetSyntheticsCIBatch.rs"
[[example]]
name = "v1_synthetics_GetSyntheticsDefaultLocations"
path = "examples/v1_synthetics_GetSyntheticsDefaultLocations.rs"
[[example]]
name = "v1_synthetics_GetSyntheticsDefaultLocations_746853380"
path = "examples/v1_synthetics_GetSyntheticsDefaultLocations_746853380.rs"
[[example]]
name = "v1_synthetics_GetTest"
path = "examples/v1_synthetics_GetTest.rs"
[[example]]
name = "v1_synthetics_ListGlobalVariables"
path = "examples/v1_synthetics_ListGlobalVariables.rs"
[[example]]
name = "v1_synthetics_ListLocations"
path = "examples/v1_synthetics_ListLocations.rs"
[[example]]
name = "v1_synthetics_ListTests"
path = "examples/v1_synthetics_ListTests.rs"
[[example]]
name = "v1_synthetics_ListTests_1938827783"
path = "examples/v1_synthetics_ListTests_1938827783.rs"
[[example]]
name = "v1_synthetics_ListTests_2779190961"
path = "examples/v1_synthetics_ListTests_2779190961.rs"
[[example]]
name = "v1_synthetics_PatchTest"
path = "examples/v1_synthetics_PatchTest.rs"
[[example]]
name = "v1_synthetics_SearchTests"
path = "examples/v1_synthetics_SearchTests.rs"
[[example]]
name = "v1_synthetics_TriggerCITests"
path = "examples/v1_synthetics_TriggerCITests.rs"
[[example]]
name = "v1_synthetics_TriggerTests"
path = "examples/v1_synthetics_TriggerTests.rs"
[[example]]
name = "v1_synthetics_UpdateAPITest"
path = "examples/v1_synthetics_UpdateAPITest.rs"
[[example]]
name = "v1_synthetics_UpdateBrowserTest"
path = "examples/v1_synthetics_UpdateBrowserTest.rs"
[[example]]
name = "v1_synthetics_UpdateMobileTest"
path = "examples/v1_synthetics_UpdateMobileTest.rs"
[[example]]
name = "v1_synthetics_UpdatePrivateLocation"
path = "examples/v1_synthetics_UpdatePrivateLocation.rs"
[[example]]
name = "v1_synthetics_UpdateTestPauseStatus"
path = "examples/v1_synthetics_UpdateTestPauseStatus.rs"
[[example]]
name = "v1_tags_CreateHostTags"
path = "examples/v1_tags_CreateHostTags.rs"
[[example]]
name = "v1_tags_DeleteHostTags"
path = "examples/v1_tags_DeleteHostTags.rs"
[[example]]
name = "v1_tags_GetHostTags"
path = "examples/v1_tags_GetHostTags.rs"
[[example]]
name = "v1_tags_ListHostTags"
path = "examples/v1_tags_ListHostTags.rs"
[[example]]
name = "v1_tags_UpdateHostTags"
path = "examples/v1_tags_UpdateHostTags.rs"
[[example]]
name = "v1_usage-metering_GetDailyCustomReports"
path = "examples/v1_usage-metering_GetDailyCustomReports.rs"
[[example]]
name = "v1_usage-metering_GetHourlyUsageAttribution"
path = "examples/v1_usage-metering_GetHourlyUsageAttribution.rs"
[[example]]
name = "v1_usage-metering_GetIncidentManagement"
path = "examples/v1_usage-metering_GetIncidentManagement.rs"
[[example]]
name = "v1_usage-metering_GetIngestedSpans"
path = "examples/v1_usage-metering_GetIngestedSpans.rs"
[[example]]
name = "v1_usage-metering_GetMonthlyCustomReports"
path = "examples/v1_usage-metering_GetMonthlyCustomReports.rs"
[[example]]
name = "v1_usage-metering_GetMonthlyUsageAttribution"
path = "examples/v1_usage-metering_GetMonthlyUsageAttribution.rs"
[[example]]
name = "v1_usage-metering_GetMonthlyUsageAttribution_3849653599"
path = "examples/v1_usage-metering_GetMonthlyUsageAttribution_3849653599.rs"
[[example]]
name = "v1_usage-metering_GetSpecifiedDailyCustomReports"
path = "examples/v1_usage-metering_GetSpecifiedDailyCustomReports.rs"
[[example]]
name = "v1_usage-metering_GetSpecifiedMonthlyCustomReports"
path = "examples/v1_usage-metering_GetSpecifiedMonthlyCustomReports.rs"
[[example]]
name = "v1_usage-metering_GetUsageAnalyzedLogs"
path = "examples/v1_usage-metering_GetUsageAnalyzedLogs.rs"
[[example]]
name = "v1_usage-metering_GetUsageAuditLogs"
path = "examples/v1_usage-metering_GetUsageAuditLogs.rs"
[[example]]
name = "v1_usage-metering_GetUsageBillableSummary"
path = "examples/v1_usage-metering_GetUsageBillableSummary.rs"
[[example]]
name = "v1_usage-metering_GetUsageCIApp"
path = "examples/v1_usage-metering_GetUsageCIApp.rs"
[[example]]
name = "v1_usage-metering_GetUsageCWS"
path = "examples/v1_usage-metering_GetUsageCWS.rs"
[[example]]
name = "v1_usage-metering_GetUsageCloudSecurityPostureManagement"
path = "examples/v1_usage-metering_GetUsageCloudSecurityPostureManagement.rs"
[[example]]
name = "v1_usage-metering_GetUsageDBM"
path = "examples/v1_usage-metering_GetUsageDBM.rs"
[[example]]
name = "v1_usage-metering_GetUsageDBM_3446806203"
path = "examples/v1_usage-metering_GetUsageDBM_3446806203.rs"
[[example]]
name = "v1_usage-metering_GetUsageFargate"
path = "examples/v1_usage-metering_GetUsageFargate.rs"
[[example]]
name = "v1_usage-metering_GetUsageHosts"
path = "examples/v1_usage-metering_GetUsageHosts.rs"
[[example]]
name = "v1_usage-metering_GetUsageIndexedSpans"
path = "examples/v1_usage-metering_GetUsageIndexedSpans.rs"
[[example]]
name = "v1_usage-metering_GetUsageInternetOfThings"
path = "examples/v1_usage-metering_GetUsageInternetOfThings.rs"
[[example]]
name = "v1_usage-metering_GetUsageLambda"
path = "examples/v1_usage-metering_GetUsageLambda.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogs"
path = "examples/v1_usage-metering_GetUsageLogs.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogsByIndex"
path = "examples/v1_usage-metering_GetUsageLogsByIndex.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogsByIndex_1025184776"
path = "examples/v1_usage-metering_GetUsageLogsByIndex_1025184776.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogsByRetention"
path = "examples/v1_usage-metering_GetUsageLogsByRetention.rs"
[[example]]
name = "v1_usage-metering_GetUsageLogs_2562396405"
path = "examples/v1_usage-metering_GetUsageLogs_2562396405.rs"
[[example]]
name = "v1_usage-metering_GetUsageNetworkFlows"
path = "examples/v1_usage-metering_GetUsageNetworkFlows.rs"
[[example]]
name = "v1_usage-metering_GetUsageNetworkFlows_1239422069"
path = "examples/v1_usage-metering_GetUsageNetworkFlows_1239422069.rs"
[[example]]
name = "v1_usage-metering_GetUsageNetworkHosts"
path = "examples/v1_usage-metering_GetUsageNetworkHosts.rs"
[[example]]
name = "v1_usage-metering_GetUsageNetworkHosts_1249907835"
path = "examples/v1_usage-metering_GetUsageNetworkHosts_1249907835.rs"
[[example]]
name = "v1_usage-metering_GetUsageOnlineArchive"
path = "examples/v1_usage-metering_GetUsageOnlineArchive.rs"
[[example]]
name = "v1_usage-metering_GetUsageOnlineArchive_1501172903"
path = "examples/v1_usage-metering_GetUsageOnlineArchive_1501172903.rs"
[[example]]
name = "v1_usage-metering_GetUsageProfiling"
path = "examples/v1_usage-metering_GetUsageProfiling.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumSessions"
path = "examples/v1_usage-metering_GetUsageRumSessions.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumSessions_3271366243"
path = "examples/v1_usage-metering_GetUsageRumSessions_3271366243.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumSessions_714937291"
path = "examples/v1_usage-metering_GetUsageRumSessions_714937291.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumUnits"
path = "examples/v1_usage-metering_GetUsageRumUnits.rs"
[[example]]
name = "v1_usage-metering_GetUsageRumUnits_3959755399"
path = "examples/v1_usage-metering_GetUsageRumUnits_3959755399.rs"
[[example]]
name = "v1_usage-metering_GetUsageSDS"
path = "examples/v1_usage-metering_GetUsageSDS.rs"
[[example]]
name = "v1_usage-metering_GetUsageSDS_271128478"
path = "examples/v1_usage-metering_GetUsageSDS_271128478.rs"
[[example]]
name = "v1_usage-metering_GetUsageSNMP"
path = "examples/v1_usage-metering_GetUsageSNMP.rs"
[[example]]
name = "v1_usage-metering_GetUsageSummary"
path = "examples/v1_usage-metering_GetUsageSummary.rs"
[[example]]
name = "v1_usage-metering_GetUsageSynthetics"
path = "examples/v1_usage-metering_GetUsageSynthetics.rs"
[[example]]
name = "v1_usage-metering_GetUsageSyntheticsAPI"
path = "examples/v1_usage-metering_GetUsageSyntheticsAPI.rs"
[[example]]
name = "v1_usage-metering_GetUsageSyntheticsAPI_4048033529"
path = "examples/v1_usage-metering_GetUsageSyntheticsAPI_4048033529.rs"
[[example]]
name = "v1_usage-metering_GetUsageSyntheticsBrowser"
path = "examples/v1_usage-metering_GetUsageSyntheticsBrowser.rs"
[[example]]
name = "v1_usage-metering_GetUsageSyntheticsBrowser_1704663299"
path = "examples/v1_usage-metering_GetUsageSyntheticsBrowser_1704663299.rs"
[[example]]
name = "v1_usage-metering_GetUsageTimeseries"
path = "examples/v1_usage-metering_GetUsageTimeseries.rs"
[[example]]
name = "v1_usage-metering_GetUsageTopAvgMetrics"
path = "examples/v1_usage-metering_GetUsageTopAvgMetrics.rs"
[[example]]
name = "v1_users_CreateUser"
path = "examples/v1_users_CreateUser.rs"
[[example]]
name = "v1_users_CreateUser_266604071"
path = "examples/v1_users_CreateUser_266604071.rs"
[[example]]
name = "v1_users_DisableUser"
path = "examples/v1_users_DisableUser.rs"
[[example]]
name = "v1_users_GetUser"
path = "examples/v1_users_GetUser.rs"
[[example]]
name = "v1_users_ListUsers"
path = "examples/v1_users_ListUsers.rs"
[[example]]
name = "v1_users_UpdateUser"
path = "examples/v1_users_UpdateUser.rs"
[[example]]
name = "v1_webhooks-integration_CreateWebhooksIntegration"
path = "examples/v1_webhooks-integration_CreateWebhooksIntegration.rs"
[[example]]
name = "v1_webhooks-integration_CreateWebhooksIntegrationCustomVariable"
path = "examples/v1_webhooks-integration_CreateWebhooksIntegrationCustomVariable.rs"
[[example]]
name = "v1_webhooks-integration_DeleteWebhooksIntegration"
path = "examples/v1_webhooks-integration_DeleteWebhooksIntegration.rs"
[[example]]
name = "v1_webhooks-integration_DeleteWebhooksIntegrationCustomVariable"
path = "examples/v1_webhooks-integration_DeleteWebhooksIntegrationCustomVariable.rs"
[[example]]
name = "v1_webhooks-integration_GetWebhooksIntegration"
path = "examples/v1_webhooks-integration_GetWebhooksIntegration.rs"
[[example]]
name = "v1_webhooks-integration_GetWebhooksIntegrationCustomVariable"
path = "examples/v1_webhooks-integration_GetWebhooksIntegrationCustomVariable.rs"
[[example]]
name = "v1_webhooks-integration_UpdateWebhooksIntegration"
path = "examples/v1_webhooks-integration_UpdateWebhooksIntegration.rs"
[[example]]
name = "v1_webhooks-integration_UpdateWebhooksIntegrationCustomVariable"
path = "examples/v1_webhooks-integration_UpdateWebhooksIntegrationCustomVariable.rs"
[[example]]
name = "v2_action-connection_CreateActionConnection"
path = "examples/v2_action-connection_CreateActionConnection.rs"
[[example]]
name = "v2_action-connection_DeleteActionConnection"
path = "examples/v2_action-connection_DeleteActionConnection.rs"
[[example]]
name = "v2_action-connection_GetActionConnection"
path = "examples/v2_action-connection_GetActionConnection.rs"
[[example]]
name = "v2_action-connection_GetAppKeyRegistration"
path = "examples/v2_action-connection_GetAppKeyRegistration.rs"
[[example]]
name = "v2_action-connection_ListAppKeyRegistrations"
path = "examples/v2_action-connection_ListAppKeyRegistrations.rs"
[[example]]
name = "v2_action-connection_RegisterAppKey"
path = "examples/v2_action-connection_RegisterAppKey.rs"
[[example]]
name = "v2_action-connection_UnregisterAppKey"
path = "examples/v2_action-connection_UnregisterAppKey.rs"
[[example]]
name = "v2_action-connection_UpdateActionConnection"
path = "examples/v2_action-connection_UpdateActionConnection.rs"
[[example]]
name = "v2_actions-datastores_BulkDeleteDatastoreItems"
path = "examples/v2_actions-datastores_BulkDeleteDatastoreItems.rs"
[[example]]
name = "v2_actions-datastores_BulkWriteDatastoreItems"
path = "examples/v2_actions-datastores_BulkWriteDatastoreItems.rs"
[[example]]
name = "v2_actions-datastores_CreateDatastore"
path = "examples/v2_actions-datastores_CreateDatastore.rs"
[[example]]
name = "v2_actions-datastores_DeleteDatastore"
path = "examples/v2_actions-datastores_DeleteDatastore.rs"
[[example]]
name = "v2_actions-datastores_DeleteDatastoreItem"
path = "examples/v2_actions-datastores_DeleteDatastoreItem.rs"
[[example]]
name = "v2_actions-datastores_GetDatastore"
path = "examples/v2_actions-datastores_GetDatastore.rs"
[[example]]
name = "v2_actions-datastores_ListDatastoreItems"
path = "examples/v2_actions-datastores_ListDatastoreItems.rs"
[[example]]
name = "v2_actions-datastores_ListDatastores"
path = "examples/v2_actions-datastores_ListDatastores.rs"
[[example]]
name = "v2_actions-datastores_UpdateDatastore"
path = "examples/v2_actions-datastores_UpdateDatastore.rs"
[[example]]
name = "v2_actions-datastores_UpdateDatastoreItem"
path = "examples/v2_actions-datastores_UpdateDatastoreItem.rs"
[[example]]
name = "v2_agentless-scanning_CreateAwsOnDemandTask"
path = "examples/v2_agentless-scanning_CreateAwsOnDemandTask.rs"
[[example]]
name = "v2_agentless-scanning_CreateAwsScanOptions"
path = "examples/v2_agentless-scanning_CreateAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_CreateAzureScanOptions"
path = "examples/v2_agentless-scanning_CreateAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_CreateGcpScanOptions"
path = "examples/v2_agentless-scanning_CreateGcpScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_DeleteAwsScanOptions"
path = "examples/v2_agentless-scanning_DeleteAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_DeleteAzureScanOptions"
path = "examples/v2_agentless-scanning_DeleteAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_DeleteGcpScanOptions"
path = "examples/v2_agentless-scanning_DeleteGcpScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_GetAwsOnDemandTask"
path = "examples/v2_agentless-scanning_GetAwsOnDemandTask.rs"
[[example]]
name = "v2_agentless-scanning_GetAwsScanOptions"
path = "examples/v2_agentless-scanning_GetAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_GetAzureScanOptions"
path = "examples/v2_agentless-scanning_GetAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_GetGcpScanOptions"
path = "examples/v2_agentless-scanning_GetGcpScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_ListAwsOnDemandTasks"
path = "examples/v2_agentless-scanning_ListAwsOnDemandTasks.rs"
[[example]]
name = "v2_agentless-scanning_ListAwsScanOptions"
path = "examples/v2_agentless-scanning_ListAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_ListAzureScanOptions"
path = "examples/v2_agentless-scanning_ListAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_ListGcpScanOptions"
path = "examples/v2_agentless-scanning_ListGcpScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_UpdateAwsScanOptions"
path = "examples/v2_agentless-scanning_UpdateAwsScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_UpdateAzureScanOptions"
path = "examples/v2_agentless-scanning_UpdateAzureScanOptions.rs"
[[example]]
name = "v2_agentless-scanning_UpdateGcpScanOptions"
path = "examples/v2_agentless-scanning_UpdateGcpScanOptions.rs"
[[example]]
name = "v2_api-management_CreateOpenAPI"
path = "examples/v2_api-management_CreateOpenAPI.rs"
[[example]]
name = "v2_api-management_DeleteOpenAPI"
path = "examples/v2_api-management_DeleteOpenAPI.rs"
[[example]]
name = "v2_api-management_GetOpenAPI"
path = "examples/v2_api-management_GetOpenAPI.rs"
[[example]]
name = "v2_api-management_ListAPIs"
path = "examples/v2_api-management_ListAPIs.rs"
[[example]]
name = "v2_api-management_UpdateOpenAPI"
path = "examples/v2_api-management_UpdateOpenAPI.rs"
[[example]]
name = "v2_apm-retention-filters_CreateApmRetentionFilter"
path = "examples/v2_apm-retention-filters_CreateApmRetentionFilter.rs"
[[example]]
name = "v2_apm-retention-filters_CreateApmRetentionFilter_3853850379"
path = "examples/v2_apm-retention-filters_CreateApmRetentionFilter_3853850379.rs"
[[example]]
name = "v2_apm-retention-filters_DeleteApmRetentionFilter"
path = "examples/v2_apm-retention-filters_DeleteApmRetentionFilter.rs"
[[example]]
name = "v2_apm-retention-filters_GetApmRetentionFilter"
path = "examples/v2_apm-retention-filters_GetApmRetentionFilter.rs"
[[example]]
name = "v2_apm-retention-filters_ListApmRetentionFilters"
path = "examples/v2_apm-retention-filters_ListApmRetentionFilters.rs"
[[example]]
name = "v2_apm-retention-filters_ReorderApmRetentionFilters"
path = "examples/v2_apm-retention-filters_ReorderApmRetentionFilters.rs"
[[example]]
name = "v2_apm-retention-filters_UpdateApmRetentionFilter"
path = "examples/v2_apm-retention-filters_UpdateApmRetentionFilter.rs"
[[example]]
name = "v2_apm-retention-filters_UpdateApmRetentionFilter_3916044058"
path = "examples/v2_apm-retention-filters_UpdateApmRetentionFilter_3916044058.rs"
[[example]]
name = "v2_apm_GetServiceList"
path = "examples/v2_apm_GetServiceList.rs"
[[example]]
name = "v2_app-builder_CreateApp"
path = "examples/v2_app-builder_CreateApp.rs"
[[example]]
name = "v2_app-builder_DeleteApp"
path = "examples/v2_app-builder_DeleteApp.rs"
[[example]]
name = "v2_app-builder_DeleteApps"
path = "examples/v2_app-builder_DeleteApps.rs"
[[example]]
name = "v2_app-builder_GetApp"
path = "examples/v2_app-builder_GetApp.rs"
[[example]]
name = "v2_app-builder_ListApps"
path = "examples/v2_app-builder_ListApps.rs"
[[example]]
name = "v2_app-builder_PublishApp"
path = "examples/v2_app-builder_PublishApp.rs"
[[example]]
name = "v2_app-builder_UnpublishApp"
path = "examples/v2_app-builder_UnpublishApp.rs"
[[example]]
name = "v2_app-builder_UpdateApp"
path = "examples/v2_app-builder_UpdateApp.rs"
[[example]]
name = "v2_application-security_CreateApplicationSecurityWafCustomRule"
path = "examples/v2_application-security_CreateApplicationSecurityWafCustomRule.rs"
[[example]]
name = "v2_application-security_CreateApplicationSecurityWafExclusionFilter"
path = "examples/v2_application-security_CreateApplicationSecurityWafExclusionFilter.rs"
[[example]]
name = "v2_application-security_DeleteApplicationSecurityWafCustomRule"
path = "examples/v2_application-security_DeleteApplicationSecurityWafCustomRule.rs"
[[example]]
name = "v2_application-security_DeleteApplicationSecurityWafExclusionFilter"
path = "examples/v2_application-security_DeleteApplicationSecurityWafExclusionFilter.rs"
[[example]]
name = "v2_application-security_GetApplicationSecurityWafCustomRule"
path = "examples/v2_application-security_GetApplicationSecurityWafCustomRule.rs"
[[example]]
name = "v2_application-security_GetApplicationSecurityWafExclusionFilter"
path = "examples/v2_application-security_GetApplicationSecurityWafExclusionFilter.rs"
[[example]]
name = "v2_application-security_ListApplicationSecurityWAFCustomRules"
path = "examples/v2_application-security_ListApplicationSecurityWAFCustomRules.rs"
[[example]]
name = "v2_application-security_ListApplicationSecurityWafExclusionFilters"
path = "examples/v2_application-security_ListApplicationSecurityWafExclusionFilters.rs"
[[example]]
name = "v2_application-security_UpdateApplicationSecurityWafCustomRule"
path = "examples/v2_application-security_UpdateApplicationSecurityWafCustomRule.rs"
[[example]]
name = "v2_application-security_UpdateApplicationSecurityWafExclusionFilter"
path = "examples/v2_application-security_UpdateApplicationSecurityWafExclusionFilter.rs"
[[example]]
name = "v2_audit_ListAuditLogs"
path = "examples/v2_audit_ListAuditLogs.rs"
[[example]]
name = "v2_audit_ListAuditLogs_1275402458"
path = "examples/v2_audit_ListAuditLogs_1275402458.rs"
[[example]]
name = "v2_audit_SearchAuditLogs"
path = "examples/v2_audit_SearchAuditLogs.rs"
[[example]]
name = "v2_audit_SearchAuditLogs_3215529662"
path = "examples/v2_audit_SearchAuditLogs_3215529662.rs"
[[example]]
name = "v2_authn-mappings_CreateAuthNMapping"
path = "examples/v2_authn-mappings_CreateAuthNMapping.rs"
[[example]]
name = "v2_authn-mappings_DeleteAuthNMapping"
path = "examples/v2_authn-mappings_DeleteAuthNMapping.rs"
[[example]]
name = "v2_authn-mappings_GetAuthNMapping"
path = "examples/v2_authn-mappings_GetAuthNMapping.rs"
[[example]]
name = "v2_authn-mappings_ListAuthNMappings"
path = "examples/v2_authn-mappings_ListAuthNMappings.rs"
[[example]]
name = "v2_authn-mappings_UpdateAuthNMapping"
path = "examples/v2_authn-mappings_UpdateAuthNMapping.rs"
[[example]]
name = "v2_aws-integration_CreateAWSAccount"
path = "examples/v2_aws-integration_CreateAWSAccount.rs"
[[example]]
name = "v2_aws-integration_CreateAWSAccount_1716720881"
path = "examples/v2_aws-integration_CreateAWSAccount_1716720881.rs"
[[example]]
name = "v2_aws-integration_CreateAWSEventBridgeSource"
path = "examples/v2_aws-integration_CreateAWSEventBridgeSource.rs"
[[example]]
name = "v2_aws-integration_CreateNewAWSExternalID"
path = "examples/v2_aws-integration_CreateNewAWSExternalID.rs"
[[example]]
name = "v2_aws-integration_CreateNewAWSExternalID_364713854"
path = "examples/v2_aws-integration_CreateNewAWSExternalID_364713854.rs"
[[example]]
name = "v2_aws-integration_DeleteAWSAccount"
path = "examples/v2_aws-integration_DeleteAWSAccount.rs"
[[example]]
name = "v2_aws-integration_DeleteAWSEventBridgeSource"
path = "examples/v2_aws-integration_DeleteAWSEventBridgeSource.rs"
[[example]]
name = "v2_aws-integration_GetAWSAccount"
path = "examples/v2_aws-integration_GetAWSAccount.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissions"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissions.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissionsResourceCollection"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissionsResourceCollection.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissionsResourceCollection_1008672547"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissionsResourceCollection_1008672547.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissionsStandard"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissionsStandard.rs"
[[example]]
name = "v2_aws-integration_GetAWSIntegrationIAMPermissionsStandard_3136299151"
path = "examples/v2_aws-integration_GetAWSIntegrationIAMPermissionsStandard_3136299151.rs"
[[example]]
name = "v2_aws-integration_ListAWSAccounts"
path = "examples/v2_aws-integration_ListAWSAccounts.rs"
[[example]]
name = "v2_aws-integration_ListAWSEventBridgeSources"
path = "examples/v2_aws-integration_ListAWSEventBridgeSources.rs"
[[example]]
name = "v2_aws-integration_ListAWSNamespaces"
path = "examples/v2_aws-integration_ListAWSNamespaces.rs"
[[example]]
name = "v2_aws-integration_ListAWSNamespaces_3031307873"
path = "examples/v2_aws-integration_ListAWSNamespaces_3031307873.rs"
[[example]]
name = "v2_aws-integration_UpdateAWSAccount"
path = "examples/v2_aws-integration_UpdateAWSAccount.rs"
[[example]]
name = "v2_aws-logs-integration_ListAWSLogsServices"
path = "examples/v2_aws-logs-integration_ListAWSLogsServices.rs"
[[example]]
name = "v2_case-management-attribute_CreateCustomAttributeConfig"
path = "examples/v2_case-management-attribute_CreateCustomAttributeConfig.rs"
[[example]]
name = "v2_case-management-attribute_DeleteCustomAttributeConfig"
path = "examples/v2_case-management-attribute_DeleteCustomAttributeConfig.rs"
[[example]]
name = "v2_case-management-attribute_GetAllCustomAttributeConfigsByCaseType"
path = "examples/v2_case-management-attribute_GetAllCustomAttributeConfigsByCaseType.rs"
[[example]]
name = "v2_case-management-attribute_GetAllCustomAttributes"
path = "examples/v2_case-management-attribute_GetAllCustomAttributes.rs"
[[example]]
name = "v2_case-management-type_CreateCaseType"
path = "examples/v2_case-management-type_CreateCaseType.rs"
[[example]]
name = "v2_case-management-type_DeleteCaseType"
path = "examples/v2_case-management-type_DeleteCaseType.rs"
[[example]]
name = "v2_case-management-type_DeleteCaseType_2790986149"
path = "examples/v2_case-management-type_DeleteCaseType_2790986149.rs"
[[example]]
name = "v2_case-management-type_GetAllCaseTypes"
path = "examples/v2_case-management-type_GetAllCaseTypes.rs"
[[example]]
name = "v2_case-management_ArchiveCase"
path = "examples/v2_case-management_ArchiveCase.rs"
[[example]]
name = "v2_case-management_AssignCase"
path = "examples/v2_case-management_AssignCase.rs"
[[example]]
name = "v2_case-management_CommentCase"
path = "examples/v2_case-management_CommentCase.rs"
[[example]]
name = "v2_case-management_CreateCase"
path = "examples/v2_case-management_CreateCase.rs"
[[example]]
name = "v2_case-management_CreateProject"
path = "examples/v2_case-management_CreateProject.rs"
[[example]]
name = "v2_case-management_DeleteCaseComment"
path = "examples/v2_case-management_DeleteCaseComment.rs"
[[example]]
name = "v2_case-management_DeleteCaseCustomAttribute"
path = "examples/v2_case-management_DeleteCaseCustomAttribute.rs"
[[example]]
name = "v2_case-management_DeleteProject"
path = "examples/v2_case-management_DeleteProject.rs"
[[example]]
name = "v2_case-management_GetCase"
path = "examples/v2_case-management_GetCase.rs"
[[example]]
name = "v2_case-management_GetProject"
path = "examples/v2_case-management_GetProject.rs"
[[example]]
name = "v2_case-management_GetProjects"
path = "examples/v2_case-management_GetProjects.rs"
[[example]]
name = "v2_case-management_SearchCases"
path = "examples/v2_case-management_SearchCases.rs"
[[example]]
name = "v2_case-management_SearchCases_3433960044"
path = "examples/v2_case-management_SearchCases_3433960044.rs"
[[example]]
name = "v2_case-management_UnarchiveCase"
path = "examples/v2_case-management_UnarchiveCase.rs"
[[example]]
name = "v2_case-management_UnassignCase"
path = "examples/v2_case-management_UnassignCase.rs"
[[example]]
name = "v2_case-management_UpdateAttributes"
path = "examples/v2_case-management_UpdateAttributes.rs"
[[example]]
name = "v2_case-management_UpdateCaseCustomAttribute"
path = "examples/v2_case-management_UpdateCaseCustomAttribute.rs"
[[example]]
name = "v2_case-management_UpdateCaseDescription"
path = "examples/v2_case-management_UpdateCaseDescription.rs"
[[example]]
name = "v2_case-management_UpdateCaseTitle"
path = "examples/v2_case-management_UpdateCaseTitle.rs"
[[example]]
name = "v2_case-management_UpdatePriority"
path = "examples/v2_case-management_UpdatePriority.rs"
[[example]]
name = "v2_case-management_UpdateStatus"
path = "examples/v2_case-management_UpdateStatus.rs"
[[example]]
name = "v2_ci-visibility-pipelines_AggregateCIAppPipelineEvents"
path = "examples/v2_ci-visibility-pipelines_AggregateCIAppPipelineEvents.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_129899466"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_129899466.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_2341150096"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_2341150096.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_2836340212"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_2836340212.rs"
[[example]]
name = "v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_819339921"
path = "examples/v2_ci-visibility-pipelines_CreateCIAppPipelineEvent_819339921.rs"
[[example]]
name = "v2_ci-visibility-pipelines_ListCIAppPipelineEvents"
path = "examples/v2_ci-visibility-pipelines_ListCIAppPipelineEvents.rs"
[[example]]
name = "v2_ci-visibility-pipelines_ListCIAppPipelineEvents_1270618359"
path = "examples/v2_ci-visibility-pipelines_ListCIAppPipelineEvents_1270618359.rs"
[[example]]
name = "v2_ci-visibility-pipelines_SearchCIAppPipelineEvents"
path = "examples/v2_ci-visibility-pipelines_SearchCIAppPipelineEvents.rs"
[[example]]
name = "v2_ci-visibility-pipelines_SearchCIAppPipelineEvents_3246135003"
path = "examples/v2_ci-visibility-pipelines_SearchCIAppPipelineEvents_3246135003.rs"
[[example]]
name = "v2_ci-visibility-tests_AggregateCIAppTestEvents"
path = "examples/v2_ci-visibility-tests_AggregateCIAppTestEvents.rs"
[[example]]
name = "v2_ci-visibility-tests_ListCIAppTestEvents"
path = "examples/v2_ci-visibility-tests_ListCIAppTestEvents.rs"
[[example]]
name = "v2_ci-visibility-tests_ListCIAppTestEvents_3852605281"
path = "examples/v2_ci-visibility-tests_ListCIAppTestEvents_3852605281.rs"
[[example]]
name = "v2_ci-visibility-tests_SearchCIAppTestEvents"
path = "examples/v2_ci-visibility-tests_SearchCIAppTestEvents.rs"
[[example]]
name = "v2_ci-visibility-tests_SearchCIAppTestEvents_1675695429"
path = "examples/v2_ci-visibility-tests_SearchCIAppTestEvents_1675695429.rs"
[[example]]
name = "v2_cloud-cost-management_CreateCostAWSCURConfig"
path = "examples/v2_cloud-cost-management_CreateCostAWSCURConfig.rs"
[[example]]
name = "v2_cloud-cost-management_CreateCostAzureUCConfigs"
path = "examples/v2_cloud-cost-management_CreateCostAzureUCConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_CreateCostGCPUsageCostConfig"
path = "examples/v2_cloud-cost-management_CreateCostGCPUsageCostConfig.rs"
[[example]]
name = "v2_cloud-cost-management_CreateCustomAllocationRule"
path = "examples/v2_cloud-cost-management_CreateCustomAllocationRule.rs"
[[example]]
name = "v2_cloud-cost-management_CreateTagPipelinesRuleset"
path = "examples/v2_cloud-cost-management_CreateTagPipelinesRuleset.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteBudget"
path = "examples/v2_cloud-cost-management_DeleteBudget.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCostAWSCURConfig"
path = "examples/v2_cloud-cost-management_DeleteCostAWSCURConfig.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCostAzureUCConfig"
path = "examples/v2_cloud-cost-management_DeleteCostAzureUCConfig.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCostGCPUsageCostConfig"
path = "examples/v2_cloud-cost-management_DeleteCostGCPUsageCostConfig.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCustomAllocationRule"
path = "examples/v2_cloud-cost-management_DeleteCustomAllocationRule.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCustomCostsFile"
path = "examples/v2_cloud-cost-management_DeleteCustomCostsFile.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteCustomCostsFile_372970393"
path = "examples/v2_cloud-cost-management_DeleteCustomCostsFile_372970393.rs"
[[example]]
name = "v2_cloud-cost-management_DeleteTagPipelinesRuleset"
path = "examples/v2_cloud-cost-management_DeleteTagPipelinesRuleset.rs"
[[example]]
name = "v2_cloud-cost-management_GetBudget"
path = "examples/v2_cloud-cost-management_GetBudget.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostAWSCURConfig"
path = "examples/v2_cloud-cost-management_GetCostAWSCURConfig.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostAzureUCConfig"
path = "examples/v2_cloud-cost-management_GetCostAzureUCConfig.rs"
[[example]]
name = "v2_cloud-cost-management_GetCostGCPUsageCostConfig"
path = "examples/v2_cloud-cost-management_GetCostGCPUsageCostConfig.rs"
[[example]]
name = "v2_cloud-cost-management_GetCustomAllocationRule"
path = "examples/v2_cloud-cost-management_GetCustomAllocationRule.rs"
[[example]]
name = "v2_cloud-cost-management_GetCustomCostsFile"
path = "examples/v2_cloud-cost-management_GetCustomCostsFile.rs"
[[example]]
name = "v2_cloud-cost-management_GetCustomCostsFile_1307381576"
path = "examples/v2_cloud-cost-management_GetCustomCostsFile_1307381576.rs"
[[example]]
name = "v2_cloud-cost-management_GetTagPipelinesRuleset"
path = "examples/v2_cloud-cost-management_GetTagPipelinesRuleset.rs"
[[example]]
name = "v2_cloud-cost-management_ListBudgets"
path = "examples/v2_cloud-cost-management_ListBudgets.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostAWSCURConfigs"
path = "examples/v2_cloud-cost-management_ListCostAWSCURConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostAzureUCConfigs"
path = "examples/v2_cloud-cost-management_ListCostAzureUCConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCostGCPUsageCostConfigs"
path = "examples/v2_cloud-cost-management_ListCostGCPUsageCostConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_ListCustomAllocationRules"
path = "examples/v2_cloud-cost-management_ListCustomAllocationRules.rs"
[[example]]
name = "v2_cloud-cost-management_ListCustomCostsFiles"
path = "examples/v2_cloud-cost-management_ListCustomCostsFiles.rs"
[[example]]
name = "v2_cloud-cost-management_ListCustomCostsFiles_1968771127"
path = "examples/v2_cloud-cost-management_ListCustomCostsFiles_1968771127.rs"
[[example]]
name = "v2_cloud-cost-management_ListTagPipelinesRulesets"
path = "examples/v2_cloud-cost-management_ListTagPipelinesRulesets.rs"
[[example]]
name = "v2_cloud-cost-management_ReorderCustomAllocationRules"
path = "examples/v2_cloud-cost-management_ReorderCustomAllocationRules.rs"
[[example]]
name = "v2_cloud-cost-management_ReorderTagPipelinesRulesets"
path = "examples/v2_cloud-cost-management_ReorderTagPipelinesRulesets.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateCostAWSCURConfig"
path = "examples/v2_cloud-cost-management_UpdateCostAWSCURConfig.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateCostAzureUCConfigs"
path = "examples/v2_cloud-cost-management_UpdateCostAzureUCConfigs.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateCostGCPUsageCostConfig"
path = "examples/v2_cloud-cost-management_UpdateCostGCPUsageCostConfig.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateCustomAllocationRule"
path = "examples/v2_cloud-cost-management_UpdateCustomAllocationRule.rs"
[[example]]
name = "v2_cloud-cost-management_UpdateTagPipelinesRuleset"
path = "examples/v2_cloud-cost-management_UpdateTagPipelinesRuleset.rs"
[[example]]
name = "v2_cloud-cost-management_UploadCustomCostsFile"
path = "examples/v2_cloud-cost-management_UploadCustomCostsFile.rs"
[[example]]
name = "v2_cloud-cost-management_UploadCustomCostsFile_4125168396"
path = "examples/v2_cloud-cost-management_UploadCustomCostsFile_4125168396.rs"
[[example]]
name = "v2_cloud-cost-management_UpsertBudget"
path = "examples/v2_cloud-cost-management_UpsertBudget.rs"
[[example]]
name = "v2_cloud-cost-management_ValidateQuery"
path = "examples/v2_cloud-cost-management_ValidateQuery.rs"
[[example]]
name = "v2_cloud-network-monitoring_GetAggregatedConnections"
path = "examples/v2_cloud-network-monitoring_GetAggregatedConnections.rs"
[[example]]
name = "v2_cloud-network-monitoring_GetAggregatedConnections_3059356111"
path = "examples/v2_cloud-network-monitoring_GetAggregatedConnections_3059356111.rs"
[[example]]
name = "v2_cloud-network-monitoring_GetAggregatedDns"
path = "examples/v2_cloud-network-monitoring_GetAggregatedDns.rs"
[[example]]
name = "v2_cloudflare-integration_CreateCloudflareAccount"
path = "examples/v2_cloudflare-integration_CreateCloudflareAccount.rs"
[[example]]
name = "v2_cloudflare-integration_DeleteCloudflareAccount"
path = "examples/v2_cloudflare-integration_DeleteCloudflareAccount.rs"
[[example]]
name = "v2_cloudflare-integration_GetCloudflareAccount"
path = "examples/v2_cloudflare-integration_GetCloudflareAccount.rs"
[[example]]
name = "v2_cloudflare-integration_ListCloudflareAccounts"
path = "examples/v2_cloudflare-integration_ListCloudflareAccounts.rs"
[[example]]
name = "v2_cloudflare-integration_UpdateCloudflareAccount"
path = "examples/v2_cloudflare-integration_UpdateCloudflareAccount.rs"
[[example]]
name = "v2_confluent-cloud_CreateConfluentAccount"
path = "examples/v2_confluent-cloud_CreateConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_CreateConfluentResource"
path = "examples/v2_confluent-cloud_CreateConfluentResource.rs"
[[example]]
name = "v2_confluent-cloud_DeleteConfluentAccount"
path = "examples/v2_confluent-cloud_DeleteConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_DeleteConfluentResource"
path = "examples/v2_confluent-cloud_DeleteConfluentResource.rs"
[[example]]
name = "v2_confluent-cloud_GetConfluentAccount"
path = "examples/v2_confluent-cloud_GetConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_GetConfluentResource"
path = "examples/v2_confluent-cloud_GetConfluentResource.rs"
[[example]]
name = "v2_confluent-cloud_ListConfluentAccount"
path = "examples/v2_confluent-cloud_ListConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_ListConfluentResource"
path = "examples/v2_confluent-cloud_ListConfluentResource.rs"
[[example]]
name = "v2_confluent-cloud_UpdateConfluentAccount"
path = "examples/v2_confluent-cloud_UpdateConfluentAccount.rs"
[[example]]
name = "v2_confluent-cloud_UpdateConfluentResource"
path = "examples/v2_confluent-cloud_UpdateConfluentResource.rs"
[[example]]
name = "v2_container-images_ListContainerImages"
path = "examples/v2_container-images_ListContainerImages.rs"
[[example]]
name = "v2_container-images_ListContainerImages_3088586393"
path = "examples/v2_container-images_ListContainerImages_3088586393.rs"
[[example]]
name = "v2_container-images_ListContainerImages_3974828736"
path = "examples/v2_container-images_ListContainerImages_3974828736.rs"
[[example]]
name = "v2_containers_ListContainers"
path = "examples/v2_containers_ListContainers.rs"
[[example]]
name = "v2_containers_ListContainers_2175733917"
path = "examples/v2_containers_ListContainers_2175733917.rs"
[[example]]
name = "v2_containers_ListContainers_931009654"
path = "examples/v2_containers_ListContainers_931009654.rs"
[[example]]
name = "v2_csm-agents_ListAllCSMAgents"
path = "examples/v2_csm-agents_ListAllCSMAgents.rs"
[[example]]
name = "v2_csm-agents_ListAllCSMServerlessAgents"
path = "examples/v2_csm-agents_ListAllCSMServerlessAgents.rs"
[[example]]
name = "v2_csm-coverage-analysis_GetCSMCloudAccountsCoverageAnalysis"
path = "examples/v2_csm-coverage-analysis_GetCSMCloudAccountsCoverageAnalysis.rs"
[[example]]
name = "v2_csm-coverage-analysis_GetCSMHostsAndContainersCoverageAnalysis"
path = "examples/v2_csm-coverage-analysis_GetCSMHostsAndContainersCoverageAnalysis.rs"
[[example]]
name = "v2_csm-coverage-analysis_GetCSMServerlessCoverageAnalysis"
path = "examples/v2_csm-coverage-analysis_GetCSMServerlessCoverageAnalysis.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentPolicy"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentPolicy.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentRule"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentRule_1295653933"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentRule_1295653933.rs"
[[example]]
name = "v2_csm-threats_CreateCSMThreatsAgentRule_1363354233"
path = "examples/v2_csm-threats_CreateCSMThreatsAgentRule_1363354233.rs"
[[example]]
name = "v2_csm-threats_CreateCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_CreateCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_csm-threats_DeleteCSMThreatsAgentPolicy"
path = "examples/v2_csm-threats_DeleteCSMThreatsAgentPolicy.rs"
[[example]]
name = "v2_csm-threats_DeleteCSMThreatsAgentRule"
path = "examples/v2_csm-threats_DeleteCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_DeleteCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_DeleteCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_csm-threats_DownloadCSMThreatsPolicy"
path = "examples/v2_csm-threats_DownloadCSMThreatsPolicy.rs"
[[example]]
name = "v2_csm-threats_DownloadCloudWorkloadPolicyFile"
path = "examples/v2_csm-threats_DownloadCloudWorkloadPolicyFile.rs"
[[example]]
name = "v2_csm-threats_GetCSMThreatsAgentPolicy"
path = "examples/v2_csm-threats_GetCSMThreatsAgentPolicy.rs"
[[example]]
name = "v2_csm-threats_GetCSMThreatsAgentRule"
path = "examples/v2_csm-threats_GetCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_GetCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_GetCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_csm-threats_ListCSMThreatsAgentPolicies"
path = "examples/v2_csm-threats_ListCSMThreatsAgentPolicies.rs"
[[example]]
name = "v2_csm-threats_ListCSMThreatsAgentRules"
path = "examples/v2_csm-threats_ListCSMThreatsAgentRules.rs"
[[example]]
name = "v2_csm-threats_ListCloudWorkloadSecurityAgentRules"
path = "examples/v2_csm-threats_ListCloudWorkloadSecurityAgentRules.rs"
[[example]]
name = "v2_csm-threats_UpdateCSMThreatsAgentPolicy"
path = "examples/v2_csm-threats_UpdateCSMThreatsAgentPolicy.rs"
[[example]]
name = "v2_csm-threats_UpdateCSMThreatsAgentRule"
path = "examples/v2_csm-threats_UpdateCSMThreatsAgentRule.rs"
[[example]]
name = "v2_csm-threats_UpdateCloudWorkloadSecurityAgentRule"
path = "examples/v2_csm-threats_UpdateCloudWorkloadSecurityAgentRule.rs"
[[example]]
name = "v2_dashboard-lists_CreateDashboardListItems"
path = "examples/v2_dashboard-lists_CreateDashboardListItems.rs"
[[example]]
name = "v2_dashboard-lists_CreateDashboardListItems_3995409989"
path = "examples/v2_dashboard-lists_CreateDashboardListItems_3995409989.rs"
[[example]]
name = "v2_dashboard-lists_CreateDashboardListItems_825696022"
path = "examples/v2_dashboard-lists_CreateDashboardListItems_825696022.rs"
[[example]]
name = "v2_dashboard-lists_DeleteDashboardListItems"
path = "examples/v2_dashboard-lists_DeleteDashboardListItems.rs"
[[example]]
name = "v2_dashboard-lists_DeleteDashboardListItems_2656706656"
path = "examples/v2_dashboard-lists_DeleteDashboardListItems_2656706656.rs"
[[example]]
name = "v2_dashboard-lists_DeleteDashboardListItems_3851624753"
path = "examples/v2_dashboard-lists_DeleteDashboardListItems_3851624753.rs"
[[example]]
name = "v2_dashboard-lists_GetDashboardListItems"
path = "examples/v2_dashboard-lists_GetDashboardListItems.rs"
[[example]]
name = "v2_dashboard-lists_UpdateDashboardListItems"
path = "examples/v2_dashboard-lists_UpdateDashboardListItems.rs"
[[example]]
name = "v2_data-deletion_CancelDataDeletionRequest"
path = "examples/v2_data-deletion_CancelDataDeletionRequest.rs"
[[example]]
name = "v2_data-deletion_CreateDataDeletionRequest"
path = "examples/v2_data-deletion_CreateDataDeletionRequest.rs"
[[example]]
name = "v2_data-deletion_GetDataDeletionRequests"
path = "examples/v2_data-deletion_GetDataDeletionRequests.rs"
[[example]]
name = "v2_datasets_CreateDataset"
path = "examples/v2_datasets_CreateDataset.rs"
[[example]]
name = "v2_datasets_DeleteDataset"
path = "examples/v2_datasets_DeleteDataset.rs"
[[example]]
name = "v2_datasets_GetAllDatasets"
path = "examples/v2_datasets_GetAllDatasets.rs"
[[example]]
name = "v2_datasets_GetDataset"
path = "examples/v2_datasets_GetDataset.rs"
[[example]]
name = "v2_datasets_UpdateDataset"
path = "examples/v2_datasets_UpdateDataset.rs"
[[example]]
name = "v2_deployment-gates_CreateDeploymentGate"
path = "examples/v2_deployment-gates_CreateDeploymentGate.rs"
[[example]]
name = "v2_deployment-gates_CreateDeploymentRule"
path = "examples/v2_deployment-gates_CreateDeploymentRule.rs"
[[example]]
name = "v2_deployment-gates_DeleteDeploymentGate"
path = "examples/v2_deployment-gates_DeleteDeploymentGate.rs"
[[example]]
name = "v2_deployment-gates_DeleteDeploymentRule"
path = "examples/v2_deployment-gates_DeleteDeploymentRule.rs"
[[example]]
name = "v2_deployment-gates_GetDeploymentGate"
path = "examples/v2_deployment-gates_GetDeploymentGate.rs"
[[example]]
name = "v2_deployment-gates_GetDeploymentGateRules"
path = "examples/v2_deployment-gates_GetDeploymentGateRules.rs"
[[example]]
name = "v2_deployment-gates_GetDeploymentRule"
path = "examples/v2_deployment-gates_GetDeploymentRule.rs"
[[example]]
name = "v2_deployment-gates_UpdateDeploymentGate"
path = "examples/v2_deployment-gates_UpdateDeploymentGate.rs"
[[example]]
name = "v2_deployment-gates_UpdateDeploymentRule"
path = "examples/v2_deployment-gates_UpdateDeploymentRule.rs"
[[example]]
name = "v2_domain-allowlist_GetDomainAllowlist"
path = "examples/v2_domain-allowlist_GetDomainAllowlist.rs"
[[example]]
name = "v2_domain-allowlist_PatchDomainAllowlist"
path = "examples/v2_domain-allowlist_PatchDomainAllowlist.rs"
[[example]]
name = "v2_dora-metrics_CreateDORADeployment"
path = "examples/v2_dora-metrics_CreateDORADeployment.rs"
[[example]]
name = "v2_dora-metrics_CreateDORAFailure"
path = "examples/v2_dora-metrics_CreateDORAFailure.rs"
[[example]]
name = "v2_dora-metrics_CreateDORAIncident"
path = "examples/v2_dora-metrics_CreateDORAIncident.rs"
[[example]]
name = "v2_dora-metrics_CreateDORAIncident_1101664022"
path = "examples/v2_dora-metrics_CreateDORAIncident_1101664022.rs"
[[example]]
name = "v2_dora-metrics_DeleteDORADeployment"
path = "examples/v2_dora-metrics_DeleteDORADeployment.rs"
[[example]]
name = "v2_dora-metrics_DeleteDORAFailure"
path = "examples/v2_dora-metrics_DeleteDORAFailure.rs"
[[example]]
name = "v2_dora-metrics_GetDORADeployment"
path = "examples/v2_dora-metrics_GetDORADeployment.rs"
[[example]]
name = "v2_dora-metrics_GetDORAFailure"
path = "examples/v2_dora-metrics_GetDORAFailure.rs"
[[example]]
name = "v2_dora-metrics_ListDORADeployments"
path = "examples/v2_dora-metrics_ListDORADeployments.rs"
[[example]]
name = "v2_dora-metrics_ListDORAFailures"
path = "examples/v2_dora-metrics_ListDORAFailures.rs"
[[example]]
name = "v2_downtimes_CancelDowntime"
path = "examples/v2_downtimes_CancelDowntime.rs"
[[example]]
name = "v2_downtimes_CreateDowntime"
path = "examples/v2_downtimes_CreateDowntime.rs"
[[example]]
name = "v2_downtimes_GetDowntime"
path = "examples/v2_downtimes_GetDowntime.rs"
[[example]]
name = "v2_downtimes_ListDowntimes"
path = "examples/v2_downtimes_ListDowntimes.rs"
[[example]]
name = "v2_downtimes_ListDowntimes_805770330"
path = "examples/v2_downtimes_ListDowntimes_805770330.rs"
[[example]]
name = "v2_downtimes_ListMonitorDowntimes"
path = "examples/v2_downtimes_ListMonitorDowntimes.rs"
[[example]]
name = "v2_downtimes_ListMonitorDowntimes_3316718253"
path = "examples/v2_downtimes_ListMonitorDowntimes_3316718253.rs"
[[example]]
name = "v2_downtimes_UpdateDowntime"
path = "examples/v2_downtimes_UpdateDowntime.rs"
[[example]]
name = "v2_error-tracking_DeleteIssueAssignee"
path = "examples/v2_error-tracking_DeleteIssueAssignee.rs"
[[example]]
name = "v2_error-tracking_GetIssue"
path = "examples/v2_error-tracking_GetIssue.rs"
[[example]]
name = "v2_error-tracking_SearchIssues"
path = "examples/v2_error-tracking_SearchIssues.rs"
[[example]]
name = "v2_error-tracking_UpdateIssueAssignee"
path = "examples/v2_error-tracking_UpdateIssueAssignee.rs"
[[example]]
name = "v2_error-tracking_UpdateIssueState"
path = "examples/v2_error-tracking_UpdateIssueState.rs"
[[example]]
name = "v2_events_CreateEvent"
path = "examples/v2_events_CreateEvent.rs"
[[example]]
name = "v2_events_GetEvent"
path = "examples/v2_events_GetEvent.rs"
[[example]]
name = "v2_events_ListEvents"
path = "examples/v2_events_ListEvents.rs"
[[example]]
name = "v2_events_ListEvents_1527584014"
path = "examples/v2_events_ListEvents_1527584014.rs"
[[example]]
name = "v2_events_ListEvents_2663715109"
path = "examples/v2_events_ListEvents_2663715109.rs"
[[example]]
name = "v2_events_SearchEvents"
path = "examples/v2_events_SearchEvents.rs"
[[example]]
name = "v2_events_SearchEvents_3856995058"
path = "examples/v2_events_SearchEvents_3856995058.rs"
[[example]]
name = "v2_fastly-integration_CreateFastlyAccount"
path = "examples/v2_fastly-integration_CreateFastlyAccount.rs"
[[example]]
name = "v2_fastly-integration_CreateFastlyService"
path = "examples/v2_fastly-integration_CreateFastlyService.rs"
[[example]]
name = "v2_fastly-integration_DeleteFastlyAccount"
path = "examples/v2_fastly-integration_DeleteFastlyAccount.rs"
[[example]]
name = "v2_fastly-integration_DeleteFastlyService"
path = "examples/v2_fastly-integration_DeleteFastlyService.rs"
[[example]]
name = "v2_fastly-integration_GetFastlyAccount"
path = "examples/v2_fastly-integration_GetFastlyAccount.rs"
[[example]]
name = "v2_fastly-integration_GetFastlyService"
path = "examples/v2_fastly-integration_GetFastlyService.rs"
[[example]]
name = "v2_fastly-integration_ListFastlyAccounts"
path = "examples/v2_fastly-integration_ListFastlyAccounts.rs"
[[example]]
name = "v2_fastly-integration_ListFastlyServices"
path = "examples/v2_fastly-integration_ListFastlyServices.rs"
[[example]]
name = "v2_fastly-integration_UpdateFastlyAccount"
path = "examples/v2_fastly-integration_UpdateFastlyAccount.rs"
[[example]]
name = "v2_fastly-integration_UpdateFastlyService"
path = "examples/v2_fastly-integration_UpdateFastlyService.rs"
[[example]]
name = "v2_fleet-automation_CancelFleetDeployment"
path = "examples/v2_fleet-automation_CancelFleetDeployment.rs"
[[example]]
name = "v2_fleet-automation_CreateFleetDeploymentConfigure"
path = "examples/v2_fleet-automation_CreateFleetDeploymentConfigure.rs"
[[example]]
name = "v2_fleet-automation_CreateFleetDeploymentUpgrade"
path = "examples/v2_fleet-automation_CreateFleetDeploymentUpgrade.rs"
[[example]]
name = "v2_fleet-automation_CreateFleetSchedule"
path = "examples/v2_fleet-automation_CreateFleetSchedule.rs"
[[example]]
name = "v2_fleet-automation_DeleteFleetSchedule"
path = "examples/v2_fleet-automation_DeleteFleetSchedule.rs"
[[example]]
name = "v2_fleet-automation_GetFleetAgentInfo"
path = "examples/v2_fleet-automation_GetFleetAgentInfo.rs"
[[example]]
name = "v2_fleet-automation_GetFleetDeployment"
path = "examples/v2_fleet-automation_GetFleetDeployment.rs"
[[example]]
name = "v2_fleet-automation_GetFleetDeployment_1482493803"
path = "examples/v2_fleet-automation_GetFleetDeployment_1482493803.rs"
[[example]]
name = "v2_fleet-automation_GetFleetSchedule"
path = "examples/v2_fleet-automation_GetFleetSchedule.rs"
[[example]]
name = "v2_fleet-automation_ListFleetAgentVersions"
path = "examples/v2_fleet-automation_ListFleetAgentVersions.rs"
[[example]]
name = "v2_fleet-automation_ListFleetAgents"
path = "examples/v2_fleet-automation_ListFleetAgents.rs"
[[example]]
name = "v2_fleet-automation_ListFleetDeployments"
path = "examples/v2_fleet-automation_ListFleetDeployments.rs"
[[example]]
name = "v2_fleet-automation_ListFleetSchedules"
path = "examples/v2_fleet-automation_ListFleetSchedules.rs"
[[example]]
name = "v2_fleet-automation_TriggerFleetSchedule"
path = "examples/v2_fleet-automation_TriggerFleetSchedule.rs"
[[example]]
name = "v2_fleet-automation_UpdateFleetSchedule"
path = "examples/v2_fleet-automation_UpdateFleetSchedule.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_109518525"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_109518525.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_130557025"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_130557025.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_194782945"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_194782945.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_2597004741"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_2597004741.rs"
[[example]]
name = "v2_gcp-integration_CreateGCPSTSAccount_4235664992"
path = "examples/v2_gcp-integration_CreateGCPSTSAccount_4235664992.rs"
[[example]]
name = "v2_gcp-integration_DeleteGCPSTSAccount"
path = "examples/v2_gcp-integration_DeleteGCPSTSAccount.rs"
[[example]]
name = "v2_gcp-integration_GetGCPSTSDelegate"
path = "examples/v2_gcp-integration_GetGCPSTSDelegate.rs"
[[example]]
name = "v2_gcp-integration_ListGCPSTSAccounts"
path = "examples/v2_gcp-integration_ListGCPSTSAccounts.rs"
[[example]]
name = "v2_gcp-integration_MakeGCPSTSDelegate"
path = "examples/v2_gcp-integration_MakeGCPSTSDelegate.rs"
[[example]]
name = "v2_gcp-integration_MakeGCPSTSDelegate_962598975"
path = "examples/v2_gcp-integration_MakeGCPSTSDelegate_962598975.rs"
[[example]]
name = "v2_gcp-integration_UpdateGCPSTSAccount"
path = "examples/v2_gcp-integration_UpdateGCPSTSAccount.rs"
[[example]]
name = "v2_gcp-integration_UpdateGCPSTSAccount_2241994060"
path = "examples/v2_gcp-integration_UpdateGCPSTSAccount_2241994060.rs"
[[example]]
name = "v2_gcp-integration_UpdateGCPSTSAccount_3205636354"
path = "examples/v2_gcp-integration_UpdateGCPSTSAccount_3205636354.rs"
[[example]]
name = "v2_incident-services_CreateIncidentService"
path = "examples/v2_incident-services_CreateIncidentService.rs"
[[example]]
name = "v2_incident-services_DeleteIncidentService"
path = "examples/v2_incident-services_DeleteIncidentService.rs"
[[example]]
name = "v2_incident-services_GetIncidentService"
path = "examples/v2_incident-services_GetIncidentService.rs"
[[example]]
name = "v2_incident-services_ListIncidentServices"
path = "examples/v2_incident-services_ListIncidentServices.rs"
[[example]]
name = "v2_incident-services_UpdateIncidentService"
path = "examples/v2_incident-services_UpdateIncidentService.rs"
[[example]]
name = "v2_incident-teams_CreateIncidentTeam"
path = "examples/v2_incident-teams_CreateIncidentTeam.rs"
[[example]]
name = "v2_incident-teams_DeleteIncidentTeam"
path = "examples/v2_incident-teams_DeleteIncidentTeam.rs"
[[example]]
name = "v2_incident-teams_GetIncidentTeam"
path = "examples/v2_incident-teams_GetIncidentTeam.rs"
[[example]]
name = "v2_incident-teams_ListIncidentTeams"
path = "examples/v2_incident-teams_ListIncidentTeams.rs"
[[example]]
name = "v2_incident-teams_UpdateIncidentTeam"
path = "examples/v2_incident-teams_UpdateIncidentTeam.rs"
[[example]]
name = "v2_incidents_CreateIncident"
path = "examples/v2_incidents_CreateIncident.rs"
[[example]]
name = "v2_incidents_CreateIncidentAttachment"
path = "examples/v2_incidents_CreateIncidentAttachment.rs"
[[example]]
name = "v2_incidents_CreateIncidentImpact"
path = "examples/v2_incidents_CreateIncidentImpact.rs"
[[example]]
name = "v2_incidents_CreateIncidentIntegration"
path = "examples/v2_incidents_CreateIncidentIntegration.rs"
[[example]]
name = "v2_incidents_CreateIncidentNotificationRule"
path = "examples/v2_incidents_CreateIncidentNotificationRule.rs"
[[example]]
name = "v2_incidents_CreateIncidentNotificationRule_3029800608"
path = "examples/v2_incidents_CreateIncidentNotificationRule_3029800608.rs"
[[example]]
name = "v2_incidents_CreateIncidentNotificationTemplate"
path = "examples/v2_incidents_CreateIncidentNotificationTemplate.rs"
[[example]]
name = "v2_incidents_CreateIncidentTodo"
path = "examples/v2_incidents_CreateIncidentTodo.rs"
[[example]]
name = "v2_incidents_CreateIncidentType"
path = "examples/v2_incidents_CreateIncidentType.rs"
[[example]]
name = "v2_incidents_DeleteIncident"
path = "examples/v2_incidents_DeleteIncident.rs"
[[example]]
name = "v2_incidents_DeleteIncidentAttachment"
path = "examples/v2_incidents_DeleteIncidentAttachment.rs"
[[example]]
name = "v2_incidents_DeleteIncidentImpact"
path = "examples/v2_incidents_DeleteIncidentImpact.rs"
[[example]]
name = "v2_incidents_DeleteIncidentIntegration"
path = "examples/v2_incidents_DeleteIncidentIntegration.rs"
[[example]]
name = "v2_incidents_DeleteIncidentNotificationRule"
path = "examples/v2_incidents_DeleteIncidentNotificationRule.rs"
[[example]]
name = "v2_incidents_DeleteIncidentNotificationRule_4148107167"
path = "examples/v2_incidents_DeleteIncidentNotificationRule_4148107167.rs"
[[example]]
name = "v2_incidents_DeleteIncidentNotificationTemplate"
path = "examples/v2_incidents_DeleteIncidentNotificationTemplate.rs"
[[example]]
name = "v2_incidents_DeleteIncidentNotificationTemplate_1602689347"
path = "examples/v2_incidents_DeleteIncidentNotificationTemplate_1602689347.rs"
[[example]]
name = "v2_incidents_DeleteIncidentTodo"
path = "examples/v2_incidents_DeleteIncidentTodo.rs"
[[example]]
name = "v2_incidents_DeleteIncidentType"
path = "examples/v2_incidents_DeleteIncidentType.rs"
[[example]]
name = "v2_incidents_GetIncident"
path = "examples/v2_incidents_GetIncident.rs"
[[example]]
name = "v2_incidents_GetIncidentIntegration"
path = "examples/v2_incidents_GetIncidentIntegration.rs"
[[example]]
name = "v2_incidents_GetIncidentNotificationRule"
path = "examples/v2_incidents_GetIncidentNotificationRule.rs"
[[example]]
name = "v2_incidents_GetIncidentNotificationRule_67441486"
path = "examples/v2_incidents_GetIncidentNotificationRule_67441486.rs"
[[example]]
name = "v2_incidents_GetIncidentNotificationTemplate"
path = "examples/v2_incidents_GetIncidentNotificationTemplate.rs"
[[example]]
name = "v2_incidents_GetIncidentTodo"
path = "examples/v2_incidents_GetIncidentTodo.rs"
[[example]]
name = "v2_incidents_GetIncidentType"
path = "examples/v2_incidents_GetIncidentType.rs"
[[example]]
name = "v2_incidents_ListIncidentAttachments"
path = "examples/v2_incidents_ListIncidentAttachments.rs"
[[example]]
name = "v2_incidents_ListIncidentImpacts"
path = "examples/v2_incidents_ListIncidentImpacts.rs"
[[example]]
name = "v2_incidents_ListIncidentIntegrations"
path = "examples/v2_incidents_ListIncidentIntegrations.rs"
[[example]]
name = "v2_incidents_ListIncidentNotificationRules"
path = "examples/v2_incidents_ListIncidentNotificationRules.rs"
[[example]]
name = "v2_incidents_ListIncidentNotificationTemplates"
path = "examples/v2_incidents_ListIncidentNotificationTemplates.rs"
[[example]]
name = "v2_incidents_ListIncidentTodos"
path = "examples/v2_incidents_ListIncidentTodos.rs"
[[example]]
name = "v2_incidents_ListIncidentTypes"
path = "examples/v2_incidents_ListIncidentTypes.rs"
[[example]]
name = "v2_incidents_ListIncidents"
path = "examples/v2_incidents_ListIncidents.rs"
[[example]]
name = "v2_incidents_ListIncidents_2665616954"
path = "examples/v2_incidents_ListIncidents_2665616954.rs"
[[example]]
name = "v2_incidents_SearchIncidents"
path = "examples/v2_incidents_SearchIncidents.rs"
[[example]]
name = "v2_incidents_SearchIncidents_1931679109"
path = "examples/v2_incidents_SearchIncidents_1931679109.rs"
[[example]]
name = "v2_incidents_UpdateIncident"
path = "examples/v2_incidents_UpdateIncident.rs"
[[example]]
name = "v2_incidents_UpdateIncidentAttachment"
path = "examples/v2_incidents_UpdateIncidentAttachment.rs"
[[example]]
name = "v2_incidents_UpdateIncidentIntegration"
path = "examples/v2_incidents_UpdateIncidentIntegration.rs"
[[example]]
name = "v2_incidents_UpdateIncidentNotificationRule"
path = "examples/v2_incidents_UpdateIncidentNotificationRule.rs"
[[example]]
name = "v2_incidents_UpdateIncidentNotificationRule_1207309457"
path = "examples/v2_incidents_UpdateIncidentNotificationRule_1207309457.rs"
[[example]]
name = "v2_incidents_UpdateIncidentNotificationTemplate"
path = "examples/v2_incidents_UpdateIncidentNotificationTemplate.rs"
[[example]]
name = "v2_incidents_UpdateIncidentTodo"
path = "examples/v2_incidents_UpdateIncidentTodo.rs"
[[example]]
name = "v2_incidents_UpdateIncidentType"
path = "examples/v2_incidents_UpdateIncidentType.rs"
[[example]]
name = "v2_incidents_UpdateIncident_1009194038"
path = "examples/v2_incidents_UpdateIncident_1009194038.rs"
[[example]]
name = "v2_incidents_UpdateIncident_3369341440"
path = "examples/v2_incidents_UpdateIncident_3369341440.rs"
[[example]]
name = "v2_ip-allowlist_GetIPAllowlist"
path = "examples/v2_ip-allowlist_GetIPAllowlist.rs"
[[example]]
name = "v2_ip-allowlist_UpdateIPAllowlist"
path = "examples/v2_ip-allowlist_UpdateIPAllowlist.rs"
[[example]]
name = "v2_key-management_CreateAPIKey"
path = "examples/v2_key-management_CreateAPIKey.rs"
[[example]]
name = "v2_key-management_CreateCurrentUserApplicationKey"
path = "examples/v2_key-management_CreateCurrentUserApplicationKey.rs"
[[example]]
name = "v2_key-management_CreateCurrentUserApplicationKey_3383369233"
path = "examples/v2_key-management_CreateCurrentUserApplicationKey_3383369233.rs"
[[example]]
name = "v2_key-management_DeleteAPIKey"
path = "examples/v2_key-management_DeleteAPIKey.rs"
[[example]]
name = "v2_key-management_DeleteApplicationKey"
path = "examples/v2_key-management_DeleteApplicationKey.rs"
[[example]]
name = "v2_key-management_DeleteCurrentUserApplicationKey"
path = "examples/v2_key-management_DeleteCurrentUserApplicationKey.rs"
[[example]]
name = "v2_key-management_GetAPIKey"
path = "examples/v2_key-management_GetAPIKey.rs"
[[example]]
name = "v2_key-management_GetApplicationKey"
path = "examples/v2_key-management_GetApplicationKey.rs"
[[example]]
name = "v2_key-management_GetCurrentUserApplicationKey"
path = "examples/v2_key-management_GetCurrentUserApplicationKey.rs"
[[example]]
name = "v2_key-management_ListAPIKeys"
path = "examples/v2_key-management_ListAPIKeys.rs"
[[example]]
name = "v2_key-management_ListApplicationKeys"
path = "examples/v2_key-management_ListApplicationKeys.rs"
[[example]]
name = "v2_key-management_ListCurrentUserApplicationKeys"
path = "examples/v2_key-management_ListCurrentUserApplicationKeys.rs"
[[example]]
name = "v2_key-management_UpdateAPIKey"
path = "examples/v2_key-management_UpdateAPIKey.rs"
[[example]]
name = "v2_key-management_UpdateApplicationKey"
path = "examples/v2_key-management_UpdateApplicationKey.rs"
[[example]]
name = "v2_key-management_UpdateCurrentUserApplicationKey"
path = "examples/v2_key-management_UpdateCurrentUserApplicationKey.rs"
[[example]]
name = "v2_logs-archives_AddReadRoleToArchive"
path = "examples/v2_logs-archives_AddReadRoleToArchive.rs"
[[example]]
name = "v2_logs-archives_CreateLogsArchive"
path = "examples/v2_logs-archives_CreateLogsArchive.rs"
[[example]]
name = "v2_logs-archives_DeleteLogsArchive"
path = "examples/v2_logs-archives_DeleteLogsArchive.rs"
[[example]]
name = "v2_logs-archives_GetLogsArchive"
path = "examples/v2_logs-archives_GetLogsArchive.rs"
[[example]]
name = "v2_logs-archives_GetLogsArchiveOrder"
path = "examples/v2_logs-archives_GetLogsArchiveOrder.rs"
[[example]]
name = "v2_logs-archives_ListArchiveReadRoles"
path = "examples/v2_logs-archives_ListArchiveReadRoles.rs"
[[example]]
name = "v2_logs-archives_ListLogsArchives"
path = "examples/v2_logs-archives_ListLogsArchives.rs"
[[example]]
name = "v2_logs-archives_RemoveRoleFromArchive"
path = "examples/v2_logs-archives_RemoveRoleFromArchive.rs"
[[example]]
name = "v2_logs-archives_UpdateLogsArchive"
path = "examples/v2_logs-archives_UpdateLogsArchive.rs"
[[example]]
name = "v2_logs-archives_UpdateLogsArchiveOrder"
path = "examples/v2_logs-archives_UpdateLogsArchiveOrder.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_1091442807"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_1091442807.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_1288180912"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_1288180912.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_141236188"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_141236188.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_1735989579"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_1735989579.rs"
[[example]]
name = "v2_logs-custom-destinations_CreateLogsCustomDestination_2184123765"
path = "examples/v2_logs-custom-destinations_CreateLogsCustomDestination_2184123765.rs"
[[example]]
name = "v2_logs-custom-destinations_DeleteLogsCustomDestination"
path = "examples/v2_logs-custom-destinations_DeleteLogsCustomDestination.rs"
[[example]]
name = "v2_logs-custom-destinations_GetLogsCustomDestination"
path = "examples/v2_logs-custom-destinations_GetLogsCustomDestination.rs"
[[example]]
name = "v2_logs-custom-destinations_ListLogsCustomDestinations"
path = "examples/v2_logs-custom-destinations_ListLogsCustomDestinations.rs"
[[example]]
name = "v2_logs-custom-destinations_UpdateLogsCustomDestination"
path = "examples/v2_logs-custom-destinations_UpdateLogsCustomDestination.rs"
[[example]]
name = "v2_logs-metrics_CreateLogsMetric"
path = "examples/v2_logs-metrics_CreateLogsMetric.rs"
[[example]]
name = "v2_logs-metrics_DeleteLogsMetric"
path = "examples/v2_logs-metrics_DeleteLogsMetric.rs"
[[example]]
name = "v2_logs-metrics_GetLogsMetric"
path = "examples/v2_logs-metrics_GetLogsMetric.rs"
[[example]]
name = "v2_logs-metrics_ListLogsMetrics"
path = "examples/v2_logs-metrics_ListLogsMetrics.rs"
[[example]]
name = "v2_logs-metrics_UpdateLogsMetric"
path = "examples/v2_logs-metrics_UpdateLogsMetric.rs"
[[example]]
name = "v2_logs-metrics_UpdateLogsMetric_1901534424"
path = "examples/v2_logs-metrics_UpdateLogsMetric_1901534424.rs"
[[example]]
name = "v2_logs-restriction-queries_AddRoleToRestrictionQuery"
path = "examples/v2_logs-restriction-queries_AddRoleToRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_CreateRestrictionQuery"
path = "examples/v2_logs-restriction-queries_CreateRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_DeleteRestrictionQuery"
path = "examples/v2_logs-restriction-queries_DeleteRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_GetRestrictionQuery"
path = "examples/v2_logs-restriction-queries_GetRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_GetRoleRestrictionQuery"
path = "examples/v2_logs-restriction-queries_GetRoleRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_ListRestrictionQueries"
path = "examples/v2_logs-restriction-queries_ListRestrictionQueries.rs"
[[example]]
name = "v2_logs-restriction-queries_ListRestrictionQueryRoles"
path = "examples/v2_logs-restriction-queries_ListRestrictionQueryRoles.rs"
[[example]]
name = "v2_logs-restriction-queries_ListUserRestrictionQueries"
path = "examples/v2_logs-restriction-queries_ListUserRestrictionQueries.rs"
[[example]]
name = "v2_logs-restriction-queries_RemoveRoleFromRestrictionQuery"
path = "examples/v2_logs-restriction-queries_RemoveRoleFromRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_ReplaceRestrictionQuery"
path = "examples/v2_logs-restriction-queries_ReplaceRestrictionQuery.rs"
[[example]]
name = "v2_logs-restriction-queries_UpdateRestrictionQuery"
path = "examples/v2_logs-restriction-queries_UpdateRestrictionQuery.rs"
[[example]]
name = "v2_logs_AggregateLogs"
path = "examples/v2_logs_AggregateLogs.rs"
[[example]]
name = "v2_logs_AggregateLogs_2527007002"
path = "examples/v2_logs_AggregateLogs_2527007002.rs"
[[example]]
name = "v2_logs_AggregateLogs_2955613758"
path = "examples/v2_logs_AggregateLogs_2955613758.rs"
[[example]]
name = "v2_logs_ListLogs"
path = "examples/v2_logs_ListLogs.rs"
[[example]]
name = "v2_logs_ListLogsGet"
path = "examples/v2_logs_ListLogsGet.rs"
[[example]]
name = "v2_logs_ListLogsGet_175182691"
path = "examples/v2_logs_ListLogsGet_175182691.rs"
[[example]]
name = "v2_logs_ListLogsGet_2034110533"
path = "examples/v2_logs_ListLogsGet_2034110533.rs"
[[example]]
name = "v2_logs_ListLogsGet_738202670"
path = "examples/v2_logs_ListLogsGet_738202670.rs"
[[example]]
name = "v2_logs_ListLogs_3138392594"
path = "examples/v2_logs_ListLogs_3138392594.rs"
[[example]]
name = "v2_logs_ListLogs_3400928236"
path = "examples/v2_logs_ListLogs_3400928236.rs"
[[example]]
name = "v2_logs_ListLogs_534975433"
path = "examples/v2_logs_ListLogs_534975433.rs"
[[example]]
name = "v2_logs_SubmitLog"
path = "examples/v2_logs_SubmitLog.rs"
[[example]]
name = "v2_logs_SubmitLog_3496222707"
path = "examples/v2_logs_SubmitLog_3496222707.rs"
[[example]]
name = "v2_logs_SubmitLog_904601870"
path = "examples/v2_logs_SubmitLog_904601870.rs"
[[example]]
name = "v2_metrics_CreateBulkTagsMetricsConfiguration"
path = "examples/v2_metrics_CreateBulkTagsMetricsConfiguration.rs"
[[example]]
name = "v2_metrics_CreateTagConfiguration"
path = "examples/v2_metrics_CreateTagConfiguration.rs"
[[example]]
name = "v2_metrics_DeleteBulkTagsMetricsConfiguration"
path = "examples/v2_metrics_DeleteBulkTagsMetricsConfiguration.rs"
[[example]]
name = "v2_metrics_DeleteTagConfiguration"
path = "examples/v2_metrics_DeleteTagConfiguration.rs"
[[example]]
name = "v2_metrics_EstimateMetricsOutputSeries"
path = "examples/v2_metrics_EstimateMetricsOutputSeries.rs"
[[example]]
name = "v2_metrics_GetMetricTagCardinalityDetails"
path = "examples/v2_metrics_GetMetricTagCardinalityDetails.rs"
[[example]]
name = "v2_metrics_ListActiveMetricConfigurations"
path = "examples/v2_metrics_ListActiveMetricConfigurations.rs"
[[example]]
name = "v2_metrics_ListMetricAssets"
path = "examples/v2_metrics_ListMetricAssets.rs"
[[example]]
name = "v2_metrics_ListTagConfigurationByName"
path = "examples/v2_metrics_ListTagConfigurationByName.rs"
[[example]]
name = "v2_metrics_ListTagConfigurations"
path = "examples/v2_metrics_ListTagConfigurations.rs"
[[example]]
name = "v2_metrics_ListTagConfigurations_265033704"
path = "examples/v2_metrics_ListTagConfigurations_265033704.rs"
[[example]]
name = "v2_metrics_ListTagConfigurations_2739018321"
path = "examples/v2_metrics_ListTagConfigurations_2739018321.rs"
[[example]]
name = "v2_metrics_ListTagConfigurations_3969783727"
path = "examples/v2_metrics_ListTagConfigurations_3969783727.rs"
[[example]]
name = "v2_metrics_ListTagsByMetricName"
path = "examples/v2_metrics_ListTagsByMetricName.rs"
[[example]]
name = "v2_metrics_ListVolumesByMetricName"
path = "examples/v2_metrics_ListVolumesByMetricName.rs"
[[example]]
name = "v2_metrics_QueryScalarData"
path = "examples/v2_metrics_QueryScalarData.rs"
[[example]]
name = "v2_metrics_QueryScalarData_3112571352"
path = "examples/v2_metrics_QueryScalarData_3112571352.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData"
path = "examples/v2_metrics_QueryTimeseriesData.rs"
[[example]]
name = "v2_metrics_QueryTimeseriesData_301142940"
path = "examples/v2_metrics_QueryTimeseriesData_301142940.rs"
[[example]]
name = "v2_metrics_SubmitMetrics"
path = "examples/v2_metrics_SubmitMetrics.rs"
[[example]]
name = "v2_metrics_SubmitMetrics_1762007427"
path = "examples/v2_metrics_SubmitMetrics_1762007427.rs"
[[example]]
name = "v2_metrics_UpdateTagConfiguration"
path = "examples/v2_metrics_UpdateTagConfiguration.rs"
[[example]]
name = "v2_microsoft-teams-integration_CreateTenantBasedHandle"
path = "examples/v2_microsoft-teams-integration_CreateTenantBasedHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_CreateTenantBasedHandle_1540689753"
path = "examples/v2_microsoft-teams-integration_CreateTenantBasedHandle_1540689753.rs"
[[example]]
name = "v2_microsoft-teams-integration_CreateWorkflowsWebhookHandle"
path = "examples/v2_microsoft-teams-integration_CreateWorkflowsWebhookHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_CreateWorkflowsWebhookHandle_1716851881"
path = "examples/v2_microsoft-teams-integration_CreateWorkflowsWebhookHandle_1716851881.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteTenantBasedHandle"
path = "examples/v2_microsoft-teams-integration_DeleteTenantBasedHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteTenantBasedHandle_377884154"
path = "examples/v2_microsoft-teams-integration_DeleteTenantBasedHandle_377884154.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteWorkflowsWebhookHandle"
path = "examples/v2_microsoft-teams-integration_DeleteWorkflowsWebhookHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_DeleteWorkflowsWebhookHandle_107549514"
path = "examples/v2_microsoft-teams-integration_DeleteWorkflowsWebhookHandle_107549514.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetChannelByName"
path = "examples/v2_microsoft-teams-integration_GetChannelByName.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetTenantBasedHandle"
path = "examples/v2_microsoft-teams-integration_GetTenantBasedHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetTenantBasedHandle_2883785101"
path = "examples/v2_microsoft-teams-integration_GetTenantBasedHandle_2883785101.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetWorkflowsWebhookHandle"
path = "examples/v2_microsoft-teams-integration_GetWorkflowsWebhookHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_GetWorkflowsWebhookHandle_3421443805"
path = "examples/v2_microsoft-teams-integration_GetWorkflowsWebhookHandle_3421443805.rs"
[[example]]
name = "v2_microsoft-teams-integration_ListTenantBasedHandles"
path = "examples/v2_microsoft-teams-integration_ListTenantBasedHandles.rs"
[[example]]
name = "v2_microsoft-teams-integration_ListTenantBasedHandles_769592979"
path = "examples/v2_microsoft-teams-integration_ListTenantBasedHandles_769592979.rs"
[[example]]
name = "v2_microsoft-teams-integration_ListWorkflowsWebhookHandles"
path = "examples/v2_microsoft-teams-integration_ListWorkflowsWebhookHandles.rs"
[[example]]
name = "v2_microsoft-teams-integration_ListWorkflowsWebhookHandles_620762083"
path = "examples/v2_microsoft-teams-integration_ListWorkflowsWebhookHandles_620762083.rs"
[[example]]
name = "v2_microsoft-teams-integration_UpdateTenantBasedHandle"
path = "examples/v2_microsoft-teams-integration_UpdateTenantBasedHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_UpdateTenantBasedHandle_419892746"
path = "examples/v2_microsoft-teams-integration_UpdateTenantBasedHandle_419892746.rs"
[[example]]
name = "v2_microsoft-teams-integration_UpdateWorkflowsWebhookHandle"
path = "examples/v2_microsoft-teams-integration_UpdateWorkflowsWebhookHandle.rs"
[[example]]
name = "v2_microsoft-teams-integration_UpdateWorkflowsWebhookHandle_163189594"
path = "examples/v2_microsoft-teams-integration_UpdateWorkflowsWebhookHandle_163189594.rs"
[[example]]
name = "v2_monitors_CreateMonitorConfigPolicy"
path = "examples/v2_monitors_CreateMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_CreateMonitorNotificationRule"
path = "examples/v2_monitors_CreateMonitorNotificationRule.rs"
[[example]]
name = "v2_monitors_CreateMonitorNotificationRule_1181818787"
path = "examples/v2_monitors_CreateMonitorNotificationRule_1181818787.rs"
[[example]]
name = "v2_monitors_CreateMonitorNotificationRule_1379932371"
path = "examples/v2_monitors_CreateMonitorNotificationRule_1379932371.rs"
[[example]]
name = "v2_monitors_CreateMonitorUserTemplate"
path = "examples/v2_monitors_CreateMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_DeleteMonitorConfigPolicy"
path = "examples/v2_monitors_DeleteMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_DeleteMonitorNotificationRule"
path = "examples/v2_monitors_DeleteMonitorNotificationRule.rs"
[[example]]
name = "v2_monitors_DeleteMonitorUserTemplate"
path = "examples/v2_monitors_DeleteMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_GetMonitorConfigPolicy"
path = "examples/v2_monitors_GetMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_GetMonitorNotificationRule"
path = "examples/v2_monitors_GetMonitorNotificationRule.rs"
[[example]]
name = "v2_monitors_GetMonitorNotificationRules"
path = "examples/v2_monitors_GetMonitorNotificationRules.rs"
[[example]]
name = "v2_monitors_GetMonitorUserTemplate"
path = "examples/v2_monitors_GetMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_ListMonitorConfigPolicies"
path = "examples/v2_monitors_ListMonitorConfigPolicies.rs"
[[example]]
name = "v2_monitors_ListMonitorUserTemplates"
path = "examples/v2_monitors_ListMonitorUserTemplates.rs"
[[example]]
name = "v2_monitors_UpdateMonitorConfigPolicy"
path = "examples/v2_monitors_UpdateMonitorConfigPolicy.rs"
[[example]]
name = "v2_monitors_UpdateMonitorNotificationRule"
path = "examples/v2_monitors_UpdateMonitorNotificationRule.rs"
[[example]]
name = "v2_monitors_UpdateMonitorNotificationRule_1400905713"
path = "examples/v2_monitors_UpdateMonitorNotificationRule_1400905713.rs"
[[example]]
name = "v2_monitors_UpdateMonitorNotificationRule_1446058210"
path = "examples/v2_monitors_UpdateMonitorNotificationRule_1446058210.rs"
[[example]]
name = "v2_monitors_UpdateMonitorUserTemplate"
path = "examples/v2_monitors_UpdateMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_ValidateExistingMonitorUserTemplate"
path = "examples/v2_monitors_ValidateExistingMonitorUserTemplate.rs"
[[example]]
name = "v2_monitors_ValidateMonitorUserTemplate"
path = "examples/v2_monitors_ValidateMonitorUserTemplate.rs"
[[example]]
name = "v2_network-device-monitoring_GetDevice"
path = "examples/v2_network-device-monitoring_GetDevice.rs"
[[example]]
name = "v2_network-device-monitoring_GetInterfaces"
path = "examples/v2_network-device-monitoring_GetInterfaces.rs"
[[example]]
name = "v2_network-device-monitoring_ListDeviceUserTags"
path = "examples/v2_network-device-monitoring_ListDeviceUserTags.rs"
[[example]]
name = "v2_network-device-monitoring_ListDevices"
path = "examples/v2_network-device-monitoring_ListDevices.rs"
[[example]]
name = "v2_network-device-monitoring_ListDevices_2712868412"
path = "examples/v2_network-device-monitoring_ListDevices_2712868412.rs"
[[example]]
name = "v2_network-device-monitoring_UpdateDeviceUserTags"
path = "examples/v2_network-device-monitoring_UpdateDeviceUserTags.rs"
[[example]]
name = "v2_observability-pipelines_CreatePipeline"
path = "examples/v2_observability-pipelines_CreatePipeline.rs"
[[example]]
name = "v2_observability-pipelines_DeletePipeline"
path = "examples/v2_observability-pipelines_DeletePipeline.rs"
[[example]]
name = "v2_observability-pipelines_GetPipeline"
path = "examples/v2_observability-pipelines_GetPipeline.rs"
[[example]]
name = "v2_observability-pipelines_ListPipelines"
path = "examples/v2_observability-pipelines_ListPipelines.rs"
[[example]]
name = "v2_observability-pipelines_UpdatePipeline"
path = "examples/v2_observability-pipelines_UpdatePipeline.rs"
[[example]]
name = "v2_observability-pipelines_ValidatePipeline"
path = "examples/v2_observability-pipelines_ValidatePipeline.rs"
[[example]]
name = "v2_okta-integration_CreateOktaAccount"
path = "examples/v2_okta-integration_CreateOktaAccount.rs"
[[example]]
name = "v2_okta-integration_DeleteOktaAccount"
path = "examples/v2_okta-integration_DeleteOktaAccount.rs"
[[example]]
name = "v2_okta-integration_GetOktaAccount"
path = "examples/v2_okta-integration_GetOktaAccount.rs"
[[example]]
name = "v2_okta-integration_ListOktaAccounts"
path = "examples/v2_okta-integration_ListOktaAccounts.rs"
[[example]]
name = "v2_okta-integration_UpdateOktaAccount"
path = "examples/v2_okta-integration_UpdateOktaAccount.rs"
[[example]]
name = "v2_on-call-paging_AcknowledgeOnCallPage"
path = "examples/v2_on-call-paging_AcknowledgeOnCallPage.rs"
[[example]]
name = "v2_on-call-paging_CreateOnCallPage"
path = "examples/v2_on-call-paging_CreateOnCallPage.rs"
[[example]]
name = "v2_on-call-paging_EscalateOnCallPage"
path = "examples/v2_on-call-paging_EscalateOnCallPage.rs"
[[example]]
name = "v2_on-call-paging_ResolveOnCallPage"
path = "examples/v2_on-call-paging_ResolveOnCallPage.rs"
[[example]]
name = "v2_on-call_CreateOnCallEscalationPolicy"
path = "examples/v2_on-call_CreateOnCallEscalationPolicy.rs"
[[example]]
name = "v2_on-call_CreateOnCallSchedule"
path = "examples/v2_on-call_CreateOnCallSchedule.rs"
[[example]]
name = "v2_on-call_CreateUserNotificationChannel"
path = "examples/v2_on-call_CreateUserNotificationChannel.rs"
[[example]]
name = "v2_on-call_CreateUserNotificationRule"
path = "examples/v2_on-call_CreateUserNotificationRule.rs"
[[example]]
name = "v2_on-call_DeleteOnCallEscalationPolicy"
path = "examples/v2_on-call_DeleteOnCallEscalationPolicy.rs"
[[example]]
name = "v2_on-call_DeleteOnCallSchedule"
path = "examples/v2_on-call_DeleteOnCallSchedule.rs"
[[example]]
name = "v2_on-call_DeleteUserNotificationChannel"
path = "examples/v2_on-call_DeleteUserNotificationChannel.rs"
[[example]]
name = "v2_on-call_DeleteUserNotificationRule"
path = "examples/v2_on-call_DeleteUserNotificationRule.rs"
[[example]]
name = "v2_on-call_GetOnCallEscalationPolicy"
path = "examples/v2_on-call_GetOnCallEscalationPolicy.rs"
[[example]]
name = "v2_on-call_GetOnCallSchedule"
path = "examples/v2_on-call_GetOnCallSchedule.rs"
[[example]]
name = "v2_on-call_GetOnCallTeamRoutingRules"
path = "examples/v2_on-call_GetOnCallTeamRoutingRules.rs"
[[example]]
name = "v2_on-call_GetScheduleOnCallUser"
path = "examples/v2_on-call_GetScheduleOnCallUser.rs"
[[example]]
name = "v2_on-call_GetTeamOnCallUsers"
path = "examples/v2_on-call_GetTeamOnCallUsers.rs"
[[example]]
name = "v2_on-call_GetUserNotificationChannel"
path = "examples/v2_on-call_GetUserNotificationChannel.rs"
[[example]]
name = "v2_on-call_GetUserNotificationRule"
path = "examples/v2_on-call_GetUserNotificationRule.rs"
[[example]]
name = "v2_on-call_ListUserNotificationChannels"
path = "examples/v2_on-call_ListUserNotificationChannels.rs"
[[example]]
name = "v2_on-call_ListUserNotificationRules"
path = "examples/v2_on-call_ListUserNotificationRules.rs"
[[example]]
name = "v2_on-call_SetOnCallTeamRoutingRules"
path = "examples/v2_on-call_SetOnCallTeamRoutingRules.rs"
[[example]]
name = "v2_on-call_UpdateOnCallEscalationPolicy"
path = "examples/v2_on-call_UpdateOnCallEscalationPolicy.rs"
[[example]]
name = "v2_on-call_UpdateOnCallSchedule"
path = "examples/v2_on-call_UpdateOnCallSchedule.rs"
[[example]]
name = "v2_on-call_UpdateUserNotificationRule"
path = "examples/v2_on-call_UpdateUserNotificationRule.rs"
[[example]]
name = "v2_opsgenie-integration_CreateOpsgenieService"
path = "examples/v2_opsgenie-integration_CreateOpsgenieService.rs"
[[example]]
name = "v2_opsgenie-integration_DeleteOpsgenieService"
path = "examples/v2_opsgenie-integration_DeleteOpsgenieService.rs"
[[example]]
name = "v2_opsgenie-integration_GetOpsgenieService"
path = "examples/v2_opsgenie-integration_GetOpsgenieService.rs"
[[example]]
name = "v2_opsgenie-integration_ListOpsgenieServices"
path = "examples/v2_opsgenie-integration_ListOpsgenieServices.rs"
[[example]]
name = "v2_opsgenie-integration_UpdateOpsgenieService"
path = "examples/v2_opsgenie-integration_UpdateOpsgenieService.rs"
[[example]]
name = "v2_org-connections_CreateOrgConnections"
path = "examples/v2_org-connections_CreateOrgConnections.rs"
[[example]]
name = "v2_org-connections_DeleteOrgConnections"
path = "examples/v2_org-connections_DeleteOrgConnections.rs"
[[example]]
name = "v2_org-connections_ListOrgConnections"
path = "examples/v2_org-connections_ListOrgConnections.rs"
[[example]]
name = "v2_org-connections_UpdateOrgConnections"
path = "examples/v2_org-connections_UpdateOrgConnections.rs"
[[example]]
name = "v2_organizations_GetOrgConfig"
path = "examples/v2_organizations_GetOrgConfig.rs"
[[example]]
name = "v2_organizations_ListOrgConfigs"
path = "examples/v2_organizations_ListOrgConfigs.rs"
[[example]]
name = "v2_organizations_UpdateOrgConfig"
path = "examples/v2_organizations_UpdateOrgConfig.rs"
[[example]]
name = "v2_organizations_UploadIdPMetadata"
path = "examples/v2_organizations_UploadIdPMetadata.rs"
[[example]]
name = "v2_powerpack_CreatePowerpack"
path = "examples/v2_powerpack_CreatePowerpack.rs"
[[example]]
name = "v2_powerpack_DeletePowerpack"
path = "examples/v2_powerpack_DeletePowerpack.rs"
[[example]]
name = "v2_powerpack_GetPowerpack"
path = "examples/v2_powerpack_GetPowerpack.rs"
[[example]]
name = "v2_powerpack_ListPowerpacks"
path = "examples/v2_powerpack_ListPowerpacks.rs"
[[example]]
name = "v2_powerpack_ListPowerpacks_1173755071"
path = "examples/v2_powerpack_ListPowerpacks_1173755071.rs"
[[example]]
name = "v2_powerpack_UpdatePowerpack"
path = "examples/v2_powerpack_UpdatePowerpack.rs"
[[example]]
name = "v2_processes_ListProcesses"
path = "examples/v2_processes_ListProcesses.rs"
[[example]]
name = "v2_processes_ListProcesses_797840471"
path = "examples/v2_processes_ListProcesses_797840471.rs"
[[example]]
name = "v2_product-analytics_SubmitProductAnalyticsEvent"
path = "examples/v2_product-analytics_SubmitProductAnalyticsEvent.rs"
[[example]]
name = "v2_reference-tables_CreateReferenceTable"
path = "examples/v2_reference-tables_CreateReferenceTable.rs"
[[example]]
name = "v2_reference-tables_CreateReferenceTableUpload"
path = "examples/v2_reference-tables_CreateReferenceTableUpload.rs"
[[example]]
name = "v2_reference-tables_CreateReferenceTable_3196130987"
path = "examples/v2_reference-tables_CreateReferenceTable_3196130987.rs"
[[example]]
name = "v2_reference-tables_DeleteRows"
path = "examples/v2_reference-tables_DeleteRows.rs"
[[example]]
name = "v2_reference-tables_DeleteTable"
path = "examples/v2_reference-tables_DeleteTable.rs"
[[example]]
name = "v2_reference-tables_GetRowsByID"
path = "examples/v2_reference-tables_GetRowsByID.rs"
[[example]]
name = "v2_reference-tables_GetTable"
path = "examples/v2_reference-tables_GetTable.rs"
[[example]]
name = "v2_reference-tables_ListTables"
path = "examples/v2_reference-tables_ListTables.rs"
[[example]]
name = "v2_reference-tables_UpdateReferenceTable"
path = "examples/v2_reference-tables_UpdateReferenceTable.rs"
[[example]]
name = "v2_reference-tables_UpsertRows"
path = "examples/v2_reference-tables_UpsertRows.rs"
[[example]]
name = "v2_restriction-policies_DeleteRestrictionPolicy"
path = "examples/v2_restriction-policies_DeleteRestrictionPolicy.rs"
[[example]]
name = "v2_restriction-policies_GetRestrictionPolicy"
path = "examples/v2_restriction-policies_GetRestrictionPolicy.rs"
[[example]]
name = "v2_restriction-policies_UpdateRestrictionPolicy"
path = "examples/v2_restriction-policies_UpdateRestrictionPolicy.rs"
[[example]]
name = "v2_roles_AddPermissionToRole"
path = "examples/v2_roles_AddPermissionToRole.rs"
[[example]]
name = "v2_roles_AddUserToRole"
path = "examples/v2_roles_AddUserToRole.rs"
[[example]]
name = "v2_roles_CloneRole"
path = "examples/v2_roles_CloneRole.rs"
[[example]]
name = "v2_roles_CreateRole"
path = "examples/v2_roles_CreateRole.rs"
[[example]]
name = "v2_roles_CreateRole_3862893229"
path = "examples/v2_roles_CreateRole_3862893229.rs"
[[example]]
name = "v2_roles_DeleteRole"
path = "examples/v2_roles_DeleteRole.rs"
[[example]]
name = "v2_roles_GetRole"
path = "examples/v2_roles_GetRole.rs"
[[example]]
name = "v2_roles_ListPermissions"
path = "examples/v2_roles_ListPermissions.rs"
[[example]]
name = "v2_roles_ListRolePermissions"
path = "examples/v2_roles_ListRolePermissions.rs"
[[example]]
name = "v2_roles_ListRoleTemplates"
path = "examples/v2_roles_ListRoleTemplates.rs"
[[example]]
name = "v2_roles_ListRoleUsers"
path = "examples/v2_roles_ListRoleUsers.rs"
[[example]]
name = "v2_roles_ListRoles"
path = "examples/v2_roles_ListRoles.rs"
[[example]]
name = "v2_roles_RemovePermissionFromRole"
path = "examples/v2_roles_RemovePermissionFromRole.rs"
[[example]]
name = "v2_roles_RemoveUserFromRole"
path = "examples/v2_roles_RemoveUserFromRole.rs"
[[example]]
name = "v2_roles_UpdateRole"
path = "examples/v2_roles_UpdateRole.rs"
[[example]]
name = "v2_rum-audience-management_CreateConnection"
path = "examples/v2_rum-audience-management_CreateConnection.rs"
[[example]]
name = "v2_rum-audience-management_DeleteConnection"
path = "examples/v2_rum-audience-management_DeleteConnection.rs"
[[example]]
name = "v2_rum-audience-management_GetAccountFacetInfo"
path = "examples/v2_rum-audience-management_GetAccountFacetInfo.rs"
[[example]]
name = "v2_rum-audience-management_GetMapping"
path = "examples/v2_rum-audience-management_GetMapping.rs"
[[example]]
name = "v2_rum-audience-management_GetUserFacetInfo"
path = "examples/v2_rum-audience-management_GetUserFacetInfo.rs"
[[example]]
name = "v2_rum-audience-management_ListConnections"
path = "examples/v2_rum-audience-management_ListConnections.rs"
[[example]]
name = "v2_rum-audience-management_QueryAccounts"
path = "examples/v2_rum-audience-management_QueryAccounts.rs"
[[example]]
name = "v2_rum-audience-management_QueryEventFilteredUsers"
path = "examples/v2_rum-audience-management_QueryEventFilteredUsers.rs"
[[example]]
name = "v2_rum-audience-management_QueryUsers"
path = "examples/v2_rum-audience-management_QueryUsers.rs"
[[example]]
name = "v2_rum-audience-management_UpdateConnection"
path = "examples/v2_rum-audience-management_UpdateConnection.rs"
[[example]]
name = "v2_rum-metrics_CreateRumMetric"
path = "examples/v2_rum-metrics_CreateRumMetric.rs"
[[example]]
name = "v2_rum-metrics_DeleteRumMetric"
path = "examples/v2_rum-metrics_DeleteRumMetric.rs"
[[example]]
name = "v2_rum-metrics_GetRumMetric"
path = "examples/v2_rum-metrics_GetRumMetric.rs"
[[example]]
name = "v2_rum-metrics_ListRumMetrics"
path = "examples/v2_rum-metrics_ListRumMetrics.rs"
[[example]]
name = "v2_rum-metrics_UpdateRumMetric"
path = "examples/v2_rum-metrics_UpdateRumMetric.rs"
[[example]]
name = "v2_rum-retention-filters_CreateRetentionFilter"
path = "examples/v2_rum-retention-filters_CreateRetentionFilter.rs"
[[example]]
name = "v2_rum-retention-filters_DeleteRetentionFilter"
path = "examples/v2_rum-retention-filters_DeleteRetentionFilter.rs"
[[example]]
name = "v2_rum-retention-filters_GetRetentionFilter"
path = "examples/v2_rum-retention-filters_GetRetentionFilter.rs"
[[example]]
name = "v2_rum-retention-filters_ListRetentionFilters"
path = "examples/v2_rum-retention-filters_ListRetentionFilters.rs"
[[example]]
name = "v2_rum-retention-filters_OrderRetentionFilters"
path = "examples/v2_rum-retention-filters_OrderRetentionFilters.rs"
[[example]]
name = "v2_rum-retention-filters_UpdateRetentionFilter"
path = "examples/v2_rum-retention-filters_UpdateRetentionFilter.rs"
[[example]]
name = "v2_rum_AggregateRUMEvents"
path = "examples/v2_rum_AggregateRUMEvents.rs"
[[example]]
name = "v2_rum_CreateRUMApplication"
path = "examples/v2_rum_CreateRUMApplication.rs"
[[example]]
name = "v2_rum_CreateRUMApplication_1946294560"
path = "examples/v2_rum_CreateRUMApplication_1946294560.rs"
[[example]]
name = "v2_rum_DeleteRUMApplication"
path = "examples/v2_rum_DeleteRUMApplication.rs"
[[example]]
name = "v2_rum_GetRUMApplication"
path = "examples/v2_rum_GetRUMApplication.rs"
[[example]]
name = "v2_rum_GetRUMApplications"
path = "examples/v2_rum_GetRUMApplications.rs"
[[example]]
name = "v2_rum_ListRUMEvents"
path = "examples/v2_rum_ListRUMEvents.rs"
[[example]]
name = "v2_rum_ListRUMEvents_2680821282"
path = "examples/v2_rum_ListRUMEvents_2680821282.rs"
[[example]]
name = "v2_rum_SearchRUMEvents"
path = "examples/v2_rum_SearchRUMEvents.rs"
[[example]]
name = "v2_rum_SearchRUMEvents_574690310"
path = "examples/v2_rum_SearchRUMEvents_574690310.rs"
[[example]]
name = "v2_rum_UpdateRUMApplication"
path = "examples/v2_rum_UpdateRUMApplication.rs"
[[example]]
name = "v2_rum_UpdateRUMApplication_394074053"
path = "examples/v2_rum_UpdateRUMApplication_394074053.rs"
[[example]]
name = "v2_security-monitoring_AttachCase"
path = "examples/v2_security-monitoring_AttachCase.rs"
[[example]]
name = "v2_security-monitoring_AttachCase_897782765"
path = "examples/v2_security-monitoring_AttachCase_897782765.rs"
[[example]]
name = "v2_security-monitoring_AttachJiraIssue"
path = "examples/v2_security-monitoring_AttachJiraIssue.rs"
[[example]]
name = "v2_security-monitoring_AttachJiraIssue_3042842144"
path = "examples/v2_security-monitoring_AttachJiraIssue_3042842144.rs"
[[example]]
name = "v2_security-monitoring_CancelThreatHuntingJob"
path = "examples/v2_security-monitoring_CancelThreatHuntingJob.rs"
[[example]]
name = "v2_security-monitoring_CancelThreatHuntingJob_1945505845"
path = "examples/v2_security-monitoring_CancelThreatHuntingJob_1945505845.rs"
[[example]]
name = "v2_security-monitoring_ConvertExistingSecurityMonitoringRule"
path = "examples/v2_security-monitoring_ConvertExistingSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_ConvertJobResultToSignal"
path = "examples/v2_security-monitoring_ConvertJobResultToSignal.rs"
[[example]]
name = "v2_security-monitoring_ConvertSecurityMonitoringRuleFromJSONToTerraform"
path = "examples/v2_security-monitoring_ConvertSecurityMonitoringRuleFromJSONToTerraform.rs"
[[example]]
name = "v2_security-monitoring_CreateCases"
path = "examples/v2_security-monitoring_CreateCases.rs"
[[example]]
name = "v2_security-monitoring_CreateCases_2385516013"
path = "examples/v2_security-monitoring_CreateCases_2385516013.rs"
[[example]]
name = "v2_security-monitoring_CreateCases_2798851680"
path = "examples/v2_security-monitoring_CreateCases_2798851680.rs"
[[example]]
name = "v2_security-monitoring_CreateCustomFramework"
path = "examples/v2_security-monitoring_CreateCustomFramework.rs"
[[example]]
name = "v2_security-monitoring_CreateJiraIssues"
path = "examples/v2_security-monitoring_CreateJiraIssues.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityFilter"
path = "examples/v2_security-monitoring_CreateSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringCriticalAsset"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringCriticalAsset.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_1092490364"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_1092490364.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_1965169892"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_1965169892.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_2323193894"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_2323193894.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_2899714190"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_2899714190.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_3367706049"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_3367706049.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_461183901"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_461183901.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_498211763"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_498211763.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_868881438"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_868881438.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringRule_914562040"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringRule_914562040.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_security-monitoring_CreateSecurityMonitoringSuppression_3192265332"
path = "examples/v2_security-monitoring_CreateSecurityMonitoringSuppression_3192265332.rs"
[[example]]
name = "v2_security-monitoring_CreateSignalNotificationRule"
path = "examples/v2_security-monitoring_CreateSignalNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_CreateVulnerabilityNotificationRule"
path = "examples/v2_security-monitoring_CreateVulnerabilityNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_DeleteCustomFramework"
path = "examples/v2_security-monitoring_DeleteCustomFramework.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityFilter"
path = "examples/v2_security-monitoring_DeleteSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityFilter_555029489"
path = "examples/v2_security-monitoring_DeleteSecurityFilter_555029489.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityMonitoringCriticalAsset"
path = "examples/v2_security-monitoring_DeleteSecurityMonitoringCriticalAsset.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityMonitoringRule"
path = "examples/v2_security-monitoring_DeleteSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_DeleteSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_DeleteSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_security-monitoring_DeleteSignalNotificationRule"
path = "examples/v2_security-monitoring_DeleteSignalNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_DeleteThreatHuntingJob"
path = "examples/v2_security-monitoring_DeleteThreatHuntingJob.rs"
[[example]]
name = "v2_security-monitoring_DeleteVulnerabilityNotificationRule"
path = "examples/v2_security-monitoring_DeleteVulnerabilityNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_DetachCase"
path = "examples/v2_security-monitoring_DetachCase.rs"
[[example]]
name = "v2_security-monitoring_EditSecurityMonitoringSignalAssignee"
path = "examples/v2_security-monitoring_EditSecurityMonitoringSignalAssignee.rs"
[[example]]
name = "v2_security-monitoring_EditSecurityMonitoringSignalIncidents"
path = "examples/v2_security-monitoring_EditSecurityMonitoringSignalIncidents.rs"
[[example]]
name = "v2_security-monitoring_EditSecurityMonitoringSignalState"
path = "examples/v2_security-monitoring_EditSecurityMonitoringSignalState.rs"
[[example]]
name = "v2_security-monitoring_GetCriticalAssetsAffectingRule"
path = "examples/v2_security-monitoring_GetCriticalAssetsAffectingRule.rs"
[[example]]
name = "v2_security-monitoring_GetCustomFramework"
path = "examples/v2_security-monitoring_GetCustomFramework.rs"
[[example]]
name = "v2_security-monitoring_GetFinding"
path = "examples/v2_security-monitoring_GetFinding.rs"
[[example]]
name = "v2_security-monitoring_GetResourceEvaluationFilters"
path = "examples/v2_security-monitoring_GetResourceEvaluationFilters.rs"
[[example]]
name = "v2_security-monitoring_GetRuleVersionHistory"
path = "examples/v2_security-monitoring_GetRuleVersionHistory.rs"
[[example]]
name = "v2_security-monitoring_GetRuleVersionHistory_2467565841"
path = "examples/v2_security-monitoring_GetRuleVersionHistory_2467565841.rs"
[[example]]
name = "v2_security-monitoring_GetSBOM"
path = "examples/v2_security-monitoring_GetSBOM.rs"
[[example]]
name = "v2_security-monitoring_GetSecretsRules"
path = "examples/v2_security-monitoring_GetSecretsRules.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityFilter"
path = "examples/v2_security-monitoring_GetSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringCriticalAsset"
path = "examples/v2_security-monitoring_GetSecurityMonitoringCriticalAsset.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringHistsignal"
path = "examples/v2_security-monitoring_GetSecurityMonitoringHistsignal.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringHistsignalsByJobId"
path = "examples/v2_security-monitoring_GetSecurityMonitoringHistsignalsByJobId.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringRule"
path = "examples/v2_security-monitoring_GetSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringRule_3370522281"
path = "examples/v2_security-monitoring_GetSecurityMonitoringRule_3370522281.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringSignal"
path = "examples/v2_security-monitoring_GetSecurityMonitoringSignal.rs"
[[example]]
name = "v2_security-monitoring_GetSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_GetSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_security-monitoring_GetSignalNotificationRule"
path = "examples/v2_security-monitoring_GetSignalNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_GetSignalNotificationRules"
path = "examples/v2_security-monitoring_GetSignalNotificationRules.rs"
[[example]]
name = "v2_security-monitoring_GetSuppressionVersionHistory"
path = "examples/v2_security-monitoring_GetSuppressionVersionHistory.rs"
[[example]]
name = "v2_security-monitoring_GetSuppressionsAffectingFutureRule"
path = "examples/v2_security-monitoring_GetSuppressionsAffectingFutureRule.rs"
[[example]]
name = "v2_security-monitoring_GetSuppressionsAffectingRule"
path = "examples/v2_security-monitoring_GetSuppressionsAffectingRule.rs"
[[example]]
name = "v2_security-monitoring_GetThreatHuntingJob"
path = "examples/v2_security-monitoring_GetThreatHuntingJob.rs"
[[example]]
name = "v2_security-monitoring_GetVulnerabilityNotificationRule"
path = "examples/v2_security-monitoring_GetVulnerabilityNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_GetVulnerabilityNotificationRules"
path = "examples/v2_security-monitoring_GetVulnerabilityNotificationRules.rs"
[[example]]
name = "v2_security-monitoring_ListAssetsSBOMs"
path = "examples/v2_security-monitoring_ListAssetsSBOMs.rs"
[[example]]
name = "v2_security-monitoring_ListFindings"
path = "examples/v2_security-monitoring_ListFindings.rs"
[[example]]
name = "v2_security-monitoring_ListFindings_1668290866"
path = "examples/v2_security-monitoring_ListFindings_1668290866.rs"
[[example]]
name = "v2_security-monitoring_ListFindings_2932019633"
path = "examples/v2_security-monitoring_ListFindings_2932019633.rs"
[[example]]
name = "v2_security-monitoring_ListFindings_3865842421"
path = "examples/v2_security-monitoring_ListFindings_3865842421.rs"
[[example]]
name = "v2_security-monitoring_ListMultipleRulesets"
path = "examples/v2_security-monitoring_ListMultipleRulesets.rs"
[[example]]
name = "v2_security-monitoring_ListScannedAssetsMetadata"
path = "examples/v2_security-monitoring_ListScannedAssetsMetadata.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityFilters"
path = "examples/v2_security-monitoring_ListSecurityFilters.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityFindings"
path = "examples/v2_security-monitoring_ListSecurityFindings.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityFindings_2925663885"
path = "examples/v2_security-monitoring_ListSecurityFindings_2925663885.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringCriticalAssets"
path = "examples/v2_security-monitoring_ListSecurityMonitoringCriticalAssets.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringHistsignals"
path = "examples/v2_security-monitoring_ListSecurityMonitoringHistsignals.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringRules"
path = "examples/v2_security-monitoring_ListSecurityMonitoringRules.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringSignals"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSignals.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringSignals_3960412991"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSignals_3960412991.rs"
[[example]]
name = "v2_security-monitoring_ListSecurityMonitoringSuppressions"
path = "examples/v2_security-monitoring_ListSecurityMonitoringSuppressions.rs"
[[example]]
name = "v2_security-monitoring_ListThreatHuntingJobs"
path = "examples/v2_security-monitoring_ListThreatHuntingJobs.rs"
[[example]]
name = "v2_security-monitoring_ListThreatHuntingJobs_1365512061"
path = "examples/v2_security-monitoring_ListThreatHuntingJobs_1365512061.rs"
[[example]]
name = "v2_security-monitoring_ListVulnerabilities"
path = "examples/v2_security-monitoring_ListVulnerabilities.rs"
[[example]]
name = "v2_security-monitoring_ListVulnerableAssets"
path = "examples/v2_security-monitoring_ListVulnerableAssets.rs"
[[example]]
name = "v2_security-monitoring_MuteFindings"
path = "examples/v2_security-monitoring_MuteFindings.rs"
[[example]]
name = "v2_security-monitoring_PatchSignalNotificationRule"
path = "examples/v2_security-monitoring_PatchSignalNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_PatchVulnerabilityNotificationRule"
path = "examples/v2_security-monitoring_PatchVulnerabilityNotificationRule.rs"
[[example]]
name = "v2_security-monitoring_RunThreatHuntingJob"
path = "examples/v2_security-monitoring_RunThreatHuntingJob.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityFindings"
path = "examples/v2_security-monitoring_SearchSecurityFindings.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityFindings_3678541639"
path = "examples/v2_security-monitoring_SearchSecurityFindings_3678541639.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityMonitoringHistsignals"
path = "examples/v2_security-monitoring_SearchSecurityMonitoringHistsignals.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityMonitoringSignals"
path = "examples/v2_security-monitoring_SearchSecurityMonitoringSignals.rs"
[[example]]
name = "v2_security-monitoring_SearchSecurityMonitoringSignals_1309350146"
path = "examples/v2_security-monitoring_SearchSecurityMonitoringSignals_1309350146.rs"
[[example]]
name = "v2_security-monitoring_TestExistingSecurityMonitoringRule"
path = "examples/v2_security-monitoring_TestExistingSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_TestSecurityMonitoringRule"
path = "examples/v2_security-monitoring_TestSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_UpdateCustomFramework"
path = "examples/v2_security-monitoring_UpdateCustomFramework.rs"
[[example]]
name = "v2_security-monitoring_UpdateResourceEvaluationFilters"
path = "examples/v2_security-monitoring_UpdateResourceEvaluationFilters.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityFilter"
path = "examples/v2_security-monitoring_UpdateSecurityFilter.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringCriticalAsset"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringCriticalAsset.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringRule"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringRule_428087276"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringRule_428087276.rs"
[[example]]
name = "v2_security-monitoring_UpdateSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_UpdateSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringRule"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringRule.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringRule_2609327779"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringRule_2609327779.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringRule_4152369508"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringRule_4152369508.rs"
[[example]]
name = "v2_security-monitoring_ValidateSecurityMonitoringSuppression"
path = "examples/v2_security-monitoring_ValidateSecurityMonitoringSuppression.rs"
[[example]]
name = "v2_sensitive-data-scanner_CreateScanningGroup"
path = "examples/v2_sensitive-data-scanner_CreateScanningGroup.rs"
[[example]]
name = "v2_sensitive-data-scanner_CreateScanningRule"
path = "examples/v2_sensitive-data-scanner_CreateScanningRule.rs"
[[example]]
name = "v2_sensitive-data-scanner_CreateScanningRule_502667299"
path = "examples/v2_sensitive-data-scanner_CreateScanningRule_502667299.rs"
[[example]]
name = "v2_sensitive-data-scanner_DeleteScanningGroup"
path = "examples/v2_sensitive-data-scanner_DeleteScanningGroup.rs"
[[example]]
name = "v2_sensitive-data-scanner_DeleteScanningRule"
path = "examples/v2_sensitive-data-scanner_DeleteScanningRule.rs"
[[example]]
name = "v2_sensitive-data-scanner_ListScanningGroups"
path = "examples/v2_sensitive-data-scanner_ListScanningGroups.rs"
[[example]]
name = "v2_sensitive-data-scanner_ListStandardPatterns"
path = "examples/v2_sensitive-data-scanner_ListStandardPatterns.rs"
[[example]]
name = "v2_sensitive-data-scanner_ReorderScanningGroups"
path = "examples/v2_sensitive-data-scanner_ReorderScanningGroups.rs"
[[example]]
name = "v2_sensitive-data-scanner_UpdateScanningGroup"
path = "examples/v2_sensitive-data-scanner_UpdateScanningGroup.rs"
[[example]]
name = "v2_sensitive-data-scanner_UpdateScanningRule"
path = "examples/v2_sensitive-data-scanner_UpdateScanningRule.rs"
[[example]]
name = "v2_service-accounts_CreateServiceAccount"
path = "examples/v2_service-accounts_CreateServiceAccount.rs"
[[example]]
name = "v2_service-accounts_CreateServiceAccountApplicationKey"
path = "examples/v2_service-accounts_CreateServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-accounts_CreateServiceAccountApplicationKey_3480494373"
path = "examples/v2_service-accounts_CreateServiceAccountApplicationKey_3480494373.rs"
[[example]]
name = "v2_service-accounts_DeleteServiceAccountApplicationKey"
path = "examples/v2_service-accounts_DeleteServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-accounts_GetServiceAccountApplicationKey"
path = "examples/v2_service-accounts_GetServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-accounts_ListServiceAccountApplicationKeys"
path = "examples/v2_service-accounts_ListServiceAccountApplicationKeys.rs"
[[example]]
name = "v2_service-accounts_UpdateServiceAccountApplicationKey"
path = "examples/v2_service-accounts_UpdateServiceAccountApplicationKey.rs"
[[example]]
name = "v2_service-definition_CreateOrUpdateServiceDefinitions"
path = "examples/v2_service-definition_CreateOrUpdateServiceDefinitions.rs"
[[example]]
name = "v2_service-definition_CreateOrUpdateServiceDefinitions_1808735248"
path = "examples/v2_service-definition_CreateOrUpdateServiceDefinitions_1808735248.rs"
[[example]]
name = "v2_service-definition_CreateOrUpdateServiceDefinitions_2619874414"
path = "examples/v2_service-definition_CreateOrUpdateServiceDefinitions_2619874414.rs"
[[example]]
name = "v2_service-definition_CreateOrUpdateServiceDefinitions_2621709423"
path = "examples/v2_service-definition_CreateOrUpdateServiceDefinitions_2621709423.rs"
[[example]]
name = "v2_service-definition_DeleteServiceDefinition"
path = "examples/v2_service-definition_DeleteServiceDefinition.rs"
[[example]]
name = "v2_service-definition_GetServiceDefinition"
path = "examples/v2_service-definition_GetServiceDefinition.rs"
[[example]]
name = "v2_service-definition_ListServiceDefinitions"
path = "examples/v2_service-definition_ListServiceDefinitions.rs"
[[example]]
name = "v2_service-definition_ListServiceDefinitions_336468013"
path = "examples/v2_service-definition_ListServiceDefinitions_336468013.rs"
[[example]]
name = "v2_service-level-objectives_CreateSLOReportJob"
path = "examples/v2_service-level-objectives_CreateSLOReportJob.rs"
[[example]]
name = "v2_service-level-objectives_GetSLOReport"
path = "examples/v2_service-level-objectives_GetSLOReport.rs"
[[example]]
name = "v2_service-level-objectives_GetSLOReportJobStatus"
path = "examples/v2_service-level-objectives_GetSLOReportJobStatus.rs"
[[example]]
name = "v2_service-scorecards_CreateScorecardOutcomesBatch"
path = "examples/v2_service-scorecards_CreateScorecardOutcomesBatch.rs"
[[example]]
name = "v2_service-scorecards_CreateScorecardRule"
path = "examples/v2_service-scorecards_CreateScorecardRule.rs"
[[example]]
name = "v2_service-scorecards_DeleteScorecardRule"
path = "examples/v2_service-scorecards_DeleteScorecardRule.rs"
[[example]]
name = "v2_service-scorecards_ListScorecardOutcomes"
path = "examples/v2_service-scorecards_ListScorecardOutcomes.rs"
[[example]]
name = "v2_service-scorecards_ListScorecardOutcomes_2663454275"
path = "examples/v2_service-scorecards_ListScorecardOutcomes_2663454275.rs"
[[example]]
name = "v2_service-scorecards_ListScorecardRules"
path = "examples/v2_service-scorecards_ListScorecardRules.rs"
[[example]]
name = "v2_service-scorecards_ListScorecardRules_4057666343"
path = "examples/v2_service-scorecards_ListScorecardRules_4057666343.rs"
[[example]]
name = "v2_service-scorecards_UpdateScorecardOutcomesAsync"
path = "examples/v2_service-scorecards_UpdateScorecardOutcomesAsync.rs"
[[example]]
name = "v2_service-scorecards_UpdateScorecardRule"
path = "examples/v2_service-scorecards_UpdateScorecardRule.rs"
[[example]]
name = "v2_software-catalog_DeleteCatalogEntity"
path = "examples/v2_software-catalog_DeleteCatalogEntity.rs"
[[example]]
name = "v2_software-catalog_DeleteCatalogKind"
path = "examples/v2_software-catalog_DeleteCatalogKind.rs"
[[example]]
name = "v2_software-catalog_ListCatalogEntity"
path = "examples/v2_software-catalog_ListCatalogEntity.rs"
[[example]]
name = "v2_software-catalog_ListCatalogEntity_2305103326"
path = "examples/v2_software-catalog_ListCatalogEntity_2305103326.rs"
[[example]]
name = "v2_software-catalog_ListCatalogKind"
path = "examples/v2_software-catalog_ListCatalogKind.rs"
[[example]]
name = "v2_software-catalog_ListCatalogKind_3806205775"
path = "examples/v2_software-catalog_ListCatalogKind_3806205775.rs"
[[example]]
name = "v2_software-catalog_ListCatalogRelation"
path = "examples/v2_software-catalog_ListCatalogRelation.rs"
[[example]]
name = "v2_software-catalog_ListCatalogRelation_1311054087"
path = "examples/v2_software-catalog_ListCatalogRelation_1311054087.rs"
[[example]]
name = "v2_software-catalog_PreviewCatalogEntities"
path = "examples/v2_software-catalog_PreviewCatalogEntities.rs"
[[example]]
name = "v2_software-catalog_UpsertCatalogEntity"
path = "examples/v2_software-catalog_UpsertCatalogEntity.rs"
[[example]]
name = "v2_software-catalog_UpsertCatalogEntity_586948155"
path = "examples/v2_software-catalog_UpsertCatalogEntity_586948155.rs"
[[example]]
name = "v2_software-catalog_UpsertCatalogKind"
path = "examples/v2_software-catalog_UpsertCatalogKind.rs"
[[example]]
name = "v2_spa_GetSPARecommendations"
path = "examples/v2_spa_GetSPARecommendations.rs"
[[example]]
name = "v2_spa_GetSPARecommendationsWithShard"
path = "examples/v2_spa_GetSPARecommendationsWithShard.rs"
[[example]]
name = "v2_spans-metrics_CreateSpansMetric"
path = "examples/v2_spans-metrics_CreateSpansMetric.rs"
[[example]]
name = "v2_spans-metrics_DeleteSpansMetric"
path = "examples/v2_spans-metrics_DeleteSpansMetric.rs"
[[example]]
name = "v2_spans-metrics_GetSpansMetric"
path = "examples/v2_spans-metrics_GetSpansMetric.rs"
[[example]]
name = "v2_spans-metrics_ListSpansMetrics"
path = "examples/v2_spans-metrics_ListSpansMetrics.rs"
[[example]]
name = "v2_spans-metrics_UpdateSpansMetric"
path = "examples/v2_spans-metrics_UpdateSpansMetric.rs"
[[example]]
name = "v2_spans_AggregateSpans"
path = "examples/v2_spans_AggregateSpans.rs"
[[example]]
name = "v2_spans_ListSpans"
path = "examples/v2_spans_ListSpans.rs"
[[example]]
name = "v2_spans_ListSpansGet"
path = "examples/v2_spans_ListSpansGet.rs"
[[example]]
name = "v2_spans_ListSpansGet_1130763422"
path = "examples/v2_spans_ListSpansGet_1130763422.rs"
[[example]]
name = "v2_spans_ListSpans_3495563906"
path = "examples/v2_spans_ListSpans_3495563906.rs"
[[example]]
name = "v2_static-analysis_CreateSCAResolveVulnerableSymbols"
path = "examples/v2_static-analysis_CreateSCAResolveVulnerableSymbols.rs"
[[example]]
name = "v2_static-analysis_CreateSCAResult"
path = "examples/v2_static-analysis_CreateSCAResult.rs"
[[example]]
name = "v2_synthetics_GetOnDemandConcurrencyCap"
path = "examples/v2_synthetics_GetOnDemandConcurrencyCap.rs"
[[example]]
name = "v2_synthetics_PatchGlobalVariable"
path = "examples/v2_synthetics_PatchGlobalVariable.rs"
[[example]]
name = "v2_synthetics_SetOnDemandConcurrencyCap"
path = "examples/v2_synthetics_SetOnDemandConcurrencyCap.rs"
[[example]]
name = "v2_teams_AddMemberTeam"
path = "examples/v2_teams_AddMemberTeam.rs"
[[example]]
name = "v2_teams_AddTeamHierarchyLink"
path = "examples/v2_teams_AddTeamHierarchyLink.rs"
[[example]]
name = "v2_teams_CreateTeam"
path = "examples/v2_teams_CreateTeam.rs"
[[example]]
name = "v2_teams_CreateTeamConnections"
path = "examples/v2_teams_CreateTeamConnections.rs"
[[example]]
name = "v2_teams_CreateTeamLink"
path = "examples/v2_teams_CreateTeamLink.rs"
[[example]]
name = "v2_teams_CreateTeamMembership"
path = "examples/v2_teams_CreateTeamMembership.rs"
[[example]]
name = "v2_teams_CreateTeamNotificationRule"
path = "examples/v2_teams_CreateTeamNotificationRule.rs"
[[example]]
name = "v2_teams_CreateTeam_252121814"
path = "examples/v2_teams_CreateTeam_252121814.rs"
[[example]]
name = "v2_teams_DeleteTeam"
path = "examples/v2_teams_DeleteTeam.rs"
[[example]]
name = "v2_teams_DeleteTeamConnections"
path = "examples/v2_teams_DeleteTeamConnections.rs"
[[example]]
name = "v2_teams_DeleteTeamLink"
path = "examples/v2_teams_DeleteTeamLink.rs"
[[example]]
name = "v2_teams_DeleteTeamMembership"
path = "examples/v2_teams_DeleteTeamMembership.rs"
[[example]]
name = "v2_teams_DeleteTeamNotificationRule"
path = "examples/v2_teams_DeleteTeamNotificationRule.rs"
[[example]]
name = "v2_teams_GetTeam"
path = "examples/v2_teams_GetTeam.rs"
[[example]]
name = "v2_teams_GetTeamHierarchyLink"
path = "examples/v2_teams_GetTeamHierarchyLink.rs"
[[example]]
name = "v2_teams_GetTeamLink"
path = "examples/v2_teams_GetTeamLink.rs"
[[example]]
name = "v2_teams_GetTeamLinks"
path = "examples/v2_teams_GetTeamLinks.rs"
[[example]]
name = "v2_teams_GetTeamMemberships"
path = "examples/v2_teams_GetTeamMemberships.rs"
[[example]]
name = "v2_teams_GetTeamMemberships_3799131168"
path = "examples/v2_teams_GetTeamMemberships_3799131168.rs"
[[example]]
name = "v2_teams_GetTeamNotificationRule"
path = "examples/v2_teams_GetTeamNotificationRule.rs"
[[example]]
name = "v2_teams_GetTeamNotificationRules"
path = "examples/v2_teams_GetTeamNotificationRules.rs"
[[example]]
name = "v2_teams_GetTeamPermissionSettings"
path = "examples/v2_teams_GetTeamPermissionSettings.rs"
[[example]]
name = "v2_teams_GetTeamSync"
path = "examples/v2_teams_GetTeamSync.rs"
[[example]]
name = "v2_teams_GetUserMemberships"
path = "examples/v2_teams_GetUserMemberships.rs"
[[example]]
name = "v2_teams_ListMemberTeams"
path = "examples/v2_teams_ListMemberTeams.rs"
[[example]]
name = "v2_teams_ListMemberTeams_1662850354"
path = "examples/v2_teams_ListMemberTeams_1662850354.rs"
[[example]]
name = "v2_teams_ListTeamConnections"
path = "examples/v2_teams_ListTeamConnections.rs"
[[example]]
name = "v2_teams_ListTeamConnections_1473516764"
path = "examples/v2_teams_ListTeamConnections_1473516764.rs"
[[example]]
name = "v2_teams_ListTeamConnections_2418873869"
path = "examples/v2_teams_ListTeamConnections_2418873869.rs"
[[example]]
name = "v2_teams_ListTeamHierarchyLinks"
path = "examples/v2_teams_ListTeamHierarchyLinks.rs"
[[example]]
name = "v2_teams_ListTeamHierarchyLinks_3360757486"
path = "examples/v2_teams_ListTeamHierarchyLinks_3360757486.rs"
[[example]]
name = "v2_teams_ListTeams"
path = "examples/v2_teams_ListTeams.rs"
[[example]]
name = "v2_teams_ListTeams_3429963470"
path = "examples/v2_teams_ListTeams_3429963470.rs"
[[example]]
name = "v2_teams_ListTeams_3592098458"
path = "examples/v2_teams_ListTeams_3592098458.rs"
[[example]]
name = "v2_teams_RemoveMemberTeam"
path = "examples/v2_teams_RemoveMemberTeam.rs"
[[example]]
name = "v2_teams_RemoveTeamHierarchyLink"
path = "examples/v2_teams_RemoveTeamHierarchyLink.rs"
[[example]]
name = "v2_teams_SyncTeams"
path = "examples/v2_teams_SyncTeams.rs"
[[example]]
name = "v2_teams_SyncTeams_3215592344"
path = "examples/v2_teams_SyncTeams_3215592344.rs"
[[example]]
name = "v2_teams_UpdateTeam"
path = "examples/v2_teams_UpdateTeam.rs"
[[example]]
name = "v2_teams_UpdateTeamLink"
path = "examples/v2_teams_UpdateTeamLink.rs"
[[example]]
name = "v2_teams_UpdateTeamMembership"
path = "examples/v2_teams_UpdateTeamMembership.rs"
[[example]]
name = "v2_teams_UpdateTeamNotificationRule"
path = "examples/v2_teams_UpdateTeamNotificationRule.rs"
[[example]]
name = "v2_teams_UpdateTeamPermissionSetting"
path = "examples/v2_teams_UpdateTeamPermissionSetting.rs"
[[example]]
name = "v2_test-optimization_SearchFlakyTests"
path = "examples/v2_test-optimization_SearchFlakyTests.rs"
[[example]]
name = "v2_test-optimization_SearchFlakyTests_1224086727"
path = "examples/v2_test-optimization_SearchFlakyTests_1224086727.rs"
[[example]]
name = "v2_test-optimization_SearchFlakyTests_2665223746"
path = "examples/v2_test-optimization_SearchFlakyTests_2665223746.rs"
[[example]]
name = "v2_usage-metering_GetActiveBillingDimensions"
path = "examples/v2_usage-metering_GetActiveBillingDimensions.rs"
[[example]]
name = "v2_usage-metering_GetBillingDimensionMapping"
path = "examples/v2_usage-metering_GetBillingDimensionMapping.rs"
[[example]]
name = "v2_usage-metering_GetCostByOrg"
path = "examples/v2_usage-metering_GetCostByOrg.rs"
[[example]]
name = "v2_usage-metering_GetEstimatedCostByOrg"
path = "examples/v2_usage-metering_GetEstimatedCostByOrg.rs"
[[example]]
name = "v2_usage-metering_GetEstimatedCostByOrg_3186693804"
path = "examples/v2_usage-metering_GetEstimatedCostByOrg_3186693804.rs"
[[example]]
name = "v2_usage-metering_GetHistoricalCostByOrg"
path = "examples/v2_usage-metering_GetHistoricalCostByOrg.rs"
[[example]]
name = "v2_usage-metering_GetHourlyUsage"
path = "examples/v2_usage-metering_GetHourlyUsage.rs"
[[example]]
name = "v2_usage-metering_GetMonthlyCostAttribution"
path = "examples/v2_usage-metering_GetMonthlyCostAttribution.rs"
[[example]]
name = "v2_usage-metering_GetProjectedCost"
path = "examples/v2_usage-metering_GetProjectedCost.rs"
[[example]]
name = "v2_usage-metering_GetUsageApplicationSecurityMonitoring"
path = "examples/v2_usage-metering_GetUsageApplicationSecurityMonitoring.rs"
[[example]]
name = "v2_usage-metering_GetUsageLambdaTracedInvocations"
path = "examples/v2_usage-metering_GetUsageLambdaTracedInvocations.rs"
[[example]]
name = "v2_usage-metering_GetUsageObservabilityPipelines"
path = "examples/v2_usage-metering_GetUsageObservabilityPipelines.rs"
[[example]]
name = "v2_users_CreateUser"
path = "examples/v2_users_CreateUser.rs"
[[example]]
name = "v2_users_DisableUser"
path = "examples/v2_users_DisableUser.rs"
[[example]]
name = "v2_users_GetInvitation"
path = "examples/v2_users_GetInvitation.rs"
[[example]]
name = "v2_users_GetUser"
path = "examples/v2_users_GetUser.rs"
[[example]]
name = "v2_users_ListUserOrganizations"
path = "examples/v2_users_ListUserOrganizations.rs"
[[example]]
name = "v2_users_ListUserPermissions"
path = "examples/v2_users_ListUserPermissions.rs"
[[example]]
name = "v2_users_ListUsers"
path = "examples/v2_users_ListUsers.rs"
[[example]]
name = "v2_users_ListUsers_4075885358"
path = "examples/v2_users_ListUsers_4075885358.rs"
[[example]]
name = "v2_users_SendInvitations"
path = "examples/v2_users_SendInvitations.rs"
[[example]]
name = "v2_users_UpdateUser"
path = "examples/v2_users_UpdateUser.rs"
[[example]]
name = "v2_workflow-automation_CancelWorkflowInstance"
path = "examples/v2_workflow-automation_CancelWorkflowInstance.rs"
[[example]]
name = "v2_workflow-automation_CreateWorkflow"
path = "examples/v2_workflow-automation_CreateWorkflow.rs"
[[example]]
name = "v2_workflow-automation_CreateWorkflowInstance"
path = "examples/v2_workflow-automation_CreateWorkflowInstance.rs"
[[example]]
name = "v2_workflow-automation_DeleteWorkflow"
path = "examples/v2_workflow-automation_DeleteWorkflow.rs"
[[example]]
name = "v2_workflow-automation_GetWorkflow"
path = "examples/v2_workflow-automation_GetWorkflow.rs"
[[example]]
name = "v2_workflow-automation_GetWorkflowInstance"
path = "examples/v2_workflow-automation_GetWorkflowInstance.rs"
[[example]]
name = "v2_workflow-automation_ListWorkflowInstances"
path = "examples/v2_workflow-automation_ListWorkflowInstances.rs"
[[example]]
name = "v2_workflow-automation_UpdateWorkflow"
path = "examples/v2_workflow-automation_UpdateWorkflow.rs"
[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls-webpki-roots"]
[lib]
name = "datadog_api_client"
path = "src/lib.rs"
[package]
authors = ["support@datadoghq.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "config", "web-programming::http-client"]
description = "Rust client for the Datadog API."
edition = "2021"
include = ["/build.rs", "/Cargo.toml", "/LICENSE-3rdparty.csv", "/LICENSE", "/NOTICE", "/README.md", "/src/**/*", "/examples/*"]
keywords = ["datadog", "api", "client", "openapi"]
license = "Apache-2.0"
name = "datadog-api-client"
readme = "README.md"
repository = "https://github.com/DataDog/datadog-api-client-rust"
version = "0.26.0"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]