pulumi-oci 2.16.0a1731393786__py3-none-any.whl → 2.17.0__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 +59 -0
- pulumi_oci/core/_inputs.py +3 -3
- pulumi_oci/core/compute_capacity_reservation.py +7 -7
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +46 -46
- pulumi_oci/database/autonomous_database.py +47 -0
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +105 -0
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_system.py +47 -0
- pulumi_oci/database/exadb_vm_cluster.py +68 -7
- pulumi_oci/database/get_autonomous_database.py +15 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +16 -2
- pulumi_oci/database/outputs.py +97 -2
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -15
- pulumi_oci/dataflow/outputs.py +0 -11
- pulumi_oci/dataflow/sql_endpoint.py +88 -85
- pulumi_oci/generativeai/__init__.py +16 -0
- pulumi_oci/generativeai/_inputs.py +1090 -0
- pulumi_oci/generativeai/agent_agent.py +665 -0
- pulumi_oci/generativeai/agent_agent_endpoint.py +888 -0
- pulumi_oci/generativeai/agent_data_ingestion_job.py +647 -0
- pulumi_oci/generativeai/agent_data_source.py +697 -0
- pulumi_oci/generativeai/agent_knowledge_base.py +659 -0
- pulumi_oci/generativeai/get_agent_agent.py +285 -0
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +342 -0
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +217 -0
- pulumi_oci/generativeai/get_agent_agents.py +195 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +286 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +117 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +217 -0
- pulumi_oci/generativeai/get_agent_data_source.py +286 -0
- pulumi_oci/generativeai/get_agent_data_sources.py +217 -0
- pulumi_oci/generativeai/get_agent_knowledge_base.py +272 -0
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +195 -0
- pulumi_oci/generativeai/outputs.py +2840 -268
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +348 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +746 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2114 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +822 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +2157 -0
- pulumi_oci/goldengate/connection.py +1065 -78
- pulumi_oci/goldengate/deployment.py +7 -7
- pulumi_oci/goldengate/deployment_backup.py +49 -0
- pulumi_oci/goldengate/get_connection.py +288 -7
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +15 -1
- pulumi_oci/goldengate/outputs.py +240 -3
- pulumi_oci/identity/__init__.py +2 -0
- pulumi_oci/identity/_inputs.py +55 -6
- pulumi_oci/identity/domains_condition.py +9 -2
- pulumi_oci/identity/domains_policy.py +9 -2
- pulumi_oci/identity/domains_rule.py +9 -2
- pulumi_oci/identity/get_domains_condition.py +2 -2
- pulumi_oci/identity/get_domains_conditions.py +2 -2
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +503 -0
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +338 -0
- pulumi_oci/identity/get_domains_policies.py +2 -2
- pulumi_oci/identity/get_domains_policy.py +2 -2
- pulumi_oci/identity/get_domains_rule.py +2 -2
- pulumi_oci/identity/get_domains_rules.py +2 -2
- pulumi_oci/identity/outputs.py +917 -4
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/RECORD +76 -49
- {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.16.0a1731393786.dist-info → pulumi_oci-2.17.0.dist-info}/top_level.txt +0 -0
pulumi_oci/pulumi-plugin.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=REECRQRrkwfxqAJzBm4qanFJFYJFnOB9Vwht9Q1VJ0I,171917
|
2
2
|
pulumi_oci/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
|
3
3
|
pulumi_oci/provider.py,sha256=L04-4ahVUIjPUidGY7-4m7y0-gX_oHcgpIJSRYRJET4,24096
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=FXz36d6PBIahwV1Dhr9pe_ZsK1EJpVfbiyP2se0c4KM,63
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
|
7
7
|
pulumi_oci/adm/_inputs.py,sha256=YnlFWcwYsWjjrUbroAeHpnljrt9mAPqMtutbJnKVRCk,69792
|
@@ -446,7 +446,7 @@ pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=L34MKfTVRx
|
|
446
446
|
pulumi_oci/containerinstances/get_container_instances.py,sha256=ja0-ZJhRJjU1ll2twzFw28qv26_Nag_5Mv8Qh-1c_CI,9795
|
447
447
|
pulumi_oci/containerinstances/outputs.py,sha256=OuSGULqIZLd5f1STmJeYEgdh19-ZzC5nHOfpIA_q41o,99616
|
448
448
|
pulumi_oci/core/__init__.py,sha256=f2OKqOZoaPWB24-hh_jmUg0raWU7jen5zWyglJJIb1o,8726
|
449
|
-
pulumi_oci/core/_inputs.py,sha256=
|
449
|
+
pulumi_oci/core/_inputs.py,sha256=DLRe4T05YYoNpbMSmK369zf4V5x1wzNIjSARwkiO5vg,1209726
|
450
450
|
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=w0xmbvF3ZVEoTyxj-v86bDLlY7tVNxDCW7l1xl9TnrY,14622
|
451
451
|
pulumi_oci/core/app_catalog_subscription.py,sha256=0VyKID-oO2-Ko6sntOgA9Iof9g8xh8LYic1VflGYzM0,29260
|
452
452
|
pulumi_oci/core/boot_volume.py,sha256=PGWxwlIRQqJimDrUgi_NCUXQc-mMlzzpjcJOT02DwMQ,72480
|
@@ -454,7 +454,7 @@ pulumi_oci/core/boot_volume_backup.py,sha256=g30NOU8Ys_ecJeUvAldR2lSjze1Hs3VJyB0
|
|
454
454
|
pulumi_oci/core/capture_filter.py,sha256=ZJyuX7HfgFW-Ff4AH2wfaiqZLIPHp08PzeA2ziQauCM,41556
|
455
455
|
pulumi_oci/core/cluster_network.py,sha256=HPj_UqyE-uT2jbYLA91bAe24isZLGywnJBl48awAl2U,45499
|
456
456
|
pulumi_oci/core/compute_capacity_report.py,sha256=W491LXEhLyJRDYVZnEazve7Z0DOHAJt4TYF1LoNBw4g,17992
|
457
|
-
pulumi_oci/core/compute_capacity_reservation.py,sha256=
|
457
|
+
pulumi_oci/core/compute_capacity_reservation.py,sha256=9dkUYZld3UcLoisfpykqQ9ro-OanV3ooepnE0AhGw4Q,45848
|
458
458
|
pulumi_oci/core/compute_capacity_topology.py,sha256=BIA9893sTYtmIuIM7ZipZBdqFL4uD_cfMZ88l07REQw,31937
|
459
459
|
pulumi_oci/core/compute_cluster.py,sha256=WjatGY6yTbgcIAMKw2ywMh2GFddVBU03P_oPhwh9dyc,27194
|
460
460
|
pulumi_oci/core/compute_image_capability_schema.py,sha256=gklrzmC543ttqjWl6eWYClOtsFZyeOXaI7gWxhQ3E-0,29080
|
@@ -482,7 +482,7 @@ pulumi_oci/core/get_app_catalog_listings.py,sha256=WOSB9GR__dEOibxxkMJooXz47e3mG
|
|
482
482
|
pulumi_oci/core/get_app_catalog_subscriptions.py,sha256=f55dt_EXSPDnhJz6WzEROxJKK1pVnIBjLP7ZaWDLM7Q,7325
|
483
483
|
pulumi_oci/core/get_block_volume_replica.py,sha256=iLi8GD_t5Y2RSpGB4-XU0bhgyiTCHsaEn0op_CMDfZs,12818
|
484
484
|
pulumi_oci/core/get_block_volume_replicas.py,sha256=hPq3MfcsrvBDixROosZMTenyZSF2pOGevKJvRf2QMVo,11278
|
485
|
-
pulumi_oci/core/get_boot_volume.py,sha256=
|
485
|
+
pulumi_oci/core/get_boot_volume.py,sha256=Up7Dd5fTZmF6irlq80nbr2ZKFvvDIBr4mdpuZRKSvpA,20667
|
486
486
|
pulumi_oci/core/get_boot_volume_attachments.py,sha256=cFNydHrIBzofV4qJWj9nN_cihSz-6cMoPeSfhh8fRqo,9958
|
487
487
|
pulumi_oci/core/get_boot_volume_backup.py,sha256=uWBqTdJt5840raFrjPdWNmNvnY9CRLLGPx3a6uGdm-o,17034
|
488
488
|
pulumi_oci/core/get_boot_volume_backups.py,sha256=vXTz_Shb5deeVDc8gb_DN2x2J0g1775j7ZML5lD7MRs,11015
|
@@ -616,7 +616,7 @@ pulumi_oci/core/get_vlan.py,sha256=hImcsCYVv2FKcwi9p2iFbqPjG8RrZu-ZOWxNs3ArFag,1
|
|
616
616
|
pulumi_oci/core/get_vlans.py,sha256=raYSrH58iCyYDKBw1JMNtWMObQ0encO1n-kUYURq1kU,8559
|
617
617
|
pulumi_oci/core/get_vnic.py,sha256=JyZYl3CyYPhF7g2hScy1DHgqBg8JmYQBu8FMO587UHw,17452
|
618
618
|
pulumi_oci/core/get_vnic_attachments.py,sha256=qnt6o5lOjIer9gG84nieXFpr8YlZVGLOnlJtr__1y_8,9448
|
619
|
-
pulumi_oci/core/get_volume.py,sha256=
|
619
|
+
pulumi_oci/core/get_volume.py,sha256=tSsLWwcx14-v4RIo1vajfKl1JtMqxJE4Ug8N1G53tzU,20838
|
620
620
|
pulumi_oci/core/get_volume_attachments.py,sha256=zqxpCkTUuWaC8Es8cBJ8mgcy62Eo912sZ6lV5PMts4w,9991
|
621
621
|
pulumi_oci/core/get_volume_backup_policies.py,sha256=0rQSn8QVikTOteHcpbppZz9azMd8WP9R4NX5XfFEbAI,6620
|
622
622
|
pulumi_oci/core/get_volume_backup_policy_assignments.py,sha256=wnmi6cLUtSrow_8AcRwNykVKP7HbOGayXnUrjh29nhs,6733
|
@@ -633,7 +633,7 @@ pulumi_oci/core/instance.py,sha256=unCQ_o-8IIv-cym-1aXZ0a_LCm916iTSJ1jpW_21WFg,1
|
|
633
633
|
pulumi_oci/core/instance_configuration.py,sha256=_Q58FK9Y3kVQcvyJtimgjXFv3hzBB9iC18ZEKhL7P1I,111126
|
634
634
|
pulumi_oci/core/instance_console_connection.py,sha256=Yj8LeeXlLJMnk6dWRuqYHv0vg3wHjDpxyr_D8bLMU6A,27969
|
635
635
|
pulumi_oci/core/instance_maintenance_event.py,sha256=jIyiIaO3oR1zca8pOgMFoq_7eTm_uNBQWQgofO1opWw,57966
|
636
|
-
pulumi_oci/core/instance_pool.py,sha256
|
636
|
+
pulumi_oci/core/instance_pool.py,sha256=QZ0uVDIhAVc5KpZLXCSLZqgEtCfM3SfGU_Ar5KipWqg,56063
|
637
637
|
pulumi_oci/core/instance_pool_instance.py,sha256=sB-MYTFkLQa9Huc_YyyLIERLU2J2NJE313TZr_jhIM4,31204
|
638
638
|
pulumi_oci/core/internet_gateway.py,sha256=Dt-xUdfD86ZTan2wyO0_AQzjOVs3IZkGlspTwbSd968,33809
|
639
639
|
pulumi_oci/core/ipsec.py,sha256=mXCkTr77K7w1a2_Chxy4Qc30E53J3XPqcrZhboHwSSI,60695
|
@@ -644,7 +644,7 @@ pulumi_oci/core/local_peering_gateway.py,sha256=p1V8uNamUxJa-UpKG4TzBGudP8NNB77l
|
|
644
644
|
pulumi_oci/core/nat_gateway.py,sha256=_I0Ls2WSv32m2-8_S9WYFjGvpt4biSLNvlY-fXMryDc,36333
|
645
645
|
pulumi_oci/core/network_security_group.py,sha256=GAbG1upv4B7ytveFpHLmy1w_N8dQFCaq_05OtFrxIyw,25742
|
646
646
|
pulumi_oci/core/network_security_group_security_rule.py,sha256=h8JYABPvXFPfgCMRghsV0Is2KAYOxJS6x6uDeMmb0_8,54348
|
647
|
-
pulumi_oci/core/outputs.py,sha256=
|
647
|
+
pulumi_oci/core/outputs.py,sha256=89j2hYRMfmWP8BK0esUb5A_XWG8eIJoDzompYQoEILk,2489153
|
648
648
|
pulumi_oci/core/private_ip.py,sha256=RBV-K_PqhnfaLpAJOg9Y8gnMEpi85Flzi5hP6mwH5mE,42797
|
649
649
|
pulumi_oci/core/public_ip.py,sha256=L-WZ8RuDFtPmkZTxJFUggYipXEZFl6mSb1z2GJwdqx0,49195
|
650
650
|
pulumi_oci/core/public_ip_pool.py,sha256=SxGPeRtTauVvrVomIfsQIwZvIuh8oOwgJmNDGlHzBGQ,24119
|
@@ -676,7 +676,7 @@ pulumi_oci/database/autonomous_container_database.py,sha256=1Jwu5GAWZnOUAS3j_OM8
|
|
676
676
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=Vqr9H2dth2n-aRH0WozgJE33EijV3LzaQXyyfzla5uU,75512
|
677
677
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=KdrGLo1fGVgJL4tpeiYMtjyAyIaWZ7oNCD_vKMof7A8,17941
|
678
678
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=yML8BbuREYzHrq1dVIYwGlZ5bFpsBVGpT_Y9m-CI4V0,12423
|
679
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
679
|
+
pulumi_oci/database/autonomous_database.py,sha256=oaUgU2fG-VZyZjeNhdKQzGdVhh2zzOvLPpt8mgypNuE,483733
|
680
680
|
pulumi_oci/database/autonomous_database_backup.py,sha256=TMDev4UedzHcRjt5ZfjnoeC3-3OTA7rM4AaAtn_bvhA,43614
|
681
681
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=shw6-GEc4MzawcuhYyZCXXOTszzM-P1Of1wCDnjc8hc,18745
|
682
682
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=hmbYSqFq3LOc5hXDXtp56_Z8zaCpP2O6celvTcyR8tQ,15757
|
@@ -690,12 +690,12 @@ pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=Z
|
|
690
690
|
pulumi_oci/database/backup.py,sha256=6ZqxqB_KZ5uvCiTYnD5TQQgr1zQvROu2ttKWUWoBT9I,33097
|
691
691
|
pulumi_oci/database/backup_cancel_management.py,sha256=5Z59w58DYCbKVI6YOeuEnO8Oxev0BS2JfZkDxEwyXJQ,11671
|
692
692
|
pulumi_oci/database/backup_destination.py,sha256=OHE-lPadEjlyR93JIFNsOSKgLYULZjonAkSSv6uUGcU,45770
|
693
|
-
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=
|
693
|
+
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=D2U0X-A39aZkcNt1XiPeCd5xwPxqu7jbTfuba1lLlGI,142002
|
694
694
|
pulumi_oci/database/cloud_database_management.py,sha256=kHwdrr3TSpp9JUcaAoysjsc0UwGHtYDXSoRpJq_905k,31752
|
695
695
|
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=0v9pfm6EAgQvCFe_XyGSLQlK_97gpg-im5pAhGCSOiA,80419
|
696
|
-
pulumi_oci/database/cloud_vm_cluster.py,sha256
|
696
|
+
pulumi_oci/database/cloud_vm_cluster.py,sha256=40tnba3nCya8edPjrqIIS-ykZ5Rdk5CE1ESsuQyN-kQ,156080
|
697
697
|
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=YK5oY2uPrGQRl_oOvTf7rPYFNxAAeTx4NqqAc7MxJdc,16572
|
698
|
-
pulumi_oci/database/data_guard_association.py,sha256=
|
698
|
+
pulumi_oci/database/data_guard_association.py,sha256=eppOmVUI93VyJXXEMxlPtjKRs7W4bjxW_PZ5PbysrW8,156067
|
699
699
|
pulumi_oci/database/database.py,sha256=BxTYwa43vOXHjnDvnR06bB7IrjunVJBnpnpxfLepIKw,77571
|
700
700
|
pulumi_oci/database/database_software_image.py,sha256=rwlamTRDs0vzwRkFiVf2YTcKJWAhflPNsa-28aO55tU,46722
|
701
701
|
pulumi_oci/database/database_upgrade.py,sha256=fVjerZac5Q4UMK2FFJdcruchAbQ9l3fXb0yexYS24aA,59178
|
@@ -703,13 +703,13 @@ pulumi_oci/database/db_home.py,sha256=TXATWoFKRZZrPE47a5DmSIBI1txGtgxrsj7MwVFSRl
|
|
703
703
|
pulumi_oci/database/db_node.py,sha256=K1gqldW2ks2mxsti2I3eNnG8DtjhERMGq3LUWBWY2W8,47411
|
704
704
|
pulumi_oci/database/db_node_console_connection.py,sha256=mRmbEFYMH6Mt5sWzDTQ7yXvp7njbGNktRTTEupb1dhM,27134
|
705
705
|
pulumi_oci/database/db_node_console_history.py,sha256=HSyg6bSs6Eli-Ix1krplUS3aOhRzTcg2QwAUodRIgwY,24388
|
706
|
-
pulumi_oci/database/db_system.py,sha256=
|
706
|
+
pulumi_oci/database/db_system.py,sha256=YEDJfll8i9IyZr4nJM1cGIhfiz_IYE3ktPMxP2xSOZU,183246
|
707
707
|
pulumi_oci/database/db_systems_upgrade.py,sha256=jUD83jTCKMRxundnD4vvADAgj8kqUL6479Ibfr75E8A,93945
|
708
708
|
pulumi_oci/database/exadata_infrastructure.py,sha256=bcAHy0rM2d-vVCnLpunpzAUhFJx8PvTznZIX7LluX3Q,119159
|
709
709
|
pulumi_oci/database/exadata_infrastructure_compute.py,sha256=rTIYhQ97v5NTKi1ZzFTm9wSA2gVEzYV4OhHt6nBdIuo,75268
|
710
710
|
pulumi_oci/database/exadata_infrastructure_storage.py,sha256=EIP_JmPDmYXGjt_LcRevR2fDNec3nAjVWWMI0i4kcmo,51643
|
711
711
|
pulumi_oci/database/exadata_iorm_config.py,sha256=qusDf56exj7jL6d-ytbx4PRE_V9_ePcHYia5GfrU3p8,18218
|
712
|
-
pulumi_oci/database/exadb_vm_cluster.py,sha256=
|
712
|
+
pulumi_oci/database/exadb_vm_cluster.py,sha256=rgs-WZ_39LRl1fUefDdSVDP2MCrhxt4eqy9cZZ_7u1M,118000
|
713
713
|
pulumi_oci/database/exascale_db_storage_vault.py,sha256=aBOKBED_8m3KbTsr56SKYKgNtOTvmir54adGWOuJPBM,44356
|
714
714
|
pulumi_oci/database/external_container_database.py,sha256=fvnJ5JXPs68NtLCTU3z4QqAtvYaI8dlqlJJPJhv3zRw,38987
|
715
715
|
pulumi_oci/database/external_container_database_management.py,sha256=_wre8S7BPcZLq08n9PJfZh0pTGY93bOyggoec8kq-Kk,17730
|
@@ -733,7 +733,7 @@ pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=k
|
|
733
733
|
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=XEMaJu55rh2b4BUGIWGHwG9oGSGHCYvEZ3YlFIU9asY,8142
|
734
734
|
pulumi_oci/database/get_autonomous_container_databases.py,sha256=J-QU5Ke0b6hnPC9V2Nogh4dWlfygAmptgD9aja_4NTA,18862
|
735
735
|
pulumi_oci/database/get_autonomous_container_patches.py,sha256=jkjSmZRtZ7Eou-CjZa2dqHje_XTCeoWkFUtd-luh-AU,9329
|
736
|
-
pulumi_oci/database/get_autonomous_database.py,sha256=
|
736
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=UvFJTBI3HAHbBUX5pvE8LmCikCiczyUH1FxzIynuKuc,121861
|
737
737
|
pulumi_oci/database/get_autonomous_database_backup.py,sha256=LpCfBfUGCo1E23TDCcpQZcnjQxLHyz-k9DF6VlKFkkI,19964
|
738
738
|
pulumi_oci/database/get_autonomous_database_backups.py,sha256=jQp6P8e5c4GyZORbesOxSjrqbHx5jg8KXAXQxe4CHRE,11432
|
739
739
|
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=xfwAUgWwjSBUCbU8L8FEcvAakmvBLCYC2M64BXI9Gnc,15239
|
@@ -763,17 +763,17 @@ pulumi_oci/database/get_autonomous_vm_clusters.py,sha256=Y1zQ3NxBk-xDxHtcVTrISV9
|
|
763
763
|
pulumi_oci/database/get_backup_destination.py,sha256=M7UbzB16w-iBL6hfU8SSFs06uEOT8uPClG05x4alKqw,15774
|
764
764
|
pulumi_oci/database/get_backup_destinations.py,sha256=pNB56etLw7q4AwgUzmx7YOMjHfdkRiALa_e2nJANSyU,7023
|
765
765
|
pulumi_oci/database/get_backups.py,sha256=X_aovescgbf5p-kqFCvHDxW9MzOtAPDYFBFO1AI7mZc,7922
|
766
|
-
pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=
|
766
|
+
pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=LW6dgvuy3yk5QnwY0UJXIItqgw--jeD-CnHkBvpgK3g,52506
|
767
767
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=3zdnDnj_obD2gLm3b-1L8tfaa1uYQ7p8b-Nc1uED1Ig,9113
|
768
768
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=cO9XbqjAeW-1HdIDgK6pylISQAXDJH4piawblR5RNlw,21639
|
769
769
|
pulumi_oci/database/get_cloud_autonomous_vm_clusters.py,sha256=A6u6MER4Drrls26CKUmfEOd_undbtuwVLxgQQj3AOFs,12401
|
770
770
|
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=ftUsCOZsCphIut7OZRn2A9HRnF7BO-3lOHP4Kr_ic5o,32218
|
771
771
|
pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py,sha256=seQsYFcdrjqb3XKDmVwNIh10c4wAndgW2LQQ6MijeYQ,11942
|
772
772
|
pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=qg_RGsAviLGD3q7Twt3hy9ICuE-_PQ0NTjC8wzWkT0Q,10949
|
773
|
-
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=
|
773
|
+
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=A5sF3bS2MVktiMBww4pNt8pBcefhL5EpAIZXEcLAI4s,43665
|
774
774
|
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=RXB6-kAsQSGpDVTxREq8doJx8qpfOGLjD7hLHaBWjNw,7471
|
775
775
|
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=sR03GIMIG5rS5upWEtB2bW094nxFQ-MCVhkUXdJ_gKY,10151
|
776
|
-
pulumi_oci/database/get_data_guard_association.py,sha256=
|
776
|
+
pulumi_oci/database/get_data_guard_association.py,sha256=akGf_iE3_GIuAk9xX5vxU_EQKb9YgXS44Unv16uQxng,33176
|
777
777
|
pulumi_oci/database/get_data_guard_associations.py,sha256=W8S09b9hczR5GJAm7yB6ZgDv73u4rwcYVkRYy7tekHQ,6192
|
778
778
|
pulumi_oci/database/get_database.py,sha256=BDnAuXrJxznU4pwIs_YaFUb6T4fVPcF1mV5mNF6FPek,28934
|
779
779
|
pulumi_oci/database/get_database_maintenance_run_histories.py,sha256=rEaZyK8_dc76jlAPxcYxghFNI3j39Au2UKg0-4k3r7E,12754
|
@@ -812,7 +812,7 @@ pulumi_oci/database/get_exadata_infrastructure_download_config_file.py,sha256=ja
|
|
812
812
|
pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py,sha256=Z9KbpuveUSJ4TS-ayjAyEXTH5b5DlhY_fC0PtiXdcMk,11012
|
813
813
|
pulumi_oci/database/get_exadata_infrastructures.py,sha256=N8y2qnukbm-mNbija1odRzWAaRE7ocqGDqm5jlAsy4o,8629
|
814
814
|
pulumi_oci/database/get_exadata_iorm_config.py,sha256=Xh1Xu_mKgcrLXdg90qDZusA7r9B_Eqik8qtWioiDmKg,8285
|
815
|
-
pulumi_oci/database/get_exadb_vm_cluster.py,sha256=
|
815
|
+
pulumi_oci/database/get_exadb_vm_cluster.py,sha256=KZF_r8RTOxI3bEEwHMVPjXou3LfAWjM5A0VIv9HMGAQ,34938
|
816
816
|
pulumi_oci/database/get_exadb_vm_cluster_update.py,sha256=DBmngpqCz3hEnWyDqaNZdQdnyMZmhG7cGi61czmHjHc,10536
|
817
817
|
pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py,sha256=yFQ7qpWy5nimorEDtV7hRqr0zebrjcHqaLW3I8z5Bp4,8467
|
818
818
|
pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py,sha256=kDa7_iVZgHOKwGx8eFhBzggi51r6iceYJM7Lw3oSr-g,11240
|
@@ -860,7 +860,7 @@ pulumi_oci/database/get_vm_clusters.py,sha256=p_OPJhuvFLl4n7-T_3CAiSh9HkFQAz-kfn
|
|
860
860
|
pulumi_oci/database/key_store.py,sha256=utkO4jzVMM59m0NEZdhHdqnIdGpJiNjrW8mQjF9dT4o,27789
|
861
861
|
pulumi_oci/database/maintenance_run.py,sha256=8ARRL5E_sID9VZe3D3Szdq4rcRcRgNN2NU6udQdyhyo,62143
|
862
862
|
pulumi_oci/database/oneoff_patch.py,sha256=WmKZ_CNZ6Ns_0s5kRuvyXeT8KgNx24L7oiRQG5CRn-Q,38954
|
863
|
-
pulumi_oci/database/outputs.py,sha256=
|
863
|
+
pulumi_oci/database/outputs.py,sha256=1xlEsQ71rkbZJdyfETlm1BqAeEstY-RvZeHBR9MLIDM,2414222
|
864
864
|
pulumi_oci/database/pluggable_database.py,sha256=OYwfbMsBO58xQigObXCmC9Qez3JJnjaz2blE4tmRrOg,75593
|
865
865
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cmW6n0jUdviIoYQ5sHe_AwQWIEXpy8DS1W7fFnMJK2w,52897
|
866
866
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=S0EmRLhANos9tiM_yFrDENRZWjiROIr6MorLJlC0qFw,51106
|
@@ -1060,14 +1060,14 @@ pulumi_oci/dataflow/get_run_log.py,sha256=EeUubMhWEgu17gQru3O1WuNb4THveCAjF3D7Eg
|
|
1060
1060
|
pulumi_oci/dataflow/get_run_logs.py,sha256=ToJivGc0WTCWbHNSgBAyH5X6tl5qV6g9xnyskxrGoX0,4937
|
1061
1061
|
pulumi_oci/dataflow/get_run_statement.py,sha256=O4qSZNek_Sk3swc0CckpRUWcVNpWBO4xdFqDwtY7Ink,8287
|
1062
1062
|
pulumi_oci/dataflow/get_run_statements.py,sha256=neFMXR_HSFUY2qD1z4pjBGJqhRAwbza5Ah2pGsnQntw,6293
|
1063
|
-
pulumi_oci/dataflow/get_sql_endpoint.py,sha256=
|
1063
|
+
pulumi_oci/dataflow/get_sql_endpoint.py,sha256=K1DTjcVTSPTVdxcbZYckKljxp4ud-EBBQ-bkO9Tl2OM,20516
|
1064
1064
|
pulumi_oci/dataflow/get_sql_endpoints.py,sha256=sBhOfz438_Gvkp-6jaTf5v6QBI_gOdvpcgpgFD7avUA,9242
|
1065
1065
|
pulumi_oci/dataflow/invoke_run.py,sha256=-3TONTW_d6Si4iXuOnUj3IgpCA-zPK7L7mkfq86FtIU,124199
|
1066
|
-
pulumi_oci/dataflow/outputs.py,sha256=
|
1066
|
+
pulumi_oci/dataflow/outputs.py,sha256=hicwL0Bd-_IT4SFsNYRvPHgP5v_AfLCyfOA4ncuRCkQ,193694
|
1067
1067
|
pulumi_oci/dataflow/pool.py,sha256=ChOnwFqz8zxt4JRIqeO2gkh-jevtW_BU-SFYt2PuZbM,42557
|
1068
1068
|
pulumi_oci/dataflow/private_endpoint.py,sha256=vUd1BVNf53ZjXrq12k_BknYHsdAOhm8jiO5VQWDaWzU,43567
|
1069
1069
|
pulumi_oci/dataflow/run_statement.py,sha256=1qlviaU5-X_U2I9Shfu2ctY-ZmqLNRdpV1Cw87r0UGE,16598
|
1070
|
-
pulumi_oci/dataflow/sql_endpoint.py,sha256=
|
1070
|
+
pulumi_oci/dataflow/sql_endpoint.py,sha256=aAm7ysuHb4SGJ5x_Hr8iHWKSu_G1v3zSqQZZ9SqUX4g,61435
|
1071
1071
|
pulumi_oci/dataintegration/__init__.py,sha256=2H-D_UY8QH4dHOjznmx3CPkiTg4aqtJKeuaKcN7Ypu8,1536
|
1072
1072
|
pulumi_oci/dataintegration/_inputs.py,sha256=3KLhLKQEXIj4cfjdWEmrcztQUy-ZhTr1OQCfC9-AJNc,547540
|
1073
1073
|
pulumi_oci/dataintegration/get_workspace.py,sha256=RFzLwGO5JKpoJ5fSKih-XjXCpv_5SK-9UJBNDF4Apls,18985
|
@@ -1618,10 +1618,26 @@ pulumi_oci/fusionapps/fusion_environment_family.py,sha256=6acoZCYvjNNQfsubJiN3bg
|
|
1618
1618
|
pulumi_oci/fusionapps/fusion_environment_refresh_activity.py,sha256=okLJyeAVNWMBFcfihLE9_Tdx31ipukHnEeE4cnhtOos,28687
|
1619
1619
|
pulumi_oci/fusionapps/fusion_environment_service_attachment.py,sha256=I25MvArnZ1nhCtkF3Do4-JwP2BGEb-UAlBnuuNPSCkA,27462
|
1620
1620
|
pulumi_oci/fusionapps/outputs.py,sha256=9cf4quH4pSEY0ElFD-K_K2Zqtl8v33btXNHUobwrz3Y,27503
|
1621
|
-
pulumi_oci/generativeai/__init__.py,sha256=
|
1622
|
-
pulumi_oci/generativeai/_inputs.py,sha256=
|
1621
|
+
pulumi_oci/generativeai/__init__.py,sha256=k8mS2cE9rGUgxyyG0LKA553jI845SWRwMRJ7icgwUyI,1201
|
1622
|
+
pulumi_oci/generativeai/_inputs.py,sha256=lM4I0666SJCUbFu4Mve1R4JvuPRkDnGAJ3rBKrkiHWY,71154
|
1623
|
+
pulumi_oci/generativeai/agent_agent.py,sha256=HKk1PemuNDeodPsSXhteMY-OvDvQu3_ORzGwv7zB1lo,35124
|
1624
|
+
pulumi_oci/generativeai/agent_agent_endpoint.py,sha256=veddW9LLJpznsRmUYi8kvXEgQpjf8ZCSGcwHyWe1kTc,48160
|
1625
|
+
pulumi_oci/generativeai/agent_data_ingestion_job.py,sha256=Dc1PJGYZxVVXxwYeV_--x6J3qIulDJltgsijuFt7ZO4,34760
|
1626
|
+
pulumi_oci/generativeai/agent_data_source.py,sha256=CPWFp2nznlGpifLJQiuGcpfK7xjI5l9swHj8kEyWZIk,36864
|
1627
|
+
pulumi_oci/generativeai/agent_knowledge_base.py,sha256=CJXrWGskoEKVUCErov7JpHpetDnoNAG0TU_i8q9lWsk,35076
|
1623
1628
|
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=fl6QPNouP1Bn61cbguNuNyaMOETAjnnMUBUaOgQ8gEI,39837
|
1624
1629
|
pulumi_oci/generativeai/endpoint.py,sha256=wHQrK6vhbiPhCgt28XfA1Ys02uh5hWrYPXKo9xqBQAs,37632
|
1630
|
+
pulumi_oci/generativeai/get_agent_agent.py,sha256=LxrT1CBRO8C_dO9QTzJyo3GEUATPxAVom41j8Vs5s38,12328
|
1631
|
+
pulumi_oci/generativeai/get_agent_agent_endpoint.py,sha256=6211m75mOEzG7ECZnvFyKqLN_EydrM0atqDY_rtmInQ,15924
|
1632
|
+
pulumi_oci/generativeai/get_agent_agent_endpoints.py,sha256=6sZbV_b5wQZUCjBsvMvzKgyvAZNY82Pi21zbAlz16co,9643
|
1633
|
+
pulumi_oci/generativeai/get_agent_agents.py,sha256=ePhe1Yf5h34aynoUMMceVI617rSjCI_IQNlcn56g5w4,7974
|
1634
|
+
pulumi_oci/generativeai/get_agent_data_ingestion_job.py,sha256=qxauLVvAbKdsS8LkcdxkhLwepb7PDUw_dyUmFW9tDz8,13405
|
1635
|
+
pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py,sha256=rrPVHd80D5R9q0iJGQcF7E0JlmSNZJfxPxrUeE8glUE,5068
|
1636
|
+
pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py,sha256=VDDW6nS5VSvwZKsPGFMomXy-b4gvflfqplYlWm9wFBs,10134
|
1637
|
+
pulumi_oci/generativeai/get_agent_data_source.py,sha256=Qsp_DuLYc2cqHUNemJxlzcKUkLj9CxvoJSVOW5xvfV0,12783
|
1638
|
+
pulumi_oci/generativeai/get_agent_data_sources.py,sha256=y6Iw_tkSRwscx1QinyVgLWEIpaqFLf19_8HLmjBmKGw,9768
|
1639
|
+
pulumi_oci/generativeai/get_agent_knowledge_base.py,sha256=_obQ-BR9dU5x7on9yanRoduGhZULpKIDNKrlowSOJlg,12155
|
1640
|
+
pulumi_oci/generativeai/get_agent_knowledge_bases.py,sha256=DBbb_tbfgjJMB9kzgV2JBX3OTfIAa4kfKjchR3T3xQU,8550
|
1625
1641
|
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=-29PduG1tuiyHGl5Dll8QtUmVe8GnJhgE18PW5biimU,11824
|
1626
1642
|
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=_EmbdHtgmZfEyGQGPYG5vvzAaytog8CtPFBsKKOWU-4,8957
|
1627
1643
|
pulumi_oci/generativeai/get_endpoint.py,sha256=o0lZMwRVEMBs5P2drXq5WpnetT_f6tPNFRiCobBwNps,11470
|
@@ -1629,27 +1645,36 @@ pulumi_oci/generativeai/get_endpoints.py,sha256=-X2gQw4MLumYYkWIN9qdk8BYvZ2-L5N_
|
|
1629
1645
|
pulumi_oci/generativeai/get_model.py,sha256=mmLG-EXBRKdZKbo_VXWAL1qWPMf3o58-L8xxOh2j_l8,15574
|
1630
1646
|
pulumi_oci/generativeai/get_models.py,sha256=lOXURjdcmobWMkkspy_Qp91k9bIsR8VdtNXgzkIYODQ,10058
|
1631
1647
|
pulumi_oci/generativeai/model.py,sha256=VDrNYqRb5DEXieOI17U3hMGwollSrF2CQO83VHJjlog,42355
|
1632
|
-
pulumi_oci/generativeai/outputs.py,sha256=
|
1648
|
+
pulumi_oci/generativeai/outputs.py,sha256=80E_CWnpYV49cnshb9sx1n4IdzFGGYgFaXTcaR9UCa4,178234
|
1633
1649
|
pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
|
1634
1650
|
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=4HVZMU4EHAXvvDnApcAqd6n2t3zWoaSdRKDOL-NzErs,31961
|
1635
1651
|
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=iKOhgb-_Y9_jxriAedycXJPn4q2BwaGn2fOIdtCP4lo,11494
|
1636
1652
|
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=mJDrf1BtPZHsMWc1P3gz9CzqoAg9t82YjyVlfnBeoCs,4550
|
1653
|
+
pulumi_oci/globallydistributeddatabase/__init__.py,sha256=4Hp7NsGP1jrUgHwCbzpThk-bXIGkEgrNANC6kKi0oZg,524
|
1654
|
+
pulumi_oci/globallydistributeddatabase/_inputs.py,sha256=Xg8eFlRp_IOVoHBjDq1RWxWaSNDtxrPyGP_LG6DZ4XM,61145
|
1655
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoint.py,sha256=HMj3QucsIzsC8-YYwoGnu2kZ3C8gC_5vUES6yKh9Qho,15292
|
1656
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoints.py,sha256=hs4k-L27l5DgHoHWGYQEsOMq3ySnmkRpvVig0xnNkmA,8240
|
1657
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_database.py,sha256=PT6H25YCLuFYDH3bMkt7F935inJfH4NX_8JMNSHcmSk,38565
|
1658
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_databases.py,sha256=tqKaB5Crj_5EZ3yhyRU_xJ2sDp2lSy02Nkpm1KBuEYE,8253
|
1659
|
+
pulumi_oci/globallydistributeddatabase/outputs.py,sha256=IcxFQV4p6pjse3uTgmgFTM2xWiQRS9gz8lAcXcRJh18,96952
|
1660
|
+
pulumi_oci/globallydistributeddatabase/private_endpoint.py,sha256=d6ZYahta1qdr0zmhxhKzbKECbluIrtgmjVHSwX3_DwI,39207
|
1661
|
+
pulumi_oci/globallydistributeddatabase/sharded_database.py,sha256=YnILiz4cVq7dBZ0pIxbbh_g6VWkjr_vI8Sw7qbnHGno,123043
|
1637
1662
|
pulumi_oci/goldengate/__init__.py,sha256=kO2QNJJrjzwTVZ-embsBBEp0opCxB2QdHLcz_M6790E,1374
|
1638
1663
|
pulumi_oci/goldengate/_inputs.py,sha256=MVjcViZUXX2Y0oBLqJRNrX8BL9H7w5RlQqZDylsSuTQ,72569
|
1639
|
-
pulumi_oci/goldengate/connection.py,sha256=
|
1664
|
+
pulumi_oci/goldengate/connection.py,sha256=HntoVT-3xpifbrKQ_eCLj2WJ0iecyvc_IOGh7tIs-QY,325869
|
1640
1665
|
pulumi_oci/goldengate/connection_assignment.py,sha256=XNtTILpAQjfNSYn6csr98gQIDCUXMyyv4kf72q_D7ck,20881
|
1641
1666
|
pulumi_oci/goldengate/database_registration.py,sha256=3yI6iEmAO6H-kkjqutqxizE79f6cEvdSpl1MiTYP1Fc,69571
|
1642
|
-
pulumi_oci/goldengate/deployment.py,sha256=
|
1643
|
-
pulumi_oci/goldengate/deployment_backup.py,sha256=
|
1667
|
+
pulumi_oci/goldengate/deployment.py,sha256=G4cxU49Rsz--LLmihTcGwetM6nQbtwbxSnQ3QHfcWwU,99894
|
1668
|
+
pulumi_oci/goldengate/deployment_backup.py,sha256=s4gsSJslAXPaALDEw9XtOpo1NiMuEhBzpF2iNoj9sdo,51201
|
1644
1669
|
pulumi_oci/goldengate/deployment_certificate.py,sha256=BdJUzPc09T0OLb6KtJEqhtqzaIXFejWueRXkzlQShw4,35680
|
1645
|
-
pulumi_oci/goldengate/get_connection.py,sha256=
|
1670
|
+
pulumi_oci/goldengate/get_connection.py,sha256=b6173_0KPAZmi7A88m8vXM87UTUt6-EIl2U-_ZGLSO8,79587
|
1646
1671
|
pulumi_oci/goldengate/get_connection_assignment.py,sha256=Enf2HbGmnLh_8GqMRobApi7W-LDuC7ErOiyE4srJ5wQ,9873
|
1647
1672
|
pulumi_oci/goldengate/get_connection_assignments.py,sha256=1U9449ttTqL_3RiL90_wpYCkZmW5zVXQpm6U4uXbEC4,11470
|
1648
1673
|
pulumi_oci/goldengate/get_connections.py,sha256=oTKqTVeP7CWdDjCVgmmdPjBYB5vGPLWIp_2q3Rr90OY,14962
|
1649
1674
|
pulumi_oci/goldengate/get_database_registration.py,sha256=ZpKpTqJfuKsTsw-lYn8eOeGYTHtY8e_grbF93tCQfyU,21488
|
1650
1675
|
pulumi_oci/goldengate/get_database_registrations.py,sha256=xw37kO8DcEqWI3obcoxNIjtdeCzncq44ogaiDD8XMI4,9177
|
1651
|
-
pulumi_oci/goldengate/get_deployment.py,sha256=
|
1652
|
-
pulumi_oci/goldengate/get_deployment_backup.py,sha256=
|
1676
|
+
pulumi_oci/goldengate/get_deployment.py,sha256=vUIXf3YiGpFCQYc1y3wXgdFGIWE0JTsPOpDxmKSNkx0,36210
|
1677
|
+
pulumi_oci/goldengate/get_deployment_backup.py,sha256=nQ30InZhOent5nnf4GwZVBb5vDeIwJ4vJ_pB9QMLme4,19349
|
1653
1678
|
pulumi_oci/goldengate/get_deployment_backups.py,sha256=d1cuiQ2jiE8tz3sb3CebYhQElKBI6qoMLMP29-I89h8,10152
|
1654
1679
|
pulumi_oci/goldengate/get_deployment_certificate.py,sha256=YqAbDz_HQokZ7REE-2i7b5CLFBoumbtk73jWlaZOtfw,17022
|
1655
1680
|
pulumi_oci/goldengate/get_deployment_certificates.py,sha256=UMC7bvoB16d0Xbfe3dT7mjLwkFZb581L6G2MzjFMCkg,7102
|
@@ -1666,7 +1691,7 @@ pulumi_oci/goldengate/get_trail_file.py,sha256=MdgF6u4zu3w5AJWwQj2nlrQecCGvnQlAb
|
|
1666
1691
|
pulumi_oci/goldengate/get_trail_files.py,sha256=rmCUVoxZ6Zj9hK0oxvV_IUXQQfEfelwxvOqiTsi9u80,7906
|
1667
1692
|
pulumi_oci/goldengate/get_trail_sequence.py,sha256=SWod0DdvXpv4mIzKYtlvkAByLWuLjVkxucAPZ13nooA,8556
|
1668
1693
|
pulumi_oci/goldengate/get_trail_sequences.py,sha256=fCzy7BV16EASa9CgbMh0Nu7lbp_5NCaZN_k4Zt7WI3U,9206
|
1669
|
-
pulumi_oci/goldengate/outputs.py,sha256=
|
1694
|
+
pulumi_oci/goldengate/outputs.py,sha256=BpzY-BemgqrbHLI25chYLyaQZvAaHEBurawoeFhVK-0,301093
|
1670
1695
|
pulumi_oci/healthchecks/__init__.py,sha256=PJnzYouMBWUvQ3Du18Ga3ztCAO2ekzXs2E8fPG4C0XU,662
|
1671
1696
|
pulumi_oci/healthchecks/_inputs.py,sha256=ak61T7VVp0CrgPcfw-62NcEb54Orb3-QC68cVDQkbew,7330
|
1672
1697
|
pulumi_oci/healthchecks/get_http_monitor.py,sha256=BIa6H-w7MxuxkoMh-53MhwSKkE_5tbetIt9Q9rr8lMw,14419
|
@@ -1681,8 +1706,8 @@ pulumi_oci/healthchecks/http_probe.py,sha256=sqtnndAyegqwFWWVlZkkQ6beHa24igu67df
|
|
1681
1706
|
pulumi_oci/healthchecks/outputs.py,sha256=wwdG1UJdCLBiNtcNVSGEJi0vGOx8OEGGPziM7oLmYdI,55874
|
1682
1707
|
pulumi_oci/healthchecks/ping_monitor.py,sha256=lbC2hwTZBvM86-IOOkjxu_aX_K2Id4H-RQxneJ22nIQ,40713
|
1683
1708
|
pulumi_oci/healthchecks/ping_probe.py,sha256=Cg8cQISATSXY3DEcnZYq59eiMfRYHxUnAKAs9eRUTqI,24326
|
1684
|
-
pulumi_oci/identity/__init__.py,sha256=
|
1685
|
-
pulumi_oci/identity/_inputs.py,sha256=
|
1709
|
+
pulumi_oci/identity/__init__.py,sha256=WfLxl-eRtiOHc3qzwKLNJLAR8ZL7PQeh9eu-QhfzbDw,9218
|
1710
|
+
pulumi_oci/identity/_inputs.py,sha256=6hyXtpSe8YtemYrDzCgmD2JqK5rcGrrGbn2foPKXNTU,3310122
|
1686
1711
|
pulumi_oci/identity/api_key.py,sha256=hrFF8CrDPAqrIoC1n8QKcbRKpwQyhA2X4Mecj-VKDIA,16393
|
1687
1712
|
pulumi_oci/identity/auth_token.py,sha256=WSYP70yE91_FhaSsqjj9qKkW1PsXgPsRNCPXU8CqidQ,18621
|
1688
1713
|
pulumi_oci/identity/authentication_policy.py,sha256=OlURT7z6z-pfWVM8jVqzIJJdPSVep47ysAMjj0ceb8Y,15271
|
@@ -1703,7 +1728,7 @@ pulumi_oci/identity/domains_authentication_factor_setting.py,sha256=gAFaLQcXOqnh
|
|
1703
1728
|
pulumi_oci/identity/domains_cloud_gate.py,sha256=Zz9795NJX7IF4MGiA596xSHzICrlkL6Yqo3ofzzF6PA,108721
|
1704
1729
|
pulumi_oci/identity/domains_cloud_gate_mapping.py,sha256=UESxBMJfo4zc44JDkdjxSXdTTzNKYvp7EgT2w8vjHfg,112425
|
1705
1730
|
pulumi_oci/identity/domains_cloud_gate_server.py,sha256=MBbxnLUL_n7M875Do1VwKKbWzOWyDonJmwLDwGeucOo,100841
|
1706
|
-
pulumi_oci/identity/domains_condition.py,sha256=
|
1731
|
+
pulumi_oci/identity/domains_condition.py,sha256=P-xPOkZUT1oiiqUt-0Ao-rFncrUYFvJKutqR87mbJX4,104978
|
1707
1732
|
pulumi_oci/identity/domains_customer_secret_key.py,sha256=y2NcGyyqZ9I8CU3n9ubmxGN7OFELUh_wnaY_6WNwVKw,95802
|
1708
1733
|
pulumi_oci/identity/domains_dynamic_resource_group.py,sha256=6xSEdxwPZ8gUpJ-t97_kMDk9UUly4YY48keED05KpJY,96142
|
1709
1734
|
pulumi_oci/identity/domains_grant.py,sha256=Pks7Hi54KwHpQYKgsWWMglxF4SO_rW_FjLlEwKII3GE,114147
|
@@ -1726,8 +1751,8 @@ pulumi_oci/identity/domains_oauth2client_credential.py,sha256=l5o9zdG5_oxoKrP6EM
|
|
1726
1751
|
pulumi_oci/identity/domains_oauth_client_certificate.py,sha256=RTXDR2rJn_eAwXfplffPZbbbb05Sqa85_-jtom8moKI,98954
|
1727
1752
|
pulumi_oci/identity/domains_oauth_partner_certificate.py,sha256=Tw61zJ7hI37lJMRqSv5kXG2ZrFvsEtxSBNlArpfy0KA,99856
|
1728
1753
|
pulumi_oci/identity/domains_password_policy.py,sha256=GmawZHcSEurvCp5qV7oArcHqHd64YEJx7Ri9g6Q8TTg,250487
|
1729
|
-
pulumi_oci/identity/domains_policy.py,sha256=
|
1730
|
-
pulumi_oci/identity/domains_rule.py,sha256=
|
1754
|
+
pulumi_oci/identity/domains_policy.py,sha256=upSxXdomqft1T-1VZMo03Z3Ao0X778781E14GOd0Cx4,104543
|
1755
|
+
pulumi_oci/identity/domains_rule.py,sha256=dAvqp9X-hWQpjTYAanpVwPGHg2ocyzDAxGwKmR_vMb0,117377
|
1731
1756
|
pulumi_oci/identity/domains_security_question.py,sha256=p7lXJGit6aoLlwyCRDqQpVrqp7Y9BIuBKVKs0sg6Qyk,91113
|
1732
1757
|
pulumi_oci/identity/domains_security_question_setting.py,sha256=S1-aMq5wIKnJE1S22gRTIwMomx69-PkFiK2EE_MbP2g,99504
|
1733
1758
|
pulumi_oci/identity/domains_self_registration_profile.py,sha256=jAZCzJe7KAus7Huy7emGaWyk9GBxjWOGNkjLTa6qkRo,171160
|
@@ -1778,8 +1803,8 @@ pulumi_oci/identity/get_domains_cloud_gate_mappings.py,sha256=-YKG38Qayh6ST4BjE5
|
|
1778
1803
|
pulumi_oci/identity/get_domains_cloud_gate_server.py,sha256=P6MIZNgh_IJBmCbWW7_-4w2E1nKgQcin0LbBmgnVxQs,26545
|
1779
1804
|
pulumi_oci/identity/get_domains_cloud_gate_servers.py,sha256=BklZ9MVY3Ksqop1hkfwDEapQzokNgyAQvXjff9szEUk,22391
|
1780
1805
|
pulumi_oci/identity/get_domains_cloud_gates.py,sha256=fgDqvM_Nom8E8AFwGtvp6tKzV5o0E8ENQtCk6JyrPWY,21632
|
1781
|
-
pulumi_oci/identity/get_domains_condition.py,sha256=
|
1782
|
-
pulumi_oci/identity/get_domains_conditions.py,sha256=
|
1806
|
+
pulumi_oci/identity/get_domains_condition.py,sha256=WiE9v71SeDdJTL0TOb4Mt3M8-UCu3gFB2O_DYHlRl6I,26518
|
1807
|
+
pulumi_oci/identity/get_domains_conditions.py,sha256=tmCgdBWh_Tm0tcJvGIxW8MNVi32lI4IwKvaAtdINi1A,21508
|
1783
1808
|
pulumi_oci/identity/get_domains_customer_secret_key.py,sha256=GzjKGfEd6SynRswvnwdJaWFVFjyj9KCUsDR6M6wW9Lo,27359
|
1784
1809
|
pulumi_oci/identity/get_domains_customer_secret_keys.py,sha256=9nGsmaD4jgvH1ZbwhCZHCyLDLufd3DnUX73Mfc3wIAg,22821
|
1785
1810
|
pulumi_oci/identity/get_domains_dynamic_resource_group.py,sha256=H9a5uGcyuC6B-04QG_UD-qqXZjiwjhZKVtsbPHMfRJc,27197
|
@@ -1832,13 +1857,15 @@ pulumi_oci/identity/get_domains_oauth_client_certificate.py,sha256=h2Xs7r3c15-Ai
|
|
1832
1857
|
pulumi_oci/identity/get_domains_oauth_client_certificates.py,sha256=Q_5NXcPNxZaqCPdpBWt1-pdd7ACNJGkOvIKGuLAznds,19532
|
1833
1858
|
pulumi_oci/identity/get_domains_oauth_partner_certificate.py,sha256=R-qCnuUybN_KjzLmDEif3uOa9Rdo0TdFPNFsonDlFt8,25948
|
1834
1859
|
pulumi_oci/identity/get_domains_oauth_partner_certificates.py,sha256=3X31b3GE44tpfV7_K8XtuooXm4JYu7m5W2eW0uWNTmA,19661
|
1860
|
+
pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py,sha256=J9flrE6z1dyXAXo6t77JeGDzrfex4BOevTYm5QGCNqo,29271
|
1861
|
+
pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py,sha256=jW0O0nzOyASrqizsMZIqV9krsG255dFeZDuFdMB3qd4,24393
|
1835
1862
|
pulumi_oci/identity/get_domains_password_policies.py,sha256=xw_mZLWNVlB8XRptLnusZ_ahVdc7Sm1N34-uDj3oDcc,22365
|
1836
1863
|
pulumi_oci/identity/get_domains_password_policy.py,sha256=-F3acq2DHh8R3hg17vyzmIKvIh8aBkNnRkNtFLQ4TQ0,50657
|
1837
|
-
pulumi_oci/identity/get_domains_policies.py,sha256=
|
1838
|
-
pulumi_oci/identity/get_domains_policy.py,sha256
|
1864
|
+
pulumi_oci/identity/get_domains_policies.py,sha256=Yo2EXjE7qyuQD2rEFR1WgXiMLAvXJZHUC2eCl5bbSig,21179
|
1865
|
+
pulumi_oci/identity/get_domains_policy.py,sha256=UAVosjYYZElPxy2RUsZf7Cyke0ae9b9X-D1fc14pR04,25745
|
1839
1866
|
pulumi_oci/identity/get_domains_resource_type_schema_attributes.py,sha256=J609vDS3zuTUYUPq8-Po_ua3M4Y9-cUUm6_Zz-A42hY,24719
|
1840
|
-
pulumi_oci/identity/get_domains_rule.py,sha256=
|
1841
|
-
pulumi_oci/identity/get_domains_rules.py,sha256=
|
1867
|
+
pulumi_oci/identity/get_domains_rule.py,sha256=1ZyoMjPZVpI_4pvjTRAhy3l5p3ZFv1VruehcucLrs9E,27324
|
1868
|
+
pulumi_oci/identity/get_domains_rules.py,sha256=R5T5OU-kPUR7mrjNswUkuAm4BrprNH2biKP49p5eQOU,20848
|
1842
1869
|
pulumi_oci/identity/get_domains_security_question.py,sha256=5-8TL0bLBuEUxcQ7X_N7MGB7j5HSgwStnkMnq4e7FRQ,25068
|
1843
1870
|
pulumi_oci/identity/get_domains_security_question_setting.py,sha256=uv7EXC0fYIyZpmMwW2DYhtRPXEUqLt0VEueDZ0gMf6M,26801
|
1844
1871
|
pulumi_oci/identity/get_domains_security_question_settings.py,sha256=9vTZzveuM1RaDhgJVM0pDr3RCiwijXFL1I65NHfKhOw,16436
|
@@ -1891,7 +1918,7 @@ pulumi_oci/identity/identity_provider.py,sha256=TtTHah_Oj4ypaUi0PqUaPdICtwu5sjo9
|
|
1891
1918
|
pulumi_oci/identity/idp_group_mapping.py,sha256=5pJaWMmLWmxqhP3CpIKLViTPs2HF0m0ntzloBSaihkU,19200
|
1892
1919
|
pulumi_oci/identity/import_standard_tags_management.py,sha256=9I4BpgANEjclVOmuLdlYvljUoOjdlXlgmTL4wMEhGFo,13566
|
1893
1920
|
pulumi_oci/identity/network_source.py,sha256=fMOEJjP7NjclRb0RpA3sFP6NH7_Lue3yJf8mcvBAKTQ,39926
|
1894
|
-
pulumi_oci/identity/outputs.py,sha256=
|
1921
|
+
pulumi_oci/identity/outputs.py,sha256=Ebh5VLz_0ZeOy4Ug-40rEcKO84o9DnX4fxo16otGjuA,5500235
|
1895
1922
|
pulumi_oci/identity/policy.py,sha256=kXaC6Vjs9L_5nAO7QVdgdH7gr7FZq0QNr74O9Tv0E60,39727
|
1896
1923
|
pulumi_oci/identity/smtp_credential.py,sha256=g-oIWHaNNvqZfl0bq0AJaA9lrEG8urduy2fnxmkNZdM,18584
|
1897
1924
|
pulumi_oci/identity/tag.py,sha256=ruhsYubjM3Gfr5FjIaLK_JNx6_xe4ryO_KpOlo-xPl0,41584
|
@@ -2911,7 +2938,7 @@ pulumi_oci/zpr/get_zpr_policies.py,sha256=1QNe4eQ6jyzlwdY9dAhwUIRcRat1B1PDVV1Ier
|
|
2911
2938
|
pulumi_oci/zpr/get_zpr_policy.py,sha256=8T-CGxDxYn1TmAQRwv2mcJpw4kGQmL8pGyUaHfmeAe4,11424
|
2912
2939
|
pulumi_oci/zpr/outputs.py,sha256=bLQC7_On52bzTOlKVC9oF2CSxcSo7CiwTmOkBNy7MD4,8943
|
2913
2940
|
pulumi_oci/zpr/zpr_policy.py,sha256=kRQiN_Fg_m8N1oVD93ktqQhhXv8z8y08nBKuypB_t3k,32563
|
2914
|
-
pulumi_oci-2.
|
2915
|
-
pulumi_oci-2.
|
2916
|
-
pulumi_oci-2.
|
2917
|
-
pulumi_oci-2.
|
2941
|
+
pulumi_oci-2.17.0.dist-info/METADATA,sha256=AD2J6rYwu5G-zh0zH1okQmc8AihyaxJbOdE8lSBhN9s,3959
|
2942
|
+
pulumi_oci-2.17.0.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
2943
|
+
pulumi_oci-2.17.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2944
|
+
pulumi_oci-2.17.0.dist-info/RECORD,,
|
File without changes
|