pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.37.0a1716526633__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +40 -0
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +10 -8
- pulumi_oci/aianomalydetection/outputs.py +22 -8
- pulumi_oci/aidocument/_inputs.py +22 -18
- pulumi_oci/aidocument/outputs.py +36 -18
- pulumi_oci/ailanguage/_inputs.py +4 -20
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +4 -20
- pulumi_oci/aivision/_inputs.py +0 -16
- pulumi_oci/aivision/outputs.py +0 -16
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +206 -414
- pulumi_oci/apigateway/outputs.py +206 -414
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +18 -26
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +18 -26
- pulumi_oci/autoscaling/_inputs.py +14 -16
- pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
- pulumi_oci/autoscaling/outputs.py +14 -16
- pulumi_oci/bigdataservice/_inputs.py +32 -44
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +32 -44
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +9 -0
- pulumi_oci/cloudguard/_inputs.py +1066 -488
- pulumi_oci/cloudguard/adhoc_query.py +596 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
- pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +95 -53
- pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
- pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +11 -7
- pulumi_oci/cloudguard/get_data_sources.py +24 -20
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +19 -17
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +5 -3
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
- pulumi_oci/cloudguard/get_saved_queries.py +190 -0
- pulumi_oci/cloudguard/get_saved_query.py +235 -0
- pulumi_oci/cloudguard/get_security_policies.py +14 -12
- pulumi_oci/cloudguard/get_security_policy.py +12 -8
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +14 -12
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +17 -15
- pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
- pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +3493 -1808
- pulumi_oci/cloudguard/responder_recipe.py +41 -39
- pulumi_oci/cloudguard/saved_query.py +595 -0
- pulumi_oci/cloudguard/security_recipe.py +43 -27
- pulumi_oci/cloudguard/security_zone.py +22 -20
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudguard/wlp_agent.py +654 -0
- pulumi_oci/cloudmigrations/_inputs.py +222 -496
- pulumi_oci/cloudmigrations/outputs.py +222 -496
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +7 -35
- pulumi_oci/core/_inputs.py +404 -670
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +4 -20
- pulumi_oci/core/drg_route_table_route_rule.py +7 -0
- pulumi_oci/core/get_image.py +4 -0
- pulumi_oci/core/get_instance.py +4 -0
- pulumi_oci/core/get_public_ip.py +4 -0
- pulumi_oci/core/get_public_ips.py +8 -0
- pulumi_oci/core/get_vtap.py +2 -0
- pulumi_oci/core/get_vtaps.py +2 -0
- pulumi_oci/core/image.py +56 -0
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +70 -28
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +28 -105
- pulumi_oci/core/outputs.py +748 -668
- pulumi_oci/core/public_ip.py +8 -0
- pulumi_oci/core/vnic_attachment.py +8 -24
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +14 -0
- pulumi_oci/database/_inputs.py +188 -220
- pulumi_oci/database/autonomous_database.py +21 -7
- pulumi_oci/database/autonomous_database_wallet.py +28 -0
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +14 -0
- pulumi_oci/database/database.py +28 -44
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +0 -13
- pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
- pulumi_oci/database/outputs.py +188 -220
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +12 -36
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +12 -36
- pulumi_oci/dataintegration/_inputs.py +318 -330
- pulumi_oci/dataintegration/outputs.py +318 -330
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +72 -80
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +72 -80
- pulumi_oci/datasafe/report_definition.py +8 -24
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +337 -65
- pulumi_oci/datascience/get_job_run.py +11 -1
- pulumi_oci/datascience/get_model_deployment.py +11 -1
- pulumi_oci/datascience/get_pipeline.py +3 -0
- pulumi_oci/datascience/get_pipeline_run.py +14 -1
- pulumi_oci/datascience/job_run.py +52 -3
- pulumi_oci/datascience/model_deployment.py +51 -2
- pulumi_oci/datascience/outputs.py +767 -104
- pulumi_oci/datascience/pipeline.py +34 -14
- pulumi_oci/datascience/pipeline_run.py +65 -0
- pulumi_oci/devops/_inputs.py +80 -462
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +208 -1141
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +20 -8
- pulumi_oci/dns/outputs.py +42 -8
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +42 -0
- pulumi_oci/events/_inputs.py +4 -12
- pulumi_oci/events/outputs.py +4 -12
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +2 -4
- pulumi_oci/goldengate/outputs.py +2 -4
- pulumi_oci/identity/_inputs.py +4860 -5954
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +119 -140
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
- pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
- pulumi_oci/identity/domains_policy.py +35 -49
- pulumi_oci/identity/domains_rule.py +28 -21
- pulumi_oci/identity/domains_setting.py +35 -21
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +189 -175
- pulumi_oci/identity/domains_user_db_credential.py +37 -41
- pulumi_oci/identity/outputs.py +4913 -6007
- pulumi_oci/integration/_inputs.py +4 -0
- pulumi_oci/integration/outputs.py +16 -4
- pulumi_oci/jms/_inputs.py +0 -8
- pulumi_oci/jms/outputs.py +0 -8
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +14 -30
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
- pulumi_oci/loadbalancer/outputs.py +14 -30
- pulumi_oci/loganalytics/_inputs.py +26 -34
- pulumi_oci/loganalytics/outputs.py +26 -34
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +2 -46
- pulumi_oci/managementagent/outputs.py +2 -46
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +8 -32
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +22 -38
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +8 -32
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +21 -0
- pulumi_oci/monitoring/get_alarm.py +3 -0
- pulumi_oci/monitoring/outputs.py +10 -4
- pulumi_oci/mysql/_inputs.py +30 -22
- pulumi_oci/mysql/outputs.py +30 -22
- pulumi_oci/mysql/replica.py +12 -28
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
- pulumi_oci/networkfirewall/outputs.py +4 -0
- pulumi_oci/networkloadbalancer/_inputs.py +10 -26
- pulumi_oci/networkloadbalancer/outputs.py +10 -26
- pulumi_oci/nosql/_inputs.py +4 -12
- pulumi_oci/nosql/outputs.py +4 -12
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +86 -42
- pulumi_oci/ocvp/get_retrieve_password.py +1 -0
- pulumi_oci/ocvp/outputs.py +86 -42
- pulumi_oci/ocvp/sddc.py +49 -77
- pulumi_oci/ons/subscription.py +63 -0
- pulumi_oci/opa/_inputs.py +6 -2
- pulumi_oci/opa/outputs.py +18 -6
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +2 -10
- pulumi_oci/osmanagement/outputs.py +2 -10
- pulumi_oci/osmanagementhub/_inputs.py +24 -8
- pulumi_oci/osmanagementhub/event.py +32 -0
- pulumi_oci/osmanagementhub/get_event.py +8 -0
- pulumi_oci/osmanagementhub/get_events.py +8 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +40 -8
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +10 -18
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +10 -18
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +77 -26
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +8 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +8 -24
- pulumi_oci/stackmonitoring/_inputs.py +40 -56
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +40 -56
- pulumi_oci/visualbuilder/_inputs.py +6 -2
- pulumi_oci/visualbuilder/outputs.py +18 -6
- pulumi_oci/vnmonitoring/_inputs.py +10 -42
- pulumi_oci/vnmonitoring/outputs.py +10 -42
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +133 -205
- pulumi_oci/waas/outputs.py +133 -205
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +36 -30
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +36 -30
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/RECORD +307 -296
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=fZxifQSAbkjxERPe2sSY6EXytmjCzBLeCBnW6TM6GSk,158365
|
2
2
|
pulumi_oci/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
3
3
|
pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=crOgHH5H7sOqsJsHxFske4CON46HgRmQLdiksyTZURc,80
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
|
7
|
-
pulumi_oci/adm/_inputs.py,sha256=
|
7
|
+
pulumi_oci/adm/_inputs.py,sha256=nMRnDJd64H5GAJ9ybIPjR9fsDdJFyCdHYBir_ADSrT4,53283
|
8
8
|
pulumi_oci/adm/get_knowledgebase.py,sha256=tX1Hp36CTqWr1VvxjUG2dXUkm7V7TE0ghz1pmYDrQb4,8611
|
9
9
|
pulumi_oci/adm/get_knowledgebases.py,sha256=n3StZ80DXGINgcQWMOO0C1--WAelpsZPnEI9aVuncH8,8016
|
10
10
|
pulumi_oci/adm/get_remediation_recipe.py,sha256=xkPzRGg8XoPMOfrkz2UdGYk1lZlovp-1rEq4V-nUP-o,13705
|
@@ -19,12 +19,12 @@ pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py
|
|
19
19
|
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py,sha256=sy5YkitU1neSY-JtXQR5zwn_Yj2x_W-08NQ8nEBbpSA,15940
|
20
20
|
pulumi_oci/adm/get_vulnerability_audits.py,sha256=i83SOjWASmY-IAtnl9KjIoDOI4pDSLLueQfIr_xBqoU,15694
|
21
21
|
pulumi_oci/adm/knowledge_base.py,sha256=43vYASjFp_DsgPESvA0mQOcK08O_prkQQq132whisMM,22967
|
22
|
-
pulumi_oci/adm/outputs.py,sha256=
|
22
|
+
pulumi_oci/adm/outputs.py,sha256=2_1kEO35cev9o00wRCXk0VPWMKB9OZxBPqO70TvI9KY,181968
|
23
23
|
pulumi_oci/adm/remediation_recipe.py,sha256=ltJ0xaxHxCXHWpq9qKH7RAYrN_dEiOYVLz_TuPAcDVI,51071
|
24
24
|
pulumi_oci/adm/remediation_run.py,sha256=YMsu9YBO6SILtWOdgq9hgpoNKut-ZdMVNTtKWmWG-4I,33067
|
25
25
|
pulumi_oci/adm/vulnerability_audit.py,sha256=oGT_tojESJ2q8HILuSazKmoZ7P8fnu5kF51fVpQ0byg,65850
|
26
26
|
pulumi_oci/aianomalydetection/__init__.py,sha256=IJeFbCr5N-KYllF7NChbywHeymulXgw99Za-EQYfqkk,836
|
27
|
-
pulumi_oci/aianomalydetection/_inputs.py,sha256=
|
27
|
+
pulumi_oci/aianomalydetection/_inputs.py,sha256=SmZ42irolO-KZbVIQIiSUfZMF0YfAF_RUUXzYTRuwtM,51657
|
28
28
|
pulumi_oci/aianomalydetection/ai_private_endpoint.py,sha256=5nTnJnvGiQPW_VDMvlgtDqS9mzJ09eN83bicAwm3R7s,30939
|
29
29
|
pulumi_oci/aianomalydetection/data_asset.py,sha256=7ScLIYaFBKrARzjIoQtXCePKElHgcwuerxcYB55S0iI,35691
|
30
30
|
pulumi_oci/aianomalydetection/detect_anomaly_job.py,sha256=7B167e8Wk-_662Sn-yaiBpBnArCxreuDYDeI5LqH1Z8,32598
|
@@ -39,21 +39,21 @@ pulumi_oci/aianomalydetection/get_detection_models.py,sha256=c3Hj3dc107mv902gQzG
|
|
39
39
|
pulumi_oci/aianomalydetection/get_detection_project.py,sha256=MXvYsuBEHzThP04stddwGBZdSzAbYNkUHxzMvOHQdJU,8656
|
40
40
|
pulumi_oci/aianomalydetection/get_detection_projects.py,sha256=LrSkWbOCfuc0oV00VYJCeYa2NADSPVUNbyzfHe-6k9I,7033
|
41
41
|
pulumi_oci/aianomalydetection/model.py,sha256=U4c1RSnImRSvrVPcC3BAnm1sK5r7hR0NS_SWdMNrh-M,34280
|
42
|
-
pulumi_oci/aianomalydetection/outputs.py,sha256=
|
42
|
+
pulumi_oci/aianomalydetection/outputs.py,sha256=HFi2kvR2EVvXwJxukK4aDYcXq_w3uKXNeNMTlkbu-yY,139773
|
43
43
|
pulumi_oci/aianomalydetection/project.py,sha256=AJ4J1-7AAP5LRrg6W1t648sYyWk1Suitzf3o1NCLNjg,24705
|
44
44
|
pulumi_oci/aidocument/__init__.py,sha256=d0LuHBLIlQQUvkP_M1Drwejugy7woXZrocByR6ngkWk,526
|
45
|
-
pulumi_oci/aidocument/_inputs.py,sha256=
|
45
|
+
pulumi_oci/aidocument/_inputs.py,sha256=_DMr5S3gGSoFwuvOTl0nn-s7w2LA1XOvlHP74Pt0wRw,44145
|
46
46
|
pulumi_oci/aidocument/get_model.py,sha256=9WklO4t2jugNvb7CQ6bJ10M60j3LpjRkvQRarAPXPlU,17474
|
47
47
|
pulumi_oci/aidocument/get_models.py,sha256=RoXxgXR3ETxjmlwbfKUk02D_TWQi9vxJyhcu5a6XRE8,7784
|
48
48
|
pulumi_oci/aidocument/get_processor_job.py,sha256=qp8wj2_Q7ZxeEXGZHZXLoG32QzFQQjPhqRRkZ3doz_I,9623
|
49
49
|
pulumi_oci/aidocument/get_project.py,sha256=3EZUNnxyN0Zx85aqFG0DAXQh_2s93g8ZMvkkXoMwpWE,8874
|
50
50
|
pulumi_oci/aidocument/get_projects.py,sha256=LgRPCkfAr60AtJMH2NoOnTpX7lVvF6J5dHzpyvYctQ4,6878
|
51
51
|
pulumi_oci/aidocument/model.py,sha256=nwtfq_yOPTGhAhJZZDY9UN49QPfZtn0thrrMKGofGbg,54029
|
52
|
-
pulumi_oci/aidocument/outputs.py,sha256=
|
52
|
+
pulumi_oci/aidocument/outputs.py,sha256=G50ccSAnPqavLEHCqD9Y813LzH-zi76r_U5OAPUWGwI,105227
|
53
53
|
pulumi_oci/aidocument/processor_job.py,sha256=347PjJb2Y-c8oCZhPEqrhfGlH9FTID7ZxfzHqT_CyFk,27014
|
54
54
|
pulumi_oci/aidocument/project.py,sha256=U_SD5RF3p7ccPI_B8TcqDYH0l6Uur7z45a2cQm6w15s,25030
|
55
55
|
pulumi_oci/ailanguage/__init__.py,sha256=zxBZzuuHX91w8GtjrcjZZcX2T8ryEncqi6ZcV_dJchw,619
|
56
|
-
pulumi_oci/ailanguage/_inputs.py,sha256=
|
56
|
+
pulumi_oci/ailanguage/_inputs.py,sha256=iq62_8Xle0V-pEQOCoHoVfkKTUPMJzRy0U3yvhCxzKc,44295
|
57
57
|
pulumi_oci/ailanguage/endpoint.py,sha256=_JbX4Ojawz2hQK-hNq2wKhhZr0DaWba1za7uBRZfNCc,33307
|
58
58
|
pulumi_oci/ailanguage/get_endpoint.py,sha256=iN9l1zGhh_hHo0LhibnTAtkV_X-lKILdUgjL7uDXNsA,10076
|
59
59
|
pulumi_oci/ailanguage/get_endpoints.py,sha256=6LbwB8nQfPPurAviUmxcoDbzQJ0CWouUOb3m3fsz2iY,8530
|
@@ -63,27 +63,27 @@ pulumi_oci/ailanguage/get_model_type.py,sha256=pS7rWcCCPgLdyMR1iSUjextE-5sDbvpt-
|
|
63
63
|
pulumi_oci/ailanguage/get_models.py,sha256=YuhDmyEX8SBqxZ5OkLaguTdjRVn9eZRBmIyzyvQfYSo,7434
|
64
64
|
pulumi_oci/ailanguage/get_project.py,sha256=50J2iR7bsHZn4ep2ExM4v1Q8DGtaihQxzMCc9jmv86M,8209
|
65
65
|
pulumi_oci/ailanguage/get_projects.py,sha256=nYs_BKlI5xLlrg8TWFV-ZJ4ehWO3IUbDixqaLjoLSPg,6514
|
66
|
-
pulumi_oci/ailanguage/model.py,sha256
|
67
|
-
pulumi_oci/ailanguage/outputs.py,sha256=
|
66
|
+
pulumi_oci/ailanguage/model.py,sha256=N0WhDdbfwiBeCWGI3n32kPET4TKxBK9ls2xdmVlPg-k,44479
|
67
|
+
pulumi_oci/ailanguage/outputs.py,sha256=k5GbSoQhjzzm-50omyrMXfLJdc-87zbb9BvX4n_B1Ik,129347
|
68
68
|
pulumi_oci/ailanguage/project.py,sha256=WbxlZ0P_CygNTs41tAsAJ8QUtYoChLNU-IPMRU5qoTk,26423
|
69
69
|
pulumi_oci/aivision/__init__.py,sha256=gXaK4KT8qz5ur0aZnTSzMybyCBiJ5ptbf0I2Tbn1gVI,464
|
70
|
-
pulumi_oci/aivision/_inputs.py,sha256=
|
70
|
+
pulumi_oci/aivision/_inputs.py,sha256=_66Fc5i1QuUhq-KiYhs_-0sRgsnELt3XtSSMZlBaOu4,12253
|
71
71
|
pulumi_oci/aivision/get_model.py,sha256=aBPqFdBudLf9EQx4Nk9aG_hEAbPcE_NLcLncRVR-MCk,18185
|
72
72
|
pulumi_oci/aivision/get_models.py,sha256=5H8HAQon2wxl4NK_NTe8ziUQkNG42ST3JNIkR2slQ4c,7705
|
73
73
|
pulumi_oci/aivision/get_project.py,sha256=eACdIoIO4kluMhPaHScl5Z7sCwRoPuiW1xiu2x5PgZA,8836
|
74
74
|
pulumi_oci/aivision/get_projects.py,sha256=6w-UIkgaoFG2CVbjjOqexDA1YzUc8FomwS6knP7f_NU,6825
|
75
75
|
pulumi_oci/aivision/model.py,sha256=g52WfEBitgCDax4QzLszu8UY8fWYyQ8qoDg10VapYsE,54811
|
76
|
-
pulumi_oci/aivision/outputs.py,sha256=
|
76
|
+
pulumi_oci/aivision/outputs.py,sha256=nXLYqW6M9j_kdUR52H5NrGLxUhNHubCqEXOEg8SM2go,41843
|
77
77
|
pulumi_oci/aivision/project.py,sha256=iT6kK9-xT6tT34rroj-R49FEKop20LRM7oV6e1Xkhe0,24853
|
78
78
|
pulumi_oci/analytics/__init__.py,sha256=PX8rZZIsH04dn_SaouFgIJ9aVoNHlH6BS3DyDB8SYco,588
|
79
|
-
pulumi_oci/analytics/_inputs.py,sha256=
|
79
|
+
pulumi_oci/analytics/_inputs.py,sha256=kPNsAGQ3So9vTWH_i5mPK9dZCQXKI-Gkix4oFBVnujQ,13849
|
80
80
|
pulumi_oci/analytics/analytics_instance.py,sha256=wZLv27RSD4xYfCE5LkYySIJ5Ec346XlMzuteYsVyIX0,48132
|
81
81
|
pulumi_oci/analytics/analytics_instance_private_access_channel.py,sha256=vXFIHDdFMXPAfKlUlfI_gBDaTpEiZRmimhZki1kgPVk,35174
|
82
82
|
pulumi_oci/analytics/analytics_instance_vanity_url.py,sha256=D9d0jLJvkhG47piNahgjwHFgYUs-nVnGgu3DtoUK-xQ,23489
|
83
83
|
pulumi_oci/analytics/get_analytics_instance.py,sha256=EtV0uU3P9bt7hvrrt6upe2g6kIDW-ujpMbXmKuFVCIo,13154
|
84
84
|
pulumi_oci/analytics/get_analytics_instance_private_access_channel.py,sha256=29erx7044udLrduGCXEUShvXe1P2rb9jpEj_hUTY3Oo,11453
|
85
85
|
pulumi_oci/analytics/get_analytics_instances.py,sha256=U19-bzL4dBTGygFUmORB29fq7H8usaiBp7JrvLhKNf0,8939
|
86
|
-
pulumi_oci/analytics/outputs.py,sha256=
|
86
|
+
pulumi_oci/analytics/outputs.py,sha256=sC4wsmyZhMP3dVxfNWUIhn4LiIrvafR59SlTvNGoNtk,37532
|
87
87
|
pulumi_oci/announcementsservice/__init__.py,sha256=YIHFZl_hY2S-aDd6L-eXnk4JZovXv5rT76iYT05-1IA,570
|
88
88
|
pulumi_oci/announcementsservice/_inputs.py,sha256=-_XWLpHk2Rk5nIv7UrJCiBXLRqIp9jEVvAhvBHD5Vuw,5682
|
89
89
|
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=QkhImVd5MlTbsB9pM-pNuGeU0ebHFv-gWGEwChoehO0,46846
|
@@ -93,7 +93,7 @@ pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=Z79xOTSA
|
|
93
93
|
pulumi_oci/announcementsservice/get_announcement_subscriptions.py,sha256=fZzPoWYeMyQryES9dyGrc6lPxacBsrtiQ30TtMWZHn4,9169
|
94
94
|
pulumi_oci/announcementsservice/outputs.py,sha256=1-VeTzQMunUu3qXwo-tuL2VQ36ahPA_ZgFnNXvZIsUE,19022
|
95
95
|
pulumi_oci/apigateway/__init__.py,sha256=feHoi7mAuAgjIN6cG5Iu_4htsdllNe-mgoN45508Hqo,922
|
96
|
-
pulumi_oci/apigateway/_inputs.py,sha256=
|
96
|
+
pulumi_oci/apigateway/_inputs.py,sha256=2N9IdMsoMDxE8tmJODwgz33sLNLqOvzyj-lpNu2diqU,346660
|
97
97
|
pulumi_oci/apigateway/api.py,sha256=Q4mkBSoYZ50H2qESvqUuG4OLCZd9LQUT-hLM0zQjW1A,31291
|
98
98
|
pulumi_oci/apigateway/certificate.py,sha256=PQn8GRb0BK02Auh-FfDy27px_4sYyGjB2u3rvWHWU4w,34966
|
99
99
|
pulumi_oci/apigateway/deployment.py,sha256=i9IZ2rwLdTpzyOqKLGr3ckcnr-KGBeBfwK7eSLj-ND0,142127
|
@@ -113,7 +113,7 @@ pulumi_oci/apigateway/get_subscriber.py,sha256=4CLUC-z6_xtq-fGXUl3O0fEENavKP3Rwl
|
|
113
113
|
pulumi_oci/apigateway/get_subscribers.py,sha256=F6Az3-vWA-rnofIgwiSLbGmhpYzy-YTJ3fGfaPpiFlA,6988
|
114
114
|
pulumi_oci/apigateway/get_usage_plan.py,sha256=D8___brrvUq8I0u3BjXbuP_M0HMI4U28eX2xbTSHb6s,9040
|
115
115
|
pulumi_oci/apigateway/get_usage_plans.py,sha256=EPRO4-2tKxlcTd1v1pOZSE3UNXIsVl3RVc83kmY4II8,6969
|
116
|
-
pulumi_oci/apigateway/outputs.py,sha256=
|
116
|
+
pulumi_oci/apigateway/outputs.py,sha256=kHoJs98aKhmMK3x7_iieDI4vQE3KMJAu9GcVxWCxX-M,1045036
|
117
117
|
pulumi_oci/apigateway/subscriber.py,sha256=k16-NpvGjJLy136L47fSOQf4WMRDog9qm4oLpZ087qE,30882
|
118
118
|
pulumi_oci/apigateway/usage_plan.py,sha256=VKHgWQ_TzmV30UMoE5uUANnDUjiEFdx86xLZVNoQlPY,29807
|
119
119
|
pulumi_oci/apm/__init__.py,sha256=VlWpxW-unSo6Cqrm8fmR-4BWqYnGZir2OqWjThDNgTo,430
|
@@ -124,14 +124,14 @@ pulumi_oci/apm/get_apm_domains.py,sha256=xSKb-5S4OOhXCYjFp9IpMq_RRjt9l8ZrmEFPYVL
|
|
124
124
|
pulumi_oci/apm/get_data_keys.py,sha256=PujxcRwg-QBx4QKVKhlfp2dYoXVDuK80iphpWbD2OxU,5437
|
125
125
|
pulumi_oci/apm/outputs.py,sha256=Y4ZpAaBa1_EmQRbTyVEXJA2JNb4Z4dczuKoZLFwu0-Q,8267
|
126
126
|
pulumi_oci/apmconfig/__init__.py,sha256=QzbSqiZ9hOe5ZhTSpwQTKAFIfMRYphPCbvG8-1FfQ_0,389
|
127
|
-
pulumi_oci/apmconfig/_inputs.py,sha256=
|
128
|
-
pulumi_oci/apmconfig/config.py,sha256=
|
127
|
+
pulumi_oci/apmconfig/_inputs.py,sha256=O-IZcJY8M7-D5Ft7cidEUljeRhkQaf9ev-0PCHH2qEI,15484
|
128
|
+
pulumi_oci/apmconfig/config.py,sha256=T6OpxHKeAKjQqnu5HWFtxhlYPKoXlBc2Ol-FRW71CuA,53523
|
129
129
|
pulumi_oci/apmconfig/get_config.py,sha256=Fic7zzj4yk6EOrTCQrGiWP9ZDRM1Il7zfGhrzRW4zSQ,15077
|
130
130
|
pulumi_oci/apmconfig/get_configs.py,sha256=dfzXcplRi_c9gD15Z1QnsDUeCBNJrY1tx9aDFnK3s7A,15091
|
131
|
-
pulumi_oci/apmconfig/outputs.py,sha256=
|
131
|
+
pulumi_oci/apmconfig/outputs.py,sha256=dMCtE8fPxnNGmL97ykhCh0md5nLCesFrZSeEFWYXu-Y,44248
|
132
132
|
pulumi_oci/apmsynthetics/__init__.py,sha256=eGXPOye9LfXD1A8OBdfKYLWRO6diuIR5fBl5dnr4Mpc,964
|
133
|
-
pulumi_oci/apmsynthetics/_inputs.py,sha256=
|
134
|
-
pulumi_oci/apmsynthetics/config.py,sha256=
|
133
|
+
pulumi_oci/apmsynthetics/_inputs.py,sha256=nqlmHYw8zmapSU7pk3nLY8SMjoTUmEJl3V-E0gB-ldA,84710
|
134
|
+
pulumi_oci/apmsynthetics/config.py,sha256=UOB8HOmeN3WosmveKd49PidFQiuPgqdSI0v08wMnD4E,83808
|
135
135
|
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=5VapJfBcYk9RUGH-mIYKGIik352EruKsxLg5wBfoOm8,31847
|
136
136
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=zNK5gifBAECcy3xZI0PQ9ta6uha-b2qdz0_e9_MrTlU,11096
|
137
137
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py,sha256=aTfaEaaevRBslKBmEimSdmbmViIhJgtZJ7wxLCJEjWc,8351
|
@@ -148,7 +148,7 @@ pulumi_oci/apmsynthetics/get_vantage_point.py,sha256=rJ8dnP2Usei1YF_ReYhLGSYEAaO
|
|
148
148
|
pulumi_oci/apmsynthetics/get_vantage_points.py,sha256=n1pLQY2m4DeaySr8AtqwtzczAkWJbvqyD-Q2Fm-UOtM,6965
|
149
149
|
pulumi_oci/apmsynthetics/on_premise_vantage_point.py,sha256=cBNrQTEJZckGmVqtgj1borC7hW1Bt5Ij-3oOS2lckMM,27431
|
150
150
|
pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py,sha256=G0JNw3JQcdFbJbNn7iLgxkzOVUperbmcg2MfJs1ixVs,50093
|
151
|
-
pulumi_oci/apmsynthetics/outputs.py,sha256=
|
151
|
+
pulumi_oci/apmsynthetics/outputs.py,sha256=FDYNhdzAwMUgphhVr4dnBNgVC17rWNEzPM416H26Apk,246339
|
152
152
|
pulumi_oci/apmsynthetics/script.py,sha256=Q1tQ5swf9j5joFdJp5yoib_YsYKr-VAXlV2L-IAeRYU,38012
|
153
153
|
pulumi_oci/apmtraces/__init__.py,sha256=Dgjx9uWFNtS8iGxLIR9w7ix8UR52hbu4BHgvo8cc8cU,465
|
154
154
|
pulumi_oci/apmtraces/_inputs.py,sha256=rdVeXRPtOLvPTcMimXK3W4p4PANt5E33IzgQIeC3cCQ,1398
|
@@ -189,11 +189,11 @@ pulumi_oci/audit/get_configuration.py,sha256=-OD4acFf_FKifhmBCXGOIGuPbe-KO1H1Kme
|
|
189
189
|
pulumi_oci/audit/get_events.py,sha256=6WD1kEsd2GTTwCd-lbU92qeBtqGCH7r6_AErxZdjprk,8523
|
190
190
|
pulumi_oci/audit/outputs.py,sha256=nflZixP-wOhUS1wvq7wkWvn_mcIg1A8BKMW1gtGv9YE,25178
|
191
191
|
pulumi_oci/autoscaling/__init__.py,sha256=4GqavaDgqXLW6t4bw3UyHnse3Xj8SWd6stZKTh__hr8,449
|
192
|
-
pulumi_oci/autoscaling/_inputs.py,sha256=
|
193
|
-
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=
|
192
|
+
pulumi_oci/autoscaling/_inputs.py,sha256=eC-hPJzoghAfFVDpvR2ZsNpvUfn2uBNABe5qMEwPu04,23103
|
193
|
+
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=13B5IU0PTwUUq58inVL0qZbhuCCCNPu-KVd2ZWKp-ys,43124
|
194
194
|
pulumi_oci/autoscaling/get_auto_scaling_configuration.py,sha256=_MG-9_DTcuAFtE-4LIm5nrRFA_m21rAk4m5SAmj6Bq8,11891
|
195
195
|
pulumi_oci/autoscaling/get_auto_scaling_configurations.py,sha256=oa7K86tk6Hu3G1T2LpYIdINJVudhwK_4TBWWzfwon44,7083
|
196
|
-
pulumi_oci/autoscaling/outputs.py,sha256=
|
196
|
+
pulumi_oci/autoscaling/outputs.py,sha256=MGcpjPODxQBcK7HyN-CcECBkWmM8VGDD3CnIkYyPV5Q,57600
|
197
197
|
pulumi_oci/bastion/__init__.py,sha256=GQWlbltoQh-1tyJ8oP0WYOlsTH4Kv3uAsIr4Pexrt3A,470
|
198
198
|
pulumi_oci/bastion/_inputs.py,sha256=NZZZFjDeuJbLEUdDFHv-SOnKXw7RB9qixwZILnUxlhY,9934
|
199
199
|
pulumi_oci/bastion/bastion.py,sha256=fDMS3J6A-afE65F6cuwePlHf_M9IZz1zhg0w3eyp_ck,47884
|
@@ -204,9 +204,9 @@ pulumi_oci/bastion/get_sessions.py,sha256=eII6RBQZh_-ZOr8NMEVRqlZ3urFQ1pEptU5jw8
|
|
204
204
|
pulumi_oci/bastion/outputs.py,sha256=FpuoZdFmTFuQ8nozQ2VVH72zS8EOh_5P8rTPCvcFeZU,37588
|
205
205
|
pulumi_oci/bastion/session.py,sha256=p2dWb88uvbIq7-UvUI5y2wFG6zD1Oqm4IA8Xik1c2Qk,31873
|
206
206
|
pulumi_oci/bigdataservice/__init__.py,sha256=NXDGSmIxDSbZJEA0aQdz6tLv6pFwihsRpKTWgvlOv9I,1098
|
207
|
-
pulumi_oci/bigdataservice/_inputs.py,sha256=
|
207
|
+
pulumi_oci/bigdataservice/_inputs.py,sha256=bI2yUWajAugbX4qp08PnoJ40zdFEheJEoYQCDFXmad4,133683
|
208
208
|
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=a7tEks44Sn6NgVHIktjKVAxkuS49CoxzN2Hq32uegAQ,40510
|
209
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256=
|
209
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=lPnkhrv6UfaaQoVtiYAYvEfwMXGSgSswKpwCbhDU-Zg,75201
|
210
210
|
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=NvBH9YqnOBaq3-UYMypk1hK0TLiq_6HLQ2hYjzRMpf4,25252
|
211
211
|
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=NDLpOHfKXM7Pc-9Bvop4Dl4-kExChH5UXAxWYXQagdQ,28741
|
212
212
|
pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=z-j6nuM8mm7Lv5oGxs2f_BZg2R27rhAvjUBZ1m8xUc4,33730
|
@@ -223,7 +223,7 @@ pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=7RUO8omYF
|
|
223
223
|
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=PgLcnXG-YaZyUbW2xDy5gtRw_7eMWka5_npQi2F1fIg,8019
|
224
224
|
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=CrhGR1zM2zzHfcBLiov1WnW3qb9ZO7KmrQNTehHCjug,4813
|
225
225
|
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=BBJKNo5mVAU37UAU1hrafmLetxmT64bFGKz1phiwB0Y,6540
|
226
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=
|
226
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=jNzginQ2hKUEKtqrI5_WvfKpigjvzu0DtMc8Q8IXLx0,313568
|
227
227
|
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
228
228
|
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
229
229
|
pulumi_oci/blockchain/blockchain_platform.py,sha256=P9SFc4lDHJ8PTGIeDNvNid8mFnZJ2Ul2dWmc1cHsAfA,62329
|
@@ -261,10 +261,10 @@ pulumi_oci/capacitymanagement/occ_availability_catalog.py,sha256=HWksU6S4urxsamv
|
|
261
261
|
pulumi_oci/capacitymanagement/occ_capacity_request.py,sha256=zhBEgZzo2P25GwCr2ATq22sYvdzfqBEjQujDbeqBQU8,49683
|
262
262
|
pulumi_oci/capacitymanagement/outputs.py,sha256=7XJDoFlcCWgP6LWoDIFx0r6mJNVfm5NVeoT8Lvy691c,88034
|
263
263
|
pulumi_oci/certificatesmanagement/__init__.py,sha256=OBZN71dSiIqzFajc1UojUbLz56_HgMG0T9JBtoDO1W0,850
|
264
|
-
pulumi_oci/certificatesmanagement/_inputs.py,sha256=
|
264
|
+
pulumi_oci/certificatesmanagement/_inputs.py,sha256=pNJpvj_WQudzGmjUPlCHgr_3NgdetKgGU7YFJJ06P4U,114472
|
265
265
|
pulumi_oci/certificatesmanagement/ca_bundle.py,sha256=XBwx-sVZ6NN7XBH6A0aYmM7KJ05vLSuFmqbwoVv7f-U,27681
|
266
|
-
pulumi_oci/certificatesmanagement/certificate.py,sha256=
|
267
|
-
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=
|
266
|
+
pulumi_oci/certificatesmanagement/certificate.py,sha256=bQTv_VdihjcuTqljV1lvg5Z34czOUfjIuuQEpz5rsRM,45447
|
267
|
+
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=w_FtcrWyZpxiDXnsdK8NyL_uCSksM63oQ1A7UgVV4Q4,45926
|
268
268
|
pulumi_oci/certificatesmanagement/get_association.py,sha256=reT3vtRFXQ97n2ZgVyri1A5psE3ReU1XZKVkjP3dFsk,7914
|
269
269
|
pulumi_oci/certificatesmanagement/get_associations.py,sha256=ytCa_dZGHxW4ji6d7gJH8J5hd0kF1ciM5IJLytEcP00,11366
|
270
270
|
pulumi_oci/certificatesmanagement/get_ca_bundle.py,sha256=cyIXRoyuDlSPD87tJzHp6klJcTrbsyhrNtw8lImzBf8,8698
|
@@ -277,9 +277,9 @@ pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py,sha256=T
|
|
277
277
|
pulumi_oci/certificatesmanagement/get_certificate_version.py,sha256=xrO-VqlqPVGNBQvyakFHT_Q1qRAZHgJoparwnQcYFHM,11401
|
278
278
|
pulumi_oci/certificatesmanagement/get_certificate_versions.py,sha256=gBKkKlH_MRckub4K8zAs0qRnc1gcT-vaLHAbpbKq7J0,6883
|
279
279
|
pulumi_oci/certificatesmanagement/get_certificates.py,sha256=i9frfB-ogF6qKjztp1ihrx4J9WDWW3KD0u9OLa0tABI,9963
|
280
|
-
pulumi_oci/certificatesmanagement/outputs.py,sha256=
|
280
|
+
pulumi_oci/certificatesmanagement/outputs.py,sha256=zEMpfcUGWA6R79Dn1M2d3k9AUgHv-eoM0EEqeC5Wk3A,314400
|
281
281
|
pulumi_oci/cloudbridge/__init__.py,sha256=CdALYplZFR6fPIPGSKBVRSifCzEk2dMHHyUx34DnCOc,1074
|
282
|
-
pulumi_oci/cloudbridge/_inputs.py,sha256=
|
282
|
+
pulumi_oci/cloudbridge/_inputs.py,sha256=9Jn8ahA_dx8b3POuFpSPBRE5DoQ2FasA5REVLTkYxRM,69624
|
283
283
|
pulumi_oci/cloudbridge/agent.py,sha256=WLoahvNUl4kT1YT71kQFv1wt7Zwl-4GoYJ89rh4ojE0,40622
|
284
284
|
pulumi_oci/cloudbridge/agent_dependency.py,sha256=ic3MWl4uP3Jp73JiO4U1xz9Gy1q8oUzCLq6IJFjUbi0,42818
|
285
285
|
pulumi_oci/cloudbridge/agent_plugin.py,sha256=8bmwhPF1Mylexym1JTbw4hMIaZTenXOPniErJWhxZCA,26307
|
@@ -305,44 +305,53 @@ pulumi_oci/cloudbridge/get_environments.py,sha256=7wvU5tKzWrLdQrYKSvsIPCFKIt0ICn
|
|
305
305
|
pulumi_oci/cloudbridge/get_inventories.py,sha256=yjO9m_fkQd9lV8pJ6a9JfVEPfoWKf9lxTGkpqD0MIhA,5674
|
306
306
|
pulumi_oci/cloudbridge/get_inventory.py,sha256=o9Cy1QStWuLE3CLKMO218D-OfX9kiWseyRCa59UVtvg,8941
|
307
307
|
pulumi_oci/cloudbridge/inventory.py,sha256=gQOekVvazlpKsXuWyle3Z1vLr2fgtMvHIM4UvhzrxZk,25932
|
308
|
-
pulumi_oci/cloudbridge/outputs.py,sha256=
|
309
|
-
pulumi_oci/cloudguard/__init__.py,sha256=
|
310
|
-
pulumi_oci/cloudguard/_inputs.py,sha256=
|
311
|
-
pulumi_oci/cloudguard/
|
312
|
-
pulumi_oci/cloudguard/
|
313
|
-
pulumi_oci/cloudguard/
|
314
|
-
pulumi_oci/cloudguard/
|
315
|
-
pulumi_oci/cloudguard/
|
316
|
-
pulumi_oci/cloudguard/
|
317
|
-
pulumi_oci/cloudguard/
|
318
|
-
pulumi_oci/cloudguard/
|
308
|
+
pulumi_oci/cloudbridge/outputs.py,sha256=ZaX8Ejy7ZXhDkx_b5VGwkalrSmpyotb43t-WIeSqQ3I,214295
|
309
|
+
pulumi_oci/cloudguard/__init__.py,sha256=bZsNKoIh978tXd93zR9FSbitJtJky4uNquBzg31zhWI,1669
|
310
|
+
pulumi_oci/cloudguard/_inputs.py,sha256=BDnaZRLD3qQ1uKZeDSdhUWAGwCWYGdAWnC7bNq6514w,238959
|
311
|
+
pulumi_oci/cloudguard/adhoc_query.py,sha256=SIvw-50e_n2BYFqpS5V4et6oqByavHR4qJ4MMzYgQNk,28405
|
312
|
+
pulumi_oci/cloudguard/cloud_guard_configuration.py,sha256=Wlj3LG5qNR5eonX0zK2MKSEvd2gizPSajH1cl03JTVc,14868
|
313
|
+
pulumi_oci/cloudguard/cloud_guard_data_source.py,sha256=L2fKisevv_OYbmL2EMYMkL086pCpKaa9gU4YexX4vVo,38947
|
314
|
+
pulumi_oci/cloudguard/data_mask_rule.py,sha256=FA3am_DHA-IVPoJOm82wPV10My6wbNPr8N-zLfXjNBE,37567
|
315
|
+
pulumi_oci/cloudguard/detector_recipe.py,sha256=-1tdRpQM0-7FSZdBq1QrJGFCjRH3QP7b77RCKsgHMBY,37315
|
316
|
+
pulumi_oci/cloudguard/get_adhoc_queries.py,sha256=ocsfOVAqIt_f3S7L8fUDQn8Zv6B6ROgIIdKkubNQbt0,14221
|
317
|
+
pulumi_oci/cloudguard/get_adhoc_query.py,sha256=KZWGm_8WjJoEmXbJ716aDj10yAjICw19KHWhGodcLR0,10026
|
318
|
+
pulumi_oci/cloudguard/get_cloud_guard_configuration.py,sha256=EkIIQZD2_2rfxXxn1QuLqvFEbXAmO8iC1u40v2C1VIQ,5389
|
319
|
+
pulumi_oci/cloudguard/get_data_mask_rule.py,sha256=aiRn-YMnfTIPW9oN7TmaIBgvQnzdU20i0hv1TJbq1cw,11932
|
320
|
+
pulumi_oci/cloudguard/get_data_mask_rules.py,sha256=MfBaTvYtfGA5-oor1VdfQyg_-YGSLQ2G50ihkLc8WUQ,12357
|
321
|
+
pulumi_oci/cloudguard/get_data_source.py,sha256=utWKDKaIF6z5EemsdTwsmT9F_yJvOyomR7FdukwUXsQ,11576
|
319
322
|
pulumi_oci/cloudguard/get_data_source_event.py,sha256=vAv9fpaHF2FhtJXotc-oBOqxxmZrsMLFvzb4HFZ6zu8,4880
|
320
|
-
pulumi_oci/cloudguard/get_data_source_events.py,sha256=
|
321
|
-
pulumi_oci/cloudguard/get_data_sources.py,sha256=
|
322
|
-
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=
|
323
|
-
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=
|
324
|
-
pulumi_oci/cloudguard/get_guard_target.py,sha256=
|
325
|
-
pulumi_oci/cloudguard/get_guard_targets.py,sha256=
|
326
|
-
pulumi_oci/cloudguard/get_managed_list.py,sha256=
|
327
|
-
pulumi_oci/cloudguard/get_managed_lists.py,sha256=
|
328
|
-
pulumi_oci/cloudguard/get_problem_entities.py,sha256=
|
323
|
+
pulumi_oci/cloudguard/get_data_source_events.py,sha256=8UIZLBoW38ZJdx9pXP_FbAvfr9PH3xfH3vQ8K8DiNHg,6198
|
324
|
+
pulumi_oci/cloudguard/get_data_sources.py,sha256=mwzoZ2rDGS3fUkcAowcYmAISGLTO8dm1V38z2PHO6as,14816
|
325
|
+
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=WEHAkAkNyKCYAxcpEDrfWKZvPNMVOROXxMKjklo-xJ0,13034
|
326
|
+
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=22sUw3o07mEcrhUkHtRFWB5WIrCMb0OOlReHvZB-Uos,13540
|
327
|
+
pulumi_oci/cloudguard/get_guard_target.py,sha256=4TiZbi9wCNXaslXpUZwSdmRtlZJayS0iij9HuHWj4tE,13757
|
328
|
+
pulumi_oci/cloudguard/get_guard_targets.py,sha256=_p6C_f9uzx6uR4OGhPbRYM9NkJhuJANx6mm840V042g,13604
|
329
|
+
pulumi_oci/cloudguard/get_managed_list.py,sha256=Ge9B0YUQbhCq5Wyhq5hmaV9J7EYnXUkQCDbyIoxjpbA,12114
|
330
|
+
pulumi_oci/cloudguard/get_managed_lists.py,sha256=X89S5oUsDZ8qSRJTHLjSisb3-ahcrXQh400ygUQdPqI,14192
|
331
|
+
pulumi_oci/cloudguard/get_problem_entities.py,sha256=Q9m1MUkQTAgbd6uOuQWOlHfBhaYVMH7VJNUA_I9OH6o,5006
|
329
332
|
pulumi_oci/cloudguard/get_problem_entity.py,sha256=1QAb1ztoVvObL92RJGlii_ERhVftoWolREHBPp417f0,3877
|
330
|
-
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=
|
331
|
-
pulumi_oci/cloudguard/get_responder_recipes.py,sha256=
|
332
|
-
pulumi_oci/cloudguard/
|
333
|
-
pulumi_oci/cloudguard/
|
334
|
-
pulumi_oci/cloudguard/
|
335
|
-
pulumi_oci/cloudguard/
|
336
|
-
pulumi_oci/cloudguard/
|
337
|
-
pulumi_oci/cloudguard/
|
338
|
-
pulumi_oci/cloudguard/
|
339
|
-
pulumi_oci/cloudguard/
|
340
|
-
pulumi_oci/cloudguard/
|
341
|
-
pulumi_oci/cloudguard/
|
342
|
-
pulumi_oci/cloudguard/
|
343
|
-
pulumi_oci/cloudguard/
|
333
|
+
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=Bb1G4cmhvVf3Vu_CflenzDNr-XNhMwj7C8sLzZaE2RQ,12233
|
334
|
+
pulumi_oci/cloudguard/get_responder_recipes.py,sha256=FORXGfhRmPAiQconTzaiwKm51UVVOBiIeQaIMdRrp3o,13754
|
335
|
+
pulumi_oci/cloudguard/get_saved_queries.py,sha256=wUpGbx2iB62UQPOdCsRjQpHF8Wij6VDn-l9GCYbJD2I,8941
|
336
|
+
pulumi_oci/cloudguard/get_saved_query.py,sha256=FbyOIFzM4TziLhMMd8Df1ZEA8e_DI0qwVgve2OdtBZ8,8993
|
337
|
+
pulumi_oci/cloudguard/get_security_policies.py,sha256=7S9pSxEmIFmN-A4BBe7Endzc-uj6w-DJhhmXlc_sHIw,7703
|
338
|
+
pulumi_oci/cloudguard/get_security_policy.py,sha256=ci7dUBGaJCKG1mVww4Vs2rXgLBVd1PwArjlXA57H7KQ,11117
|
339
|
+
pulumi_oci/cloudguard/get_security_recipe.py,sha256=UnKAfMscWG_hIqEC2yr3NIZbsjPDDWtWQgSSpS1m0lo,9911
|
340
|
+
pulumi_oci/cloudguard/get_security_recipes.py,sha256=etK2b5cugzClQn1N8ShOcAugj4Ve4I3zkjGFJ_2KOpo,7686
|
341
|
+
pulumi_oci/cloudguard/get_security_zone.py,sha256=Nmj55Io3efBnCXfq4LCXrCuEAHUztt8K2uUNXN8QWKk,10867
|
342
|
+
pulumi_oci/cloudguard/get_security_zones.py,sha256=vdUvOyBIsIiKWMBHxM4NabhUMFwPNXVSIO6TCC-P_Sg,10223
|
343
|
+
pulumi_oci/cloudguard/get_wlp_agent.py,sha256=qdDdNqzUvlnE_U9gfFpJ2hnd6oS30CVJfoc2PbmFlyw,10232
|
344
|
+
pulumi_oci/cloudguard/get_wlp_agents.py,sha256=7dIL4peOry9bTz_HriJMYlxVPLmcavHP_F6LHVpz-Uc,4793
|
345
|
+
pulumi_oci/cloudguard/managed_list.py,sha256=tGKnmC2Tzsh86Kk1A66ikGO66NhLsqcjBKop8RG3jtk,34778
|
346
|
+
pulumi_oci/cloudguard/outputs.py,sha256=gAOvuKoUMep1RUdzS5z7cmY388BK-68PO0zWRRWLX4E,617133
|
347
|
+
pulumi_oci/cloudguard/responder_recipe.py,sha256=YKSu2y_70tkhKsdugpD2CICiLRs5xpwRCAMqiSSKVUE,35427
|
348
|
+
pulumi_oci/cloudguard/saved_query.py,sha256=N6dIlRkJS5jcvyLJfsj8VP79ahDO9trs1lt2xeR0mu8,26781
|
349
|
+
pulumi_oci/cloudguard/security_recipe.py,sha256=Vw_xn6Z1L59HZrpv8q3as2xf7Z9fVIT0hmnbV-epLxs,28808
|
350
|
+
pulumi_oci/cloudguard/security_zone.py,sha256=2zsTsrhPlaNXDNUHnXYg4tALTGsqNkATho-Ch4jpkuY,30478
|
351
|
+
pulumi_oci/cloudguard/target.py,sha256=8EXZFmyiiYiMGPiDgKlP5sdY1pll3PM02epdaGC_JF8,46206
|
352
|
+
pulumi_oci/cloudguard/wlp_agent.py,sha256=w6iD6q5aMxBhQRz48X7E4hkQnaoZh3fNRbxjMWFHN_k,31203
|
344
353
|
pulumi_oci/cloudmigrations/__init__.py,sha256=VtJaXOMY-724krUfRmk89RwqOH0Gra5Roukj0tD0R2U,910
|
345
|
-
pulumi_oci/cloudmigrations/_inputs.py,sha256=
|
354
|
+
pulumi_oci/cloudmigrations/_inputs.py,sha256=2O7W0mRfEVo6T24mtcgc23Hbr5vvJeqUpYt0cVizI_0,239588
|
346
355
|
pulumi_oci/cloudmigrations/get_migration.py,sha256=TLnaqEerG1v5Ad1MldLijNAirypYyaoado6gfuXxlK0,9750
|
347
356
|
pulumi_oci/cloudmigrations/get_migration_asset.py,sha256=8L2LbCcOoeg6hAomTxkl37npO00ku2x-ShIcN35An_Q,15155
|
348
357
|
pulumi_oci/cloudmigrations/get_migration_assets.py,sha256=RAueKu9_kKqLwAZ7Zte50BZJJwxlnLDfsYfhRRYKi7w,7951
|
@@ -358,19 +367,19 @@ pulumi_oci/cloudmigrations/get_target_assets.py,sha256=akFS6kK-KFXHQDA7acCLTLUia
|
|
358
367
|
pulumi_oci/cloudmigrations/migration.py,sha256=GMdV9bFkSJSmfYtzSvHHOlECYJWCLuSlCsApmAL5bDg,27897
|
359
368
|
pulumi_oci/cloudmigrations/migration_asset.py,sha256=aOu--wZx7xAJThGtxC_8TpDl9TWfGPCJldYVV7beEsA,38878
|
360
369
|
pulumi_oci/cloudmigrations/migration_plan.py,sha256=Ar2cIZVdJ5aX9hjf5PlJQvmgHX30hPpaYkeCdJayvCM,35733
|
361
|
-
pulumi_oci/cloudmigrations/outputs.py,sha256=
|
370
|
+
pulumi_oci/cloudmigrations/outputs.py,sha256=zWH6bGZG6yQ3v5dDB6Fyc4k9tNLH1DPeI01j7TFdats,589793
|
362
371
|
pulumi_oci/cloudmigrations/replication_schedule.py,sha256=yu5o0xSvu3u58Fy3Rfs_DPguBQtPMIFSAw70dcT7St8,27578
|
363
|
-
pulumi_oci/cloudmigrations/target_asset.py,sha256=
|
372
|
+
pulumi_oci/cloudmigrations/target_asset.py,sha256=C5thrxVCht1swtldA5AlyHxqdst4HbpCoxIQG18YUh8,49832
|
364
373
|
pulumi_oci/clusterplacementgroups/__init__.py,sha256=b_2kfthDePE5hJoeZ8QIfutFKk9ClL5W4RFf3kOztFs,440
|
365
|
-
pulumi_oci/clusterplacementgroups/_inputs.py,sha256=
|
374
|
+
pulumi_oci/clusterplacementgroups/_inputs.py,sha256=XLChpGG5WxnEW2ljfK4HSsd3JnvM8j55g3PeCiXimKY,4795
|
366
375
|
pulumi_oci/clusterplacementgroups/cluster_placement_group.py,sha256=1L9exKBA6kxJgIeGQqSwOu3OtvjFlicy9sEZLAhwC7k,43427
|
367
376
|
pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py,sha256=yKkOX_Yfqhf4mJ2r0kotfptEbb5H5hIy-2nrpvib77Q,13351
|
368
377
|
pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py,sha256=AukdKVkSetOQyhMd06wRCZWuY0VrzsMGcf1CtYW1HYE,10649
|
369
|
-
pulumi_oci/clusterplacementgroups/outputs.py,sha256=
|
378
|
+
pulumi_oci/clusterplacementgroups/outputs.py,sha256=VON8EV3GriHMshJRxCEWqTZxmF4pNd2ofV3StPUqy6s,18566
|
370
379
|
pulumi_oci/computecloud/__init__.py,sha256=yBhXbzpPtk8e9mUO3nQK6tk8HqfH5TNeex9yp9I15DY,614
|
371
380
|
pulumi_oci/computecloud/_inputs.py,sha256=wqLvyFWbrcjSSN1mRYKhIXDLs55krgI_cyabAi-uwYE,36705
|
372
381
|
pulumi_oci/computecloud/at_customer_ccc_infrastructure.py,sha256=QIxmXD70ttnbpMfvAPRqO8tYwyDXr4wf6HB2C_U6d0k,54593
|
373
|
-
pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py,sha256=
|
382
|
+
pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py,sha256=E5JzK_3wyquT3GLnIWzyBxNQFHENdLjn8zaF886cQck,33721
|
374
383
|
pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py,sha256=KZA9sWUOT-6-ET4cOYoM8ufUzp3gJNZHbA4hmDEGwCU,18846
|
375
384
|
pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py,sha256=PpbD_KN2IBIvA1iexnLjZX8IcfXu6NHzmhF1I4xmIa0,13609
|
376
385
|
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py,sha256=G8sYod4BSWQqkKQnTGbyGzAz5o09IjPFgptlJfhrPWM,11930
|
@@ -386,13 +395,13 @@ pulumi_oci/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030
|
|
386
395
|
pulumi_oci/config/__init__.pyi,sha256=A0YeV8PX2Kg3Cuwrqjgnop12OoHvtPxYdAAONDRLVN4,2626
|
387
396
|
pulumi_oci/config/vars.py,sha256=jdHxtB3-iGCzOw65LIhVYRlbtia4hbU9ItCabnOrUrw,4155
|
388
397
|
pulumi_oci/containerengine/__init__.py,sha256=6TM0sqIRD8PpUswE0la4moNLNH0LSzXsGiEUcl8RAwk,1305
|
389
|
-
pulumi_oci/containerengine/_inputs.py,sha256=
|
398
|
+
pulumi_oci/containerengine/_inputs.py,sha256=tURhgmwK8Qcnh2iumazwASUY2r5NXBZypP5N7IDQp58,169510
|
390
399
|
pulumi_oci/containerengine/addon.py,sha256=nm8EiTDJDkj0UUVLImvxDFDJOy5zs_agnJpPCeqU6IY,21306
|
391
400
|
pulumi_oci/containerengine/cluster.py,sha256=UXRiHcn6gnoOrXMWVNWqHBflMN1JsgTnUc8wpWe0ZQ0,51299
|
392
401
|
pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py,sha256=-z5-X3A-C97cBVZH62oVnXItXA06mSXaXw_8t1KnV64,8979
|
393
402
|
pulumi_oci/containerengine/cluster_start_credential_rotation_management.py,sha256=yn1u1bozclQ59vwEkQyPgLDywlyZ4q1uowoSwlfVcUA,12328
|
394
403
|
pulumi_oci/containerengine/cluster_workload_mapping.py,sha256=VQW9_4lMr6v_eH7mbWBgAh6XEyp6jjmBr-s9t4K1N_w,24263
|
395
|
-
pulumi_oci/containerengine/container_instance.py,sha256
|
404
|
+
pulumi_oci/containerengine/container_instance.py,sha256=-KddNPrkJwubeylzZTvkxzu-3IfPu-C06UpyQc8Cl_w,73305
|
396
405
|
pulumi_oci/containerengine/get_addon.py,sha256=ztWgpTjQVTszmuBdFrWmscqO8ZN0c7GJigED5VAtSxM,7830
|
397
406
|
pulumi_oci/containerengine/get_addon_options.py,sha256=QuBSnKDTPWsWnKsvf53nWizweAeuB0X64OqudZRqhr4,5663
|
398
407
|
pulumi_oci/containerengine/get_addons.py,sha256=OctORRJt0u1rSBIaHb7mRodhtgqilvHjqJdL65U_Ltc,4254
|
@@ -413,8 +422,8 @@ pulumi_oci/containerengine/get_work_request_errors.py,sha256=ieJMXw4cgcCD-3IAwjz
|
|
413
422
|
pulumi_oci/containerengine/get_work_request_log_entries.py,sha256=dOj4cQNAu3EPpK2jSU2UiTgYrX1MPj_pCBxdvDFSzEg,6058
|
414
423
|
pulumi_oci/containerengine/get_work_requests.py,sha256=Hy0O3B_WVe6uixYk5fIyn3n4mccqd2CKSrW6m6R88AM,8374
|
415
424
|
pulumi_oci/containerengine/node_pool.py,sha256=-qDWejj6dhV0O5ykRx0MiId3PFguh8An7C524EpBq5Y,79712
|
416
|
-
pulumi_oci/containerengine/outputs.py,sha256=
|
417
|
-
pulumi_oci/containerengine/virtual_node_pool.py,sha256=
|
425
|
+
pulumi_oci/containerengine/outputs.py,sha256=Qyck1wdU1ehh2l4-uuTxaCwAt8AOvKlO5FoT4kAr4jM,330020
|
426
|
+
pulumi_oci/containerengine/virtual_node_pool.py,sha256=hxzlCw3adRBXAqkE4vWpgDT_cRzfT63D4AFgQqYtdAA,53507
|
418
427
|
pulumi_oci/containerinstances/__init__.py,sha256=xO0-NxqDfouoMvYJoAIqyDTwJ_OfkHLWfmRRCIJaflE,480
|
419
428
|
pulumi_oci/containerinstances/_inputs.py,sha256=fAnvlQw_TbYDRDSbaW-UHCIHXwMlwonHY8sE5Fd1qQQ,2844
|
420
429
|
pulumi_oci/containerinstances/get_container_instance.py,sha256=F2VnIDfEb3GKDY39ahxhGFf0atDw475unWZ3iOBKafE,17581
|
@@ -423,13 +432,13 @@ pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=RWotHRCbVW
|
|
423
432
|
pulumi_oci/containerinstances/get_container_instances.py,sha256=2pS0FViyGoOrqVg-foeYDm4C7lX7WhqlMaUeeGtRlL4,8619
|
424
433
|
pulumi_oci/containerinstances/outputs.py,sha256=K1Kf3-8xpQM9OcZOnQQG972UwHvbtboWNqYnib8J0hw,99442
|
425
434
|
pulumi_oci/core/__init__.py,sha256=TH2tLXoqxil4LmAM1OAg7Z4M4Tvrv9GsG-UG3h3UTbw,8591
|
426
|
-
pulumi_oci/core/_inputs.py,sha256=
|
435
|
+
pulumi_oci/core/_inputs.py,sha256=VffqFYU7u7QpCM-hDidAR2o_ZUE35_h4O15jwdOz00E,865597
|
427
436
|
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=kd8-X0DLdG80KR4Re1Bzs3YzRfhRCraKfwNBJy6KJss,14448
|
428
437
|
pulumi_oci/core/app_catalog_subscription.py,sha256=0p4-GPnr_1F2G_si0_4tQMpEpmWadv-zhAoUKEVPdPw,29086
|
429
|
-
pulumi_oci/core/boot_volume.py,sha256=
|
438
|
+
pulumi_oci/core/boot_volume.py,sha256=rNg3Z87aoalyCXlFGu_wucM1W6xnyhw8Wl7bLIQg35Q,65248
|
430
439
|
pulumi_oci/core/boot_volume_backup.py,sha256=8H5Ls8S6ma7BvwLx0qqSQkipl5918G4Zv7vJibK1oqM,46141
|
431
440
|
pulumi_oci/core/capture_filter.py,sha256=K377rXEBUBh-sce-CfHl9c32R3FP8706mJuT0tlGcEo,42487
|
432
|
-
pulumi_oci/core/cluster_network.py,sha256=
|
441
|
+
pulumi_oci/core/cluster_network.py,sha256=19u2y6xnbG3Jtw4FVChsoVCtp8hRm9FcUgvy85-CFxo,45323
|
433
442
|
pulumi_oci/core/compute_capacity_report.py,sha256=oggvhFkrBCCNJU_cglpMToVWpDSYX5G5KrWjSkCdtg0,17829
|
434
443
|
pulumi_oci/core/compute_capacity_reservation.py,sha256=IJ8eM4rFsx6hypQMTMGC3DDi4ZaNtd1GVHnc8F_w5Ag,44052
|
435
444
|
pulumi_oci/core/compute_capacity_topology.py,sha256=G5NGvgVRoLcowfaQgVm-dynnETJt2rRUg2Z4hs1h6ow,31297
|
@@ -438,7 +447,7 @@ pulumi_oci/core/compute_image_capability_schema.py,sha256=znxIusPYNN5gHiejRDbPlO
|
|
438
447
|
pulumi_oci/core/console_history.py,sha256=bl35UqjzZ6HLfcgjc2GV-AuOlH-hRAqiB-FaeMd8LbM,25801
|
439
448
|
pulumi_oci/core/cpe.py,sha256=oXJBjJIXU22s61rjacuHSpWSryi_LtXDwG5O65pYnSc,38437
|
440
449
|
pulumi_oci/core/cross_connect.py,sha256=Q2Ca9tPTaNgGEBWqvmeVjGotubOzGxHBPXg5uJN5Uis,60232
|
441
|
-
pulumi_oci/core/cross_connect_group.py,sha256=
|
450
|
+
pulumi_oci/core/cross_connect_group.py,sha256=NqjXJ29MYdLnR-4r5rS-17ClCxMgr-pC-O-58I18G2Q,33541
|
442
451
|
pulumi_oci/core/dedicated_vm_host.py,sha256=OpfA3AbdVCWdd7w_9ez4UFz1xn1cb-1z6j-Ampu9izs,40349
|
443
452
|
pulumi_oci/core/default_dhcp_options.py,sha256=30IqQ2izMPEhqnPa2ljfiM4mT30YEgjhfyfB-dSEcng,16573
|
444
453
|
pulumi_oci/core/default_route_table.py,sha256=wU1u-pt3LPPeQ5ZSbJQ7fY02cIQ_DJ84ZHBV9Ubwq-0,15182
|
@@ -451,7 +460,7 @@ pulumi_oci/core/drg_attachments_list.py,sha256=cZsjOnEeDC1TxdFribkAVepzDA-PpqfIE
|
|
451
460
|
pulumi_oci/core/drg_route_distribution.py,sha256=v38n2LdXo3egi90clUo1dkk9IBCylW2o5h3jEiLdL-c,27135
|
452
461
|
pulumi_oci/core/drg_route_distribution_statement.py,sha256=opUHH2pRo5CEhuJ4Cg-K7QWWCzIkfMhEKThhWcG3bT8,20570
|
453
462
|
pulumi_oci/core/drg_route_table.py,sha256=jOxcioGmUX212JXJZgO4MEepQ-EbYPbgcbbnvtjkJ9M,34174
|
454
|
-
pulumi_oci/core/drg_route_table_route_rule.py,sha256=
|
463
|
+
pulumi_oci/core/drg_route_table_route_rule.py,sha256=k2_LOd1MMZofAIFtCVepZNBOYFVi0q7OAnvNahCX0_E,29245
|
455
464
|
pulumi_oci/core/get_app_catalog_listing.py,sha256=jupWQt2j2EZA5rhH_A708_oqfovilHCpvkNE3zXyuS0,7265
|
456
465
|
pulumi_oci/core/get_app_catalog_listing_resource_version.py,sha256=l9lOZGFLyCK3TAJfDfp7uiJGNFUK67lVVhDDML7gEU4,9320
|
457
466
|
pulumi_oci/core/get_app_catalog_listing_resource_versions.py,sha256=OvdGHLkLUV0D7sCYWUruZc5pJR3d2Veoif-SaM__RnU,5713
|
@@ -521,11 +530,11 @@ pulumi_oci/core/get_drgs.py,sha256=x-veWUZkkjqqb9ETSLCFooM8Xa4lOce2YeBV8PT2kJc,4
|
|
521
530
|
pulumi_oci/core/get_fast_connect_provider_service.py,sha256=rZfXa0PEcLU4nE_HdMGCZYQZlh0qdJS2U_oir2xc3_4,12131
|
522
531
|
pulumi_oci/core/get_fast_connect_provider_service_key.py,sha256=WW4xhqYP2S9vB7xdrthhv4euWawvsKX9B5J41Hp-QyM,8676
|
523
532
|
pulumi_oci/core/get_fast_connect_provider_services.py,sha256=zQM1aHVRF46zYNuHMwV0yPFEl0YdPOI-XNu4lu2L6ww,6413
|
524
|
-
pulumi_oci/core/get_image.py,sha256=
|
533
|
+
pulumi_oci/core/get_image.py,sha256=QSwU6Ng8R_cQRIG_9ZG-vBtRUEgplGZD0ryCFAqGUYM,14920
|
525
534
|
pulumi_oci/core/get_image_shape.py,sha256=cph_vSjGQKPH0fWUczkZGCUBFH_Dd3X4DKhnkrI_jd0,5957
|
526
535
|
pulumi_oci/core/get_image_shapes.py,sha256=fFwX2iLzTysmSZ1LuIB202ObYNI-Jyn5F7dIKDz5Hlo,4962
|
527
536
|
pulumi_oci/core/get_images.py,sha256=1yTgf5p0jvO5x2jLYErL-S0u-e6-fj1khX4svL2lnQg,12878
|
528
|
-
pulumi_oci/core/get_instance.py,sha256=
|
537
|
+
pulumi_oci/core/get_instance.py,sha256=90LdmtTaZk6dyBf9hXGUGcQsVglLCKtCLRQdrz0QqLE,33504
|
529
538
|
pulumi_oci/core/get_instance_configuration.py,sha256=CogTrU9SDdi4IBSet812w520kIwv-16kvUSaeMy7vzM,9493
|
530
539
|
pulumi_oci/core/get_instance_configurations.py,sha256=8Lh80BRWGXyA0RXif_q_F_RiaH9dlOUBfyMoXKj3CWc,5374
|
531
540
|
pulumi_oci/core/get_instance_console_connections.py,sha256=2Manh6C6d1AR5ea0BEvaKFGhiuXrtahwAcZZmRlaWWs,6989
|
@@ -565,10 +574,10 @@ pulumi_oci/core/get_network_security_groups.py,sha256=QHJZjz-1cX9rMbsjCkygyQ9T4h
|
|
565
574
|
pulumi_oci/core/get_peer_region_for_remote_peerings.py,sha256=2xf3WLoeHqeZsQpXT0BaSh6qUuGxkLGMiXTjFP2N__M,4837
|
566
575
|
pulumi_oci/core/get_private_ip.py,sha256=_r4LHBe3be_0GsZkTsRma7YXd4ovq0Zia6CINRDgjp4,13170
|
567
576
|
pulumi_oci/core/get_private_ips.py,sha256=rF5z4HnB2ngHEQG3IDm_m_i8QtCTT92_aC07OpqDgew,11411
|
568
|
-
pulumi_oci/core/get_public_ip.py,sha256=
|
577
|
+
pulumi_oci/core/get_public_ip.py,sha256=8m8t3cACcqDNulmCCBz9CpPxCwiX8wCAsEMKI3ATIQo,17033
|
569
578
|
pulumi_oci/core/get_public_ip_pool.py,sha256=RQkAVz-Iwr-kQVSZjfCBgwf3xfWOHICAqtlWn5vn0Bs,8345
|
570
579
|
pulumi_oci/core/get_public_ip_pools.py,sha256=HmbNb86NoisELwvxWe2g-qjYbvRmFPfx66s7yJwTZ38,7412
|
571
|
-
pulumi_oci/core/get_public_ips.py,sha256=
|
580
|
+
pulumi_oci/core/get_public_ips.py,sha256=RRvHssMjJ6hmDmDW-3FD6DawHU76DABLa6gBi9Uk_UY,14060
|
572
581
|
pulumi_oci/core/get_remote_peering_connections.py,sha256=niwhmSltUxH5Z5tQIiJrDHYzFuCEPxVEmkxGhFPXa0I,6709
|
573
582
|
pulumi_oci/core/get_route_tables.py,sha256=i7CVVmgdkN8CKzTo6lueMY77dMOZNZaauGuIz2k6c8k,8554
|
574
583
|
pulumi_oci/core/get_security_lists.py,sha256=8gF-bqCHTgXt1UWlm3FQHu_O-sa8I3__3aEL5BVSMIE,8337
|
@@ -601,26 +610,26 @@ pulumi_oci/core/get_volume_group_replica.py,sha256=i2llD6lEMk2DQYD_JQhYX3S1TKnC9
|
|
601
610
|
pulumi_oci/core/get_volume_group_replicas.py,sha256=ipxeH442OgcnR1t0o00wc8LdjWaKtmOEJZqkUW-dUxs,8935
|
602
611
|
pulumi_oci/core/get_volume_groups.py,sha256=ZZPWYukTZVinAE36McV7OAFp1v172ystBslth-WazwE,8429
|
603
612
|
pulumi_oci/core/get_volumes.py,sha256=5aWizuhWE-SsjteAMJi5AI3O5fV9F1WwbA9v7OxsCao,10154
|
604
|
-
pulumi_oci/core/get_vtap.py,sha256=
|
605
|
-
pulumi_oci/core/get_vtaps.py,sha256=
|
606
|
-
pulumi_oci/core/image.py,sha256=
|
607
|
-
pulumi_oci/core/instance.py,sha256=
|
608
|
-
pulumi_oci/core/instance_configuration.py,sha256=
|
613
|
+
pulumi_oci/core/get_vtap.py,sha256=iHUyMfVHC79TD1ot9VuiTplEV6fsg0loqXpLynMZpBc,16567
|
614
|
+
pulumi_oci/core/get_vtaps.py,sha256=JU9jdZw6z6oTvqMFWrmZQqVuX77FRwB152c0rcaT4ME,11986
|
615
|
+
pulumi_oci/core/image.py,sha256=ZdHD0S_g7e4wgAaDD7z9cavH-ISN3ebdblQWVS40BFM,53148
|
616
|
+
pulumi_oci/core/instance.py,sha256=10qAjnBPR7cfD3zCCAm92BV5rE9KBLID6SCXlY9ZplU,177652
|
617
|
+
pulumi_oci/core/instance_configuration.py,sha256=ErMJO1WVrXJ5_M6ZBtu_ps-oJM22UDVdI9L0zKN1at8,114607
|
609
618
|
pulumi_oci/core/instance_console_connection.py,sha256=GJfa2N9zZfFutzfcwfrW92FL7_Fnr28bkSBJCh3mrtY,27431
|
610
|
-
pulumi_oci/core/instance_pool.py,sha256=
|
619
|
+
pulumi_oci/core/instance_pool.py,sha256=cRq4qWt8kpMtddNJLvGNLq_igDpouHHCTjsETtV6PAA,54703
|
611
620
|
pulumi_oci/core/instance_pool_instance.py,sha256=4bnOHmSq1EMSWst8FV4Y5EfhkZVJQEpY0goBWWZJSHg,30950
|
612
621
|
pulumi_oci/core/internet_gateway.py,sha256=2df3uMxZXXiIVOKmcA2869SsEmVXFlOhLelZ92q5kvU,33271
|
613
622
|
pulumi_oci/core/ipsec.py,sha256=DzbOklo8F64OFhD0ldFAo_nYW8iYeUm24Z4i4nPkyPM,50862
|
614
|
-
pulumi_oci/core/ipsec_connection_tunnel_management.py,sha256=
|
623
|
+
pulumi_oci/core/ipsec_connection_tunnel_management.py,sha256=2Krn3KJ3a7ofaEpUGScUDlXuBRZQ4we73eHdw3ctIwA,69309
|
615
624
|
pulumi_oci/core/ipv6.py,sha256=CrjHDXlndyAmKc7aZ7WNB-PZDONa8BV-zzr-bcsCmGE,31002
|
616
625
|
pulumi_oci/core/listing_resource_version_agreement.py,sha256=PGno5WUlR7XpOSeWY_IYptqPbhWNnEAfzATgm8efz_E,14248
|
617
626
|
pulumi_oci/core/local_peering_gateway.py,sha256=kSPyvBRh4rgkugRBDTSuv5jTCmdgG7dF9M7rHHs2mj0,46513
|
618
627
|
pulumi_oci/core/nat_gateway.py,sha256=7FIymW5Rq6w7C0T74OLWb9D4KqP_vzwXnEIbNWGdsGI,35795
|
619
628
|
pulumi_oci/core/network_security_group.py,sha256=a21EveqIOiR-5WtrggBFPmYa8eBTqRGnvJs3IWm4q3g,25204
|
620
|
-
pulumi_oci/core/network_security_group_security_rule.py,sha256=
|
621
|
-
pulumi_oci/core/outputs.py,sha256=
|
629
|
+
pulumi_oci/core/network_security_group_security_rule.py,sha256=f9Y8fQDwI7BBMu9oOzm2uQyPWb0jI2u_dqZJZwcLy8Y,54224
|
630
|
+
pulumi_oci/core/outputs.py,sha256=poZ55NHh17v94-hvzEm2GiJiMybPzhhey_Yoi8rWJgc,2387152
|
622
631
|
pulumi_oci/core/private_ip.py,sha256=jZNtIz8hDmlMu93cmBLs8Qu4HzbzDAoPKvlT3Z0TKI0,42259
|
623
|
-
pulumi_oci/core/public_ip.py,sha256=
|
632
|
+
pulumi_oci/core/public_ip.py,sha256=0zoJbHGH5idavrf1l47kpdE9GM45asIVRo1e60HC1BI,48657
|
624
633
|
pulumi_oci/core/public_ip_pool.py,sha256=LIVV7ooE-khuPJOWOCL6v1_o7zj94Evgze3tt2Qs8ao,23581
|
625
634
|
pulumi_oci/core/public_ip_pool_capacity.py,sha256=JCYyMeMgf719-awDWmdT_5ul5XEIKdvCWodKsK1XESY,13009
|
626
635
|
pulumi_oci/core/remote_peering_connection.py,sha256=J3s__JfpVGw4wFIW5r-TvVIQeCzhZY2SVFNqn4Ul4bg,34494
|
@@ -634,46 +643,46 @@ pulumi_oci/core/vcn.py,sha256=-oTMx5RDKGgiNdiiGWzd4-SqN69f2DdUMSVA2xk_h6Y,72430
|
|
634
643
|
pulumi_oci/core/virtual_circuit.py,sha256=sGTIjkxQsOoIv4U5f5XzUhHRRIOMjE4VGm990m-g8ho,91217
|
635
644
|
pulumi_oci/core/virtual_network.py,sha256=p4tTe3wGzsdmCVHyqRhI3tOzvSyDlYoOoFD3d0BxL2k,28955
|
636
645
|
pulumi_oci/core/vlan.py,sha256=Dumae20Hnp6nYxKjmEBvPx1a935boGkNXBTuQCQry3I,44797
|
637
|
-
pulumi_oci/core/vnic_attachment.py,sha256=
|
638
|
-
pulumi_oci/core/volume.py,sha256=
|
646
|
+
pulumi_oci/core/vnic_attachment.py,sha256=vdiyt7iTpoKvtV7P0G2AZk88H7eh_hJUx8MCicvOlQk,33292
|
647
|
+
pulumi_oci/core/volume.py,sha256=3QsU5BIXk9l0HTW4WbGABQJy4OucLhAwuCSgNoms-N0,70699
|
639
648
|
pulumi_oci/core/volume_attachment.py,sha256=QRyAjjdAOP4WR2EZaZtfrOWFjWxaFYiiH_Hid8yWKOY,58003
|
640
649
|
pulumi_oci/core/volume_backup.py,sha256=FFfR-9vNkPcOdrWEhDdEdpvjFcilnCbj2xQj-39vTEM,49356
|
641
650
|
pulumi_oci/core/volume_backup_policy.py,sha256=v1F4P8WIN1qaVNlk_h1R9lSyjZAgMjzl8ezRsdgIuHc,29488
|
642
651
|
pulumi_oci/core/volume_backup_policy_assignment.py,sha256=_LyNLJU6ft34Rpjp-vsXzylj4dkhS9_SGq6ZZfcRWTQ,13080
|
643
|
-
pulumi_oci/core/volume_group.py,sha256=
|
652
|
+
pulumi_oci/core/volume_group.py,sha256=BUATVBRD3cDBY1DDdE74a1ACKv1-J7XhUU_C_cnooQM,49840
|
644
653
|
pulumi_oci/core/volume_group_backup.py,sha256=TaESViXt6JzduODOxkqrAV7h1lFo9udAkM26QIECb6c,44014
|
645
|
-
pulumi_oci/core/vtap.py,sha256=
|
654
|
+
pulumi_oci/core/vtap.py,sha256=NmBB3HrIWcnFfGOf9FeWtIU1fEWpgM5I4S4pTOxVz54,62263
|
646
655
|
pulumi_oci/database/__init__.py,sha256=vmk_ABTY9egQLB9TjjbjLk9eoslzGAmlgEGmikTVIvs,8711
|
647
|
-
pulumi_oci/database/_inputs.py,sha256=
|
656
|
+
pulumi_oci/database/_inputs.py,sha256=8hJdA9bQLHTaVgvukiE6HBlm5TxIRk7Ksi8W77HQLKQ,663205
|
648
657
|
pulumi_oci/database/application_vip.py,sha256=wFPa33DBZ-_ZzawwFeIyt4o47oh67WRJEYBbvRF0CCg,28983
|
649
658
|
pulumi_oci/database/autonomous_container_database.py,sha256=8KBRkXFQ3H2jSqiNl8bFB4SKp4qakiaiU5hXtylcGq8,161652
|
650
659
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=HHFxeeHKgSEMhCYdk_Pj7f1yf-o2QUTp4lmjFHCTGpY,75309
|
651
660
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=4CTcZm42cqeCufLt0HAMto57mLeFbELpvlBZSoPEDi4,17767
|
652
661
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
653
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
662
|
+
pulumi_oci/database/autonomous_database.py,sha256=MPL_d_EkUWcSFUJYmMCgGIWCzlXd2mPoVmFpGojX6z8,457369
|
654
663
|
pulumi_oci/database/autonomous_database_backup.py,sha256=hb41EB12S5h7h5bDmFnXfRkczrqB6ZDsHFBVWbwHc_4,42339
|
655
664
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=hyPsFWiUcH0tqSYzz6D6Qz2lJpXctQvRIdxcXwB_4AA,18571
|
656
665
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=Y70BXlKqhrckRGSzVJ481GrQ5LP-CDu6OZiSE_6SO9k,15583
|
657
666
|
pulumi_oci/database/autonomous_database_saas_admin_user.py,sha256=MNxrsR6nsSezvOG5GAsWkrm_DXGOroEg1l4YQUMWqKw,26568
|
658
667
|
pulumi_oci/database/autonomous_database_software_image.py,sha256=SsSPlQe3cq5PVPOE8JjmvMIQHsi5MHgA_Nq8q668MJk,32973
|
659
|
-
pulumi_oci/database/autonomous_database_wallet.py,sha256=
|
668
|
+
pulumi_oci/database/autonomous_database_wallet.py,sha256=3iWz4jFNIbZQtkYmsoH2qYne9qy0tpGi-IpEDzWOD7g,22891
|
660
669
|
pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=0Jk-xqWs_0MF0HWtVNNs-_NLTxivAZqTazdRAWRs_SQ,68319
|
661
670
|
pulumi_oci/database/autonomous_vm_cluster.py,sha256=x2X3n5RA-9oxuMwmBgURL-F_2I7CkscCC8UO5GtRarM,111599
|
662
671
|
pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py,sha256=QSh8uLx6dMh9Y8hBCXy8A88ljT1a_l6BbLw4X4bO_JA,21529
|
663
672
|
pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=IF7nAK8KEMy28B8KUWQzRILlSsx_ookIq_5qoHmjWOk,21441
|
664
673
|
pulumi_oci/database/backup.py,sha256=zzACjiTvy2e0TYBgtqtcrR_8c_KxbpTlCw-mZeUfrFY,32067
|
665
674
|
pulumi_oci/database/backup_cancel_management.py,sha256=5kwBqClQIROezxrAcF5ZzZucB_BysCX9yjiMoupGnBk,11497
|
666
|
-
pulumi_oci/database/backup_destination.py,sha256=
|
675
|
+
pulumi_oci/database/backup_destination.py,sha256=aPxf-K-HfgKLFUpYfpef87eMhRXr2slAM8pun4IEqQI,45699
|
667
676
|
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=s7i1QzRBNO5SxIlL0p7X2tJColZFnaOUXUGcDonR5j4,133603
|
668
|
-
pulumi_oci/database/cloud_database_management.py,sha256=
|
677
|
+
pulumi_oci/database/cloud_database_management.py,sha256=l-UgDzevQr5wwDsg7xakZWS9PTfxSZdexfw9arD-YZM,31557
|
669
678
|
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=shQWwJJtw0P9Bx52HfTaiuxoIFC6uRvmEwn9icmOROU,76522
|
670
679
|
pulumi_oci/database/cloud_vm_cluster.py,sha256=UAs5JgFjpx-THK5H7PmoO3xl6IQwx2966cASB5ufKcw,140669
|
671
680
|
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=UN2Ml5xck0_nqD82sv7pmB4_woxA3aAmfToEQQo0g_M,16325
|
672
681
|
pulumi_oci/database/data_guard_association.py,sha256=IBvXcvgaY0l8RJ_lqGzQ-34nwumwR7vvUt46IKuxoEY,146829
|
673
|
-
pulumi_oci/database/database.py,sha256=
|
682
|
+
pulumi_oci/database/database.py,sha256=vfBJ1JczcFqv49LKi7FYM0Bsf75fONwA-vtYtMPpxhU,81888
|
674
683
|
pulumi_oci/database/database_software_image.py,sha256=FPYvXV73jfBjyi5UpL9dsJZNfHP_aHNkPN72c4wDQsQ,46184
|
675
|
-
pulumi_oci/database/database_upgrade.py,sha256=
|
676
|
-
pulumi_oci/database/db_home.py,sha256=
|
684
|
+
pulumi_oci/database/database_upgrade.py,sha256=qK8POv59DCmI12e3nNQVoaHJumkN8sTgF_jSZ3CU-SM,57636
|
685
|
+
pulumi_oci/database/db_home.py,sha256=G1GViJZmrcAf_8p6eRCreTBrBcUb_XgbxHUZGqXcseU,56399
|
677
686
|
pulumi_oci/database/db_node.py,sha256=DUxQO6O3EP5t3eKNJsyLnPnkLPMPATzpJXNMJMa8WvM,45555
|
678
687
|
pulumi_oci/database/db_node_console_connection.py,sha256=ILFzFP6FeXC-xT7y47H420U08uc-PaBTTCn9ZwjZ9-0,26596
|
679
688
|
pulumi_oci/database/db_node_console_history.py,sha256=-G7IxwWyMtBDv3KlTNzbCfUG3GwZtAuC6pVJOpe8yCU,23850
|
@@ -715,7 +724,7 @@ pulumi_oci/database/get_autonomous_database_refreshable_clones.py,sha256=-IaBsEu
|
|
715
724
|
pulumi_oci/database/get_autonomous_database_regional_wallet_management.py,sha256=RJVlLxOaO1XHCjMe_XIbiNTSVrTDPrcYrqcR59LORrI,5091
|
716
725
|
pulumi_oci/database/get_autonomous_database_software_image.py,sha256=9GoTOJDePZhE6OHl2El7T2iCEf1vj_CQLiuV0MdgPEw,12167
|
717
726
|
pulumi_oci/database/get_autonomous_database_software_images.py,sha256=1_JUXSlrnwTikeN79omLMQo_-7uV3nfWvrn4QILK8Cg,9642
|
718
|
-
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=
|
727
|
+
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=xo1OPqip5ZOBJ3xzKEPt_2-Xwm9hcQGKejBw-Y3zZU8,8005
|
719
728
|
pulumi_oci/database/get_autonomous_databases.py,sha256=Bn3ds_5HX2EjCovnigBrdKY0Yr-m3dDiuIjbI0Q0grY,21180
|
720
729
|
pulumi_oci/database/get_autonomous_databases_clones.py,sha256=zL8hUMDPnF8Neq09CVUal5FYaq-15ZzvY12xn6hwheU,9860
|
721
730
|
pulumi_oci/database/get_autonomous_db_preview_versions.py,sha256=Vc9nVt3JANcwbM-_5hkz8Y2uAEEMOw9yaCJKEnf-fls,5913
|
@@ -822,17 +831,17 @@ pulumi_oci/database/get_vm_clusters.py,sha256=aRT1n3DsQbZP6zUflQUu_U0ozwdVN5o6Mj
|
|
822
831
|
pulumi_oci/database/key_store.py,sha256=oN3pJ2ttFWOBm3nOciCLPV6PsyhMVcdY4DbvDvwV8iE,25402
|
823
832
|
pulumi_oci/database/maintenance_run.py,sha256=cyDRkOk_5KcUT3DoGuNxz1Ca0cJbdzrFNNhxfRatP_8,58494
|
824
833
|
pulumi_oci/database/oneoff_patch.py,sha256=vI2EkITWfZEhCTvYQSUJgswX6f9ZdA3sgC59ZGYwRhc,38416
|
825
|
-
pulumi_oci/database/outputs.py,sha256=
|
834
|
+
pulumi_oci/database/outputs.py,sha256=rN5ow9Zs2UnCSVBbkj9LKC6pvSixjSlxt2gyGjd9BOk,2106917
|
826
835
|
pulumi_oci/database/pluggable_database.py,sha256=UYXCRUig97Hz22B-0KChjDoWaxdFPgNNbwfUpcVRM5g,71689
|
827
836
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cYRG-2zkTBknBJjEjC97B8_XhM2C63jZL92QUS9U6m8,52153
|
828
837
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=0NGYmSvbHSKW9TwDrNeOCOGH91SU7Ji5PDf-c70IBsQ,50354
|
829
838
|
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=3Xn7C6Fg2KO5U3ECO5w0DvfgZW6zcRyBDSKeVkBOIqk,57017
|
830
839
|
pulumi_oci/database/vm_cluster.py,sha256=s0oRRFjuGUS-PghjA9apwj5qvD4KkqKo_FYUjxCbZkw,78389
|
831
840
|
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=RG8jmZXR-DrQ62t4-tRqeOGAMMks8tnvSgtoxMR8AQw,52823
|
832
|
-
pulumi_oci/database/vm_cluster_network.py,sha256=
|
841
|
+
pulumi_oci/database/vm_cluster_network.py,sha256=TyS1Mg-E819O53erY3TQbF47LilFMi8pMgUw5sH17rc,50233
|
833
842
|
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=VsbcYnbA8HMrST_CQjVukKFXAthL3KyABqe4Yh4KM6Y,50545
|
834
843
|
pulumi_oci/databasemanagement/__init__.py,sha256=s7q-99NAkjcVYcqSyCBsJPJbK9WUZ25sXGVYqodsNaw,7052
|
835
|
-
pulumi_oci/databasemanagement/_inputs.py,sha256=
|
844
|
+
pulumi_oci/databasemanagement/_inputs.py,sha256=tjuDeUcCYvuHjsLjXwy0n5V6M5REwbOi57OhdYoU4h0,393547
|
836
845
|
pulumi_oci/databasemanagement/database_dbm_features_management.py,sha256=FAbTkRmF5_DUwUodK1ulyl-l0wJP628wf9ao8nsKPuc,14403
|
837
846
|
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=7DJ1NNE0bh6ncXNztfngmGB08IV7WztRV-5rmRNjMDE,36607
|
838
847
|
pulumi_oci/databasemanagement/external_asm.py,sha256=LLq9F6E43iM6FX5dKCFcfcV2Wu8-1UcjINWbYrWS53E,39334
|
@@ -960,11 +969,11 @@ pulumi_oci/databasemanagement/managed_database_group.py,sha256=uIfuvonqXISdBgDLq
|
|
960
969
|
pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py,sha256=lEmTFlGkP3cIcMcOLPwt1EUgqyl9_v1uCzu_FD1YoVM,28916
|
961
970
|
pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py,sha256=8Fe-Jp7vfsp5QdbNg_nkfrYX6U762rp7YoFnbVw_24c,26272
|
962
971
|
pulumi_oci/databasemanagement/named_credential.py,sha256=gwcKUxJKii9k9FXBEjYYFijCe1pBTluNWhJSNLMIrBc,39601
|
963
|
-
pulumi_oci/databasemanagement/outputs.py,sha256=
|
972
|
+
pulumi_oci/databasemanagement/outputs.py,sha256=RV57VBzIpOOIqy6JWsAn7KVkqwCESvA_ue2Uct7NFY4,1233256
|
964
973
|
pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py,sha256=IhQRhNbKNM4U9s4Z1PiJUKQ8qvJCa_87UxbUfMEWu44,16232
|
965
974
|
pulumi_oci/databasemigration/__init__.py,sha256=wq-hZhb2rxiz9X5A9L-7N8RfkwhB3NXCbKKHsqsNolI,614
|
966
|
-
pulumi_oci/databasemigration/_inputs.py,sha256=
|
967
|
-
pulumi_oci/databasemigration/connection.py,sha256=
|
975
|
+
pulumi_oci/databasemigration/_inputs.py,sha256=Y37dRRiIbBPuJke8fn4DRi-g98niuNZ4O9XQVGgublQ,116633
|
976
|
+
pulumi_oci/databasemigration/connection.py,sha256=FxAwkH2e5srbf86aIFogczbHJGP1FrUMwcOZEMYqzAU,65538
|
968
977
|
pulumi_oci/databasemigration/get_connection.py,sha256=-8hIQD-wwoLFviDFTZ8YltdqeuiT-YcOkY0ZAB6QV3I,17256
|
969
978
|
pulumi_oci/databasemigration/get_connections.py,sha256=Tb1NuJWRGB8W3T9V3NoV8e9E4WLRJyg9hcL58BA15F4,6763
|
970
979
|
pulumi_oci/databasemigration/get_job_advisor_report.py,sha256=25Y-IntdZiB3GHAiEwJPULwMrmkO867aUuyrqj-jd6s,7193
|
@@ -973,19 +982,19 @@ pulumi_oci/databasemigration/get_migration.py,sha256=XjLPkII4r74XA8dlbabYDEd10xe
|
|
973
982
|
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=p_-CLNt3MHp116WFZJzDKR6ROjXODJ9lv-mMsUyjtZw,4545
|
974
983
|
pulumi_oci/databasemigration/get_migrations.py,sha256=yh0yr51texthV6hwh1V1UFtwB8XyqXNjJCafFybWPhQ,7749
|
975
984
|
pulumi_oci/databasemigration/job.py,sha256=eOVu77VejVD5_TR3dSXbUlcxR3WLlUTcNDvchCg0A9Y,26557
|
976
|
-
pulumi_oci/databasemigration/migration.py,sha256=
|
977
|
-
pulumi_oci/databasemigration/outputs.py,sha256=
|
985
|
+
pulumi_oci/databasemigration/migration.py,sha256=IiOX2Mt5vuJo-o3PDbZX4sMlsIjflnTGQ3s6VdXCbOE,96106
|
986
|
+
pulumi_oci/databasemigration/outputs.py,sha256=D1-zrQfn9EqAyKQm_NBOy7s9_igWjnvpHrlrYcRqlWw,277378
|
978
987
|
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
979
|
-
pulumi_oci/databasetools/_inputs.py,sha256=
|
980
|
-
pulumi_oci/databasetools/database_tools_connection.py,sha256=
|
981
|
-
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=
|
988
|
+
pulumi_oci/databasetools/_inputs.py,sha256=ZchmnhSk0wvOdkNdFQ995zdnOSwwaOIv8P_OjU6GB2A,25587
|
989
|
+
pulumi_oci/databasetools/database_tools_connection.py,sha256=loLbmJWw94XpYD7u28CPe73c3FY4ajfrZkxR0nML8hM,53940
|
990
|
+
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=AFQh8TI4W2stJpCbC7662LBntjNZczNE2TAct-Yy2Ds,51693
|
982
991
|
pulumi_oci/databasetools/get_database_tools_connection.py,sha256=tDT-LUSor3kSXlcdIpgfsKa68NWv8UKF50Vjy7TQCyI,16914
|
983
992
|
pulumi_oci/databasetools/get_database_tools_connections.py,sha256=QdC5kKKZ069kBH46JG06k1BSFSfIpnrKbrY11zuZkZE,11451
|
984
993
|
pulumi_oci/databasetools/get_database_tools_endpoint_service.py,sha256=CnIeH_ohe8hjJ_sztOlub6qzICCZP8V_LOtRPUgXsE0,11042
|
985
994
|
pulumi_oci/databasetools/get_database_tools_endpoint_services.py,sha256=dAwwd_g_sAHzKOO6ATU1VjihF0YHEdB9mnxQVfXEE58,9029
|
986
995
|
pulumi_oci/databasetools/get_database_tools_private_endpoint.py,sha256=u1dsIsWlc8vtS6iNCgSKWEcwx7WZUk8PLJKivx5B5DQ,17299
|
987
996
|
pulumi_oci/databasetools/get_database_tools_private_endpoints.py,sha256=bepEw9KXsSyFL88Y9MavcCGiNT8LbAFzR0eGCiLRGvg,10578
|
988
|
-
pulumi_oci/databasetools/outputs.py,sha256=
|
997
|
+
pulumi_oci/databasetools/outputs.py,sha256=SJ9v6JnQtFF5Nor54ISDAS1G0_36BRkDqzAIIT0LgRU,91821
|
989
998
|
pulumi_oci/datacatalog/__init__.py,sha256=EWMd1xycwTaewYLYml_SZt7Th9rYTM4ogc-49eJkwjk,844
|
990
999
|
pulumi_oci/datacatalog/_inputs.py,sha256=Abkke-1qnn--H87KqD2pmXcDjQziGzFEb5obRsuJYZY,15565
|
991
1000
|
pulumi_oci/datacatalog/catalog.py,sha256=QMSudBz-6rRhgFeTKxRKuurRT5DOqmDymE-zUEkFzio,33236
|
@@ -1030,7 +1039,7 @@ pulumi_oci/dataflow/private_endpoint.py,sha256=9vkBMocvIS8HBvsQlVoYVcBhOK7c_qZUL
|
|
1030
1039
|
pulumi_oci/dataflow/run_statement.py,sha256=2V-3LYZ42IYBVPsjxNgISjyM9rv_rXXOVmGTDD0IKzA,16386
|
1031
1040
|
pulumi_oci/dataflow/sql_endpoint.py,sha256=Zp8UIlX2E6GVQp8wRCnwGH4bFhxD00v3w4ekebWe4ho,59793
|
1032
1041
|
pulumi_oci/dataintegration/__init__.py,sha256=2H-D_UY8QH4dHOjznmx3CPkiTg4aqtJKeuaKcN7Ypu8,1536
|
1033
|
-
pulumi_oci/dataintegration/_inputs.py,sha256
|
1042
|
+
pulumi_oci/dataintegration/_inputs.py,sha256=4XY4Yq6rHzkTBxBed1ThkwY4hp66neogImgwJwJV2LY,419211
|
1034
1043
|
pulumi_oci/dataintegration/get_workspace.py,sha256=uYr4xlwUqJnc2AyJDzmpDWA73cNORu4-pYYAaqIrTM0,16949
|
1035
1044
|
pulumi_oci/dataintegration/get_workspace_application.py,sha256=RS6UF7uec1y7nZhnUK_INTyT4cZ9mPXgu43BUtoUFvg,19135
|
1036
1045
|
pulumi_oci/dataintegration/get_workspace_application_patch.py,sha256=khRpP3eyL2sEAmySwZP0bvDumm2-_DkcyPIezQCM86Y,16870
|
@@ -1051,27 +1060,27 @@ pulumi_oci/dataintegration/get_workspace_projects.py,sha256=qOMBnYNiR8RiKj621ziP
|
|
1051
1060
|
pulumi_oci/dataintegration/get_workspace_task.py,sha256=8ExB_MqcqYvLvrAAa-5LtDQ3OazOE1guGqn1rLNU6kY,20265
|
1052
1061
|
pulumi_oci/dataintegration/get_workspace_tasks.py,sha256=HbrGDQYnQRuzQqzUiaHIwjLBEh-aU_mYFUfwXQ5VpJw,11130
|
1053
1062
|
pulumi_oci/dataintegration/get_workspaces.py,sha256=pKPVrjpDIaEvdC2EFEuvEOycxu5RVe3XMKKAdfiq9Wc,7366
|
1054
|
-
pulumi_oci/dataintegration/outputs.py,sha256=
|
1063
|
+
pulumi_oci/dataintegration/outputs.py,sha256=z3MjXitd9v8SGGo21j76gQ_eZfiJX9LyDHRRSdvkuUA,1046888
|
1055
1064
|
pulumi_oci/dataintegration/workspace.py,sha256=T7HtXfqFj8OmAUpyX80JiifXvJuNCftJhG6w15XV4DM,58022
|
1056
|
-
pulumi_oci/dataintegration/workspace_application.py,sha256=
|
1057
|
-
pulumi_oci/dataintegration/workspace_application_patch.py,sha256=
|
1058
|
-
pulumi_oci/dataintegration/workspace_application_schedule.py,sha256=
|
1059
|
-
pulumi_oci/dataintegration/workspace_application_task_schedule.py,sha256=
|
1065
|
+
pulumi_oci/dataintegration/workspace_application.py,sha256=yGzubNHR4iK1XqwIF8fMTjw4pURTFpx7edd_8xQctT8,61707
|
1066
|
+
pulumi_oci/dataintegration/workspace_application_patch.py,sha256=ErH6171o1AmHsgh2sjHPWNRnxGtVtJS3b4qj073BwYA,49201
|
1067
|
+
pulumi_oci/dataintegration/workspace_application_schedule.py,sha256=wa4noiIsWcD4AFdUcIc-M3DsrdgoXLBnk3Tdex6mKlY,48555
|
1068
|
+
pulumi_oci/dataintegration/workspace_application_task_schedule.py,sha256=f09kinXf3Jp0Wr1QY2jJ2eBwgYi03m49wukEt-TrzQ0,86815
|
1060
1069
|
pulumi_oci/dataintegration/workspace_export_request.py,sha256=VnwaePcY4pojf4-Sr9uBktMunWkI2E7AGrpsja-643g,40533
|
1061
|
-
pulumi_oci/dataintegration/workspace_folder.py,sha256=
|
1070
|
+
pulumi_oci/dataintegration/workspace_folder.py,sha256=wODiFQwZeUPFfVpmqaoW11N-2S-pvpGyfYLwHzu_O6A,37322
|
1062
1071
|
pulumi_oci/dataintegration/workspace_import_request.py,sha256=vfYNO9eRaQcQ4Oub_QexFTM4B89q1KbTY_9Yn2rkCrs,38910
|
1063
|
-
pulumi_oci/dataintegration/workspace_project.py,sha256=
|
1064
|
-
pulumi_oci/dataintegration/workspace_task.py,sha256=
|
1072
|
+
pulumi_oci/dataintegration/workspace_project.py,sha256=osTGoGylzagbaIXy9vSWmUKEBDFksAJT44M1SMDupeE,35430
|
1073
|
+
pulumi_oci/dataintegration/workspace_task.py,sha256=PQe_VUQDaDknK-9Y-SiEYS8uhGg6kuICv8A6sdRHcBg,72301
|
1065
1074
|
pulumi_oci/datalabellingservice/__init__.py,sha256=ivrNYSeOSla5du0Cj1m5VItkxhTMEQvFHlJInBuSLrY,467
|
1066
|
-
pulumi_oci/datalabellingservice/_inputs.py,sha256=
|
1075
|
+
pulumi_oci/datalabellingservice/_inputs.py,sha256=bf_Rc17uiObTKD_LzuxBbeiS_2_WkXPEeHJSaL4xc7g,18000
|
1067
1076
|
pulumi_oci/datalabellingservice/dataset.py,sha256=liWHQqh5ARqzARa5RSaLCqrlw1EkDinysLM2_pY3T1w,56702
|
1068
1077
|
pulumi_oci/datalabellingservice/get_annotation_format.py,sha256=Dpk8X4QrL_5XuL3a6Y_KxPUdBeVq_UfI_L51y_-4O5U,4047
|
1069
1078
|
pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=WbbaaIQBbmLgcgtx59clfvLkWQ3AxTRWD4cEny2TDbQ,5145
|
1070
1079
|
pulumi_oci/datalabellingservice/get_dataset.py,sha256=bmArCsi1ItF_VBkxyFgdBM8w3JDAjOEToXuy5qHzsjU,15760
|
1071
1080
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=dhMoG6BQM2gW2GODLMA-DLYTMDVGWOSYSWghv8Ck5y8,8597
|
1072
|
-
pulumi_oci/datalabellingservice/outputs.py,sha256=
|
1073
|
-
pulumi_oci/datasafe/__init__.py,sha256=
|
1074
|
-
pulumi_oci/datasafe/_inputs.py,sha256=
|
1081
|
+
pulumi_oci/datalabellingservice/outputs.py,sha256=AP9hqbH-u-42pfwrjrskVEAZUQ_ftROnTrUrWMFUoLE,52742
|
1082
|
+
pulumi_oci/datasafe/__init__.py,sha256=gqhoh58fecIWRAP8GwVwsVGoSkHmg3yyrAY5vNeRi3I,7334
|
1083
|
+
pulumi_oci/datasafe/_inputs.py,sha256=Eh1kZKHbgflBnIuMFYloRdrf0_kovJ4cnMJb600Jf5s,306433
|
1075
1084
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1076
1085
|
pulumi_oci/datasafe/alert.py,sha256=1hzgTQxPBQeTcdztdvqw07MbXv5FaexDl2acrDqaiDQ,40594
|
1077
1086
|
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=stXOQxGpwcefqOrFjpR44OiDz8WOMABKV1aqhmXUHEg,39205
|
@@ -1201,16 +1210,16 @@ pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py,sha256=EOkCGomJ
|
|
1201
1210
|
pulumi_oci/datasafe/get_user_assessment_user_analytics.py,sha256=Y_SNEBXLHgouuwXqQtpbQ2SNrISOVwxOPJAP1dki-4E,28455
|
1202
1211
|
pulumi_oci/datasafe/get_user_assessment_users.py,sha256=PN6gxJeCIKKPf0hrvXRszqZFl06GXckSy8dDKgyxtpI,31830
|
1203
1212
|
pulumi_oci/datasafe/get_user_assessments.py,sha256=7X0Hcv8Bbqkc94J0t2ETlAsGX4S4Py_Qng9SHOKytxw,22525
|
1204
|
-
pulumi_oci/datasafe/library_masing_format.py,sha256=
|
1213
|
+
pulumi_oci/datasafe/library_masing_format.py,sha256=p0DuMr1HikJGC5uRMtIby4dlAwl-kxc0AcJcYWi6B7Y,33348
|
1205
1214
|
pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMmdhw,6663
|
1206
1215
|
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1207
|
-
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=
|
1208
|
-
pulumi_oci/datasafe/masking_policy.py,sha256=
|
1216
|
+
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=trDQ7IYbRtSsGF7y1zYA3tQPoLoHCVlVwsrUcjNusR0,58277
|
1217
|
+
pulumi_oci/datasafe/masking_policy.py,sha256=D9flk2TCxxspTvYAf5Gewy3AhA1skONiNh8d0EkQtpM,70694
|
1209
1218
|
pulumi_oci/datasafe/masking_report_management.py,sha256=ntTPk_0XpDYsEdh1lnGyd2UjEDUGkNNpF1p-AYvtIc8,32009
|
1210
1219
|
pulumi_oci/datasafe/on_prem_connector.py,sha256=brTIzRdKDiYI7OSTWzwOq1LMTTq6MDNItkcDkmhKvEI,29350
|
1211
|
-
pulumi_oci/datasafe/outputs.py,sha256=
|
1220
|
+
pulumi_oci/datasafe/outputs.py,sha256=BBIV8tzLFyaQ-VOtzvq9hhoc3wUepUVg9PMm2ekhvKg,1229581
|
1212
1221
|
pulumi_oci/datasafe/report.py,sha256=eZAU9FhgXqAPM30lXnEXPWc1SeR3pT4h7OgZwdtToik,26345
|
1213
|
-
pulumi_oci/datasafe/report_definition.py,sha256
|
1222
|
+
pulumi_oci/datasafe/report_definition.py,sha256=cmivbXzoU8_G9r-Tqdi6TEx8biibVgKgIFljY_ExAmg,66437
|
1214
1223
|
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=7BQFmlcT_dt9g1W2NCqKj1n8ixY-NAuPJ4FHMCCGI10,37404
|
1215
1224
|
pulumi_oci/datasafe/security_assessment.py,sha256=L4TLeeZyZDmnDIRvOIYmim0U91fmMnL-aYkKyu25qnQ,58457
|
1216
1225
|
pulumi_oci/datasafe/security_policy.py,sha256=n3BGyT2Ww0rkbayoT2wrSikpdbiVhsJNOenZyWfsAoY,28863
|
@@ -1222,26 +1231,28 @@ pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=
|
|
1222
1231
|
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=TREMG2BazyWlYHPsjY-AMv84bigCvtPKLH7XaMcxkJc,67457
|
1223
1232
|
pulumi_oci/datasafe/sensitive_type.py,sha256=aHSb7R_efYFsW2Cz6eaOSJSHlHiMb2OeBRlv2YekRi0,51383
|
1224
1233
|
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=tCFdTzN-4Pp5fXPy-cVz9z_dRn0Zf3RnIw2pMdYlERI,12374
|
1234
|
+
pulumi_oci/datasafe/set_security_assessment_baseline_management.py,sha256=FyLxa0C7C2awoQH9W4SpXHdYQqydlIygxCi3h1VoAjI,13520
|
1225
1235
|
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=pFdIxZ6rOGzZsEKuyfV0YTBJsjUZrfTdSfqgvn_oezQ,11986
|
1236
|
+
pulumi_oci/datasafe/set_user_assessment_baseline_management.py,sha256=-GJqQdBELAXsSPnfwF15mso2HhQCgAhFiaW1Dh98YWo,13292
|
1226
1237
|
pulumi_oci/datasafe/sql_collection.py,sha256=bVD7f0M7EFpKHCw4PWj3pVlBcW0iapROy0NcuRERoWY,54194
|
1227
1238
|
pulumi_oci/datasafe/sql_firewall_policy.py,sha256=7vkLvHNQYMTfpwXHNfzhgo3E9uu6tFIpCiUKdu97HOg,51488
|
1228
1239
|
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=pucbdO9GprqnoS-VizqTVp4c7yM53EpRwfye77aBKwM,33473
|
1229
1240
|
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=lLPR19TL-eAoI1JbqNtVql3JwA_MHN7fX_SRExmM2ro,33554
|
1230
|
-
pulumi_oci/datasafe/target_database.py,sha256=
|
1241
|
+
pulumi_oci/datasafe/target_database.py,sha256=emIHm0iDm1IneZrLzEhRvI3G_PJ0GDMJCF1XbRCCjEM,52219
|
1231
1242
|
pulumi_oci/datasafe/target_database_peer_target_database.py,sha256=zDz_kgpDFJljXtCqsMSUJdnUoiEtx3GQCfqatuKi-4o,32072
|
1232
1243
|
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=vbit9inh9Sb9E7I0fsyHhLwOzsgiSLquknQhX72Lv4A,9663
|
1233
1244
|
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=cPil3HSz18vc2hNrq6ffo3D2gysphdQgZMe6MXO__FM,9319
|
1234
1245
|
pulumi_oci/datasafe/user_assessment.py,sha256=2MYs6vrGg_JQGB0dRUlbN83j0FxRieazOUkliysD0M8,55289
|
1235
1246
|
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1236
|
-
pulumi_oci/datascience/_inputs.py,sha256=
|
1247
|
+
pulumi_oci/datascience/_inputs.py,sha256=Ybz88GIxoEeJlK77EsCEdhjF9nkdsfFavLcAI1-BeJA,214403
|
1237
1248
|
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=HiyP63vs-xosZ7yoetOiQOfaJVGBKMylWS6manE7rGs,5341
|
1238
1249
|
pulumi_oci/datascience/get_job.py,sha256=hy5sIU2KX1IwTifCyu3qQkWxUO3EMcEy-uVyD2mKo4k,17562
|
1239
|
-
pulumi_oci/datascience/get_job_run.py,sha256=
|
1250
|
+
pulumi_oci/datascience/get_job_run.py,sha256=2qjQrIv_TFDgHPQDSv3MPyJkRBllLVC3xTmKWHT6UB4,17020
|
1240
1251
|
pulumi_oci/datascience/get_job_runs.py,sha256=z7di5Du-4fl1S_fyuuoebN0wwjbqH2UjNY2PdNY0XOg,9404
|
1241
1252
|
pulumi_oci/datascience/get_job_shapes.py,sha256=vFDz8mGtNYFjr-XpQkKpQGueSlSAEUmAhwqeqSBJsD4,4746
|
1242
1253
|
pulumi_oci/datascience/get_jobs.py,sha256=yMQmb3xmqspSZasncyRpSmVfgf-EsCvfNtje1fXtKSA,9360
|
1243
1254
|
pulumi_oci/datascience/get_model.py,sha256=aVpvrz7w1jmm61aaKzPDYZp00jQ9Ji4frau9tVaxhZ0,14609
|
1244
|
-
pulumi_oci/datascience/get_model_deployment.py,sha256=
|
1255
|
+
pulumi_oci/datascience/get_model_deployment.py,sha256=pcXhE_meOsmV8llInIQ2qb30_raK7nre0mDcpfUaPuw,13702
|
1245
1256
|
pulumi_oci/datascience/get_model_deployment_shapes.py,sha256=ElUS_WQ0UMiDqtVW-W8_3eygUNHpRvSVS9RLER5-e_M,5306
|
1246
1257
|
pulumi_oci/datascience/get_model_deployments.py,sha256=FclZWyQhvQVo4HRoPXL8BawcQEI31xsR5H2E3SLkrug,10867
|
1247
1258
|
pulumi_oci/datascience/get_model_provenance.py,sha256=eHKi7wMAgQX9r09uoAZUDqoEFSSrBFPPNsmmcQevN6E,6963
|
@@ -1251,8 +1262,8 @@ pulumi_oci/datascience/get_models.py,sha256=XSme94SwrbxPcDAV1lDVyjdQ8_U43j55njXY
|
|
1251
1262
|
pulumi_oci/datascience/get_notebook_session.py,sha256=BqPwg1DH4uMrHVYDRGsn6E6ZuiPxiHLzB7VA2Thb2Nw,14197
|
1252
1263
|
pulumi_oci/datascience/get_notebook_session_shapes.py,sha256=53eNfQ7fuOOo5J4F25ngM5zZT0_Otjtbf4cyL5c0kZg,5308
|
1253
1264
|
pulumi_oci/datascience/get_notebook_sessions.py,sha256=-nV--MWUQw0qg3UMH68DKmE5hjkd7rV7t7zX3_ee1L4,10389
|
1254
|
-
pulumi_oci/datascience/get_pipeline.py,sha256=
|
1255
|
-
pulumi_oci/datascience/get_pipeline_run.py,sha256=
|
1265
|
+
pulumi_oci/datascience/get_pipeline.py,sha256=O6iiJvy0E5Fy5XwH7-6lmsM4hu1gD-PZkXl_VNCOfhk,15098
|
1266
|
+
pulumi_oci/datascience/get_pipeline_run.py,sha256=M7jPbbS5ofFhxmT_XzhP4eYcq1Zf5n7cwLivTGxOYIs,17755
|
1256
1267
|
pulumi_oci/datascience/get_pipeline_runs.py,sha256=EnemHTZE5BGQfkp0ArZzIkzrbsdgVCR-UStHtZd_D-Q,9809
|
1257
1268
|
pulumi_oci/datascience/get_pipelines.py,sha256=Sr2JbGSV4lJ2y75FPETPfi9GPEDCmfuijaz14X5z8vU,9555
|
1258
1269
|
pulumi_oci/datascience/get_private_endpoint.py,sha256=Xtk2WcF0XQAyocZWpOh2pDCcmrL2fTL1-GC7WdU9M-g,13391
|
@@ -1260,21 +1271,21 @@ pulumi_oci/datascience/get_private_endpoints.py,sha256=1I43lKz8W-72-R9gdG9sKY68S
|
|
1260
1271
|
pulumi_oci/datascience/get_project.py,sha256=yCV0ah0Qv_WneP-6L2ILv3UeGEAPFLi_vA0d5IwdXdM,8898
|
1261
1272
|
pulumi_oci/datascience/get_projects.py,sha256=ziwZgVymgjolC3rzt1Fre-liTqgYC7Vfur1Odm9K1CE,8540
|
1262
1273
|
pulumi_oci/datascience/job.py,sha256=sdl0bt0QhkdAz-iYVpgs7K_a8IQsnUM81U7MGYqM7L8,66033
|
1263
|
-
pulumi_oci/datascience/job_run.py,sha256=
|
1274
|
+
pulumi_oci/datascience/job_run.py,sha256=5eYRCdgpF0zoWqHm85oF5_2m3Jth1AcKM8AKSKtEHJg,57009
|
1264
1275
|
pulumi_oci/datascience/model.py,sha256=UtjQcbr7lbFACkBf6nL3Q_cXlZTgqixOgsJdrAYLiFc,52480
|
1265
1276
|
pulumi_oci/datascience/model_artifact_export.py,sha256=3luxH5zMiFVqyiUAha3paucsA2RgDt8r9HiOa8o1kX8,12879
|
1266
1277
|
pulumi_oci/datascience/model_artifact_import.py,sha256=bPnG_kR2mp8AcUUdlEV1wWOiP9cXrfbbTMUox-VeXhM,13344
|
1267
|
-
pulumi_oci/datascience/model_deployment.py,sha256=
|
1278
|
+
pulumi_oci/datascience/model_deployment.py,sha256=Qi68aXUjGvHaDpsqfay00ljfpMMvYjRel55ZALcpbPw,61222
|
1268
1279
|
pulumi_oci/datascience/model_provenance.py,sha256=Y63VBLm6q36x1vb297HulKd_zQ4855D7xRQOn75Io94,24595
|
1269
1280
|
pulumi_oci/datascience/model_version_set.py,sha256=7V-cNk3OeRrSmV9kCp49ax0sj8yvLPPY8YGZQE5I8U0,31362
|
1270
1281
|
pulumi_oci/datascience/notebook_session.py,sha256=NuifO7D_TMOaBF2nyXAIkUldK4VpQQmUJSzSP9k7-cU,53398
|
1271
|
-
pulumi_oci/datascience/outputs.py,sha256=
|
1272
|
-
pulumi_oci/datascience/pipeline.py,sha256=
|
1273
|
-
pulumi_oci/datascience/pipeline_run.py,sha256=
|
1282
|
+
pulumi_oci/datascience/outputs.py,sha256=SbbrUKcRz9dIGejXi4SL5NiDiY_DonnUljvQ8fMAYq4,591142
|
1283
|
+
pulumi_oci/datascience/pipeline.py,sha256=UskZIy-2LMg-lU3A4RjtgP1roDKdcuoqvNFruEQoFLE,54880
|
1284
|
+
pulumi_oci/datascience/pipeline_run.py,sha256=EHhmv5ikMQybHgL9njPmSyvDo05mDdygLVoGcthmsow,60628
|
1274
1285
|
pulumi_oci/datascience/private_endpoint.py,sha256=ZMCOZBEIZhSD2WaV8HQu5P9fO6JqYSI1ZKdD1Xas7qc,40385
|
1275
1286
|
pulumi_oci/datascience/project.py,sha256=Icb7Ua2kIxsOx3ySUAAHmYOve0hIkh4M56RZ1rKz_WQ,26733
|
1276
1287
|
pulumi_oci/devops/__init__.py,sha256=jGVaG5GgMDYniHsVYgCiOln8YZzQTBIMnWiXDrDeGe0,2195
|
1277
|
-
pulumi_oci/devops/_inputs.py,sha256=
|
1288
|
+
pulumi_oci/devops/_inputs.py,sha256=CzINmyZaA3fHv44XOl9vwBui6wshq3FRfhkCS5pgvlo,199300
|
1278
1289
|
pulumi_oci/devops/build_pipeline.py,sha256=5LJq9_kVPuDRAa-EPcEydxUx3gYkzhds897ZtmOHH0w,33524
|
1279
1290
|
pulumi_oci/devops/build_pipeline_stage.py,sha256=UtLYXjFjIYfReid8q7y-zlMPedNKwQyAgQgunfJuBdQ,74663
|
1280
1291
|
pulumi_oci/devops/build_run.py,sha256=55FhiQdPzvG1dP_rO89nsqid3oHfWUb3lz73suZ3HIk,39511
|
@@ -1282,8 +1293,8 @@ pulumi_oci/devops/connection.py,sha256=V7UuRTFjPo25rn-Q5XMcW_79gHWZKXgdIHsIeu7_8
|
|
1282
1293
|
pulumi_oci/devops/deploy_artifact.py,sha256=z1jN-zBDEW0JccmpBV8V46WP8R6QFFjk53NyweLjXhU,40651
|
1283
1294
|
pulumi_oci/devops/deploy_environment.py,sha256=r6YcHuqLE9KCCeDqQCjJ6DsLLdQTSXdKFKy9wJR0JGo,44981
|
1284
1295
|
pulumi_oci/devops/deploy_pipeline.py,sha256=oUVUzh9yALZgr2K-DgBFW47B2K7YVodBkDvt2SCD3-A,37813
|
1285
|
-
pulumi_oci/devops/deploy_stage.py,sha256=
|
1286
|
-
pulumi_oci/devops/deployment.py,sha256=
|
1296
|
+
pulumi_oci/devops/deploy_stage.py,sha256=mCo9lZEamMefjCeNLk2SrehBc5IJaoElY2VBXxOhgec,191992
|
1297
|
+
pulumi_oci/devops/deployment.py,sha256=IP55OH9M2c71IoZr5U_wbrlTWf_H5vf_P7oQHAx10bU,55814
|
1287
1298
|
pulumi_oci/devops/get_build_pipeline.py,sha256=4AbvDJsAzugpBEiwUs7OMMKkpUvvUphjLlXDhvx42do,11101
|
1288
1299
|
pulumi_oci/devops/get_build_pipeline_stage.py,sha256=7e2SZ0LE7BIKKwAssZUdhfT7Jc-pAL6rNG0PT_zqacs,20869
|
1289
1300
|
pulumi_oci/devops/get_build_pipeline_stages.py,sha256=FclW0yS0saSztFFPdmq04ymZQWkSx4BHOMfnvrmJ4Qs,8840
|
@@ -1326,26 +1337,26 @@ pulumi_oci/devops/get_repository_ref.py,sha256=23x06_aQeP8l5LXggzeC224Ycy097BEsh
|
|
1326
1337
|
pulumi_oci/devops/get_repository_refs.py,sha256=v9dAIbthx5n850-sO-vtY3PfYQQAdPJlIN9uPwPNcG8,7751
|
1327
1338
|
pulumi_oci/devops/get_trigger.py,sha256=7eyd0XDN_1r-o1qXX0OXaW4TDlL20jVBsBqqcqoi-p0,12430
|
1328
1339
|
pulumi_oci/devops/get_triggers.py,sha256=FTnKm23AKGmbh9tP3U5rnweOXEIB7nakRCVa7dVcRIc,8003
|
1329
|
-
pulumi_oci/devops/outputs.py,sha256=
|
1340
|
+
pulumi_oci/devops/outputs.py,sha256=RPfOJrnC0APpda7lh13w68aV8bx5xJSjKvTSN2w1jqw,627520
|
1330
1341
|
pulumi_oci/devops/project.py,sha256=wMhUDbIzzRurBL91i2cY4-Z1odtNGVZs0fFk8iSFLYU,29509
|
1331
1342
|
pulumi_oci/devops/repository.py,sha256=19pSNdrqSmP-1ZtUNPYLJcK5gEBjB-aW5zAffF6AlTE,46818
|
1332
1343
|
pulumi_oci/devops/repository_mirror.py,sha256=QiQiMDfwrcw1AyH73YNWqNBoL_XPoSdQRMAB4IpTSd4,8362
|
1333
1344
|
pulumi_oci/devops/repository_ref.py,sha256=dEsH9qktn8QOndqAFE1GQNvRai8tuXHZ608ex7nBTQ4,21872
|
1334
1345
|
pulumi_oci/devops/trigger.py,sha256=gdDC_uqNqkMaXHqAadUe5tzKM6BdkwxcB4lOmBq31X0,41090
|
1335
1346
|
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1336
|
-
pulumi_oci/disasterrecovery/_inputs.py,sha256
|
1347
|
+
pulumi_oci/disasterrecovery/_inputs.py,sha256=-ueymP2987X6FU6h_2b_Wfj5kD5LYTCLAx4UOVLzThk,89558
|
1337
1348
|
pulumi_oci/disasterrecovery/dr_plan.py,sha256=k6KG54e7yzapC5vQZSMLtw9gN4nViOSjD3i72b3b7HE,32122
|
1338
|
-
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=
|
1339
|
-
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=
|
1349
|
+
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=aB6-HzIrT7Mx4Nf1hKEQ4EyiAISn_ELRrlX8lK6_5SY,42803
|
1350
|
+
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=g3YqZA7C-t48tIE-qT9-od0705h1E4Qu4qu57SPmJMY,51386
|
1340
1351
|
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=AM2SbTOsMlSZEJ1MOFQHMEpruGg0OqXFQ-3si9WX17o,11787
|
1341
1352
|
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=YtEhwluJGOiHSoM5EaUJK8uXlsZbnLQqqOpuewd7Q4o,16472
|
1342
1353
|
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=FwlIe5rMooHlLPIpqvjNL2FpbW31hcUUx58RNRtZSw0,9934
|
1343
1354
|
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=nCBitG3S_hX79A1o0iWRPc56vYQcQ04BDukXpKFi3UQ,8749
|
1344
1355
|
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=XzKrrh_NAgEF8nfqxh3R_1UIJ9A104tWk0oOmkOXMgE,13704
|
1345
1356
|
pulumi_oci/disasterrecovery/get_dr_protection_groups.py,sha256=E9Ob-vNqeePC4sWWKf1fr_hOoDRDA7J2X_i_vDD-hB0,10825
|
1346
|
-
pulumi_oci/disasterrecovery/outputs.py,sha256=
|
1357
|
+
pulumi_oci/disasterrecovery/outputs.py,sha256=NPweGKZHEBBlNmo1QMDRWCAG9H_coN4pyh1yGlZwNqE,233290
|
1347
1358
|
pulumi_oci/dns/__init__.py,sha256=rJmauYv4n0eB4hP0n-huHYUFdW2OcjhaV5t5UGeC7Ho,1106
|
1348
|
-
pulumi_oci/dns/_inputs.py,sha256=
|
1359
|
+
pulumi_oci/dns/_inputs.py,sha256=bkqnPUcAWJCenS8dmmSKf8flwGrA4pBXQ4h8PHxGsyI,67000
|
1349
1360
|
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=gnisUQYYhDGr940PHR58kp0lpU4EdsGP5tGMsih4MOw,37153
|
1350
1361
|
pulumi_oci/dns/get_records.py,sha256=4hVqPdORck5G5V6hRWRa0pI63pZW4gbMBu_F-BQuQqc,11638
|
1351
1362
|
pulumi_oci/dns/get_resolver.py,sha256=u7nbQLl7SiE6N8X-LVV8TxpEGX3FYQR4NNKtE6Bxihs,12351
|
@@ -1363,12 +1374,12 @@ pulumi_oci/dns/get_tsig_keys.py,sha256=yrPKL7dhqIKzeZlCLjQE6BSEjSj_wGxszvc6tKsFC
|
|
1363
1374
|
pulumi_oci/dns/get_view.py,sha256=YDsmEi99llT9pLx4yNktz9RqT6WHrNpZLhQcECv7Ftg,9255
|
1364
1375
|
pulumi_oci/dns/get_views.py,sha256=SV9uRRKSPeCNQtf_mPKPl_cjlCdSz9doe0gYPWuxgMs,7715
|
1365
1376
|
pulumi_oci/dns/get_zones.py,sha256=4YkGZ-QuB3wYXyVuq1d2PvDenc7sjjJDzaA7bMrZAZ0,15801
|
1366
|
-
pulumi_oci/dns/outputs.py,sha256=
|
1377
|
+
pulumi_oci/dns/outputs.py,sha256=LjHbEwLGfbQcpbQMbq0mEwZZL9GxzfACqRbIxKBbX6Y,179948
|
1367
1378
|
pulumi_oci/dns/record.py,sha256=vwgbFrYCbZbxqpmZ3pU5URvidruWz9GrBScmk6r4tf0,30662
|
1368
1379
|
pulumi_oci/dns/resolver.py,sha256=4VKV_Vkilae-LYcYAAHLiT6z0vZs4_qKpTXqclVkw7g,37832
|
1369
1380
|
pulumi_oci/dns/resolver_endpoint.py,sha256=7fQcszCfYt5ghEpw2IIC03R9p3g48RStaAlEDORub4M,38704
|
1370
|
-
pulumi_oci/dns/rrset.py,sha256=
|
1371
|
-
pulumi_oci/dns/steering_policy.py,sha256=
|
1381
|
+
pulumi_oci/dns/rrset.py,sha256=5TL3K45mDO6Rw4EYULtqpAUhs0rXLfwp_Ziv4e-HnFU,23453
|
1382
|
+
pulumi_oci/dns/steering_policy.py,sha256=S0QY9ePaBwxO6YvmdWA1bw9P7vQ3OBn89m2Wopk-kr4,58152
|
1372
1383
|
pulumi_oci/dns/steering_policy_attachment.py,sha256=rMHhlJlM1RRpyqbFoPAAObWAmhfzU2zBONs-HbhXPUw,22837
|
1373
1384
|
pulumi_oci/dns/tsig_key.py,sha256=EFFodRAn7J1Rcw0z1UZ9hbRAPssknanqzrSl730NB2U,29154
|
1374
1385
|
pulumi_oci/dns/view.py,sha256=RDACZ1_0m1z764DmumbcBgpTEpseF8y2U4aP4F0nW1E,26321
|
@@ -1402,11 +1413,11 @@ pulumi_oci/emwarehouse/get_etl_runs.py,sha256=6LZihTlIXFohir510LgvYxUNFOQAOyU8OZ
|
|
1402
1413
|
pulumi_oci/emwarehouse/get_resource_usage.py,sha256=AGaN35j8yQ9SLAlvRNIzXY7kwfrbmYKsYWNJI2J9t-w,6437
|
1403
1414
|
pulumi_oci/emwarehouse/outputs.py,sha256=WBYQfLow1m4n5HF-HrnSXFFw4LUU5wvtIYNDmlQI-9I,22403
|
1404
1415
|
pulumi_oci/events/__init__.py,sha256=s5WifgDAfiU0eAvulJ-z_3vdbDeRHphEqpEnfC6mvhQ,383
|
1405
|
-
pulumi_oci/events/_inputs.py,sha256=
|
1416
|
+
pulumi_oci/events/_inputs.py,sha256=Ah4nwf3HfBHuaocZ6_-QSIvISt45VSPfVfCYK4Gw1U8,9139
|
1406
1417
|
pulumi_oci/events/get_rule.py,sha256=O1dfRkJK_FUKembRNlKQXYgq9YH19xBobpSFc6hChQE,10101
|
1407
1418
|
pulumi_oci/events/get_rules.py,sha256=c78NZaYGCLzuZbKQ7yFaQYLIKMdm5RlMKUwQtU5e-P4,6861
|
1408
|
-
pulumi_oci/events/outputs.py,sha256=
|
1409
|
-
pulumi_oci/events/rule.py,sha256=
|
1419
|
+
pulumi_oci/events/outputs.py,sha256=VEHOkGlixiClh73AFdC-9syahCOzFNSKQsIgUyLUKdw,26364
|
1420
|
+
pulumi_oci/events/rule.py,sha256=513tPPrc1lMAm2w-Jlgjm4DCfULJOS4rgAjeN6SiSpw,43802
|
1410
1421
|
pulumi_oci/filestorage/__init__.py,sha256=o1dtIje7kjVGLuJ8Fz6XqRSncO0ExtsSfiREeMn8uaU,1035
|
1411
1422
|
pulumi_oci/filestorage/_inputs.py,sha256=DLZIK4W7I5PSPlL8e-qZ6YcOj6tsu51KMJS5loPQ3To,40177
|
1412
1423
|
pulumi_oci/filestorage/export.py,sha256=Meq3wgGmNWRf6v87zxXuZn4ACyQNm-XwQSeOWI28Jfw,32577
|
@@ -1433,7 +1444,7 @@ pulumi_oci/filestorage/outputs.py,sha256=q54nMJ2Ib2VxT6lMef-pQzXtpZcJCC_x69ZUirS
|
|
1433
1444
|
pulumi_oci/filestorage/replication.py,sha256=Twb1H-1G_6FjaSlpri-ItJyA1FKuvQ3wVVvDtzIYQTQ,45986
|
1434
1445
|
pulumi_oci/filestorage/snapshot.py,sha256=FOE0jsVhxVlqQ5tRI4LT2z0Y9nDIFBY6wi41TmBoyuU,36131
|
1435
1446
|
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1436
|
-
pulumi_oci/functions/_inputs.py,sha256=
|
1447
|
+
pulumi_oci/functions/_inputs.py,sha256=Y6IyfjXQiM93k5JJ3o8QGRWPjXRmgklBMubSkocWy-Q,23568
|
1437
1448
|
pulumi_oci/functions/application.py,sha256=xIQrGlPY-Da0370POiruE32TNIlHAFNuEYedpWbAu84,50806
|
1438
1449
|
pulumi_oci/functions/function.py,sha256=26bCCFZph_42S-hg6djn1_eYeMMhjqt_d9v1W8WAIM8,54512
|
1439
1450
|
pulumi_oci/functions/get_application.py,sha256=FNsWzy_1g70xzh11VYpk_2c50E2c8aCrgQl-XEmiIOY,13329
|
@@ -1465,7 +1476,7 @@ pulumi_oci/functions/get_pbf_listing_version.py,sha256=vEcu5-rQtGlUHL0Gms-tXXWoY
|
|
1465
1476
|
pulumi_oci/functions/get_pbf_listing_versions.py,sha256=ulzlt9Ci3YP0PKvK65cF7ULXTWkjGaFkwc-mFUVfORM,10081
|
1466
1477
|
pulumi_oci/functions/get_pbf_listings.py,sha256=lfpmUdi3RXHvbkJxRy0mPnYH26qmzsmSh0ZMiK_kXmI,9774
|
1467
1478
|
pulumi_oci/functions/invoke_function.py,sha256=-weuCY_SkKMgjC4bhPe8NeRV4LTHr5dhIylUJb1kHuc,29109
|
1468
|
-
pulumi_oci/functions/outputs.py,sha256=
|
1479
|
+
pulumi_oci/functions/outputs.py,sha256=N6nIa7kH_QZIucJfKCMakOOwUF9wIEto4BFebL8ePA4,181168
|
1469
1480
|
pulumi_oci/fusionapps/__init__.py,sha256=s1kp4BsIjlbImjz9cXbElkILKY_KpkDt6t5m0Euco8M,594
|
1470
1481
|
pulumi_oci/fusionapps/_inputs.py,sha256=2vghyKD6i07euluL_bm2jZ0RYnQjTX9bNr3hhmmnyxQ,26281
|
1471
1482
|
pulumi_oci/fusionapps/fusion_environment.py,sha256=GagQHvh4bp2YoWnzSLlsrG7LrplqESqqisD87hCIu5o,62403
|
@@ -1492,7 +1503,7 @@ pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=AVc57jzfRMuzmRd2mf
|
|
1492
1503
|
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=sNvU3RKAgOH9KAhnvbW9jaSTc1wTljLfUfCAnkW1TME,10043
|
1493
1504
|
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=HasHB6VDT245-bGBY7LAyNoVLlahLz84NIUi5k0TSh8,3928
|
1494
1505
|
pulumi_oci/goldengate/__init__.py,sha256=bUksfKTH9LM_422k-tu1EXIuPrRbsGUVQVmdQ9Y4ogM,1331
|
1495
|
-
pulumi_oci/goldengate/_inputs.py,sha256=
|
1506
|
+
pulumi_oci/goldengate/_inputs.py,sha256=eLdlVIrGaFc_-THHAtJ9Kmty00_tzxSHFkNrQwrKAjM,38929
|
1496
1507
|
pulumi_oci/goldengate/connection.py,sha256=ZlvMXbl6s8JJGutXTZEGgLj0tshuBQXYxvspconYVUY,223316
|
1497
1508
|
pulumi_oci/goldengate/connection_assignment.py,sha256=2En-ymA9-Vw4YIZZ1CO5VyN6hALmmvi-rGJBVvQ0dbI,18451
|
1498
1509
|
pulumi_oci/goldengate/database_registration.py,sha256=IiawJB5TSgnx-rP6GiFLEJL_AA0xJ9OmV8EEfrUIXuA,68956
|
@@ -1522,7 +1533,7 @@ pulumi_oci/goldengate/get_trail_file.py,sha256=-d5lMR_RWXnxC55oeaaGrlW_YJryQaBTx
|
|
1522
1533
|
pulumi_oci/goldengate/get_trail_files.py,sha256=LH_ZacuSL_y47SQ2mVTK7DuzPgTvss4QkSUD0gxP-Bw,6624
|
1523
1534
|
pulumi_oci/goldengate/get_trail_sequence.py,sha256=9v-3GrAQVk3v2euYxb1392eScG0MT7bcnoc2BDGMq9s,7506
|
1524
1535
|
pulumi_oci/goldengate/get_trail_sequences.py,sha256=8HQO5EN-bAv3MSpQm7jl4ZDfSx4_7TSpFS8AuFycffA,7771
|
1525
|
-
pulumi_oci/goldengate/outputs.py,sha256=
|
1536
|
+
pulumi_oci/goldengate/outputs.py,sha256=G1ShRP2UN_nUqc_kFBoPTJg-NoC45bUGHPteFkf0htk,227794
|
1526
1537
|
pulumi_oci/healthchecks/__init__.py,sha256=PJnzYouMBWUvQ3Du18Ga3ztCAO2ekzXs2E8fPG4C0XU,662
|
1527
1538
|
pulumi_oci/healthchecks/_inputs.py,sha256=D9EK7S3SwdmosQbVKIi063l5cxZvAi_C-2xtpTy_lKo,5725
|
1528
1539
|
pulumi_oci/healthchecks/get_http_monitor.py,sha256=9BLRvG7GkWjt1HE2pOiU3D7i0fBIaYEqRl6UywG1HL8,12810
|
@@ -1538,7 +1549,7 @@ pulumi_oci/healthchecks/outputs.py,sha256=G__4KrGxGnYDuknWXVuEsJWCQjGzQ8HrOaMGN8
|
|
1538
1549
|
pulumi_oci/healthchecks/ping_monitor.py,sha256=ZSVyaC-Cl_hCzCwjxxMPdVF8eM2oM9dpcIEALmiwhFA,40175
|
1539
1550
|
pulumi_oci/healthchecks/ping_probe.py,sha256=3zAdmiLAx1j6f5Fjsfe5B3AMQ0oPJst1IJeGiOsy-z0,24152
|
1540
1551
|
pulumi_oci/identity/__init__.py,sha256=zhdNp9IEhuIFbbLFcrMV3DTmR1NRBWsj3KlneYasCb4,8940
|
1541
|
-
pulumi_oci/identity/_inputs.py,sha256=
|
1552
|
+
pulumi_oci/identity/_inputs.py,sha256=s2kR4ZfdSgFbFUw5JlSoBTNlCibLFqT5sWYzjdQtqq8,2385617
|
1542
1553
|
pulumi_oci/identity/api_key.py,sha256=mGWz9pHMFHWLu5vovIjWRBSD-mIalpbSEHsnKEIaBSc,16219
|
1543
1554
|
pulumi_oci/identity/auth_token.py,sha256=qUJAUkspvLjOu_OM-p8MSB2FZHy9PyWBbYwwr1Al0po,18447
|
1544
1555
|
pulumi_oci/identity/authentication_policy.py,sha256=EH1Ix-I_biyQDJ1zEAyZ-sCJf--gmLgPjb6_SJN78Ww,14912
|
@@ -1548,19 +1559,19 @@ pulumi_oci/identity/db_credential.py,sha256=qHAy1zjwDBZinfxYDRWQ5GLdTDJRs8CAuZyB
|
|
1548
1559
|
pulumi_oci/identity/domain.py,sha256=jauitYWdJDaMwemtCZbFertC7Z1BkKO2v08B4Ud6VF0,53581
|
1549
1560
|
pulumi_oci/identity/domain_replication_to_region.py,sha256=EcO6uSB5OG0fIhnWP9faooGrU1Jn5tD7ezT2Cn9qObA,13246
|
1550
1561
|
pulumi_oci/identity/domains_account_recovery_setting.py,sha256=NoDe8isszCqUXMHTg15AbNCMBkod8Xx3M3tykjckc2M,94993
|
1551
|
-
pulumi_oci/identity/domains_api_key.py,sha256=
|
1552
|
-
pulumi_oci/identity/domains_app.py,sha256=
|
1562
|
+
pulumi_oci/identity/domains_api_key.py,sha256=mqhpzX56GL5Aa5IfuM196mmzD1PwjJ_x4Qw-F8ZXpkM,84180
|
1563
|
+
pulumi_oci/identity/domains_app.py,sha256=NUax85cUwVh2DgsXTvrBdyPdKWeGJiWdqVnSuF1R4uQ,546169
|
1553
1564
|
pulumi_oci/identity/domains_app_role.py,sha256=YSqtglr0fLv2dIU6ON4ml4SFiD4Jn8seKPl4ii2CCYw,118046
|
1554
1565
|
pulumi_oci/identity/domains_approval_workflow.py,sha256=K6m5JyFFmPUetgZsBBqf2cHiZgJxPiOIIunFQJUKdVs,87294
|
1555
1566
|
pulumi_oci/identity/domains_approval_workflow_assignment.py,sha256=hkJJSXDJEQybwmradaJc_iVQeG9IlddZG_L69x-JLGY,84559
|
1556
1567
|
pulumi_oci/identity/domains_approval_workflow_step.py,sha256=4-or1NiItVH8M7BX_HL4Kp3uxRcjp_HfGlnaBfhCStI,91181
|
1557
|
-
pulumi_oci/identity/domains_auth_token.py,sha256=
|
1568
|
+
pulumi_oci/identity/domains_auth_token.py,sha256=0hU1TonS5GsRODepnCsPHbnqn0seEw7E4FkmOBY1fLI,87458
|
1558
1569
|
pulumi_oci/identity/domains_authentication_factor_setting.py,sha256=fMEJSRPoHAinYMYXqaKxe0beUWcyFvebS1FhpGwOBII,202416
|
1559
|
-
pulumi_oci/identity/domains_cloud_gate.py,sha256=
|
1570
|
+
pulumi_oci/identity/domains_cloud_gate.py,sha256=OSvz_brEzsIonhF8TDwBuNvHmZqGA1WGA1xbJEn45VI,108051
|
1560
1571
|
pulumi_oci/identity/domains_cloud_gate_mapping.py,sha256=H_aspGU746UlU9RajzJazCqwkTf_uKAqTIvBwf3lQ3Q,111202
|
1561
1572
|
pulumi_oci/identity/domains_cloud_gate_server.py,sha256=QSmMba93b6ZXTBOVISqKLSvxUqnXzgDYnWP2lQiSyGM,100169
|
1562
1573
|
pulumi_oci/identity/domains_condition.py,sha256=89htxR15kSo3GskR2TiCU03Svoz9kNd7MIav5KEMMaA,103619
|
1563
|
-
pulumi_oci/identity/domains_customer_secret_key.py,sha256=
|
1574
|
+
pulumi_oci/identity/domains_customer_secret_key.py,sha256=nXd3SG7CtEcNP9StHANSzP_46oxa65Mtu4YiG_N5pXQ,92911
|
1564
1575
|
pulumi_oci/identity/domains_dynamic_resource_group.py,sha256=rsMyXQh2MFFCjMExV3uaVeMfC2p0V3QWFSmliqDpkAo,95025
|
1565
1576
|
pulumi_oci/identity/domains_grant.py,sha256=Ea57W17AK6PbuIZ6Hv5ImmYrapfFWcCLbRgh5M2-q2o,113220
|
1566
1577
|
pulumi_oci/identity/domains_group.py,sha256=_BSQJGWOCFn2rVecCshfSD9frpqRhalsVo_CJZoR1o8,119382
|
@@ -1568,29 +1579,29 @@ pulumi_oci/identity/domains_identity_propagation_trust.py,sha256=lvoJNpY9ym5Gpu5
|
|
1568
1579
|
pulumi_oci/identity/domains_identity_provider.py,sha256=fClkB5cy85C5UUuIKgXdO-rhi1yrdzyaiqf7tkPVDJA,298666
|
1569
1580
|
pulumi_oci/identity/domains_identity_setting.py,sha256=K_LyIf5WB2kAXqXSJ4wH6S334Pgza2l8zRiMyGYO8Ak,122823
|
1570
1581
|
pulumi_oci/identity/domains_kmsi_setting.py,sha256=wnOwC_KsTET9Z5vOE3iCXxs26102KQiqxHLNKrQNbWI,111168
|
1571
|
-
pulumi_oci/identity/domains_my_api_key.py,sha256=
|
1572
|
-
pulumi_oci/identity/domains_my_auth_token.py,sha256=
|
1573
|
-
pulumi_oci/identity/domains_my_customer_secret_key.py,sha256=
|
1574
|
-
pulumi_oci/identity/domains_my_oauth2client_credential.py,sha256
|
1582
|
+
pulumi_oci/identity/domains_my_api_key.py,sha256=r2hOWiPNPgQlTc7_EjI-VLXl6rgJVE0SCm5HwxAKmhA,68524
|
1583
|
+
pulumi_oci/identity/domains_my_auth_token.py,sha256=rWVSWiyUbRn28WrufyRrq3KeWdR35a2yRiwf7JFj7ts,71766
|
1584
|
+
pulumi_oci/identity/domains_my_customer_secret_key.py,sha256=3-e5UEZRhEUpjfPkjVgtGReURL-kxGQQgDcPPhQruAc,77101
|
1585
|
+
pulumi_oci/identity/domains_my_oauth2client_credential.py,sha256=7KUatkUTdos3hHxAaOhN0YC2NmZHJzsFbP3ds4nH1iE,84805
|
1575
1586
|
pulumi_oci/identity/domains_my_request.py,sha256=kGZONYIjF6HgEnCUGdxvur76EZ8vPifMyRZDTXimUzs,96670
|
1576
|
-
pulumi_oci/identity/domains_my_smtp_credential.py,sha256=
|
1577
|
-
pulumi_oci/identity/domains_my_support_account.py,sha256=
|
1578
|
-
pulumi_oci/identity/domains_my_user_db_credential.py,sha256=
|
1587
|
+
pulumi_oci/identity/domains_my_smtp_credential.py,sha256=gpLDZUBD_69lItTh1zZGLy0xWlVzPlhHZh602BFY--o,74279
|
1588
|
+
pulumi_oci/identity/domains_my_support_account.py,sha256=x8A3NRBufdaoU_yHgmHa7zyoCfa5W-xU77qCqq_TiWQ,69811
|
1589
|
+
pulumi_oci/identity/domains_my_user_db_credential.py,sha256=OagGOC-g52ketJCY5ocy90o3_Q4cmLSz9V2L3ATVjy8,86578
|
1579
1590
|
pulumi_oci/identity/domains_network_perimeter.py,sha256=XAEl9E_gNEbqLjYzvVMzPMV2pyFvkiHtGrf04QJAql4,89732
|
1580
1591
|
pulumi_oci/identity/domains_notification_setting.py,sha256=wL2KD-ZccqwvJ3TZewTdwVWfnVtmmhZwBuE6RZGYYs4,116112
|
1581
|
-
pulumi_oci/identity/domains_oauth2client_credential.py,sha256=
|
1592
|
+
pulumi_oci/identity/domains_oauth2client_credential.py,sha256=tpvL7wiKrvF9azgHpHtSi_zOwd0Ks2_JWYvMYGtjA04,100647
|
1582
1593
|
pulumi_oci/identity/domains_oauth_client_certificate.py,sha256=yt5TFrRTlLDYkz1jVqg1ea5tAxdDhbFvzJ_05Ppd2Hk,98365
|
1583
1594
|
pulumi_oci/identity/domains_oauth_partner_certificate.py,sha256=80CPhBWAPAJCOyd91iwqzyDfRP09REX0YV2novzUJHQ,99344
|
1584
1595
|
pulumi_oci/identity/domains_password_policy.py,sha256=TPqwVUZu9W7BDVNWe-VnRvFJLVCI-LRjuuFJZNgfQuA,249751
|
1585
|
-
pulumi_oci/identity/domains_policy.py,sha256=
|
1586
|
-
pulumi_oci/identity/domains_rule.py,sha256=
|
1596
|
+
pulumi_oci/identity/domains_policy.py,sha256=WkLw9mqmv2kdjLodzGJCLWGY3-q0im0dazkl7ID10z8,103129
|
1597
|
+
pulumi_oci/identity/domains_rule.py,sha256=eAczgBk-zbrrIHRK7YYNRPDgRSMzAGdRp0htV2mEPG0,115923
|
1587
1598
|
pulumi_oci/identity/domains_security_question.py,sha256=P1xwS02lhv2gbHU7f6ZoRboPXmyaGgAVUrB33Osry7Y,90410
|
1588
1599
|
pulumi_oci/identity/domains_security_question_setting.py,sha256=I2kMQO0u3lEZg6YxTUDp2n0S2oI4QjAHdX2OEU5AhKc,98904
|
1589
1600
|
pulumi_oci/identity/domains_self_registration_profile.py,sha256=PApkxoqaj-QGBJaCKfVM_K3rL2TTAsLN6uozGPZ10ak,168845
|
1590
|
-
pulumi_oci/identity/domains_setting.py,sha256=
|
1591
|
-
pulumi_oci/identity/domains_smtp_credential.py,sha256=
|
1592
|
-
pulumi_oci/identity/domains_user.py,sha256=
|
1593
|
-
pulumi_oci/identity/domains_user_db_credential.py,sha256=
|
1601
|
+
pulumi_oci/identity/domains_setting.py,sha256=4gKkIfgb81UZwaTf-VXsvCdG9hra0CjvJsvYOlUnkMk,299430
|
1602
|
+
pulumi_oci/identity/domains_smtp_credential.py,sha256=vlE7Hk5jaIIWPIhbZLZoT2PfjxnX4XTM4VoNfcHlb1k,90043
|
1603
|
+
pulumi_oci/identity/domains_user.py,sha256=w-IyUpkSdh9SWKG5N6rkzRQ84cxOqnhbqNPoJgBVR0w,299068
|
1604
|
+
pulumi_oci/identity/domains_user_db_credential.py,sha256=6cEjBlXuJp8RGNmS1LjyCbngIilWKe-TVqfJDFFvYU8,102370
|
1594
1605
|
pulumi_oci/identity/dynamic_group.py,sha256=NKPk4VP9ke9SLmIC9_7wenCnb3tDMgtan6USUcr9BH0,30780
|
1595
1606
|
pulumi_oci/identity/get_allowed_domain_license_types.py,sha256=sls27AS_KVirbJC5AAdxfH0YvH2irfaOxoBDsqY8dCo,6626
|
1596
1607
|
pulumi_oci/identity/get_api_keys.py,sha256=sbuLdl5uZVw0xh6_XHCkQEkcnZwStFO136O5tzrK9qk,4773
|
@@ -1744,7 +1755,7 @@ pulumi_oci/identity/identity_provider.py,sha256=ik3onEzpVM_bRBs1W7UFgVJCH_lN_iXu
|
|
1744
1755
|
pulumi_oci/identity/idp_group_mapping.py,sha256=743cX37IZAZrXK1uIA3xxza9_aIG0Oa9l8a_GBxjw7g,19026
|
1745
1756
|
pulumi_oci/identity/import_standard_tags_management.py,sha256=f5KHjLrGN0Fecd2XWZ5_cuiqiOQTr9g-GyfGr_gLfTY,13392
|
1746
1757
|
pulumi_oci/identity/network_source.py,sha256=g_aLlVsh_LRFn2CW9umgrRXQrQ5P8IpM8Mj0aJoRtu4,39233
|
1747
|
-
pulumi_oci/identity/outputs.py,sha256=
|
1758
|
+
pulumi_oci/identity/outputs.py,sha256=mIkMIUAlmvdhvXprFJ4EoEnGFVsf_pqX38zTh2u8n98,5383461
|
1748
1759
|
pulumi_oci/identity/policy.py,sha256=RZ4YFF6nVjj1DMo2rUbqxho38KYZLR-CXTZxh_Ap0q4,40265
|
1749
1760
|
pulumi_oci/identity/smtp_credential.py,sha256=d8rz1ltRKlJNLCvG21BprcRjKggXDNUuBkgJaZVXQgQ,18410
|
1750
1761
|
pulumi_oci/identity/tag.py,sha256=uIw_fuH2-8_YiUWy6njaBSudIUDJoxZK5NePtHkHp9E,41027
|
@@ -1757,14 +1768,14 @@ pulumi_oci/identity/user_group_membership.py,sha256=nO0gNTZp8fGGYnjIpBlRQ1QoAz8s
|
|
1757
1768
|
pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRyvoMkvsjIyzo,314
|
1758
1769
|
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=f5H2ccr9fFkm0lpHH9PMJR2y-dTQN1kFtuWrA0cjC90,12982
|
1759
1770
|
pulumi_oci/integration/__init__.py,sha256=iqBDMZyU6TO-gNDI4UKSZ9DjUI7498ckz8guq5zCjjE,483
|
1760
|
-
pulumi_oci/integration/_inputs.py,sha256=
|
1771
|
+
pulumi_oci/integration/_inputs.py,sha256=dIlp8miuONtRlOqbdckDA3FjkXrAkqir9kNVb1Q2qPo,24371
|
1761
1772
|
pulumi_oci/integration/get_integration_instance.py,sha256=4sSIeF3W6bhkSQR7hYjsKVd6h89McGIz21fMzd1J0Ac,19052
|
1762
1773
|
pulumi_oci/integration/get_integration_instances.py,sha256=Fy5WxnRXbsry8IudiJqxFZxsTKdf_1XB3XNp9id15E0,7058
|
1763
1774
|
pulumi_oci/integration/integration_instance.py,sha256=Ph7I2NYKks7Uq1rmsb1Ir-5JnS_sr1pva_wlho_rqKo,71162
|
1764
|
-
pulumi_oci/integration/outputs.py,sha256=
|
1775
|
+
pulumi_oci/integration/outputs.py,sha256=_1zgtPm2YBrkJ7H0iEGdlLo5kW0DrR12CT87_9kbI40,68473
|
1765
1776
|
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=KGbQ2rXbQYEceNg7XxfJbaY_bE9UwtQP3tpL5pxeFZI,10039
|
1766
1777
|
pulumi_oci/jms/__init__.py,sha256=mp4toqDFPlXJC2g1ozPYhqyU9Npv-KesDAUz4ny7UM4,2038
|
1767
|
-
pulumi_oci/jms/_inputs.py,sha256=
|
1778
|
+
pulumi_oci/jms/_inputs.py,sha256=VpWk94f16VcwSmn2uxMPujGbSYSlW1lRyu4DS_WQMs8,30668
|
1768
1779
|
pulumi_oci/jms/fleet.py,sha256=RravDNGQLslzMwU81ygcJmr9o1g_FjKMxUY1oZKYOyo,46696
|
1769
1780
|
pulumi_oci/jms/get_announcements.py,sha256=YlDB9gPmQa1xV-wGk5wrMkb6gBKlf-hXuAPYa1JF0e8,7006
|
1770
1781
|
pulumi_oci/jms/get_fleet.py,sha256=i4MMG5Zhc3JbJ3kB-oLtH9DbBo9ukEzIEct-R4RVRyg,15565
|
@@ -1803,9 +1814,9 @@ pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=RU5RPM5qYbomIdN8vdTTaU
|
|
1803
1814
|
pulumi_oci/jms/java_downloads_java_download_report.py,sha256=lYvvHxlXyDw8_4mK5cHTm4e8mhE1i-72LsNxWDvx-SU,31873
|
1804
1815
|
pulumi_oci/jms/java_downloads_java_download_token.py,sha256=Gr1k5vxKfZ8hq44DHALt0gbEk-qm0ldKdXQ8Y6hn2jo,43498
|
1805
1816
|
pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=6qyPW5cBhZoa3VB4rYx6W3y0PlSIaPQn9YRi2-il2QM,28259
|
1806
|
-
pulumi_oci/jms/outputs.py,sha256=
|
1817
|
+
pulumi_oci/jms/outputs.py,sha256=6gydiXLc1Nt3jc5JbWBZgxPF8pDaob-ny_aBUC0ljDg,252823
|
1807
1818
|
pulumi_oci/kms/__init__.py,sha256=FORCQ_KwYzL1Hforp8BeGi5GenxORzJYVl51JzaRyTU,968
|
1808
|
-
pulumi_oci/kms/_inputs.py,sha256=
|
1819
|
+
pulumi_oci/kms/_inputs.py,sha256=iWU-hXIprsQTrZBnUS0rtTyxTDxvGk0T4p73Hw2bZxo,41777
|
1809
1820
|
pulumi_oci/kms/ekms_private_endpoint.py,sha256=0-ShnAaGxsHxTz-MMoDg7EMpQGkCwTcBXkxxn9U5HaQ,33194
|
1810
1821
|
pulumi_oci/kms/encrypted_data.py,sha256=6wxqnMyIiwlxbp3dbvPllwlaQdVHa86ANuwUMmJ_G6s,29268
|
1811
1822
|
pulumi_oci/kms/generated_key.py,sha256=n47S5K9mdEbRtzHrsgN2opiMWqIe5FsA2tjpCpEQCDo,29073
|
@@ -1824,7 +1835,7 @@ pulumi_oci/kms/get_vault_usage.py,sha256=im57i6QPF0q2XZOYecnAY3sg74BwQwlJniTLYYL
|
|
1824
1835
|
pulumi_oci/kms/get_vaults.py,sha256=EqdDIsReFyhkSvL2cfCX69LHrdrfFYYyQiaRh2Iiy6Y,5108
|
1825
1836
|
pulumi_oci/kms/key.py,sha256=BbMpQjaK7GckZUMhfeXaCq5uvycflHGx_uA8YX74Eo0,67253
|
1826
1837
|
pulumi_oci/kms/key_version.py,sha256=MdY6a4nhoCOmLu9wyBt_i0ncx0t0hvDNF1erFrWGdsg,33050
|
1827
|
-
pulumi_oci/kms/outputs.py,sha256=
|
1838
|
+
pulumi_oci/kms/outputs.py,sha256=VXDBcdLptu5NyyQpFhepBsxHbKnc_DPdtBznCAdp0DE,127209
|
1828
1839
|
pulumi_oci/kms/sign.py,sha256=XV0nWNcm_qbs1JsrM9tIwltTxV2nU8k_7Ux3KKtx_EA,25565
|
1829
1840
|
pulumi_oci/kms/vault.py,sha256=FxvDb2FFLUQNil0DGDt7MyFaeu5R3839Vu-qZPo53m4,51682
|
1830
1841
|
pulumi_oci/kms/vault_verification.py,sha256=WEHu0OkTUuZLK_nUEbTBlYM1YYP_sCqrKqbXcm4fVYA,10038
|
@@ -1855,7 +1866,7 @@ pulumi_oci/limits/get_services.py,sha256=ibYVcHKg46zGxuoHMy482Mf8MwoLlQ0ftNkrLRq
|
|
1855
1866
|
pulumi_oci/limits/outputs.py,sha256=4xzrDTB9kqJN3I3qPzAWee2WjZAhwd7vMZ3oxbx6ZRE,22754
|
1856
1867
|
pulumi_oci/limits/quota.py,sha256=hZrhH9FPlGgGxQzB2ZtX2Ha-7uwepbWhHnCm8mg1dIo,29555
|
1857
1868
|
pulumi_oci/loadbalancer/__init__.py,sha256=MEaFdbTIsnehC12wXAUwvJcOEZM4WCItCZ52hjWqJWA,1231
|
1858
|
-
pulumi_oci/loadbalancer/_inputs.py,sha256=
|
1869
|
+
pulumi_oci/loadbalancer/_inputs.py,sha256=AsKZkVkKa5fyDuWxs4qkMPGc6kuVyEm8OA7wqrXhIPw,139048
|
1859
1870
|
pulumi_oci/loadbalancer/backend.py,sha256=Q54YSbDq1KRKsYdt0EN232HQUS7aWTZa1ctq8p-KV_E,35364
|
1860
1871
|
pulumi_oci/loadbalancer/backend_set.py,sha256=wbUIs8hvr1KCCrXDUsSAgeBVgVUQ2awGoFjKA1D1ZG8,64160
|
1861
1872
|
pulumi_oci/loadbalancer/certificate.py,sha256=vnjWLTNnIaQvpeGFVN40IBjxwN61oFgWdmWpevmHYLI,31966
|
@@ -1881,13 +1892,13 @@ pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=hGDLTuTRJJ795RYM7Y8fYBve
|
|
1881
1892
|
pulumi_oci/loadbalancer/hostname.py,sha256=pJ2uFqd3yvQKZknoZqVpmE0ZocBiu8d5GaMNhXo62lM,14651
|
1882
1893
|
pulumi_oci/loadbalancer/listener.py,sha256=XTEOCYEnW20W_KBllmGQrnZs-wtgG-PUG3_K5IBsKuI,41617
|
1883
1894
|
pulumi_oci/loadbalancer/load_balancer.py,sha256=R4-s7EadOoJ62pORjilvMAmlqqhWgAnpSmSLqFpDXtY,73103
|
1884
|
-
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=
|
1885
|
-
pulumi_oci/loadbalancer/outputs.py,sha256=
|
1895
|
+
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=d-PwEhjNV--G-679g43Si2-zYl7Xn7D8tKxgze2YI9o,18474
|
1896
|
+
pulumi_oci/loadbalancer/outputs.py,sha256=FhfbxxkqNs8GlO2b1PZjzUfPd_2DbZV522Oz97CLHi8,263333
|
1886
1897
|
pulumi_oci/loadbalancer/path_route_set.py,sha256=raq1HEOJ03xhUIDtK6pTZSkBkZizwBSGCDplhRcguEY,14909
|
1887
1898
|
pulumi_oci/loadbalancer/rule_set.py,sha256=oQmuSBhLiM2F419trBuAt1SLLjjWI3vNqH4QxaTmW2w,19272
|
1888
1899
|
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=TB7iW-BpEd9sM2k78vUdESKrerdeN-UkVZK8mK8krW8,18984
|
1889
1900
|
pulumi_oci/loganalytics/__init__.py,sha256=i6Iw8rHB0By3JmTEm29LRUWQWRtyBdcf1PE8aCo6zMo,2184
|
1890
|
-
pulumi_oci/loganalytics/_inputs.py,sha256=
|
1901
|
+
pulumi_oci/loganalytics/_inputs.py,sha256=8PzhfdC2MYkfN-zQSvf7x27IjR0rpuqXjKFDgZEacIA,50615
|
1891
1902
|
pulumi_oci/loganalytics/get_log_analytics_categories_list.py,sha256=dzc9FMG56OQWnKFofMgJ0UI77NjPEHQx4-bqapEBtwA,7937
|
1892
1903
|
pulumi_oci/loganalytics/get_log_analytics_category.py,sha256=-xFCoIj0Hg5It95QYYPfXdVvFlN-T7Bf6zVckmWvi3w,6377
|
1893
1904
|
pulumi_oci/loganalytics/get_log_analytics_entities.py,sha256=rcS-5kb4zsWPEXbbc_E_FxT_9-kvnQ6gIvs9S7Qm1mY,19727
|
@@ -1928,9 +1939,9 @@ pulumi_oci/loganalytics/namespace.py,sha256=x37hFqLqaVeIOsXq9JbbZqzggtQNoXjHJNwC
|
|
1928
1939
|
pulumi_oci/loganalytics/namespace_ingest_time_rule.py,sha256=20idZeWo01Wz_tOwGYqk2WP8fWwkqAkMpM-rMwjvN28,36259
|
1929
1940
|
pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py,sha256=1W1JvQqmhuY30-CgpTd9DPeP87eJqlGhzrjLN3Id9NE,13850
|
1930
1941
|
pulumi_oci/loganalytics/namespace_scheduled_task.py,sha256=xF_uDmUrjjswfXdtUW6zC5pGXXZoIIi6X0aSJ2gZ9Qc,39299
|
1931
|
-
pulumi_oci/loganalytics/outputs.py,sha256=
|
1942
|
+
pulumi_oci/loganalytics/outputs.py,sha256=wtQv2PsJW05BTw_hNOuhkpJa71dttqerHs6w6uPeV9Y,171369
|
1932
1943
|
pulumi_oci/logging/__init__.py,sha256=Lzrjx_8ufVDmjgbkpTQHnipgODYc4a8FY6KtTXl5qRU,708
|
1933
|
-
pulumi_oci/logging/_inputs.py,sha256=
|
1944
|
+
pulumi_oci/logging/_inputs.py,sha256=bGr2kUWGDZ_N8cTAbMU31jqftDFhA6fJsT7fgNhR0EA,168045
|
1934
1945
|
pulumi_oci/logging/get_log.py,sha256=D0BmM06ANfEwKPbICfHUHahyrRGWcARQbtQSxRxLVD8,10837
|
1935
1946
|
pulumi_oci/logging/get_log_group.py,sha256=IK183hQC6esw6crOCM61S7cHV96aWWUg6ZK_zGpshPo,7995
|
1936
1947
|
pulumi_oci/logging/get_log_groups.py,sha256=SC6yXWFr-uBciErgkBqSi4Axxqe983qtoxjWYQboGLE,7106
|
@@ -1942,10 +1953,10 @@ pulumi_oci/logging/get_unified_agent_configurations.py,sha256=EnVSk17ypy_oX57Uhn
|
|
1942
1953
|
pulumi_oci/logging/log.py,sha256=n97alBDmSEgeN6_bncqLBlLu3RTWyQ-G2X8bzmFXK1s,34725
|
1943
1954
|
pulumi_oci/logging/log_group.py,sha256=HIJCUYL54NgVEk14iAYlpUOemy5UyczY9eHBodk1pB4,24623
|
1944
1955
|
pulumi_oci/logging/log_saved_search.py,sha256=hEIxiSTAwU1Qvd_-Ax0fLsd_zrUx9dWWINKIc1TiaH4,26091
|
1945
|
-
pulumi_oci/logging/outputs.py,sha256=
|
1956
|
+
pulumi_oci/logging/outputs.py,sha256=z5Ui3s7yFCqqoOSfRR5twMbrxrlCLwvjmjRj9QN8Hb4,282600
|
1946
1957
|
pulumi_oci/logging/unified_agent_configuration.py,sha256=clUdesJWYIDzKuaj4qkS11HzoJ9fZVRvgQJVv0aKA6E,32138
|
1947
1958
|
pulumi_oci/managementagent/__init__.py,sha256=bpFmeztqSBwuPQZDXXW0deLSXXdocRC6M6YH1JRvpc4,998
|
1948
|
-
pulumi_oci/managementagent/_inputs.py,sha256=
|
1959
|
+
pulumi_oci/managementagent/_inputs.py,sha256=LpioS4bKmMNZIL6BKY31tBFTEmsoffhimh-xykT0o1s,26593
|
1949
1960
|
pulumi_oci/managementagent/get_management_agent.py,sha256=BaYqb1C9hhXH8PnAlWNRO-88lq614zrBrullMcnSitc,20507
|
1950
1961
|
pulumi_oci/managementagent/get_management_agent_available_histories.py,sha256=1mBfTXC1ssZdGlnkvNCg75q7MSUK-kU5IOQHA28v1iI,9952
|
1951
1962
|
pulumi_oci/managementagent/get_management_agent_count.py,sha256=bJSN983dE6VIYAr8frD7YLudHHa-U9GHCsYyzoXaQy0,7991
|
@@ -1961,12 +1972,12 @@ pulumi_oci/managementagent/get_management_agents.py,sha256=AyzuJUXjh0kDUZdJbqD9H
|
|
1961
1972
|
pulumi_oci/managementagent/management_agent.py,sha256=VHj1lqvHnIIgn0DS2qGe_2dcBdvnfybro_JBDM0TVKQ,46694
|
1962
1973
|
pulumi_oci/managementagent/management_agent_data_source.py,sha256=aLa2rDA0MGYQAzrtaUs5GCKkFwGldw8-MO5uHI9ZqLE,49967
|
1963
1974
|
pulumi_oci/managementagent/management_agent_install_key.py,sha256=UHjbja03w0OXt-NTM1MWzFEW5y_Cf2Q9Zm222xz6R38,26818
|
1964
|
-
pulumi_oci/managementagent/outputs.py,sha256=
|
1975
|
+
pulumi_oci/managementagent/outputs.py,sha256=Fpxa5jDAzPAKnG7kvdz-1-YRIAsbVq-lLMyxg5oPrXU,90090
|
1965
1976
|
pulumi_oci/managementdashboard/__init__.py,sha256=Ohu8GPc8iwS8GcB2YP3XDMI1V5g1yxIDlCOFPh7rZqg,361
|
1966
1977
|
pulumi_oci/managementdashboard/get_management_dashboards_export.py,sha256=fYnQDHOoPr13DkwvqgMuAuOOUnv0eATQ1S5Kt_5XZI4,5938
|
1967
1978
|
pulumi_oci/managementdashboard/management_dashboards_import.py,sha256=-3XTlN_3E6OME2Fr4ocuB9R9P9HukMD_N2XLY6aGLM0,12455
|
1968
1979
|
pulumi_oci/marketplace/__init__.py,sha256=e7acusMiMBQ-_OxyCqTHz2n7CICxOtZoZxGilHKKAW4,900
|
1969
|
-
pulumi_oci/marketplace/_inputs.py,sha256=
|
1980
|
+
pulumi_oci/marketplace/_inputs.py,sha256=ePq1Q-S5y4pSUaUbjFbDJkWS5WvHszvKWqCXYsVtkbc,22053
|
1970
1981
|
pulumi_oci/marketplace/accepted_agreement.py,sha256=ablfPLploN3ZhGNsdSh1sfW8dMuLA9MwkRA_W520D4U,30149
|
1971
1982
|
pulumi_oci/marketplace/get_accepted_agreement.py,sha256=zsy5r3cxyLZNP2BCh_h2UOl84f1u8RXGZ4LjaAZ_FP8,9206
|
1972
1983
|
pulumi_oci/marketplace/get_accepted_agreements.py,sha256=1UjLp-wqNx0iBaa7_wStp2-VX8FONCyBZ7WVQgXN_jY,9476
|
@@ -1983,10 +1994,10 @@ pulumi_oci/marketplace/get_publication_packages.py,sha256=vaoLsFZxdDzGTeBxneDY2p
|
|
1983
1994
|
pulumi_oci/marketplace/get_publications.py,sha256=SoNFztgTNvuwZn9a6ODQxDulSL16I2cJ0doweoxMgWg,8594
|
1984
1995
|
pulumi_oci/marketplace/get_publishers.py,sha256=D8pvGQtD5vahZqR5xr8Ag5dH8jWdCnFJdJLsFZLZ1Vw,5546
|
1985
1996
|
pulumi_oci/marketplace/listing_package_agreement.py,sha256=OC04Osqzp7vBh-_88IdtFHMkqiOv0I-2hp9XbtAWWnA,18510
|
1986
|
-
pulumi_oci/marketplace/outputs.py,sha256=
|
1987
|
-
pulumi_oci/marketplace/publication.py,sha256=
|
1997
|
+
pulumi_oci/marketplace/outputs.py,sha256=sV8WLCoQNxEKQsDkOwtIBTilIF4L9pF8EtImm3w7Tb4,107654
|
1998
|
+
pulumi_oci/marketplace/publication.py,sha256=gqSLnPxQsCssWtiXS1L_JyVdbUO6cb3KOUIBFG-Fp-o,46865
|
1988
1999
|
pulumi_oci/mediaservices/__init__.py,sha256=j74h2rwmO6yXKwlB8eNW80hHAqZVb64R9p3hgcapUks,1369
|
1989
|
-
pulumi_oci/mediaservices/_inputs.py,sha256=
|
2000
|
+
pulumi_oci/mediaservices/_inputs.py,sha256=VRbts9qf51oJ9Pxaq4o7G6fMMZjT9gpZ6Wqy4bAeQis,60173
|
1990
2001
|
pulumi_oci/mediaservices/get_media_asset.py,sha256=l6W7Bkjy3SLTMrC1ggF12tYFYYGkdzWmbVbOlHaFMKc,17319
|
1991
2002
|
pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py,sha256=meisdzjcVF_gjDZcR-_aupca0Vi30zifVFTVmp4Lkk0,9413
|
1992
2003
|
pulumi_oci/mediaservices/get_media_assets.py,sha256=9c06vGS1oZvq3OeDbgX4jhtzhPvSRsnstD8FWmS9jBQ,16954
|
@@ -2006,16 +2017,16 @@ pulumi_oci/mediaservices/get_stream_distribution_channels.py,sha256=YNsTGgXYcxxU
|
|
2006
2017
|
pulumi_oci/mediaservices/get_stream_packaging_config.py,sha256=lNL6AobwgjAhC3DLHB9TjejJvgG7LFRZ0desBJ7ibxc,12342
|
2007
2018
|
pulumi_oci/mediaservices/get_stream_packaging_configs.py,sha256=hWBFVTQ3gjqaZbsPJUGK08obf6PTjMP8JmwcQxv4kiM,9009
|
2008
2019
|
pulumi_oci/mediaservices/get_system_media_workflow.py,sha256=nOTS0pRWaIgFUJ1cpkZAEYeZZK2Mt56TN8cjAYKcK2s,5223
|
2009
|
-
pulumi_oci/mediaservices/media_asset.py,sha256=
|
2010
|
-
pulumi_oci/mediaservices/media_workflow.py,sha256=
|
2011
|
-
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=
|
2012
|
-
pulumi_oci/mediaservices/media_workflow_job.py,sha256=
|
2013
|
-
pulumi_oci/mediaservices/outputs.py,sha256=
|
2014
|
-
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=
|
2015
|
-
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=
|
2016
|
-
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=
|
2020
|
+
pulumi_oci/mediaservices/media_asset.py,sha256=miyPbwY4g0dl8__z1r_8oOiBBtTldwOnbPQiuqwYXss,57076
|
2021
|
+
pulumi_oci/mediaservices/media_workflow.py,sha256=rjql2Njy4zIXqKh_hcCxJI6TuomSOYG69RxcYbcX7ag,40920
|
2022
|
+
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=IEpWdtoXWEgfw76UmOr8sSJH_uL3evmPvRxwce-7GaA,33427
|
2023
|
+
pulumi_oci/mediaservices/media_workflow_job.py,sha256=HGzdaEnBBJ30jOazgadd86BlVLgGC9SQPgK-xn1dmss,50909
|
2024
|
+
pulumi_oci/mediaservices/outputs.py,sha256=ysWikC2QDQZ5SsvqVMuIFkje_GvmGRCU2H6reaPYDcY,197466
|
2025
|
+
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=t62-fjr1xOqL5xCxgRNirrvLeaB_04HVCQSfeMY44iU,35404
|
2026
|
+
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=bLz3SR6XIYW8WGSI4icAWxj4V1BaSrVCdizr8bB45Kg,27392
|
2027
|
+
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=Q_1UayrOgBNV_D0KDA5NgOjqePC1ccTdlXTK222wf1k,37393
|
2017
2028
|
pulumi_oci/meteringcomputation/__init__.py,sha256=5NXcizl3_GVPujB3HrJ6JuJMgUev8xZ6w7N2bTyUSLw,1162
|
2018
|
-
pulumi_oci/meteringcomputation/_inputs.py,sha256=
|
2029
|
+
pulumi_oci/meteringcomputation/_inputs.py,sha256=rk7WYNZNuEqRipF2m5a5-6XOtw5NnV91--zw2RLEec4,101520
|
2019
2030
|
pulumi_oci/meteringcomputation/custom_table.py,sha256=eFovNKI8ZTJ-ZGG-7dDRZ6t0x73huxsJWd6Lmp0h01E,14977
|
2020
2031
|
pulumi_oci/meteringcomputation/get_average_carbon_emission.py,sha256=pYvgpT7BTKZ-Omyw8Nj3Z2nn9eyzsKVUi17jUa2UVpo,4452
|
2021
2032
|
pulumi_oci/meteringcomputation/get_clean_energy_usage.py,sha256=rdlMtqsOt9JZ_p7hNT-l48fiejSnKuDuJRFT4zo4tzk,3779
|
@@ -2033,18 +2044,18 @@ pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py,sha256=Nkkv
|
|
2033
2044
|
pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py,sha256=D9i76eIBfFTPDWXXjc6cwfCYu8Ogvjn4IuZqYyz2Glo,5444
|
2034
2045
|
pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py,sha256=eDYnNPTP-Zj-vUzvf8xp0BApP4SX8MrxWUQSBdfXEuM,7399
|
2035
2046
|
pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py,sha256=JAv260EmNO7S_b3OM9XpldVb9C_RdL2fY_ARCibwW44,6896
|
2036
|
-
pulumi_oci/meteringcomputation/outputs.py,sha256=
|
2047
|
+
pulumi_oci/meteringcomputation/outputs.py,sha256=xMpzzb_Weq6TP4bu2d7eg_qqkDghJ6ry21MmSd4fhd0,188623
|
2037
2048
|
pulumi_oci/meteringcomputation/query.py,sha256=DDg_F_ojrOU71-HeqQHMZgaoSTV8qznO3wnHDEuwTy0,13733
|
2038
2049
|
pulumi_oci/meteringcomputation/schedule.py,sha256=0GvL7tu85WO9RW7Ph3olbDa50aO_4z3kEaqdsX5d_6w,44736
|
2039
2050
|
pulumi_oci/meteringcomputation/usage.py,sha256=WEOadAzDcNVuHnirdYAV2cLlMe3h7Y8sXrvOVOgm21g,36833
|
2040
2051
|
pulumi_oci/meteringcomputation/usage_carbon_emission.py,sha256=EFGWMLvVHcFvPPmF5poh5WFaxYb6mv2T68Oekozu40g,30444
|
2041
2052
|
pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py,sha256=A0pmQLEexgSIcTLoMP4sBDl3z_sfyDQr9KhV2Q4BeuM,14515
|
2042
|
-
pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py,sha256=
|
2053
|
+
pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py,sha256=tinu4bt6LKJY8w_TbN0PfnGrDzEXVLRYmXbLX5TvUV0,18884
|
2043
2054
|
pulumi_oci/monitoring/__init__.py,sha256=pxwgZhWmpTpbldRtkppXsIZ4Xm_FNNHvlIjr1jYMcl4,630
|
2044
|
-
pulumi_oci/monitoring/_inputs.py,sha256=
|
2045
|
-
pulumi_oci/monitoring/alarm.py,sha256=
|
2055
|
+
pulumi_oci/monitoring/_inputs.py,sha256=aX_AJhM9U3AcvUXaCCW0DdR_kgcHVBQowQAmD1hcPlk,19273
|
2056
|
+
pulumi_oci/monitoring/alarm.py,sha256=SNu1zNlmv8nliH1Ml23_W4NFoa1F-6QrKE0ZJKXzYPI,106931
|
2046
2057
|
pulumi_oci/monitoring/alarm_suppression.py,sha256=2iwUxNLfcsR0tW8vGNmB9nw6L6AoxBzpQt95RbnSLts,42364
|
2047
|
-
pulumi_oci/monitoring/get_alarm.py,sha256
|
2058
|
+
pulumi_oci/monitoring/get_alarm.py,sha256=-5f0FZPjW1dbYiiJfWib_hI9WwOnGUMBF8FVwjlCNVo,23454
|
2048
2059
|
pulumi_oci/monitoring/get_alarm_history_collection.py,sha256=f1ncDO-JcLXwc9NxwBuXHSBvs86QRE6YqJ9CzNbh4qM,10729
|
2049
2060
|
pulumi_oci/monitoring/get_alarm_statuses.py,sha256=rN5ERW2QqFs67gZzDK41kjzisHEXooZ1KQytOT4DAtk,15638
|
2050
2061
|
pulumi_oci/monitoring/get_alarm_suppression.py,sha256=bNUD4abwkfyPFvq0qPEovhKv2ao7EGLi_2M03BCJGLM,12570
|
@@ -2052,9 +2063,9 @@ pulumi_oci/monitoring/get_alarm_suppressions.py,sha256=KPCuQDMEbKQGPthRCkBBQwPyZ
|
|
2052
2063
|
pulumi_oci/monitoring/get_alarms.py,sha256=sCVM-x4oa-OSufB-w9EikIpEwYz4VP292RG8YpF9FsA,10429
|
2053
2064
|
pulumi_oci/monitoring/get_metric_data.py,sha256=J18neaIluPVWP4-8IaCoQ3e6cwVCcFdUAO8dmYyrU_o,19579
|
2054
2065
|
pulumi_oci/monitoring/get_metrics.py,sha256=vZ_Xm0Sf4QsTFlUj_MBnqmMqZFCco6TP-8U0n7H9eoM,15105
|
2055
|
-
pulumi_oci/monitoring/outputs.py,sha256=
|
2066
|
+
pulumi_oci/monitoring/outputs.py,sha256=mYEaqpdfk-d3mMXPDsFNMRQy1W9hf2jkEXQeFjEeY0c,95738
|
2056
2067
|
pulumi_oci/mysql/__init__.py,sha256=NePAVofUEJFnzHsogn-BAX3FEUTLAqx3umifZgO-SUs,908
|
2057
|
-
pulumi_oci/mysql/_inputs.py,sha256
|
2068
|
+
pulumi_oci/mysql/_inputs.py,sha256=-fhsaJnNotjA8Qyy6_yo5Tp90pEq_tjwvFvmVrrGao0,236060
|
2058
2069
|
pulumi_oci/mysql/channel.py,sha256=61VkJrZu0XH15ftoHRaVitGFpqgYB6lgebVOobqyZkg,28772
|
2059
2070
|
pulumi_oci/mysql/get_channel.py,sha256=DLc-XJz0AQeg6hQulj8v1bx9h8yaKHXVGbSeBz35Mos,10183
|
2060
2071
|
pulumi_oci/mysql/get_channels.py,sha256=aufq1qFUQFQ3Rflmu7Spbn61QExvuxt_Z_YNCBbEkd0,9312
|
@@ -2073,8 +2084,8 @@ pulumi_oci/mysql/heat_wave_cluster.py,sha256=_VNWlGg27YKnOltKgtZZc46yaIaSyv42XfR
|
|
2073
2084
|
pulumi_oci/mysql/mysql_backup.py,sha256=fpCjdJVo8KzvLBhae8_mh1frGMSWPajYMC3V29SDets,37705
|
2074
2085
|
pulumi_oci/mysql/mysql_configuration.py,sha256=tAe0ZaThbi9N547F0WyVjG_mCZks8nGmH1xxuswPwiw,48941
|
2075
2086
|
pulumi_oci/mysql/mysql_db_system.py,sha256=uIJkUz4C-wEc8HV6e0tWUbgDTcJM45liSI1IEwtRTg0,109987
|
2076
|
-
pulumi_oci/mysql/outputs.py,sha256=
|
2077
|
-
pulumi_oci/mysql/replica.py,sha256=
|
2087
|
+
pulumi_oci/mysql/outputs.py,sha256=dKo7lmvlgjHYs0yMEv7Fs3qmVpJYlgd5hku6MptOcQk,547851
|
2088
|
+
pulumi_oci/mysql/replica.py,sha256=lovsoksb684bl-zVP_u87KlKG-vsBNrHe5oR-ZQkgYg,45695
|
2078
2089
|
pulumi_oci/networkfirewall/__init__.py,sha256=EcAch1-D7O2jnJYeAoYb5pVhnI8EMpB5TcT7oKJpgfI,2214
|
2079
2090
|
pulumi_oci/networkfirewall/_inputs.py,sha256=CrvvTDNwg3V4kUVbPXz38pOkpdSiFeFEJNqKa6Wmrjs,28010
|
2080
2091
|
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=5eTzMYDQALRl_hCY1wgKbNirMmHQwCbW8SrSPckgBzg,13847
|
@@ -2090,7 +2101,7 @@ pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py,sha
|
|
2090
2101
|
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py,sha256=n8eU2UPXGF0kZgh6WMgCBVPoPGz4BhcQOjCFoQ1L7lU,7402
|
2091
2102
|
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py,sha256=Y6eJLtC4orEb21HxP97GQXqwPozBxAdhQDp08-swpz0,8554
|
2092
2103
|
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py,sha256=ACKTWrB_QJQhVVmORWUyF9nt37NaEsSjZkDn441GeDA,8721
|
2093
|
-
pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py,sha256=
|
2104
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py,sha256=avni7VChHGhzfAWVm2HMfL8cRKmt6r8oompZHyTGUss,7180
|
2094
2105
|
pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py,sha256=rqtV2GwyRo5cN0ElyLt4jxx1748NYPFXRmunQNjhM_c,6291
|
2095
2106
|
pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py,sha256=JLrRMZErIHaSksOlfR2cFOsVXMB5lZF9GDXkr3i3G0g,8429
|
2096
2107
|
pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py,sha256=cGPpu99R7prOvDwJj2L_Nd-BXsYTEZr3DAUnQTB_1h0,8557
|
@@ -2108,14 +2119,14 @@ pulumi_oci/networkfirewall/network_firewall_policy_application.py,sha256=YUVRWCG
|
|
2108
2119
|
pulumi_oci/networkfirewall/network_firewall_policy_application_group.py,sha256=w7v49Lw3ujLgxzdXKfrpq5AQhTOFyQf0i1U6IEYPkyc,17267
|
2109
2120
|
pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py,sha256=TYv64ysKErpMRuByIvt33azgS54dAmKdDIEXXO1RDHE,45261
|
2110
2121
|
pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py,sha256=5aD1dsdqBb4SR8cuX3QS9JhO3NkRQ0uGRnv7u7I5yf4,26629
|
2111
|
-
pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py,sha256=
|
2122
|
+
pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py,sha256=hLX3k16AjaaKzSkTak7y3MEH_1rTpQ8G94LfFs4lZes,23056
|
2112
2123
|
pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py,sha256=IyER95_MmH6BpiVgYgPlRL76YlBWTbZVMMlls2mCF00,31069
|
2113
2124
|
pulumi_oci/networkfirewall/network_firewall_policy_service.py,sha256=-SjJFipTv1zKLCZVnHJu98I0HNJ4XimRdydHYTwqTWM,18020
|
2114
2125
|
pulumi_oci/networkfirewall/network_firewall_policy_service_list.py,sha256=mjo-4F0qnABNwNw71_GBiYQcqa4ABJ7TUQk-EM5bEGg,17096
|
2115
2126
|
pulumi_oci/networkfirewall/network_firewall_policy_url_list.py,sha256=hBaGKaBZQ8q5U-wXPeXqTvZEtRAxu9vuiXIFg8svPhg,15550
|
2116
|
-
pulumi_oci/networkfirewall/outputs.py,sha256=
|
2127
|
+
pulumi_oci/networkfirewall/outputs.py,sha256=gGUcovm3358gPceIClPAzw_e7cw22AAWjTZ1KfZDC7I,102794
|
2117
2128
|
pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
|
2118
|
-
pulumi_oci/networkloadbalancer/_inputs.py,sha256=
|
2129
|
+
pulumi_oci/networkloadbalancer/_inputs.py,sha256=bN5B3GG3ejc8uHyVQlS7o5vALun8UJNd9q1aikDJupg,54385
|
2119
2130
|
pulumi_oci/networkloadbalancer/backend.py,sha256=Uu7trbRmJjDgEF7K6sAAdW0QVhAw-FRyo3v83kiAQak,34924
|
2120
2131
|
pulumi_oci/networkloadbalancer/backend_set.py,sha256=ynepa-93u24F7lzY4Kxpgc7qJ_VoTvJYd--fPGguO_o,36032
|
2121
2132
|
pulumi_oci/networkloadbalancer/get_backend_health.py,sha256=vGLqOMzlJKDpBQe597uHq9fbzA3Ln7HlWQx_1DX1Am0,8471
|
@@ -2133,19 +2144,19 @@ pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py,sha256=Be
|
|
2133
2144
|
pulumi_oci/networkloadbalancer/listener.py,sha256=z-kQsn9poh4bbMG5ql6vH6EepvtaMQqqsrbZQxaj4ck,25759
|
2134
2145
|
pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=ewPrEdNKMkCPxI5nIA0n_a2d7n74obMUZVFcENO1Kq0,66114
|
2135
2146
|
pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=9Uwu-YX8VOKtDfT4Qisjg2yqgJrg-fASFlrUvwm17uQ,42014
|
2136
|
-
pulumi_oci/networkloadbalancer/outputs.py,sha256=
|
2147
|
+
pulumi_oci/networkloadbalancer/outputs.py,sha256=_1JEqcC-kUmPYStd6vO6Cye2J4A0gePJf_jnYHSFlWM,116664
|
2137
2148
|
pulumi_oci/nosql/__init__.py,sha256=-ek2jAAWYNxuP3L92fUIFWteYxUOBDcs1fLMbUC_Eug,488
|
2138
|
-
pulumi_oci/nosql/_inputs.py,sha256=
|
2149
|
+
pulumi_oci/nosql/_inputs.py,sha256=9aYnycB6QjZszR0eOW6-ZE0JXgc51IlEvI3fgUbNo6w,21387
|
2139
2150
|
pulumi_oci/nosql/get_index.py,sha256=h1P8050whb-z0v2rl-_LCrZlxatdGijtGrHfEz_MqmQ,8495
|
2140
2151
|
pulumi_oci/nosql/get_indexes.py,sha256=29yDhkeAgZmDMkPZ83VbhG5PXts_QIAFN-EdSqSWUDU,7276
|
2141
2152
|
pulumi_oci/nosql/get_table.py,sha256=JRTVgWcLZI_BaK-x6YvSvWKvj_1BrbnLvNxlcLhsE7g,14761
|
2142
2153
|
pulumi_oci/nosql/get_tables.py,sha256=7UTLJuwGajlV3As5W6KnmuX_jZsnDVUsq1RxPssZhjM,6059
|
2143
2154
|
pulumi_oci/nosql/index.py,sha256=vh1mRftEh5779i20e7q05keVJBoZp0GsRRgFNwhnVj4,23595
|
2144
|
-
pulumi_oci/nosql/outputs.py,sha256=
|
2155
|
+
pulumi_oci/nosql/outputs.py,sha256=Hsd258xoaQaRLHM6jdZC2Idne2iI1HduZOkOphxsbYM,54805
|
2145
2156
|
pulumi_oci/nosql/table.py,sha256=gwZIc4XKkMYA7IdRo7Q-hEUq1IyFd52WT0M8mndstUI,39668
|
2146
2157
|
pulumi_oci/nosql/table_replica.py,sha256=W6vmiyCm366UThi-E4GJBHeGUDtYm5sSxG5TzR_LYa4,19893
|
2147
2158
|
pulumi_oci/objectstorage/__init__.py,sha256=EEsdyaVb8x_xCSg4Dw0PZO2NnVnq36q4dX4x8ngaJ1U,980
|
2148
|
-
pulumi_oci/objectstorage/_inputs.py,sha256=
|
2159
|
+
pulumi_oci/objectstorage/_inputs.py,sha256=BiDMh4cc_M2eAkTQ-BlfLRMMF9khhp--bfnjv1_OJlE,35395
|
2149
2160
|
pulumi_oci/objectstorage/bucket.py,sha256=lTMz4qrpT-39zij_XMOYLToG1rZkdF_nNX3XrwJvowI,68556
|
2150
2161
|
pulumi_oci/objectstorage/get_bucket.py,sha256=twSxBAVyt4Ra_SNNd98O6g0GEVBfPjNCMhasQckX77w,18214
|
2151
2162
|
pulumi_oci/objectstorage/get_bucket_summaries.py,sha256=ZJ5oxquOiQRzyW_EVN9_3nE3DhhdEC1JJmbWpjHv18c,7124
|
@@ -2163,7 +2174,7 @@ pulumi_oci/objectstorage/get_replication_policy.py,sha256=TnYg-vQ1vhWVzrbEWKqv4o
|
|
2163
2174
|
pulumi_oci/objectstorage/get_replication_sources.py,sha256=w6epkqAGeryW8YApbWNiHK3ysHSMztNjkGm8sf4-pso,5763
|
2164
2175
|
pulumi_oci/objectstorage/namespace_metadata.py,sha256=LP1wKOQ_D0WXyHdPVciNQXEMIQjSp0QnL_Oa6aOWC38,8842
|
2165
2176
|
pulumi_oci/objectstorage/object_lifecycle_policy.py,sha256=a4eWR6bpHHj_Tcu9nWA3-UtSIIbyrbxQPa7TDioCHOY,15381
|
2166
|
-
pulumi_oci/objectstorage/outputs.py,sha256=
|
2177
|
+
pulumi_oci/objectstorage/outputs.py,sha256=6ufNPaSz6L3svifdJJwxrZH01b5wncbd3IlKOIeqVVI,85209
|
2167
2178
|
pulumi_oci/objectstorage/preauthrequest.py,sha256=S5sLPOKuMMuYPrbFfwvBbrC21cfwB5sn1Gi7SoBY8_c,40483
|
2168
2179
|
pulumi_oci/objectstorage/replication_policy.py,sha256=Bcq9bRFfk1HDnSONKPA2sH6ceQKa7zSz_tAV2bdKAzg,28044
|
2169
2180
|
pulumi_oci/objectstorage/storage_object.py,sha256=kYDx4abkeZ5rYE7Dx9W-QCenVstxyYHQryAL9FHsTGE,65739
|
@@ -2174,22 +2185,22 @@ pulumi_oci/oce/get_oce_instances.py,sha256=ojq0PU2QbXMgrXFn7jQLHg7c1Lws0tDGjRHhb
|
|
2174
2185
|
pulumi_oci/oce/instance.py,sha256=DXoqOAPQChx6IRXGx7-pyYOWCkvjzIup0GKhRxxzih4,57973
|
2175
2186
|
pulumi_oci/oce/outputs.py,sha256=nTi8QFPbWqWgpoqAJ7AX58ZQBitM_MR8CEJWzCeb7BI,12939
|
2176
2187
|
pulumi_oci/ocvp/__init__.py,sha256=7JzLPH9ZrUF0Ik8FMWlY4nN_DXF7fN2WMM70ixcY1bM,752
|
2177
|
-
pulumi_oci/ocvp/_inputs.py,sha256=
|
2188
|
+
pulumi_oci/ocvp/_inputs.py,sha256=9qTGD2k-jhtej6_3ibcV1P6T0sUKfv1oUx1Vcqa_wH0,82848
|
2178
2189
|
pulumi_oci/ocvp/cluster.py,sha256=dVRKPTN05zQzWRbA8Y9Jy5fsW8tiV42FI8Cu7RZ1RJU,81337
|
2179
2190
|
pulumi_oci/ocvp/esxi_host.py,sha256=Lz8emyMuf3LGL1Bg-0-Aa8_uUiDMZPdhXcZwsql4Zqo,95176
|
2180
2191
|
pulumi_oci/ocvp/get_cluster.py,sha256=wBEZo19pw5fZB2q2-N4kXXp35wV57YXrQz4G7scCUWw,20876
|
2181
2192
|
pulumi_oci/ocvp/get_clusters.py,sha256=OpndPKE77G_KQYj7fC1qPAOEw28U7ULpnAurKh2q9h4,7969
|
2182
2193
|
pulumi_oci/ocvp/get_exsi_host.py,sha256=PaucYSrEqhIdUTrTM6yVdVUs2inP2uHqrIOxw6cJrwI,26815
|
2183
2194
|
pulumi_oci/ocvp/get_exsi_hosts.py,sha256=Tz3yeRuBijMeQRDwtdNZzvTcH6U1P39PmJK2CczGeqM,13881
|
2184
|
-
pulumi_oci/ocvp/get_retrieve_password.py,sha256=
|
2195
|
+
pulumi_oci/ocvp/get_retrieve_password.py,sha256=9CY87ZCNFNbaPJxr8ja5d1KEXrb8xd5vxWuRwf2mvcE,4516
|
2185
2196
|
pulumi_oci/ocvp/get_sddc.py,sha256=1ir1sUCv0wA78AtSJeyGwFLcG0QqV9em3JKBE4H7JG8,59897
|
2186
2197
|
pulumi_oci/ocvp/get_sddcs.py,sha256=-T5NY0KViPkjbYIgzu-XIDxZAQCdt1mGAPSIbztIxHU,8336
|
2187
2198
|
pulumi_oci/ocvp/get_supported_commitments.py,sha256=lVRawEDuSdzLeUbCa6cRzczKGKvIZPhV2bmX-dNa4to,5975
|
2188
2199
|
pulumi_oci/ocvp/get_supported_host_shapes.py,sha256=A5MUI0h3VquHrJVbIjANwP8kOKHkGffrt8uc19YYUhE,9641
|
2189
2200
|
pulumi_oci/ocvp/get_supported_skus.py,sha256=3mbiTv69t8G3riWajzrgYsRcVoh0IAfpMH9zmmUUECk,5972
|
2190
2201
|
pulumi_oci/ocvp/get_supported_vmware_software_versions.py,sha256=bdkBaD0hva1NAVo4v-sF9nrCPhrgEepJvYsOQeAH-bo,7588
|
2191
|
-
pulumi_oci/ocvp/outputs.py,sha256=
|
2192
|
-
pulumi_oci/ocvp/sddc.py,sha256=
|
2202
|
+
pulumi_oci/ocvp/outputs.py,sha256=LhELHaf7eGW-4okm89ucBJK2JlWmKLMPSq_8xGz4fwU,229090
|
2203
|
+
pulumi_oci/ocvp/sddc.py,sha256=6y4AKgRGGlBIHmSPWjXAbfGbXEnzbT0Ibqy0i1dLBfw,226839
|
2193
2204
|
pulumi_oci/oda/__init__.py,sha256=sIiYpIKHQ4rqyW3va7TF5kiFxSxMxoiU1keLRRXSBhg,825
|
2194
2205
|
pulumi_oci/oda/_inputs.py,sha256=hWgs5zFWAF1gB96zV6SaIsLULmB9vT6FNe1Z1CbtqCo,8543
|
2195
2206
|
pulumi_oci/oda/get_oda_instance.py,sha256=dteig4sBeSRKdoVvioIz6Dp9mdo4OXq_GFvygYTa9RY,18058
|
@@ -2229,13 +2240,13 @@ pulumi_oci/ons/get_subscription.py,sha256=8xQyMIX8P2uDvstS5V6jClKYipJ3JsgygvBc1M
|
|
2229
2240
|
pulumi_oci/ons/get_subscriptions.py,sha256=7Hz7zRcPn9MTjDQCQ_HDFJfQNMgryDvoclL-Pev95mY,6316
|
2230
2241
|
pulumi_oci/ons/notification_topic.py,sha256=ZlGax-Kbc-KKdWLKlvJLesiLXugan8mV875hTvd4ylw,30879
|
2231
2242
|
pulumi_oci/ons/outputs.py,sha256=10WB2aUDUHe12jPQsi2RgCjHMr2OMettWfcWBpGvlTo,15875
|
2232
|
-
pulumi_oci/ons/subscription.py,sha256=
|
2243
|
+
pulumi_oci/ons/subscription.py,sha256=Sc172W1VclKcyMGSTwzezNJu8DPhC7aTFO4GjpgN-Y8,37067
|
2233
2244
|
pulumi_oci/opa/__init__.py,sha256=NWevj4wdv4lTwkJ5tcUGcUCfKbbXcsX6i2pdNVfpjlE,407
|
2234
|
-
pulumi_oci/opa/_inputs.py,sha256=
|
2245
|
+
pulumi_oci/opa/_inputs.py,sha256=IoHNvCgaglq0klR3qeOb8C7pSSIxQ-GX6yBkrI-iqsE,5603
|
2235
2246
|
pulumi_oci/opa/get_opa_instance.py,sha256=7_es4h9ut8V1jpWA5Qr_jLGYJJ1bvrNzSMHXJVX0Lpk,15872
|
2236
2247
|
pulumi_oci/opa/get_opa_instances.py,sha256=w40-_cVKXQ1eAL7d5IvNXYbIKLcDfXjKdAWixsMjk3M,7098
|
2237
2248
|
pulumi_oci/opa/opa_instance.py,sha256=ZuFS0mrd_9KAisuCfvgDo7WEfJL7GO7jqZu-A2ktfT0,48832
|
2238
|
-
pulumi_oci/opa/outputs.py,sha256=
|
2249
|
+
pulumi_oci/opa/outputs.py,sha256=zb1AcIhLu-BYBiJE9gxbsgXzY5xWjOvBPIVnI02UZFY,23056
|
2239
2250
|
pulumi_oci/opensearch/__init__.py,sha256=j6imX3-XMevHNRul4IwmPmSMXzCUFaiStMD2MhamtRc,491
|
2240
2251
|
pulumi_oci/opensearch/_inputs.py,sha256=e2q1m7kinTP9p017LXU0Nw548wQaZFYNf6FQbobO_9U,2448
|
2241
2252
|
pulumi_oci/opensearch/cluster.py,sha256=n9xNc_c3A2149A2igEu48-KNqCsJ3S3tR-KXnF9DIC4,95625
|
@@ -2260,13 +2271,13 @@ pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=HYrW1R8to_eg4p1D9Pmf
|
|
2260
2271
|
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=Lu_SDljPRNl5QRbM6pxMlNM986hP7MHwxuG_F7vF77Q,75065
|
2261
2272
|
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=2m1hPWTHl9qkUcfMYoHQT7UNieC2wiK3bYJ4fq_C6n4,76319
|
2262
2273
|
pulumi_oci/opsi/__init__.py,sha256=fdJT5pryJP3NEo_B8ZbIFU0uP9CVhq_qUyNVxTCBhdE,2224
|
2263
|
-
pulumi_oci/opsi/_inputs.py,sha256=
|
2274
|
+
pulumi_oci/opsi/_inputs.py,sha256=gbnVIGG5lZ4HZj0JyXE0IV4QsWrmr0UaA-nfiAdjqF0,72406
|
2264
2275
|
pulumi_oci/opsi/awr_hub.py,sha256=recUMuS-BQDrT7riDo5uyq4KClCHa__bJP4oyzaSTxE,31707
|
2265
2276
|
pulumi_oci/opsi/awr_hub_source.py,sha256=4pBWaZX8R0UnQMrVssgjZrrZcqoC84448SHL67fRda4,46291
|
2266
2277
|
pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py,sha256=WJo-tChWm8YOlClQEivYeL_bXY1p2adxJwXbbi58o-k,11718
|
2267
2278
|
pulumi_oci/opsi/database_insight.py,sha256=qOfKqSxBkyTrKx8UGPi51t68G18AmmRgH0B_lTBStjU,80079
|
2268
2279
|
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=gSuTs0L-MOM3IaOLNtF_k0f4f0us5thwhvAOslNRndY,32673
|
2269
|
-
pulumi_oci/opsi/exadata_insight.py,sha256=
|
2280
|
+
pulumi_oci/opsi/exadata_insight.py,sha256=q8XsRJI25oeaQAwDc1Iod0RrMqgQaPSz-IqNs3_IPwc,61585
|
2270
2281
|
pulumi_oci/opsi/get_awr_hub.py,sha256=AUzbzzLjLUu-1MY83cn7yH_1lZGYHiFaKNv2785eJuA,11123
|
2271
2282
|
pulumi_oci/opsi/get_awr_hub_awr_snapshot.py,sha256=vnyPWdFD9KyKWFFx41n26ymz6DuGo1gihBhFTtmYP3I,8862
|
2272
2283
|
pulumi_oci/opsi/get_awr_hub_awr_snapshots.py,sha256=VV0EgjEIrh9x3jCEh9eSRuyNJwtlthr5AZMTFAMaKoA,9891
|
@@ -2306,9 +2317,9 @@ pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha25
|
|
2306
2317
|
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=9unkNfGvjUYSZK8BfsrDDcmwN2xHSEZRg1zsLvRPzcw,10415
|
2307
2318
|
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=9JUocVcLNRHdpLhjuzFd1uwQb9M2hjOhvrZR1qSOPDE,38342
|
2308
2319
|
pulumi_oci/opsi/opsi_configuration.py,sha256=uLc1Vic_qfX6O72_or3o42ftRME16lJgaqP3hW49kW8,48335
|
2309
|
-
pulumi_oci/opsi/outputs.py,sha256=
|
2320
|
+
pulumi_oci/opsi/outputs.py,sha256=AAj2CsCugsDnt2hCtozApIqLknAhgfCGNZvY9MSvVQY,287110
|
2310
2321
|
pulumi_oci/optimizer/__init__.py,sha256=KGWDQm3UJGX6gBelEZ_vljzdfFHDtB9tXZWWCBflwvc,944
|
2311
|
-
pulumi_oci/optimizer/_inputs.py,sha256=
|
2322
|
+
pulumi_oci/optimizer/_inputs.py,sha256=Q0jQxY1wCGLYZ_b10gQqNCwXMUSba_Yo74Ht4BU_vX8,23167
|
2312
2323
|
pulumi_oci/optimizer/enrollment_status.py,sha256=zWniUL7MjLcxEmE0ywN1TVIuB5mIKg-LZFU_pjWKI0w,15919
|
2313
2324
|
pulumi_oci/optimizer/get_categories.py,sha256=cpjGX0do4eI8w3gWSMpbXjaD1k_Q1pMXab7WKuKlEmY,13527
|
2314
2325
|
pulumi_oci/optimizer/get_category.py,sha256=oiJCSwAfUIGiH_sSJAPEFTcykhHeIwIikGtwyMvgJ-M,9653
|
@@ -2325,12 +2336,12 @@ pulumi_oci/optimizer/get_recommendation_strategy.py,sha256=aRXu9sbMS32svcEs2V8bz
|
|
2325
2336
|
pulumi_oci/optimizer/get_recommendations.py,sha256=88E1FoQ8SBAa8C9-VWl1kfGvKjsc37R8HH0CBJCKVpM,16758
|
2326
2337
|
pulumi_oci/optimizer/get_resource_action.py,sha256=9bDfe7MkqkF5IlUJnSEnIf0T8bN-AOZSCrb8PlvIYi4,14317
|
2327
2338
|
pulumi_oci/optimizer/get_resource_actions.py,sha256=DuRaYBeEazcsOsAI6r92XDWOwov3ysGA3M3nLfloHso,19408
|
2328
|
-
pulumi_oci/optimizer/outputs.py,sha256=
|
2339
|
+
pulumi_oci/optimizer/outputs.py,sha256=TykmYy4ZyMmu4QwYNuNU4BAtVrBgLHBKdgwgbeUBqV0,107097
|
2329
2340
|
pulumi_oci/optimizer/profile.py,sha256=aegxvWpHje6D8fxJ6MvZObVsvLdc4uVJYD_0kYrrUfo,37129
|
2330
2341
|
pulumi_oci/optimizer/recommendation.py,sha256=Tjg2pESkAE1GhiEYrdPI11NHrutOKIOQG8hhAPKEfHY,30876
|
2331
2342
|
pulumi_oci/optimizer/resource_action.py,sha256=bULCsEEjYvur_xiyk9nr777mrd3qdn_QFSFBgv0W1i0,32245
|
2332
2343
|
pulumi_oci/osmanagement/__init__.py,sha256=lDPqLjnyvU1tbQ1VftQFEdA8grjmmXAD1gyBOUPK2P4,994
|
2333
|
-
pulumi_oci/osmanagement/_inputs.py,sha256=
|
2344
|
+
pulumi_oci/osmanagement/_inputs.py,sha256=evVkumb362p3zt0RNloyi9AF8KB5ki4jY4CJGIro-ew,17822
|
2334
2345
|
pulumi_oci/osmanagement/get_managed_instance.py,sha256=-x5HXe2uZD2Quoi6x4R1WaNkJoWrV5gPDSnhhhg4_Cg,19107
|
2335
2346
|
pulumi_oci/osmanagement/get_managed_instance_event_report.py,sha256=K24RGmHatxg37hYGAQnjsXoLJqMhvJoUJ7UXOvea8yY,8511
|
2336
2347
|
pulumi_oci/osmanagement/get_managed_instance_group.py,sha256=1KVKcUtts0O2Vp01PT10wBjhrQnx3nRulq7zd2aHYqs,9568
|
@@ -2346,16 +2357,16 @@ pulumi_oci/osmanagement/get_software_sources.py,sha256=H_9P-ZUGuAj5KLlRRLQTfOO6C
|
|
2346
2357
|
pulumi_oci/osmanagement/managed_instance.py,sha256=z-WWwQKhPcXaHbgxV6IXY-lGsCD8IJckmrTETI3q6iY,43598
|
2347
2358
|
pulumi_oci/osmanagement/managed_instance_group.py,sha256=jjFRIijKM3Tx6GfvPAljAADkt4sF1XM5RwsFCP4DBpo,28814
|
2348
2359
|
pulumi_oci/osmanagement/managed_instance_management.py,sha256=T3A3zZMFh0s67xXxL4uI93hnPxCL4PgjZLRD6GfUw2Q,32979
|
2349
|
-
pulumi_oci/osmanagement/outputs.py,sha256=-
|
2360
|
+
pulumi_oci/osmanagement/outputs.py,sha256=-GhQNRNs5l2kZCqMQJAd-ecy8YUN3M0tTH0L6KGLz7E,62949
|
2350
2361
|
pulumi_oci/osmanagement/software_source.py,sha256=WDdkDzhAG6J-btfa8vY_EovjZ96uOW7azREm0hDSPq0,44420
|
2351
2362
|
pulumi_oci/osmanagementhub/__init__.py,sha256=4tUbFbqxHO2AO1e4xRSbp8CfghpGlTeHVY8BqYp-ml0,4097
|
2352
|
-
pulumi_oci/osmanagementhub/_inputs.py,sha256=
|
2353
|
-
pulumi_oci/osmanagementhub/event.py,sha256=
|
2363
|
+
pulumi_oci/osmanagementhub/_inputs.py,sha256=qgGuQcQ0mVec1OYG2VaK7AM1rgfTndmnREGMVo9er_k,195822
|
2364
|
+
pulumi_oci/osmanagementhub/event.py,sha256=hZfxz_teKtaH6Gz1FOBdobNMgvBNS1wRBbg_Shu0eBs,37776
|
2354
2365
|
pulumi_oci/osmanagementhub/get_entitlements.py,sha256=CXZ6JvvYEZiERrGChVFgI4NrzCw5QLQnZCsX1dgsbG4,7653
|
2355
2366
|
pulumi_oci/osmanagementhub/get_errata.py,sha256=7tbjgzW7RmlcmaI94uj2btps42uklMICr0LAcu7bd3s,13892
|
2356
2367
|
pulumi_oci/osmanagementhub/get_erratum.py,sha256=dZYspmIOHplfZ-Ajar1m5x52ltj1tuboIo0y2npAGRg,11956
|
2357
|
-
pulumi_oci/osmanagementhub/get_event.py,sha256
|
2358
|
-
pulumi_oci/osmanagementhub/get_events.py,sha256=
|
2368
|
+
pulumi_oci/osmanagementhub/get_event.py,sha256=uDSvUMQhYPBkncM-ThFCkrqUaFoPjSy-v7F727QVIUo,13600
|
2369
|
+
pulumi_oci/osmanagementhub/get_events.py,sha256=c-9HLV77z2rdDhJPTulbS4RXumfz0y57-rszsxNamWc,16537
|
2359
2370
|
pulumi_oci/osmanagementhub/get_lifecycle_environment.py,sha256=E1iC0YJWlD9DGoAukzJ79oY94jvS2d0oPZ5Z6k8X6E0,13206
|
2360
2371
|
pulumi_oci/osmanagementhub/get_lifecycle_environments.py,sha256=WMKLzBa-0VmwgB7JGpYp3Is-DB8ayM0dM-5Yia8LGM8,15207
|
2361
2372
|
pulumi_oci/osmanagementhub/get_lifecycle_stage.py,sha256=kVdkFMaTb4-Vk6ZJ0LdLZYOzU5nlmyJP4tylmN5fR7A,13606
|
@@ -2400,7 +2411,7 @@ pulumi_oci/osmanagementhub/get_software_source_vendors.py,sha256=JWwv4rPnI4jgCGE
|
|
2400
2411
|
pulumi_oci/osmanagementhub/get_software_sources.py,sha256=Q2QDLmVI4rcPPPQFYRuRLplRook6gijubZzVwqAqM7w,21453
|
2401
2412
|
pulumi_oci/osmanagementhub/get_windows_update.py,sha256=jMRFhmo-Z-rnuOdoL1PQvENgTKSpwKk_Tcf8QvW65pk,9120
|
2402
2413
|
pulumi_oci/osmanagementhub/get_windows_updates.py,sha256=igo-RadNgVVG_qB0XYPRGDffrPXa8jzCpkeDh9vTrwM,8861
|
2403
|
-
pulumi_oci/osmanagementhub/lifecycle_environment.py,sha256=
|
2414
|
+
pulumi_oci/osmanagementhub/lifecycle_environment.py,sha256=LKiSo_KE_G_NoFaHRP2yaOZ1BiIINWboiAYjPyRXXtg,44776
|
2404
2415
|
pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py,sha256=A9tfSFwIcMDOWX4LjqAFXx0IItQOAREoTqRaIYGgspw,14035
|
2405
2416
|
pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py,sha256=2EOXqnidtzKcUIk7DxtQ0dAQcDggSEkefOFuvz4pN1Q,13875
|
2406
2417
|
pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py,sha256=tv0nuFN9kVhzx8o72mHnHwizkYmjswzlHN6kW0YFLIQ,17737
|
@@ -2423,14 +2434,14 @@ pulumi_oci/osmanagementhub/management_station.py,sha256=H5JOoruBgKK4JszqjU8fpPG2
|
|
2423
2434
|
pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py,sha256=Nr_AEDUXH-cezXiAPPb4mbUd6G6lUKUAxXEqzJ6qo3E,12334
|
2424
2435
|
pulumi_oci/osmanagementhub/management_station_refresh_management.py,sha256=KeKbLmhVbDJ-UR4cor2iNayBywd-eqgqcqw7mLabL9M,10059
|
2425
2436
|
pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py,sha256=CvhA8vOv5SBOMAX-X572b5hVtnQK3LZ7aua1j4N7Z7k,13318
|
2426
|
-
pulumi_oci/osmanagementhub/outputs.py,sha256=
|
2437
|
+
pulumi_oci/osmanagementhub/outputs.py,sha256=qWWrSnkAVxzA68DftCqzHWUlSUPIQd3yeZZn8mmcZbI,605188
|
2427
2438
|
pulumi_oci/osmanagementhub/profile.py,sha256=YyLQtb89IBUmobWNI0KWGSb4IfEhYV3jUF8UQ7dUBRw,62731
|
2428
2439
|
pulumi_oci/osmanagementhub/scheduled_job.py,sha256=BIvtlwq-HqsIon6NnncrEg7VtnMr36wlMImd6O9LFRw,85921
|
2429
|
-
pulumi_oci/osmanagementhub/software_source.py,sha256=
|
2440
|
+
pulumi_oci/osmanagementhub/software_source.py,sha256=3rBKdopix8Z07tYPgw58VSoUeA42L550CfNsGvEsZRI,70015
|
2430
2441
|
pulumi_oci/osmanagementhub/software_source_add_packages_management.py,sha256=2AOCtdeCuMVVLKcJY9g8QP7tp0psocmuh1n5zoIKVvY,12900
|
2431
2442
|
pulumi_oci/osmanagementhub/software_source_change_availability_management.py,sha256=MeGdr-6GnOiwIOratGlegsxz8bc_ZKbUIxO9rObTxa8,11074
|
2432
2443
|
pulumi_oci/ospgateway/__init__.py,sha256=_1egZYO1h80MOxzPAj4FddwH5MUCu-Svp9r8QrDHU34,647
|
2433
|
-
pulumi_oci/ospgateway/_inputs.py,sha256=
|
2444
|
+
pulumi_oci/ospgateway/_inputs.py,sha256=2MbYxhDrPK6In2fD0Rw92Rn5yrKBGBtzL3qEQD6oGrc,92645
|
2434
2445
|
pulumi_oci/ospgateway/address_action_verification.py,sha256=gYk92B1zHWlx8EyLNE84xUN6rIfD7Rj0xUgCE03xGJY,65576
|
2435
2446
|
pulumi_oci/ospgateway/get_address.py,sha256=hdj6MkAYZnrt5JOFM31dywq2GIJhi7UXbI0TrVPuuNs,17901
|
2436
2447
|
pulumi_oci/ospgateway/get_address_rule.py,sha256=NIQlGFI2SfqmChGZZujlqgVq5Zh3vS2v29xXA0beVek,6994
|
@@ -2440,8 +2451,8 @@ pulumi_oci/ospgateway/get_invoices_invoice_line.py,sha256=epzhPjf8W0EeUtdlcFQVoI
|
|
2440
2451
|
pulumi_oci/ospgateway/get_invoices_invoice_lines.py,sha256=37E4XedMQmESSKJhH7V2shtWAduVafOend1ijfs6YAo,7247
|
2441
2452
|
pulumi_oci/ospgateway/get_subscription.py,sha256=sDVWkZ2QsSV_hzzdsVWKA_-Q_SZ34EM1vwSz7WwC29s,18182
|
2442
2453
|
pulumi_oci/ospgateway/get_subscriptions.py,sha256=E7tOz5GERz3UFaXRU62dIG8e_SAngayT_AfoxDm9grA,5956
|
2443
|
-
pulumi_oci/ospgateway/outputs.py,sha256=
|
2444
|
-
pulumi_oci/ospgateway/subscription.py,sha256=
|
2454
|
+
pulumi_oci/ospgateway/outputs.py,sha256=CB8v2_wGHNizEQwa_f1e5RSjA8ZaWrbH7o8mWXOhriE,246662
|
2455
|
+
pulumi_oci/ospgateway/subscription.py,sha256=DwaeXI4Y2reIm7ufVXv6Tq15uW-xyjZpOaE6KHqnXq0,42489
|
2445
2456
|
pulumi_oci/osubbillingschedule/__init__.py,sha256=MUeqEUQLF5-Us6E-FDTHDppCY6L-vabohX2BrJ0X0jA,350
|
2446
2457
|
pulumi_oci/osubbillingschedule/_inputs.py,sha256=oVKaHwmTWnrgEmglwttBDsHvDAvPa8Vr5Gynza7v2tU,1505
|
2447
2458
|
pulumi_oci/osubbillingschedule/get_billing_schedule.py,sha256=vFDimH9-dYpCbNOK1viUZiTYSgE7Wyep1HMYd-NllH0,8460
|
@@ -2464,10 +2475,10 @@ pulumi_oci/osubusage/get_computed_usage.py,sha256=lDSlwis7k6_iPMPOYGRySKDBmK6AC8
|
|
2464
2475
|
pulumi_oci/osubusage/get_computed_usages.py,sha256=v58c49lE4keERZf0ZQBbIw4gSyt1yWGmgxAWqnObPCY,10129
|
2465
2476
|
pulumi_oci/osubusage/outputs.py,sha256=dzAhiIXAjhu56gHJH3-LrdzW56wR1M2oU4tK0299-Eo,37821
|
2466
2477
|
pulumi_oci/psql/__init__.py,sha256=Ze9Vw0SqWLlOMonve0kvQypQH1rN57OusxmHbnPZ2nk,774
|
2467
|
-
pulumi_oci/psql/_inputs.py,sha256=
|
2478
|
+
pulumi_oci/psql/_inputs.py,sha256=g7R_xdgYxChsB6VMU6CC9gww_EkuWQcPkJsNT6M0zeY,46589
|
2468
2479
|
pulumi_oci/psql/backup.py,sha256=n3jvkMa3EqB9ZADGuKvLhM6773O2lDJjfVCobyubJRU,37802
|
2469
2480
|
pulumi_oci/psql/configuration.py,sha256=NVuRIm2e0liTqkiXVD0Iom6KrzfVItFe0ohQlGiFbXQ,41816
|
2470
|
-
pulumi_oci/psql/db_system.py,sha256=
|
2481
|
+
pulumi_oci/psql/db_system.py,sha256=HsYdcIl2fOSydChkNCoMsWjvamsZf33yIqqRMb-dLXE,78228
|
2471
2482
|
pulumi_oci/psql/get_backup.py,sha256=7rHPeDkhAA8RirBo6B_wco0TBAFG4-j0lrko7WzsiOA,13545
|
2472
2483
|
pulumi_oci/psql/get_backups.py,sha256=pw2P62WiCXN6gMSZt_ItUNFqADSYuvmP6U2hTjJAUqw,9774
|
2473
2484
|
pulumi_oci/psql/get_configuration.py,sha256=L381m41utpNPq1Lsn5i9BpgHjTnNQkCcEbagm6Ld__A,12600
|
@@ -2479,13 +2490,13 @@ pulumi_oci/psql/get_db_systems.py,sha256=liyxfTmnNDtttJWz7SmvvqRpE2LOxG_Dxq6DN9I
|
|
2479
2490
|
pulumi_oci/psql/get_default_configuration.py,sha256=b9jAc4wcUs0PQQpkoM9NLzd-8k3nWyGt8k328-6F1-w,9729
|
2480
2491
|
pulumi_oci/psql/get_default_configurations.py,sha256=iLit1_ZpdMsXx2Al8Cf4pwzw3ddXNShsiEwAyrL5gRk,9229
|
2481
2492
|
pulumi_oci/psql/get_shapes.py,sha256=iX5LXmI91mW6VLnzjok5N7n1BeljgBDgYjAbnDwn400,4855
|
2482
|
-
pulumi_oci/psql/outputs.py,sha256=
|
2493
|
+
pulumi_oci/psql/outputs.py,sha256=aqHHMonteQyeRZJn06yx3eB1Tr67uQ-wbRSYVpXe0-8,148155
|
2483
2494
|
pulumi_oci/queue/__init__.py,sha256=jwKK25ETwcG0tqoblRZJX6MN7BKulcDaUyL3ql98tf4,386
|
2484
2495
|
pulumi_oci/queue/_inputs.py,sha256=iTTjPe03bpwbFZLXV0Ur_pm8wdO_XNCsz_rqBJI1xv4,1380
|
2485
|
-
pulumi_oci/queue/get_queue.py,sha256=
|
2496
|
+
pulumi_oci/queue/get_queue.py,sha256=2x_jzrAdQhf3R7GCHSIOQZqvux0wjjRb4bOZmyTyV2Q,14727
|
2486
2497
|
pulumi_oci/queue/get_queues.py,sha256=XxGiWdy5_CvafTqRBkyR-mBizBQi09p31QDCucIs-7Y,7066
|
2487
|
-
pulumi_oci/queue/outputs.py,sha256=
|
2488
|
-
pulumi_oci/queue/queue.py,sha256=
|
2498
|
+
pulumi_oci/queue/outputs.py,sha256=bYVWGj3sPZufKakGkyG69MPaWqSVfxZUwEU_M_wQT9k,11860
|
2499
|
+
pulumi_oci/queue/queue.py,sha256=caHJv9Np2LIfpI5uf08i-82Wm3kpvdBo7kvVdGcDA8c,50311
|
2489
2500
|
pulumi_oci/recoverymod/__init__.py,sha256=OK1ODRfvOF3FChxhjvEoUukJEwhKRNFy7FpavkfVxs8,718
|
2490
2501
|
pulumi_oci/recoverymod/_inputs.py,sha256=7f7qJE8SfGBNyeXMdqSoG8BHGLnsI8qcspqlTVYxViI,13411
|
2491
2502
|
pulumi_oci/recoverymod/get_protected_database.py,sha256=43LL_eTfVV9-ZtTf2yBsTl_94Cc6PrDQpJQwi4pDmYs,18624
|
@@ -2516,13 +2527,13 @@ pulumi_oci/resourcemanager/get_stacks.py,sha256=xbsKPPbJvoVDvSVHZJZ0dtVM7e3IFqIg
|
|
2516
2527
|
pulumi_oci/resourcemanager/outputs.py,sha256=Bd5_uL1G6tKBMt-l3kTdWjPFe1gOW_S9wH7MZE-3cDs,18127
|
2517
2528
|
pulumi_oci/resourcemanager/private_endpoint.py,sha256=vuTZ6gjTlycWYfGD2w59mvvdm6F-D9m6Eoq_47eLHp8,41929
|
2518
2529
|
pulumi_oci/sch/__init__.py,sha256=dH6zXwKT52lcqpfse2o7ie_EX6lm2CsDqEV_kiy39GA,487
|
2519
|
-
pulumi_oci/sch/_inputs.py,sha256=
|
2520
|
-
pulumi_oci/sch/connector.py,sha256=
|
2530
|
+
pulumi_oci/sch/_inputs.py,sha256=m5Ut1uzW5s9CBVa46qH5sAy-K61u7OPdLxv4IH2p3R0,45715
|
2531
|
+
pulumi_oci/sch/connector.py,sha256=K7f3sqCnveCu06SjkZqaw06KlPD8aAsszXNycR8qB0E,52170
|
2521
2532
|
pulumi_oci/sch/get_connector_plugin.py,sha256=j-5Hy4r5tgwziFVebGzxMy9hNALBkzPtZLSZ3Bd08fw,8301
|
2522
2533
|
pulumi_oci/sch/get_connector_plugins.py,sha256=5gvfAVO8792J06sTdlQLV2YT3SgfoqI-sKvR5wMfui8,7236
|
2523
2534
|
pulumi_oci/sch/get_service_connector.py,sha256=hyM45RMYaHKXv9dms2sBy3Mn_rRxhrlRdrDapLaWUxQ,12761
|
2524
2535
|
pulumi_oci/sch/get_service_connectors.py,sha256=y4_31b1YjyflENZZlGf-Hrsgg5DqHUbqOD72BJl4mZQ,7803
|
2525
|
-
pulumi_oci/sch/outputs.py,sha256=
|
2536
|
+
pulumi_oci/sch/outputs.py,sha256=yJI_42JRZMAxWkJeV0Wmio8fqdfemT_0x1gSzFHoH00,117160
|
2526
2537
|
pulumi_oci/secrets/__init__.py,sha256=NR1kHXkqAFTxC1uCGWrWhfCqxOHbTuepWpT_ZUDwp9M,387
|
2527
2538
|
pulumi_oci/secrets/_inputs.py,sha256=rS0zIPB8Z30Y2n6uG2fK0iJa2J3P527VgcO7CC0Hp2c,1408
|
2528
2539
|
pulumi_oci/secrets/get_secretbundle.py,sha256=7snc2hmgxioiw7_4WxXvxSVtMt92xUYSTfVwYcPNzRg,10808
|
@@ -2541,14 +2552,14 @@ pulumi_oci/servicecatalog/get_service_catalog_association.py,sha256=E61RymeO5pp0
|
|
2541
2552
|
pulumi_oci/servicecatalog/get_service_catalog_associations.py,sha256=bSUdHMsSwDE4Zc4MKk47RAytwC0gJTE2yerYkSR0tTA,9199
|
2542
2553
|
pulumi_oci/servicecatalog/get_service_catalogs.py,sha256=85JmZ1qqXrzA0GBauI6JjW9-mEN17MRhaUumH9X4jwM,7084
|
2543
2554
|
pulumi_oci/servicecatalog/outputs.py,sha256=GY7e1Jy0ItAtQukHvBsae6svmfU0bQIJnqz_4M4FwJA,30871
|
2544
|
-
pulumi_oci/servicecatalog/private_application.py,sha256=
|
2555
|
+
pulumi_oci/servicecatalog/private_application.py,sha256=A9HKxIxAmaB4oRxtbZfAWswcs2hTScECx9OV4hRMzr4,36446
|
2545
2556
|
pulumi_oci/servicemanagerproxy/__init__.py,sha256=ZncfS1cQl0dvEW3kVd2j-TjFa70ij_LF5MZDKDZprLQ,393
|
2546
2557
|
pulumi_oci/servicemanagerproxy/_inputs.py,sha256=GadysiyHJFP8lehZCBIsqvIVAG5CfYgQZoeQjBQ8Ovo,1406
|
2547
2558
|
pulumi_oci/servicemanagerproxy/get_service_environment.py,sha256=vK-6W2te9QT0FpDtHolY2ZZ4iwcZ5H_wMt2tQIUkv7M,8468
|
2548
2559
|
pulumi_oci/servicemanagerproxy/get_service_environments.py,sha256=9QZGs1RmyPz1GbHNPLfUT-Fb_uF_AMUIn1wL3fk8AEc,9629
|
2549
2560
|
pulumi_oci/servicemanagerproxy/outputs.py,sha256=LEGloEWzVQwhs9rVga3wuSKw_NUsVSOF15oxp18oaDY,11781
|
2550
2561
|
pulumi_oci/servicemesh/__init__.py,sha256=MfexPPIoHGwMvJEUQB2_SqM6uQE0zYjuw-6sIlpWQto,1104
|
2551
|
-
pulumi_oci/servicemesh/_inputs.py,sha256=
|
2562
|
+
pulumi_oci/servicemesh/_inputs.py,sha256=aAobBJzM_uAfR4kcvG0kSTJWWngJhyiMkrn4-FrllT8,70478
|
2552
2563
|
pulumi_oci/servicemesh/access_policy.py,sha256=ThpHEKoRWZwwKD_9WdTXDEpE-BJOmzEP9LkVD3NtjQ4,32956
|
2553
2564
|
pulumi_oci/servicemesh/get_access_policies.py,sha256=sjKjOIB1Z2YewD9Vfsg5sg25asRmQO2OXhSexod633Q,8068
|
2554
2565
|
pulumi_oci/servicemesh/get_access_policy.py,sha256=0EGQ62GTsbgP8PAvDuiZpeFGLQPCtL1YlN5csymAqqQ,10394
|
@@ -2566,14 +2577,14 @@ pulumi_oci/servicemesh/get_virtual_service_route_table.py,sha256=fWE20YH2pzrkKxn
|
|
2566
2577
|
pulumi_oci/servicemesh/get_virtual_service_route_tables.py,sha256=hLm5MdgFecq_yDVcuwy6j5Ao-JVjUDQ4tWqRwmN5w-o,9181
|
2567
2578
|
pulumi_oci/servicemesh/get_virtual_services.py,sha256=KqdqssCy2VKAc8Z9Opl-MPcn4pPor_Rpzeza0FS58ic,8160
|
2568
2579
|
pulumi_oci/servicemesh/ingress_gateway.py,sha256=viF1AyaOu0EO9WP8KOE-7MZuYdGBGqLUw-bPaZvkzio,41663
|
2569
|
-
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=
|
2580
|
+
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=uc5gATTBChg83oEHBb5s7bZmFXFsLLDL_H-NPfJpnAs,37237
|
2570
2581
|
pulumi_oci/servicemesh/mesh.py,sha256=j4X_xqKp5_VJcADXZHfeB1hbwT1JlnQjg7CxifucfII,32233
|
2571
|
-
pulumi_oci/servicemesh/outputs.py,sha256=
|
2582
|
+
pulumi_oci/servicemesh/outputs.py,sha256=gip9jt4o43ecO-DOIRgND1W5F3BDxbiAfQivqf42yMM,208916
|
2572
2583
|
pulumi_oci/servicemesh/virtual_deployment.py,sha256=JngLYrp3zRF0W3CFfjA9_ojaZOG1pWJZu6aolW0PgP8,40322
|
2573
2584
|
pulumi_oci/servicemesh/virtual_service.py,sha256=OKzWFa3aOCIWsuGnIiG4KDUIkDoRI1Ln3Uj6ccSAxgU,39852
|
2574
2585
|
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=BTU_J1GkNyG5vc_cVvf9dGWC_sgzw_t6BcEuJ7EfBes,37602
|
2575
2586
|
pulumi_oci/stackmonitoring/__init__.py,sha256=w3t_oLxZL3HMvvDtr_YZDUp02tvLIezDnDm1msgPjPA,1579
|
2576
|
-
pulumi_oci/stackmonitoring/_inputs.py,sha256=
|
2587
|
+
pulumi_oci/stackmonitoring/_inputs.py,sha256=SVptn874brzsm1l_uyaggDEESrzO2bSVeCWpS5UhtV4,151063
|
2577
2588
|
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=QGH0zOKnnBp8UQS-LsYZEUEAi76mAf5nDVX8_R2J1OM,28254
|
2578
2589
|
pulumi_oci/stackmonitoring/config.py,sha256=guI_zpTaHW4MXN7JuOLQqjn5p5oo8_FUvh3TTlK2P_s,30827
|
2579
2590
|
pulumi_oci/stackmonitoring/discovery_job.py,sha256=uFzVFebBaFEsoX9gqZ5n0wIXKpVb4inKJWVN7HGDZCw,37062
|
@@ -2595,17 +2606,17 @@ pulumi_oci/stackmonitoring/get_monitored_resource_types.py,sha256=QdEIurU7P57LGq
|
|
2595
2606
|
pulumi_oci/stackmonitoring/get_monitored_resources.py,sha256=uBmQ-2NJCEV6UB4SP-ogKDIXfcKHaybHCYnjmJ1W86c,7971
|
2596
2607
|
pulumi_oci/stackmonitoring/get_process_set.py,sha256=wv7420OLosgqXGidJXHAn4nGpSCyM_1HtQ3kNeHi5bI,9194
|
2597
2608
|
pulumi_oci/stackmonitoring/get_process_sets.py,sha256=Irsk2kJ4lfNT7lBWHQAqYvSRGoijM8LYJ3cW3ETmY5c,5989
|
2598
|
-
pulumi_oci/stackmonitoring/metric_extension.py,sha256=
|
2609
|
+
pulumi_oci/stackmonitoring/metric_extension.py,sha256=Zp8x49-tmDwGXhw8f42O47pr2jfbHf6ZmK9dbIefYsU,51650
|
2599
2610
|
pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py,sha256=5ZzAI08ecSu1mw6UvI_OuEEf29E1T8ZZvsnPLhhVVeI,16378
|
2600
2611
|
pulumi_oci/stackmonitoring/metric_extensions_test_management.py,sha256=5TwPuAgGGr_IjKpomzNznZE_IkZNpiDWXSNdODZk6ek,16689
|
2601
|
-
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=
|
2612
|
+
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=WnpmlXKkOWGkdaOhDtNepu09qtTZnUAzsyToAtSd9lE,79625
|
2602
2613
|
pulumi_oci/stackmonitoring/monitored_resource_task.py,sha256=OYNdcE6686mm9l2-gyeUzJwlc9gluMXD_TY_bSz4ENU,31177
|
2603
2614
|
pulumi_oci/stackmonitoring/monitored_resource_type.py,sha256=FA9f-bxLV7uDqdB5sD0nQUXJqQ43RG1faaOGKHI91eY,39143
|
2604
2615
|
pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,sha256=YfL_2upudn1LnwXkBavy6bZNrkjjIv3Dxogv1qAFQV8,27232
|
2605
2616
|
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=CXuXN-_r3_V6fRM8cE08WPISg1yEOhOCYPbcuLfrVcA,16747
|
2606
2617
|
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=216vZ51Xg-tKYWENICj0BSmd_EtlmY21QSIUaC5gWXM,84083
|
2607
2618
|
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=6qM8hh0ddY2osawto98NQkzvT2v5KAim7aAUJkFA_iE,29438
|
2608
|
-
pulumi_oci/stackmonitoring/outputs.py,sha256=
|
2619
|
+
pulumi_oci/stackmonitoring/outputs.py,sha256=lSBjtJrJ0TU73k7_6i33mz26pE5Uj08vid52QDIkN-I,327016
|
2609
2620
|
pulumi_oci/stackmonitoring/process_set.py,sha256=VCMIvx_InA5OiIziM6uA74HupGY9ZMWPbvqQbAyxLLs,25752
|
2610
2621
|
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2611
2622
|
pulumi_oci/streaming/_inputs.py,sha256=FNbJknKJEb7Hh-pkSawRjagcl950kZnCylQRW9u5tSA,12510
|
@@ -2648,23 +2659,23 @@ pulumi_oci/vbs/get_inst_vbs_instances.py,sha256=5lGv1gLYZ8J2Nh73ozfGcF_uBsEGjZYT
|
|
2648
2659
|
pulumi_oci/vbs/inst_vbs_instance.py,sha256=nOS0ZIrVTL6SZU4yIIYmorRJldxeMd7fM78me1Gx3GI,34843
|
2649
2660
|
pulumi_oci/vbs/outputs.py,sha256=jo0_D8z4pHdDo1l-wKJzJNaQUQS83TEMEb9B2PZRj7I,9146
|
2650
2661
|
pulumi_oci/visualbuilder/__init__.py,sha256=_-OX-bR9j1iwNa4wpmZ3qZzzInQbV3WQD89vZ5Ens2M,448
|
2651
|
-
pulumi_oci/visualbuilder/_inputs.py,sha256=
|
2662
|
+
pulumi_oci/visualbuilder/_inputs.py,sha256=EumMY71aYimB9K2_oN1XmGOy3YcKDPzqK_Gi73n-B3g,15035
|
2652
2663
|
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=EFXyCwn_ggOUPF_S1ESm2eQJ-D3zFuiZ_ZXx1izZkEI,16407
|
2653
2664
|
pulumi_oci/visualbuilder/get_vb_instance_applications.py,sha256=89ZJ88J34A8P7oAajcWtLTFzCYVIjcJGVa_FCCTI9UQ,5629
|
2654
2665
|
pulumi_oci/visualbuilder/get_vb_instances.py,sha256=7zOAEOac-wHJUMr-YDYXPXDKFF01uItaDeF_fgsDTNM,6819
|
2655
|
-
pulumi_oci/visualbuilder/outputs.py,sha256=
|
2666
|
+
pulumi_oci/visualbuilder/outputs.py,sha256=BeXF1PrFKlYm9IF-5UTRhRZ3OjNTyhhdm125wjt-brw,46957
|
2656
2667
|
pulumi_oci/visualbuilder/vb_instance.py,sha256=SZfJsY9s2iYp_Y9diFAF2d_z0bcFXGq283uLKQrfx-M,50654
|
2657
2668
|
pulumi_oci/vnmonitoring/__init__.py,sha256=OxQ2ge12nUXNLNX4-AYv25d9BNmoAeA5KtOjmlhGiQs,453
|
2658
|
-
pulumi_oci/vnmonitoring/_inputs.py,sha256=
|
2669
|
+
pulumi_oci/vnmonitoring/_inputs.py,sha256=iM7KygwwVj0jADxymT9aHMHAkEDLOpDWpYF97ZpNCpU,42808
|
2659
2670
|
pulumi_oci/vnmonitoring/get_path_analyzer_test.py,sha256=x3itLe76n5K2Bxzxz0RfxrQyEjAi7Aa2mIV9nDoB0Dg,12104
|
2660
2671
|
pulumi_oci/vnmonitoring/get_path_analyzer_tests.py,sha256=iSIaLYJi0K3Llr2AYuTa-av1fhIGKq25NC_YrgtyIik,7520
|
2661
|
-
pulumi_oci/vnmonitoring/outputs.py,sha256=
|
2672
|
+
pulumi_oci/vnmonitoring/outputs.py,sha256=kAlKhS7pNNydXHuuqlp8F0BOLk0J5k9CIPXjUWDv8pY,78504
|
2662
2673
|
pulumi_oci/vnmonitoring/path_analysi.py,sha256=Sbx9o3X9M6OWzgOFMsg7QJAiNmppsR_Dm2frsev3mdE,34872
|
2663
2674
|
pulumi_oci/vnmonitoring/path_analyzer_test.py,sha256=wceYNx-yvSUU0PRTfejGvZsNIdG8PBLd5s19vt9aYK8,40577
|
2664
2675
|
pulumi_oci/vulnerabilityscanning/__init__.py,sha256=VSMJQqSOSCZXxIeJUBXue681bibaPTi83mk_gzuyrx8,807
|
2665
|
-
pulumi_oci/vulnerabilityscanning/_inputs.py,sha256=
|
2676
|
+
pulumi_oci/vulnerabilityscanning/_inputs.py,sha256=wnABSlItcqPGYzJhSGDiZADxMNpSXsgFoWY0UlCGfGE,26016
|
2666
2677
|
pulumi_oci/vulnerabilityscanning/container_scan_recipe.py,sha256=ZUAP4C_u4VyfwkHhvEZFYiDvED2Z2DbqxDs-JfZRfiQ,27773
|
2667
|
-
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=
|
2678
|
+
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=pgKvxRQq7UiqcCPqJfOtk_5AIQq6HpF3eD8UySLShyY,30625
|
2668
2679
|
pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py,sha256=vmepDtAALJgLW6ZdF_f6sDtjFe1foW9gn3arb2Ducvk,10153
|
2669
2680
|
pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py,sha256=MQwKlFIAUlSgmVdMf-q4mnyO-Kj7c7PmIZ7YSlcD-n8,7794
|
2670
2681
|
pulumi_oci/vulnerabilityscanning/get_container_scan_target.py,sha256=6AWda8lW_lBvWuFO78TfIwTJAQPpSeX5OJQglX9ntDY,11089
|
@@ -2676,7 +2687,7 @@ pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py,sha256=SIMNmB3sn
|
|
2676
2687
|
pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py,sha256=HTqd4uGOxkmsMxCZSdSt-MOTM1oiMrUVTe1WLRB6FVo,7504
|
2677
2688
|
pulumi_oci/vulnerabilityscanning/host_scan_recipe.py,sha256=8creIHuZrrMvbNNbNnaF_Q56gwV5wEVY0MTwV-jAtYo,37268
|
2678
2689
|
pulumi_oci/vulnerabilityscanning/host_scan_target.py,sha256=8ewltVp2tMRwEseHURVJddnccrMx0RIryap_9UpL5gQ,33255
|
2679
|
-
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=
|
2690
|
+
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=I6S6i3n9v-ZfDAIZk5-PIjl6_j1Smx3LUTVoXFliwnk,88866
|
2680
2691
|
pulumi_oci/waa/__init__.py,sha256=8WGkEBb_DVZkKsHSkgNODVUtedjWl1s1eJ0Mmm_xSMQ,546
|
2681
2692
|
pulumi_oci/waa/_inputs.py,sha256=IQ9aNnPFCHJdfsk-RLrIXtKySnTiJrZT5_-7yyTtdhM,8335
|
2682
2693
|
pulumi_oci/waa/app_acceleration.py,sha256=_3iXAdjl6dh0W9gevCzAJS7kj0Rs2Yw2Xym9k-JzCGE,34458
|
@@ -2687,7 +2698,7 @@ pulumi_oci/waa/get_app_acceleration_policy.py,sha256=z-Wy3TYjyRVGpH4MHlw6IO2wi-V
|
|
2687
2698
|
pulumi_oci/waa/get_app_accelerations.py,sha256=U-O3nDIRxSU7v6-VL2eDWubnEbZAFOBdg-QZ0PptrPo,9829
|
2688
2699
|
pulumi_oci/waa/outputs.py,sha256=8enRjTrOFvf-1lwv5KZWS_qyEwjjcn9tropzCkZL2qI,30568
|
2689
2700
|
pulumi_oci/waas/__init__.py,sha256=ToufiV_N4h1r7NjPwvz004zNVy30YUEPv47YWrmt74Q,963
|
2690
|
-
pulumi_oci/waas/_inputs.py,sha256=
|
2701
|
+
pulumi_oci/waas/_inputs.py,sha256=71K4OpIwVSauL584aLERckmT_epdt1mcy9ghrx-KPKo,235412
|
2691
2702
|
pulumi_oci/waas/address_list.py,sha256=s_mwBP7cvOkhvHbm-GGPDkDyV9tHBkYKUzJmDWfg6E4,25422
|
2692
2703
|
pulumi_oci/waas/certificate.py,sha256=Gj-DOfj9DwGxiuqtK9riZL1HQkXltfL-H8xeBM7Xdy8,48062
|
2693
2704
|
pulumi_oci/waas/custom_protection_rule.py,sha256=J2tIG4XfFtnSLyvtehjG3-SuSTU3eQdwV26ObfCUGR0,45175
|
@@ -2705,12 +2716,12 @@ pulumi_oci/waas/get_protection_rules.py,sha256=fzrGOUL4NX31yp_SqYb6evfX4sNgNL2Oh
|
|
2705
2716
|
pulumi_oci/waas/get_waas_policies.py,sha256=8UbG_J7f-iKaGNohYOQ1Ou_-pMmoL6c1p6tfNKJB5nI,10321
|
2706
2717
|
pulumi_oci/waas/get_waas_policy.py,sha256=YOeu7HRNSdVnhRiQ9qO3DLFIFFM_Ix6IslMcm_Ke7n0,11753
|
2707
2718
|
pulumi_oci/waas/http_redirect.py,sha256=QOjtfFXXVh2kjFAfsdAElVc02h8_xGRk18OPZa0rYBU,28297
|
2708
|
-
pulumi_oci/waas/outputs.py,sha256=
|
2709
|
-
pulumi_oci/waas/policy.py,sha256=
|
2710
|
-
pulumi_oci/waas/protection_rule.py,sha256=
|
2719
|
+
pulumi_oci/waas/outputs.py,sha256=YpsmAJFCoI-K1FnmEdz1VLSoQijhTDtdptIz16kf68c,604409
|
2720
|
+
pulumi_oci/waas/policy.py,sha256=wWjk8FCwEkecmxzv7R1YheQRu_0tPzeQbh4Cs9c1t7E,42323
|
2721
|
+
pulumi_oci/waas/protection_rule.py,sha256=PwX8oB2mu0I-HgXlNTt_HO47XK9Ov_-X5X8lnotPgAU,19818
|
2711
2722
|
pulumi_oci/waas/purge_cache.py,sha256=jU7lROBv0-Gz0bMJAP-wVQO8wXy0eBTL4popZteraR8,12912
|
2712
2723
|
pulumi_oci/waf/__init__.py,sha256=29r6sMHheKYKvxj2zmq3QBTyxmY1P-OP5cGjmyD91xI,742
|
2713
|
-
pulumi_oci/waf/_inputs.py,sha256=
|
2724
|
+
pulumi_oci/waf/_inputs.py,sha256=b5cvnqzcpBUQqbARJ6TnyLJTuJwc7qA3EQDaV-JsME8,85680
|
2714
2725
|
pulumi_oci/waf/app_firewall.py,sha256=8Jo1Uoj43kukUtWsH2ITN1A1Li6S3dtEQFpkeKj1RLg,33994
|
2715
2726
|
pulumi_oci/waf/app_firewall_policy.py,sha256=mM_6CZyFws5Z0uuWI3E6VtnAX39t6Rdr8_D-q_mpnvk,68144
|
2716
2727
|
pulumi_oci/waf/get_firewalls.py,sha256=QivQy1mwUeGAOfVqR8tTvIHiPhIFxfyaW0OS9Lm5HF8,9318
|
@@ -2721,9 +2732,9 @@ pulumi_oci/waf/get_protection_capability_group_tags.py,sha256=hylOqX7D0TQ-zEeH1t
|
|
2721
2732
|
pulumi_oci/waf/get_web_app_firewall.py,sha256=tjiU8phuXCBFg6Xi0MyhUsFKRsBo5zIPavQVCtoXDWI,11132
|
2722
2733
|
pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CTiHlxYJuz5GX3izG52A,8394
|
2723
2734
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
|
2724
|
-
pulumi_oci/waf/network_address_list.py,sha256=
|
2725
|
-
pulumi_oci/waf/outputs.py,sha256=
|
2726
|
-
pulumi_oci-1.37.
|
2727
|
-
pulumi_oci-1.37.
|
2728
|
-
pulumi_oci-1.37.
|
2729
|
-
pulumi_oci-1.37.
|
2735
|
+
pulumi_oci/waf/network_address_list.py,sha256=Burm-luOi53fUUOZVqwfKueKEDWQw8789Ir0mUblOiE,33054
|
2736
|
+
pulumi_oci/waf/outputs.py,sha256=IibDb-778q6fJDgC9y7kgFTv6CEz8lMNaSd1c3Su9uc,227138
|
2737
|
+
pulumi_oci-1.37.0a1716526633.dist-info/METADATA,sha256=1KWzLNe5c5Mvh9Iaz8pw44uNryUpP5r_GRZFdzCeMOw,3899
|
2738
|
+
pulumi_oci-1.37.0a1716526633.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
2739
|
+
pulumi_oci-1.37.0a1716526633.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2740
|
+
pulumi_oci-1.37.0a1716526633.dist-info/RECORD,,
|