pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=mAGW0VYGjiRJqQ7LZK1n7GQy_rg6PeSicwIAo2Up7Tg,162518
|
2
2
|
pulumi_oci/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
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=fWz_jYdAPTOMD64WeQbMdPHHz4pSUEOc5xbznJS5vPU,79
|
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=n4ozaAimIFDEfAPLr2v0G1P1LFcavRfGG_SdmyyyDGQ,53339
|
@@ -84,15 +84,14 @@ pulumi_oci/analytics/get_analytics_instance.py,sha256=dwpP1CKVYSxNPSWqKvr-GQnUgF
|
|
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=kDwRjj-lgW-wGhRcChdBB7-9lGX2PWwWQ8pCQXIwN1k,9039
|
86
86
|
pulumi_oci/analytics/outputs.py,sha256=inhLsYFv3aBuGgyPfH8oOvJdceSIyNVh_en2Dq4OR4M,39279
|
87
|
-
pulumi_oci/announcementsservice/__init__.py,sha256=
|
88
|
-
pulumi_oci/announcementsservice/_inputs.py,sha256
|
89
|
-
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=
|
87
|
+
pulumi_oci/announcementsservice/__init__.py,sha256=YIHFZl_hY2S-aDd6L-eXnk4JZovXv5rT76iYT05-1IA,570
|
88
|
+
pulumi_oci/announcementsservice/_inputs.py,sha256=-_XWLpHk2Rk5nIv7UrJCiBXLRqIp9jEVvAhvBHD5Vuw,5682
|
89
|
+
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=u4TDkTlzqsP7nMv9gF64-PhTy5cl_6myIWMU4C-LmhA,47221
|
90
90
|
pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py,sha256=iUj9u5oQi0OAKuyPB9kknLeB0cvi6za1k5jTpmFXHaw,14522
|
91
91
|
pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py,sha256=FBocNpaFj0MywwvnQQ-2sOHKxF-FAVF3HokwHOsLsMA,17586
|
92
|
-
pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=
|
92
|
+
pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=Wv-01S4bcCalmA5KVgzeytq3aidGHJBKJQuiZBKjb4o,14299
|
93
93
|
pulumi_oci/announcementsservice/get_announcement_subscriptions.py,sha256=n9mHfkqMq9QmQ1CNnzVlGWnAhc0DYPFCetRcd_C2Smc,9239
|
94
|
-
pulumi_oci/announcementsservice/
|
95
|
-
pulumi_oci/announcementsservice/outputs.py,sha256=0k8VsXIjuJYvJxp5O8Y4B-RF7aecaFSN7Xgpkm8bDw4,26630
|
94
|
+
pulumi_oci/announcementsservice/outputs.py,sha256=E5FqTAEa6sm3yu0C5_UHnBwRqcNQ7YshetP3LtdYPeU,19022
|
96
95
|
pulumi_oci/apigateway/__init__.py,sha256=feHoi7mAuAgjIN6cG5Iu_4htsdllNe-mgoN45508Hqo,922
|
97
96
|
pulumi_oci/apigateway/_inputs.py,sha256=iX6hxZCxYNLUug-l0VnxqFUCjjepMkqh2wnFNK_MOro,346772
|
98
97
|
pulumi_oci/apigateway/api.py,sha256=UbtBRvsP1nUz242IWkGtDJGJU4tIDIlIvzZoSLc4Zic,31695
|
@@ -205,9 +204,9 @@ pulumi_oci/bastion/get_sessions.py,sha256=Ms67QwtxxS2C4t-KJedGFQCFIgBDBpgZsA4vbn
|
|
205
204
|
pulumi_oci/bastion/outputs.py,sha256=dFzw9FVlSUtq9k4UyGm7SscFJNZeUKXY5YHkdOYqQC8,37588
|
206
205
|
pulumi_oci/bastion/session.py,sha256=qpibGkWIi6jU_LSnBTSDca0-_R4yP34cE8DPdnd7GhE,32080
|
207
206
|
pulumi_oci/bigdataservice/__init__.py,sha256=cfK9F0bg8e4EWvHKVfGmcZLVDxJui2Updr0sYM5b0QM,1142
|
208
|
-
pulumi_oci/bigdataservice/_inputs.py,sha256
|
207
|
+
pulumi_oci/bigdataservice/_inputs.py,sha256=-LG7JUChWr3AQO7UIOmlLS742TvcJFsv-NaVQDZ2wVg,145354
|
209
208
|
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=NrOfQEDxilZ2XaJ6TAeIxQ0wVMTlVesqaBp_eZSX8Rg,39873
|
210
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256=
|
209
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=z3CqbYzS_Nzo9qJ9znD4xqKNSNEJAcptlkYBmzB16K8,87798
|
211
210
|
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=NvBH9YqnOBaq3-UYMypk1hK0TLiq_6HLQ2hYjzRMpf4,25252
|
212
211
|
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=NDLpOHfKXM7Pc-9Bvop4Dl4-kExChH5UXAxWYXQagdQ,28741
|
213
212
|
pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=AQ7ngSRgoNhuoFEe3C1kjKW1p4iHw6cYtDVFSPBzk-g,33901
|
@@ -215,7 +214,7 @@ pulumi_oci/bigdataservice/bds_instance_os_patch_action.py,sha256=5Aeqz_iCbSbc6ku
|
|
215
214
|
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=ChyrCpt40KemSyCuJihjE_mIxTZLRF_G0q5ms_-WWiM,17688
|
216
215
|
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=60WLewCGPq1XWI40FFmIOxitrA8tvJXUdxaR6SCaIQM,10285
|
217
216
|
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=94nvRyXTTMevcvGBHdR4xNBSBwHJ-f9NabLCXfWCPx0,6504
|
218
|
-
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=
|
217
|
+
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=qVBp7BxyXCuBnGQZ3UeYQFnzTH2H729vyqfWUIfcCg0,25099
|
219
218
|
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=LEDRianHY7EeOq_sqfvswTU2cQ7xGAxY17IkX_d6WUs,9171
|
220
219
|
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=X0vDfeyppBlVT2BwwVpFf7q5CATl_NM1alFiHHec6sg,7257
|
221
220
|
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=yDH0Kcd2IwOtcGyZAz83EoAXzgw4XT1ad3joyoqTlf8,8775
|
@@ -225,7 +224,7 @@ pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=UPIrLcg_p
|
|
225
224
|
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=hGkSBmQkSHwcyII6yyTD1pzXCAxDIBDbPA5DLzn0vrg,8089
|
226
225
|
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=2dZcMmctqpsshNLcbIa1OE2fz5s7BEbHVbTzbhWqa5c,4869
|
227
226
|
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=vCWLvz6Dq8PlTPUEIu9pewBVioF5vRPE4WDRMdtsktA,6584
|
228
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=
|
227
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=UaK3QVBFLuxaSF_uPCjTLe4zt7FTFZUMMr3hl9-Wn08,331763
|
229
228
|
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
230
229
|
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
231
230
|
pulumi_oci/blockchain/blockchain_platform.py,sha256=WtWqdO8X1Kaf1bQveqlaWVCrpSE9z2fuYUOoN18L5g0,62980
|
@@ -658,13 +657,13 @@ pulumi_oci/core/volume_group.py,sha256=uNPw3Zr3UpAsCLYAcEKBqOBaaqIQ7UbXept2zefEk
|
|
658
657
|
pulumi_oci/core/volume_group_backup.py,sha256=gYEVRsYqF_lSAwlNM1bdh6NqdW7Aj9XFLpDYbgkBL94,44533
|
659
658
|
pulumi_oci/core/vtap.py,sha256=GHC-Y98EFyuwzKXH3cZP2zrS6bJbIFsqBryn_KPGIno,62627
|
660
659
|
pulumi_oci/database/__init__.py,sha256=TbvsgFRkvTw9PdDU7h0BQI888lpmOooIdL9UuMQ5waA,9241
|
661
|
-
pulumi_oci/database/_inputs.py,sha256=
|
660
|
+
pulumi_oci/database/_inputs.py,sha256=F-_sq87tylAbbX04GryyUhim_TgalT8wmddip03flrs,700043
|
662
661
|
pulumi_oci/database/application_vip.py,sha256=eoL2Qe_ajH0T5ENsZZXrhKHdSbdqsnYnDRUoWkvy5C0,29151
|
663
662
|
pulumi_oci/database/autonomous_container_database.py,sha256=MEzfyfF0XV2Qgh2q0S8TWpSFLX7PjwqU8_K-OjMSH2k,162865
|
664
663
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=8360eR9E3DX9CMGFBKhMFmLxoiAkmtK5HizuY-vzir0,75338
|
665
664
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=4CTcZm42cqeCufLt0HAMto57mLeFbELpvlBZSoPEDi4,17767
|
666
665
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
667
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
666
|
+
pulumi_oci/database/autonomous_database.py,sha256=Hd6ghPNDuCPmQGlE0DSUuYF-8Amey-wZtYPMgLsiQSU,472536
|
668
667
|
pulumi_oci/database/autonomous_database_backup.py,sha256=edHZOiY3L6wlC1aHegACbHpg8EZBRdy8i4dYIlGX8u8,42584
|
669
668
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=hyPsFWiUcH0tqSYzz6D6Qz2lJpXctQvRIdxcXwB_4AA,18571
|
670
669
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=Y70BXlKqhrckRGSzVJ481GrQ5LP-CDu6OZiSE_6SO9k,15583
|
@@ -683,7 +682,7 @@ pulumi_oci/database/cloud_database_management.py,sha256=rhFw3yjrEVNfr_ptz6bhgdI3
|
|
683
682
|
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=WRWwK9xkInTvs2wjwyzJa3P8HqdTixsvfnOKOgh9D8s,80075
|
684
683
|
pulumi_oci/database/cloud_vm_cluster.py,sha256=1sXUxse9qRewKvN-AwVzHgABfCfmZtZhkXxe-ir4vOs,144370
|
685
684
|
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=sB9OU5Mf5sVTHYqT_sb4VmeIl4wHH87oFf9c8qTMVaw,16398
|
686
|
-
pulumi_oci/database/data_guard_association.py,sha256=
|
685
|
+
pulumi_oci/database/data_guard_association.py,sha256=f_p0Sa2OhpAyblQBUcZ7noMLYY6jeuxr4nT50KNJuQs,147669
|
687
686
|
pulumi_oci/database/database.py,sha256=AqFz-oWbQHHYz3vUtZng7wgEPueS5-KrPx4b9zyz32g,76785
|
688
687
|
pulumi_oci/database/database_software_image.py,sha256=7hQyKcLMrGQ48oAMAzEshPlmroNd5IfdrxG1oheOpjk,46548
|
689
688
|
pulumi_oci/database/database_upgrade.py,sha256=v__-3IpW5_9ObaYEkPihaH69XMIUMaxvoR3eRC77BeE,58148
|
@@ -721,7 +720,7 @@ pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=x
|
|
721
720
|
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=EUdbXE1ezKnD-C7t2f6vqpzoU7eVuf8M6Z56ZWbpvqw,7160
|
722
721
|
pulumi_oci/database/get_autonomous_container_databases.py,sha256=vNkiBpo27ABDCPrBo7z3ImZdxbFeS1-9fkMwxBgLwRM,16894
|
723
722
|
pulumi_oci/database/get_autonomous_container_patches.py,sha256=ENTNGodsWVnICHLj77iy6N8HD0gwnr52oIu9u_kRqGU,8214
|
724
|
-
pulumi_oci/database/get_autonomous_database.py,sha256=
|
723
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=UjRtgEsP7MEY7FEsqqxKrNG5f9s7pi1aYfYMdrHHJGw,106259
|
725
724
|
pulumi_oci/database/get_autonomous_database_backup.py,sha256=cBVPgkkUq-IYcmfrwK1BnhpUEY2lZOMXvhGX53y23BI,17574
|
726
725
|
pulumi_oci/database/get_autonomous_database_backups.py,sha256=cNkIc5T6b8b8RUV2G5ENOWqsRlzJ4n5Vk_Oylj59zIM,10222
|
727
726
|
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=YyuIu1D7g6dwatNlB1DCXn0qqvpW0xeGevsSYZLRESo,13543
|
@@ -733,7 +732,7 @@ pulumi_oci/database/get_autonomous_database_regional_wallet_management.py,sha256
|
|
733
732
|
pulumi_oci/database/get_autonomous_database_software_image.py,sha256=K7pIsSOJqO0Vj8vlaMDk-i6xQ65cNXIYqLAZuMBFQog,12167
|
734
733
|
pulumi_oci/database/get_autonomous_database_software_images.py,sha256=S0Vp7uKvPejUQsiE_id0QGsUQutK-OD_CtLWUn4R-DE,9726
|
735
734
|
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=5xXyuVR8Saa6ZktzxFAT13-hbDCSKGuL4o59A7NwvWA,7777
|
736
|
-
pulumi_oci/database/get_autonomous_databases.py,sha256=
|
735
|
+
pulumi_oci/database/get_autonomous_databases.py,sha256=63MW9Bqyduiv5c7TYIXPU1ThR3nCIiDUp7ULjXFal6E,21246
|
737
736
|
pulumi_oci/database/get_autonomous_databases_clones.py,sha256=gM7iMcD1TVZujAzOZD3Fea1cdD01AdSf31f1wrouvEQ,9930
|
738
737
|
pulumi_oci/database/get_autonomous_db_preview_versions.py,sha256=YgPJHqQSS5rzV3UlPo1kY0Vwm7-NW_KwZtPLl4HtAuM,5987
|
739
738
|
pulumi_oci/database/get_autonomous_db_versions.py,sha256=5WzvgiXjLJ3jhSoArKL-zx-Ukaf4s5g0eB4mWTFXcVA,6682
|
@@ -761,7 +760,7 @@ pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=R_YbV8M7NBpqnYNu
|
|
761
760
|
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=y7yqeOuzTlfZtLGqScSYynZspTXlKO1Q282L_6D4T9Y,37469
|
762
761
|
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=HMjmZZzZVNMn047jiR4CjsK0QIFN2d0Nv4z6N1fCN8I,6599
|
763
762
|
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=cA3LArmjrLQuqmVBaYrcA7mQHFk-DjubfARgHdxeDBc,9031
|
764
|
-
pulumi_oci/database/get_data_guard_association.py,sha256=
|
763
|
+
pulumi_oci/database/get_data_guard_association.py,sha256=9Akb-H9-MFGl6vF_zbY14XjTc7V1Ca5_lc1hjXKkdW4,28316
|
765
764
|
pulumi_oci/database/get_data_guard_associations.py,sha256=XjcAalaMVfha5AePL9Yqk0IVwVZckql5ljvPXlQic-4,5419
|
766
765
|
pulumi_oci/database/get_database.py,sha256=dGosC9bzp3TurUhHbTatszemcwivTf7dPR75USG0ma8,25723
|
767
766
|
pulumi_oci/database/get_database_maintenance_run_histories.py,sha256=N2wU2v814yX_gWoo6oevZ75j44mNzLbuAWogtl7FfGw,11335
|
@@ -848,7 +847,7 @@ pulumi_oci/database/get_vm_clusters.py,sha256=xP29YtPcMIp3H67d7u3wjSDuYlMoPqrNQw
|
|
848
847
|
pulumi_oci/database/key_store.py,sha256=dG1I-PEq_v_9DMEzE2ftXKI_KxMADsUunjYehQxABug,27615
|
849
848
|
pulumi_oci/database/maintenance_run.py,sha256=o1swLjSL5DUkr5U28J_fr0RXxBSGaI_ow8_CGTkIfgM,61969
|
850
849
|
pulumi_oci/database/oneoff_patch.py,sha256=fIBCaiKbpcEnOWljP5C5elcf5-WKJI2lNXUSQFUAEA4,38780
|
851
|
-
pulumi_oci/database/outputs.py,sha256=
|
850
|
+
pulumi_oci/database/outputs.py,sha256=QGBvCy18BPob0Vy1Vj83bRzdh_jo6seas9Dri9KGLaI,2241084
|
852
851
|
pulumi_oci/database/pluggable_database.py,sha256=vU6z1Iqab2k3tvHMzcLyvjxORR4PvOrPgZ_xtUjeRhY,73835
|
853
852
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=fXgBUT0BGYwBvvs-84awzTQdfANyWD4j6-rsQ2MtxSY,52723
|
854
853
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=JYqZFFx28ijKHxxo5ZCsXDluwnraH6vnh2jUMxLzaa8,50932
|
@@ -857,11 +856,10 @@ pulumi_oci/database/vm_cluster.py,sha256=cmfYI2zWuceQRvDyFgUdELRD7dSwBfBclDPJM1n
|
|
857
856
|
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=gF6Scpe7l5CTi-t4A_lg8r5b_yJI9gLLU9NMS4IxruM,53276
|
858
857
|
pulumi_oci/database/vm_cluster_network.py,sha256=XXRyF0dcOv1oAHVR7g4KjUT4wLxWoQbZj-OSf32wF2E,50739
|
859
858
|
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=1idjLiJDzQNiYcrWOXBvhs_lPeZL0v3zZAJLs_heAYM,51019
|
860
|
-
pulumi_oci/databasemanagement/__init__.py,sha256=
|
861
|
-
pulumi_oci/databasemanagement/_inputs.py,sha256=
|
862
|
-
pulumi_oci/databasemanagement/
|
863
|
-
pulumi_oci/databasemanagement/
|
864
|
-
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=FzQJuDmvsj5ovWPG0fLH7lqFyTOFXLK3Y1hiJL57iR0,40207
|
859
|
+
pulumi_oci/databasemanagement/__init__.py,sha256=s7q-99NAkjcVYcqSyCBsJPJbK9WUZ25sXGVYqodsNaw,7052
|
860
|
+
pulumi_oci/databasemanagement/_inputs.py,sha256=08UCOHw_mK-3t2UMhuo94AbvRfRJjOGR-toMi9en81A,394275
|
861
|
+
pulumi_oci/databasemanagement/database_dbm_features_management.py,sha256=loMbNT5sqkeYOdw_OuPCv8pvinhEelnZ94MK_FMQasY,14623
|
862
|
+
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=8r7WYS2DI11BN5GwhwgERxJuLVda_5fjLJWcnEEDb54,37055
|
865
863
|
pulumi_oci/databasemanagement/external_asm.py,sha256=r4Anyv5hjZ4jdQYlEK2AF-4tdo1NZzyA_iz_mjgBczE,39922
|
866
864
|
pulumi_oci/databasemanagement/external_asm_instance.py,sha256=tflJgBusXtJIwskZp953MW6KfUte_-3NdoG1bBx19wM,35418
|
867
865
|
pulumi_oci/databasemanagement/external_cluster.py,sha256=0-krOMD-Gtk7ab8l8jPD5uHqbm-2eGZI1v8gGGucSgY,44130
|
@@ -882,10 +880,10 @@ pulumi_oci/databasemanagement/external_listener.py,sha256=kckzBEZ6IdQuPx68a9j7gh
|
|
882
880
|
pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py,sha256=43ie08jPM7kG6KOYxoeqBiTRps5bQFPunNmE6v4F6vQ,17176
|
883
881
|
pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py,sha256=-E7d5NGM-kTfAW2l0uXtH5kFM0oZxrJFyGRR3r2BLVw,17730
|
884
882
|
pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py,sha256=Vyc9-B76WHodMf_GSakLsWtBmKDMOUXqP0qMTxWlVVw,17176
|
885
|
-
pulumi_oci/databasemanagement/get_db_management_private_endpoint.py,sha256=
|
883
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoint.py,sha256=QhoBhiwA450SX0iudM4risFM8I56MEQAwLO2spOoIlc,12434
|
886
884
|
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py,sha256=SjfNwxYfOlyJr6jwzS6JZML1vre_pVz2QU_q7wR1uR8,6842
|
887
885
|
pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py,sha256=VsJ7MBrqe8K09BxpoVMtvTT_QCyAT6sQJSRt051vSY4,8199
|
888
|
-
pulumi_oci/databasemanagement/get_db_management_private_endpoints.py,sha256=
|
886
|
+
pulumi_oci/databasemanagement/get_db_management_private_endpoints.py,sha256=PzXfj1NSP9TeA15wVZz-1CefE2t0-fRmMUJAp7sv8eU,10186
|
889
887
|
pulumi_oci/databasemanagement/get_external_asm.py,sha256=0QWTMvl1ZlGJYozy-4rXQyYZkVNZSuaOnqyWKuHq1h0,14948
|
890
888
|
pulumi_oci/databasemanagement/get_external_asm_configuration.py,sha256=DX8Q73d6OLsGXiDgxGtw05fh-jKZobHqM83BUOELijA,5902
|
891
889
|
pulumi_oci/databasemanagement/get_external_asm_disk_groups.py,sha256=8_t0Ofe_UOQTQN3u8E9ZUWqIsAnzNEcusMNaOpp4LLo,6819
|
@@ -923,7 +921,7 @@ pulumi_oci/databasemanagement/get_external_listener_services.py,sha256=DxN8MjOQF
|
|
923
921
|
pulumi_oci/databasemanagement/get_external_listeners.py,sha256=oMsxzdlMcf91Otgj28FwqsHeAHqgySOfdQla1jYOc44,8033
|
924
922
|
pulumi_oci/databasemanagement/get_job_executions_status.py,sha256=MIUO3qW6dMVa-LGbKiYItS93n4bNotT3D3DgRGOPrQA,10308
|
925
923
|
pulumi_oci/databasemanagement/get_job_executions_statuses.py,sha256=KTI3ULjALufjDOHLlarME-qKFnTJk6uosBtEo3s7XM4,11705
|
926
|
-
pulumi_oci/databasemanagement/get_managed_database.py,sha256=
|
924
|
+
pulumi_oci/databasemanagement/get_managed_database.py,sha256=mehgqpMaSmwIylQEHMSqTLRHrVSSawI-btG11fO7FIE,15391
|
927
925
|
pulumi_oci/databasemanagement/get_managed_database_addm_task.py,sha256=z3BIsFZ9weTIO58IuAdMCV-ZKWm9YIH6odBvyumGV7k,6898
|
928
926
|
pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py,sha256=uzvvms8nyInV2k8cCj6SCG7STsG67uUflFdPSWC0EYY,7998
|
929
927
|
pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py,sha256=T4Zp71vHoFUitgB_8ajx1nh15ky3Wlfg2PC7Qnde6Lg,12916
|
@@ -982,13 +980,13 @@ pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py,sha256=dqd
|
|
982
980
|
pulumi_oci/databasemanagement/get_managed_my_sql_databases.py,sha256=AHG3Qo9b4oZ4Mtn9BhQKFKG9uHndDQTuSDzSF-2HrjM,5660
|
983
981
|
pulumi_oci/databasemanagement/get_named_credential.py,sha256=-_4fD4JJPsjPk8tyzSl2Lu4CxLd5aOSxz5pLIgbtNFE,12104
|
984
982
|
pulumi_oci/databasemanagement/get_named_credentials.py,sha256=C7QPURGz2nbQYBVRfec1HEPLAKkBrFWkOOCwEya9TDw,9185
|
985
|
-
pulumi_oci/databasemanagement/managed_database.py,sha256=
|
983
|
+
pulumi_oci/databasemanagement/managed_database.py,sha256=egT-gfWg1CzrIdfA6KOSfmB6xXYRonJ3qWoJy9z6Oq4,41721
|
986
984
|
pulumi_oci/databasemanagement/managed_database_group.py,sha256=gwAWPgeG8omae0RzSeesq4T-NvEjroELiXd9bxaukfQ,32988
|
987
985
|
pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py,sha256=WwLjoMdQth3bdwfpBu3fx3_ZEk543Q_52DtowbX8ESs,29306
|
988
986
|
pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py,sha256=gJskw2kiB8899I1CjF1FxPHI9zyJcNYMY69Xkc_HCws,26545
|
989
987
|
pulumi_oci/databasemanagement/named_credential.py,sha256=uwsFxV2wK-IxZT6hF9N5UejyUSDtTSlP6VJlTJXOApI,40094
|
990
|
-
pulumi_oci/databasemanagement/outputs.py,sha256=
|
991
|
-
pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py,sha256=
|
988
|
+
pulumi_oci/databasemanagement/outputs.py,sha256=lbEDnG_vpxstsmEucKiUbbYliLyHP9AgBn4Lvu4J0P8,1233256
|
989
|
+
pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py,sha256=g2VgdPEQWNiF8liOBBhc3dFVwaJIc9c_aDTtSrEd-aE,16582
|
992
990
|
pulumi_oci/databasemigration/__init__.py,sha256=wq-hZhb2rxiz9X5A9L-7N8RfkwhB3NXCbKKHsqsNolI,614
|
993
991
|
pulumi_oci/databasemigration/_inputs.py,sha256=bktLSb2okzBK8pyAABMA6tlrmuDCUJguI_4k5t0fJS4,94181
|
994
992
|
pulumi_oci/databasemigration/connection.py,sha256=X2X9pmk4R060xykkvdbDCwPcfO8OdiUO2UVwaR94ZUw,97065
|
@@ -1097,8 +1095,8 @@ pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=DhdbfQvM-dOIVSM
|
|
1097
1095
|
pulumi_oci/datalabellingservice/get_dataset.py,sha256=ndxUU4kX61GhwrHiHPmA3DdsGI5jq149r_ko2zT6b_c,15760
|
1098
1096
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=2KfZ1jk-m2eWzUCFUXrNbEb3ueOpj7vU7xmSr_Q3Ajw,8633
|
1099
1097
|
pulumi_oci/datalabellingservice/outputs.py,sha256=6SIVioXbg3T5tvUsVMy4MGcPhUzNPuDIUqRBhBIvBLs,52742
|
1100
|
-
pulumi_oci/datasafe/__init__.py,sha256=
|
1101
|
-
pulumi_oci/datasafe/_inputs.py,sha256=
|
1098
|
+
pulumi_oci/datasafe/__init__.py,sha256=1PHv6eBnLpyA2PKvrgx_sruuP0uIvWyBT0C2aqz1Awc,7392
|
1099
|
+
pulumi_oci/datasafe/_inputs.py,sha256=r4ESfngmkE-b0ILVMg4WrIdx6s51CzyFD9g2DddCCxI,318384
|
1102
1100
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1103
1101
|
pulumi_oci/datasafe/alert.py,sha256=HsfslLYlrfw21x5n4rE1tbP7fgkqV87ljxvHZB_7YwQ,43879
|
1104
1102
|
pulumi_oci/datasafe/alert_policy.py,sha256=I1I3Exkzs-HyGeKuHIEebT1QuYEPFzQ0p3LsUL85KY4,38233
|
@@ -1117,7 +1115,7 @@ pulumi_oci/datasafe/compare_user_assessment.py,sha256=jMmIv-PURaYZ4TU_4sHNDndBul
|
|
1117
1115
|
pulumi_oci/datasafe/data_safe_configuration.py,sha256=cU2aBvoTl2wkWJkQHOvMziKwv9-1gk76Lvw0JTV9tWM,21609
|
1118
1116
|
pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=rQOxNsmB-u4wISjW--xvJnd-DonqrBYTKLX27lbjtyo,37370
|
1119
1117
|
pulumi_oci/datasafe/database_security_config.py,sha256=xhTenEIy7rzcTUDw4_QMLpATPfa4QVuNMmwvvV9LYtY,38685
|
1120
|
-
pulumi_oci/datasafe/database_security_config_management.py,sha256=
|
1118
|
+
pulumi_oci/datasafe/database_security_config_management.py,sha256=FRavBmAJfN0AnqxyZvoaQf1YbS4nUqkaL71y3EUrAiQ,21908
|
1121
1119
|
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=Y5ixYGeyvEyPQCfJ7mVwCvfuhNGl9NErIhdBCefkvV4,43513
|
1122
1120
|
pulumi_oci/datasafe/discovery_mod.py,sha256=pkxbTyLGXxOROtDgr7a_O4JXxRVlUFHW5_aQ3CoSneQ,77736
|
1123
1121
|
pulumi_oci/datasafe/get_alert.py,sha256=y05J7aEGj2tar1ONBDsEBehuP09KSkeWrqGyAQ4WlJI,16093
|
@@ -1238,36 +1236,30 @@ pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMm
|
|
1238
1236
|
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1239
1237
|
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=RhMbR62fLfrHXXQNmtRsnSxnmTcPYj7kOPVYk1_KYj8,58391
|
1240
1238
|
pulumi_oci/datasafe/masking_policy.py,sha256=MUHIzLedBXGFJf9yB3z3d14ha-FOUidU4og43dSSq2c,71120
|
1241
|
-
pulumi_oci/datasafe/masking_policy_health_report_management.py,sha256=AqR0c26oDt0g8EaF5htfUCHEGbbOjBlcOLNJLflG57c,19363
|
1242
|
-
pulumi_oci/datasafe/masking_report_management.py,sha256=ntTPk_0XpDYsEdh1lnGyd2UjEDUGkNNpF1p-AYvtIc8,32009
|
1243
1239
|
pulumi_oci/datasafe/on_prem_connector.py,sha256=SmyrtOUyJRLQyFC-L5B96elXyK6Hwrvu9qxi4usDe-4,29798
|
1244
|
-
pulumi_oci/datasafe/outputs.py,sha256=
|
1240
|
+
pulumi_oci/datasafe/outputs.py,sha256=2e3uz4Otsd2R53z7aHwaNh2gDAZugEOhGH9n3eb5aiA,1260851
|
1245
1241
|
pulumi_oci/datasafe/report.py,sha256=okh2QxEHNTw32Ec_nNa7Z8_Bxht25znqybyxPeA5HsM,28114
|
1246
1242
|
pulumi_oci/datasafe/report_definition.py,sha256=YBskIZHWnENXGMJz-0YahAjK0JcD00c1yg43oicfHGU,68554
|
1247
1243
|
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=LXpmm4CgDijAYUSg3xt3zA7PkB4HRFQxiFlqQgE0aig,37852
|
1248
1244
|
pulumi_oci/datasafe/security_assessment.py,sha256=otbTko7cAPYIlDd0mKPf3dPF9--s9jt7nHRqbvTq36g,61654
|
1249
1245
|
pulumi_oci/datasafe/security_policy.py,sha256=w9wyC5T108Ga6cUnNTLLdgjw7JvZY3jZLNlTRoYBZ8w,29311
|
1250
1246
|
pulumi_oci/datasafe/security_policy_deployment.py,sha256=crqTPDdylFIHTmTfJp0CIftgge10t7y6O4v8zwiCMm8,33028
|
1251
|
-
pulumi_oci/datasafe/security_policy_deployment_management.py,sha256=
|
1252
|
-
pulumi_oci/datasafe/security_policy_management.py,sha256
|
1247
|
+
pulumi_oci/datasafe/security_policy_deployment_management.py,sha256=17oZqN8YGN2V6v6tmRuTY2IDGOD1F5Cq1UfsNVHfPwQ,18035
|
1248
|
+
pulumi_oci/datasafe/security_policy_management.py,sha256=ttv-97V16vZfo7IZsBGjPme3HPKVvfwuTqQQcvMYJK0,16923
|
1253
1249
|
pulumi_oci/datasafe/sensitive_data_model.py,sha256=B77muq8E20ox6V_3qjNNVC5ez1ptKo7y2bfxo6CDptA,68198
|
1254
1250
|
pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=lPiGmeh6UU4ah7Z85HW0H1mOqvV5fiiryryXyqtrcOU,7830
|
1255
1251
|
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=TREMG2BazyWlYHPsjY-AMv84bigCvtPKLH7XaMcxkJc,67457
|
1256
1252
|
pulumi_oci/datasafe/sensitive_type.py,sha256=ROijgnQwSZejaqgkiosdQqZL448_QNFoED3ewcyzwVU,51831
|
1257
1253
|
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=tCFdTzN-4Pp5fXPy-cVz9z_dRn0Zf3RnIw2pMdYlERI,12374
|
1258
|
-
pulumi_oci/datasafe/set_security_assessment_baseline_management.py,sha256=FyLxa0C7C2awoQH9W4SpXHdYQqydlIygxCi3h1VoAjI,13520
|
1259
1254
|
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=pFdIxZ6rOGzZsEKuyfV0YTBJsjUZrfTdSfqgvn_oezQ,11986
|
1260
|
-
pulumi_oci/datasafe/set_user_assessment_baseline_management.py,sha256=-GJqQdBELAXsSPnfwF15mso2HhQCgAhFiaW1Dh98YWo,13292
|
1261
1255
|
pulumi_oci/datasafe/sql_collection.py,sha256=4p-l1Tboc_rZk1fpvACnzm8GBkAJTjs6fa1TU-PITz0,54642
|
1262
1256
|
pulumi_oci/datasafe/sql_firewall_policy.py,sha256=5noK0OwrRaSEWzRtOd8EZFIQSWKqdVQtgmRm1K0rjU0,51936
|
1263
|
-
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=
|
1257
|
+
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=VPJ_mjSnxYNcnKOATVyOQLJrrHUnv4h48WREHo5Ws3k,33781
|
1264
1258
|
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=TthG1ANmrVh0BtswMte2st5cLvGaBFLiLny9SthdbEU,35335
|
1265
1259
|
pulumi_oci/datasafe/target_database.py,sha256=mApso9EyIOjdvJHzrdJmgYf6A6D3RHff8hLf5qLZWsQ,52969
|
1266
1260
|
pulumi_oci/datasafe/target_database_peer_target_database.py,sha256=GQfmzbXO8XqEIatGB1GViQhRstsH7xF5xe52Xmwx1iE,32358
|
1267
1261
|
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=gVcTvHt0rN1rfKKBqSkHE2DaYXzi4LmIkp-zUe0UeSI,12689
|
1268
|
-
pulumi_oci/datasafe/unset_security_assessment_baseline_management.py,sha256=iitxB0nUsqg8x1Bsgo22IWF5LzLifdTU0RHdOWOMjeg,12178
|
1269
1262
|
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=Ipjz4U_oXV37dztfOC-dkZnu74D8HsEfbqhOngJzfH8,12337
|
1270
|
-
pulumi_oci/datasafe/unset_user_assessment_baseline_management.py,sha256=81AdDyEej0AiL2oqNEF-ZLX4qzfDqqXgJLn2c8jGHZg,11834
|
1271
1263
|
pulumi_oci/datasafe/user_assessment.py,sha256=AkfjkPkHs675s5KsUgQCFyhlznKglmNsGUbYSrKhHiA,58478
|
1272
1264
|
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1273
1265
|
pulumi_oci/datascience/_inputs.py,sha256=6sqgzfCc7mv2__yT10AmKkEQs83Cq8dInyJaDEHwz7Y,214907
|
@@ -1310,40 +1302,12 @@ pulumi_oci/datascience/pipeline.py,sha256=KqgqUi37xPELiTiNW-uJWp5EMAbgpVeilsbEIS
|
|
1310
1302
|
pulumi_oci/datascience/pipeline_run.py,sha256=M7vipd_eFxmX9w4ujxZHqoxMmonpjoEKBCmJRvWgkBg,61341
|
1311
1303
|
pulumi_oci/datascience/private_endpoint.py,sha256=deLcM1-PxQsUM5amg62NJXfyjaPlZrVRZJx5uLk7RBM,40833
|
1312
1304
|
pulumi_oci/datascience/project.py,sha256=CkoHQB1UR-jOkSBScgFovB_igt1egIBxC4CFhkZ67Sg,27181
|
1313
|
-
pulumi_oci/delegateaccesscontrol/__init__.py,sha256=jLm-tjfbPmvSyneDTdnHN4gxE9ajplHXpvD7K4XptAk,999
|
1314
|
-
pulumi_oci/delegateaccesscontrol/_inputs.py,sha256=9NZhxwRAR9wbqFjxsw_1THT1ehVLIio3obNGrb3Si0Q,8210
|
1315
|
-
pulumi_oci/delegateaccesscontrol/delegation_control.py,sha256=FV0siQdFYQPJdSDz0OO3ArQsPi0rVa85_JfjfjShLtg,67837
|
1316
|
-
pulumi_oci/delegateaccesscontrol/delegation_subscription.py,sha256=-p0L5qc7QPX0WvbtCCiITL4ebVxGOrFu3AzTh4iQYE4,32638
|
1317
|
-
pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py,sha256=hrUN6RZGYApQoQ3qlE_vknUVwDjIXDCC06Aq-Nc3Omc,26371
|
1318
|
-
pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py,sha256=jZSu7UH2KbsKzhdARY2jsm2rx_xMhWr2M6gVhtVQXmw,8555
|
1319
|
-
pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py,sha256=z3xzfeF3Pg9b-4uvVo4cfayADB2YxxCsu8ITtuXDLwM,6957
|
1320
|
-
pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py,sha256=15qgxMgfy5VyR0kM_sHaHJcovxwFi0KJsNfo6slho-M,13744
|
1321
|
-
pulumi_oci/delegateaccesscontrol/get_delegation_control.py,sha256=mwZo7D6VCxmtkecnO5-nbnzqO_-Yu5HuXS7k2kQqb-Y,19028
|
1322
|
-
pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py,sha256=UH35-XShJnoBh4saVBg3Y_2st_7c8WNUh_BuzJIknjo,5866
|
1323
|
-
pulumi_oci/delegateaccesscontrol/get_delegation_controls.py,sha256=nZzXg1Efp61JZICrdWYwUa7GgAZNIeKlEOOP4BDrSSc,9745
|
1324
|
-
pulumi_oci/delegateaccesscontrol/get_delegation_subscription.py,sha256=zWfmaSZrJPn2Mdg0vP5XxUf6MfrHnHW8JVP4RZZT85s,11555
|
1325
|
-
pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py,sha256=xpGznxK9CiYW5FB5seSzkJeBQhKH7mp25rSsyGojjhk,7976
|
1326
|
-
pulumi_oci/delegateaccesscontrol/get_service_provider.py,sha256=LwS0OLTm7lW5kbNdhjee01vLTyMm6IzFDhCNgydWd04,11714
|
1327
|
-
pulumi_oci/delegateaccesscontrol/get_service_provider_action.py,sha256=p7o5yOnD7NwC3cqH44noPYNO33NObiPxOjtbOS7zfVs,8887
|
1328
|
-
pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py,sha256=kjNPfwRm3ArSwzVRIzRSVXLZ6BvZcXm7zBd7J9KLp78,10188
|
1329
|
-
pulumi_oci/delegateaccesscontrol/get_service_providers.py,sha256=CbnCWgW0D-LFLTneHYiy8F3lwjhUt28iHQojk1Gbjow,9884
|
1330
|
-
pulumi_oci/delegateaccesscontrol/outputs.py,sha256=IZExRfBBnv_eJaop8fv5hHq0wTyppDxQ8q5xfGRPwQw,76559
|
1331
1305
|
pulumi_oci/demandsignal/__init__.py,sha256=Ap5pOlp1y5CcgzxfMoHvzljdeikeGE4h1-ycDcq2c38,422
|
1332
1306
|
pulumi_oci/demandsignal/_inputs.py,sha256=9t-Kxye_85ZcSzSpKZ1gS8_FuzQqnGxen-_vGzu7XRs,8487
|
1333
1307
|
pulumi_oci/demandsignal/get_occ_demand_signal.py,sha256=KsNhj9BXNUT9nv3lv0gOz3lkb4hOw_0S5mvUjqu7UxQ,11446
|
1334
1308
|
pulumi_oci/demandsignal/get_occ_demand_signals.py,sha256=VE7BTFOJrhEZ619H3hrzNfyZGnj2ehx6vLIOS4tR9Xc,8028
|
1335
1309
|
pulumi_oci/demandsignal/occ_demand_signal.py,sha256=xALfeu0l5HxXulq0r-tZj-MJAmQKLp0_f_XzgLZHSDk,35337
|
1336
1310
|
pulumi_oci/demandsignal/outputs.py,sha256=LXih8rCezEaB1nHSmUR2sB4apNG-79HDcdQK97gNB5o,25011
|
1337
|
-
pulumi_oci/desktops/__init__.py,sha256=q-fySpbcf34D1wTkjYoyTh5h88che9ptnOT3e4wUdF0,543
|
1338
|
-
pulumi_oci/desktops/_inputs.py,sha256=uZvUVFtcBDxGELQ1HFnu2vL_d6rwGDryuNhIW8daRJc,17046
|
1339
|
-
pulumi_oci/desktops/desktop_pool.py,sha256=xIIkfT005ED8MZB01ZLCBgPXyV1dYS-jE5LYQZo1pTQ,69379
|
1340
|
-
pulumi_oci/desktops/get_desktop.py,sha256=5aKm5o1NY0BTx4vElspOxEErGA-CvwlC8L4aO2V87ww,8558
|
1341
|
-
pulumi_oci/desktops/get_desktop_pool.py,sha256=ZPWPOz6GAQgO_Fx-Mvh0Ys0XTBM92TrQNjHoxfaEx7s,18204
|
1342
|
-
pulumi_oci/desktops/get_desktop_pool_desktops.py,sha256=Zgj297P7YkI1a6oSiZcdE9zRABV8i61hILLU7As9e7I,9812
|
1343
|
-
pulumi_oci/desktops/get_desktop_pool_volumes.py,sha256=BjA19_-hZSSm_wUGJYk3dMJcxxFcNGJG_nbXuMC5VJg,9901
|
1344
|
-
pulumi_oci/desktops/get_desktop_pools.py,sha256=G9BHlP_K8wrf5MjCecbOuXstYL6Htt12Bbgrcr0debM,8726
|
1345
|
-
pulumi_oci/desktops/get_desktops.py,sha256=x8k5BPzWN0JDKI6z4-VQjVv6RPw4fzewRc8TGPdD_WA,9267
|
1346
|
-
pulumi_oci/desktops/outputs.py,sha256=jlUSGpRgVp4n5QoBzzoUeDHMsUq3RsaVvBHeF2fPtF4,69976
|
1347
1311
|
pulumi_oci/devops/__init__.py,sha256=ogod3Nh4yEX5W_vhC8lVlVH9Tp8gPp6WkEFiEHRmndU,2458
|
1348
1312
|
pulumi_oci/devops/_inputs.py,sha256=3VV2PXIO_KPVQFlrVBBILkxTIRpRyRD7tEfqF9VyY9s,221024
|
1349
1313
|
pulumi_oci/devops/build_pipeline.py,sha256=y53-aMpmRZx3B7r_XWBbrPoLq71mxOokDcz3lWXmi6U,33965
|
@@ -1495,11 +1459,20 @@ pulumi_oci/filestorage/get_replication_targets.py,sha256=_PUDop8uQN_Ceb6B-Ufk87M
|
|
1495
1459
|
pulumi_oci/filestorage/get_replications.py,sha256=ql3xRECXim53igTfvo7z_tdC1GtnChlMBzdEj99YMsY,10150
|
1496
1460
|
pulumi_oci/filestorage/get_snapshot.py,sha256=16p9ZT5hoy5MKoidJyoYw9w2h7MslW_1C_PTFpumSQs,12237
|
1497
1461
|
pulumi_oci/filestorage/get_snapshots.py,sha256=qG2voKXaey74ilGh2C0YcxJMDk0cNQ3iYX5_jMvsR6Q,9923
|
1498
|
-
pulumi_oci/filestorage/mount_target.py,sha256=
|
1462
|
+
pulumi_oci/filestorage/mount_target.py,sha256=8e9su1lSLQxHg-My5lD7jVmv1ZTMPAQAYXTKgcpfdyw,68545
|
1499
1463
|
pulumi_oci/filestorage/outbound_connector.py,sha256=NJYYdIIO9QrtnrGatFSv9MA-8hZFoNvaEbc77FD265s,42249
|
1500
|
-
pulumi_oci/filestorage/outputs.py,sha256=
|
1464
|
+
pulumi_oci/filestorage/outputs.py,sha256=gRLnZVW0d7hLRLzJtkAqH8B6rI3Ra5GHpmOaHuRhdXg,141689
|
1501
1465
|
pulumi_oci/filestorage/replication.py,sha256=O9b3ureyIJZH7WSLxzWr596F4fGrVs9MJ8BKekWfZL0,46350
|
1502
1466
|
pulumi_oci/filestorage/snapshot.py,sha256=jIUFKGx0L_FvkPyiOMwbXXsazRf47i1KdKiSJvcVu1A,36495
|
1467
|
+
pulumi_oci/fleetsoftwareupdate/__init__.py,sha256=pjI6H1538gr5ibAG9BxFd9PoYJIRZ_dACG1hvTouhYE,497
|
1468
|
+
pulumi_oci/fleetsoftwareupdate/_inputs.py,sha256=T_SH73RFNixqqrY_WBAQ288I19wV5kTxryAxK-ZivbA,18279
|
1469
|
+
pulumi_oci/fleetsoftwareupdate/fsu_collection.py,sha256=xlBeUhtKLn-3QPIbxT3mvjWASJr9ORpuEYlE11pUIto,22373
|
1470
|
+
pulumi_oci/fleetsoftwareupdate/fsu_cycle.py,sha256=VEA4Dvc5p8A9nEhG6OT0sVMXQC9eE-9Sf7exnkaE5NQ,39124
|
1471
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py,sha256=qE_57DvxCmgZ1J2njdP2J0q1m5WABIS_V7gGw2YUSGU,9777
|
1472
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py,sha256=H6KVdXhsSpPBCQIWk_FB_VQqL2ncumqEiS4WS50y6K4,6040
|
1473
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py,sha256=mbcA5fQsaYdfRvbl1C53gralK3qXHRIkr7anj0Uachk,15764
|
1474
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py,sha256=cxOk_xrtOWgj4vwnTSKcgNFCqMaY9WCbb-0OQo2gQHs,7415
|
1475
|
+
pulumi_oci/fleetsoftwareupdate/outputs.py,sha256=rwxwQSmtWxvFxRNW0JjwaZhp3nKgYzZtQbL6WyzGmlw,49323
|
1503
1476
|
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1504
1477
|
pulumi_oci/functions/_inputs.py,sha256=Y6IyfjXQiM93k5JJ3o8QGRWPjXRmgklBMubSkocWy-Q,23568
|
1505
1478
|
pulumi_oci/functions/application.py,sha256=vDLbqs_Gah2a6F-ySjj-T1ZSMi7sjufggX5USOt8n0o,51360
|
@@ -1559,6 +1532,15 @@ pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj8
|
|
1559
1532
|
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=w-gydrpKy44IU0hxLcdqz2g6GfMyyzDvs7CTanLAlck,31787
|
1560
1533
|
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=XGxKTIEWt5lO4REq3sJHU_gsdfl744FgkKsofvCahUE,10043
|
1561
1534
|
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=HasHB6VDT245-bGBY7LAyNoVLlahLz84NIUi5k0TSh8,3928
|
1535
|
+
pulumi_oci/globallydistributeddatabase/__init__.py,sha256=4Hp7NsGP1jrUgHwCbzpThk-bXIGkEgrNANC6kKi0oZg,524
|
1536
|
+
pulumi_oci/globallydistributeddatabase/_inputs.py,sha256=5skCxrF3hYUIS5yuWDLzPmWS0Ke4Ykl9FE9AaCAdPHY,47689
|
1537
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoint.py,sha256=l8ECWglI6nV9ZRHr3Gxx10f1vEgW8uJeo2kRBTgI5EE,12118
|
1538
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoints.py,sha256=ywFbYUrQbPfOBIAsBDNzEscLr_VzsaVDgC9a58-iTeU,7255
|
1539
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_database.py,sha256=H9SrtU-eBvmGexnYTldWh50tHYVh50LnPUyZxmh_HRc,29377
|
1540
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_databases.py,sha256=hKikM4oqLhfyEJ0vjS58dHJJl9qNxRWoFU2um9IfDqs,7268
|
1541
|
+
pulumi_oci/globallydistributeddatabase/outputs.py,sha256=mTVqnHEqPT_fkL54RjXa1zwtx2pkzCtbR73XMY66qaM,94213
|
1542
|
+
pulumi_oci/globallydistributeddatabase/private_endpoint.py,sha256=34bzaxuh3CNZxEKsrHCbAmbJNXccRpWoAIciasikOM8,34448
|
1543
|
+
pulumi_oci/globallydistributeddatabase/sharded_database.py,sha256=teUpj6T_YkBKZHCmhO_CSUS0INo8rrW8k1ST8Z5LvC0,102910
|
1562
1544
|
pulumi_oci/goldengate/__init__.py,sha256=bUksfKTH9LM_422k-tu1EXIuPrRbsGUVQVmdQ9Y4ogM,1331
|
1563
1545
|
pulumi_oci/goldengate/_inputs.py,sha256=xZBPv70z5TjIWqWeg6_v_20L2YJlxCgha2AxzgAIfSw,47623
|
1564
1546
|
pulumi_oci/goldengate/connection.py,sha256=BnLO-LgB9Vp9tsJzI_0dPkmGFbrxNY8CP3sZynfSa-g,243043
|
@@ -1631,7 +1613,7 @@ pulumi_oci/identity/domains_condition.py,sha256=ya-vWK3fz6wAwh0E5EROjrCgc-bbi-EU
|
|
1631
1613
|
pulumi_oci/identity/domains_customer_secret_key.py,sha256=1bLW9ZCqy97IHk0aEnUGsoKASQzJiAd89dgtQcv5O88,93826
|
1632
1614
|
pulumi_oci/identity/domains_dynamic_resource_group.py,sha256=vTfAypOctSX8xhr6EXwo5qACu7ofn3j5r-xGhTy2FVg,95968
|
1633
1615
|
pulumi_oci/identity/domains_grant.py,sha256=XckrquNF-BR2l0SaOiWOAxeow4HAzhalleZarg6uRVo,113973
|
1634
|
-
pulumi_oci/identity/domains_group.py,sha256=
|
1616
|
+
pulumi_oci/identity/domains_group.py,sha256=ft-Y5hazSu1ykSYtFJLD7aCMMfdWqgdx768j6M-fT4M,121510
|
1635
1617
|
pulumi_oci/identity/domains_identity_propagation_trust.py,sha256=lf70RQANjV53dPaK145uthqpvlA2-FF7oOcQ7RVhR5U,158362
|
1636
1618
|
pulumi_oci/identity/domains_identity_provider.py,sha256=D7ApO9uL0o0ITgHlyTOKDzOtFyV7HJ5F3HUAB-Kldzo,300800
|
1637
1619
|
pulumi_oci/identity/domains_identity_setting.py,sha256=hwn-Hj4cjhtBXtC7ooJTCvwo8BYRQ6LxopSbR-uxcS4,123771
|
@@ -1658,7 +1640,7 @@ pulumi_oci/identity/domains_self_registration_profile.py,sha256=2tNfM6qnwBx0NtOy
|
|
1658
1640
|
pulumi_oci/identity/domains_setting.py,sha256=GC-r2K8lMcsVI10hE76_i94A5Yka6GzaylIL-2V3mFs,300862
|
1659
1641
|
pulumi_oci/identity/domains_smtp_credential.py,sha256=0xM2LnlXiVt84SQeS7oBiG2yr58lvck7cKxwITwnRL0,90895
|
1660
1642
|
pulumi_oci/identity/domains_social_identity_provider.py,sha256=20lA57rQdAMV1yqHAiXgyZ8pr78wTgDucVlsgjfYSmA,186535
|
1661
|
-
pulumi_oci/identity/domains_user.py,sha256=
|
1643
|
+
pulumi_oci/identity/domains_user.py,sha256=85tymeJjf2snXTXxHyTEfMMGN9S8R_kafUSVWll42GY,306376
|
1662
1644
|
pulumi_oci/identity/domains_user_db_credential.py,sha256=F8VPXlB7zfKM-C0efSgz1q4aiwntqNOVZnBWxLg0pEo,103264
|
1663
1645
|
pulumi_oci/identity/dynamic_group.py,sha256=N9kjwLd-kLtmR21QiOCO9lO3cMFlLzLuuO54UyqRPXE,31144
|
1664
1646
|
pulumi_oci/identity/get_allowed_domain_license_types.py,sha256=yim_resR7EuLe0McALXeQZcinQTe6CG_HdupTvQ2xYQ,6696
|
@@ -1710,7 +1692,7 @@ pulumi_oci/identity/get_domains_dynamic_resource_group.py,sha256=be-1hOUAdveJs19
|
|
1710
1692
|
pulumi_oci/identity/get_domains_dynamic_resource_groups.py,sha256=NCgtjl3F1I9GaL5VdZ-JXs7HBNhn6UHIliKDVYr0b54,21071
|
1711
1693
|
pulumi_oci/identity/get_domains_grant.py,sha256=UncqQvDoE3CDsTAHjJMGU5oKFVL2etmU8_aAs2l3p_0,25319
|
1712
1694
|
pulumi_oci/identity/get_domains_grants.py,sha256=wl560M-LUiFhZH2CqtJOqfI1_cA88p5kpClyP1MEWvI,19056
|
1713
|
-
pulumi_oci/identity/get_domains_group.py,sha256=
|
1695
|
+
pulumi_oci/identity/get_domains_group.py,sha256=hru8sBa9IBwLjqYymQ6VEgqnDUP_p1izrezCCLlXcFY,29914
|
1714
1696
|
pulumi_oci/identity/get_domains_groups.py,sha256=wFmAgmlJCm4cYBEbkLlWWYhRpjVcWMaiVFVYEkqsQrs,19510
|
1715
1697
|
pulumi_oci/identity/get_domains_identity_propagation_trust.py,sha256=83_obPfO1LnFAypBT_qp_sKb0ldJ31yhRiMQjE7TuaQ,31642
|
1716
1698
|
pulumi_oci/identity/get_domains_identity_propagation_trusts.py,sha256=MDyShGJSchA77d8Kka0uyH9YJA8fw4r5yBU_VYFTbt0,21585
|
@@ -1775,7 +1757,7 @@ pulumi_oci/identity/get_domains_smtp_credential.py,sha256=UCBQJqhxYCoZEXn6CA_0mX
|
|
1775
1757
|
pulumi_oci/identity/get_domains_smtp_credentials.py,sha256=MefHK0MsZx7bfW4B0ptaeEj5inwi7oYgF-IVHfIvTzE,20251
|
1776
1758
|
pulumi_oci/identity/get_domains_social_identity_provider.py,sha256=GxxNRcDVgXx2R4aEB9yb0M_m6-_srLhazyGRi-tjEtM,32490
|
1777
1759
|
pulumi_oci/identity/get_domains_social_identity_providers.py,sha256=9qtzWyJkn41u_bW4XZDDNghwWcMsDI9i6Mx14NAMYa0,17586
|
1778
|
-
pulumi_oci/identity/get_domains_user.py,sha256=
|
1760
|
+
pulumi_oci/identity/get_domains_user.py,sha256=u8j-mrVg8F7pjw01aib1truYQ4svZyN_-NaqV3MRAco,56277
|
1779
1761
|
pulumi_oci/identity/get_domains_user_attributes_setting.py,sha256=lD6iFcSHOWvscWbUIFCE_jQBeYNxaV1mYFwLBIV5roA,20639
|
1780
1762
|
pulumi_oci/identity/get_domains_user_attributes_settings.py,sha256=X7q20k9Cib3PWvAhpJ8YT7ZfmBqaHeL0xv2YvGsRC-s,13901
|
1781
1763
|
pulumi_oci/identity/get_domains_user_db_credential.py,sha256=kIxcDow3kh5XL2lh13jTZiy4Wsv-27zBhinN-737Rg8,26577
|
@@ -1815,7 +1797,7 @@ pulumi_oci/identity/identity_provider.py,sha256=QIsDfrYw4NFRsJQ-8Ns2gZEur3JtMd2b
|
|
1815
1797
|
pulumi_oci/identity/idp_group_mapping.py,sha256=743cX37IZAZrXK1uIA3xxza9_aIG0Oa9l8a_GBxjw7g,19026
|
1816
1798
|
pulumi_oci/identity/import_standard_tags_management.py,sha256=f5KHjLrGN0Fecd2XWZ5_cuiqiOQTr9g-GyfGr_gLfTY,13392
|
1817
1799
|
pulumi_oci/identity/network_source.py,sha256=NJshhKegtWd6DAeg4yo6szAkrU3utbYoYpNlifivajo,39752
|
1818
|
-
pulumi_oci/identity/outputs.py,sha256=
|
1800
|
+
pulumi_oci/identity/outputs.py,sha256=rsIQY6sD-xRA6_qM31-sV2AJ3LWD-P5flwxaWKv2Vng,5464985
|
1819
1801
|
pulumi_oci/identity/policy.py,sha256=drfa_IVuY8Aa31nFQh55zVUg_xSE64toHu61T3mhq1U,39553
|
1820
1802
|
pulumi_oci/identity/smtp_credential.py,sha256=d8rz1ltRKlJNLCvG21BprcRjKggXDNUuBkgJaZVXQgQ,18410
|
1821
1803
|
pulumi_oci/identity/tag.py,sha256=GqY6qGz4okMuhTuDDqrzp7IE998iA-xQs8KeixFI820,41410
|
@@ -1881,7 +1863,7 @@ pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=Lj1lG-f0w
|
|
1881
1863
|
pulumi_oci/jms/jms_plugin.py,sha256=TzPVU92WwiklN_NyI4R-4of_E6AjxXf8HeDXMcAKG3E,37532
|
1882
1864
|
pulumi_oci/jms/outputs.py,sha256=BeqIhi7SuDBPX3_O12cP6GUtC_VVLiLCTpvWmQMb8jY,307475
|
1883
1865
|
pulumi_oci/kms/__init__.py,sha256=FORCQ_KwYzL1Hforp8BeGi5GenxORzJYVl51JzaRyTU,968
|
1884
|
-
pulumi_oci/kms/_inputs.py,sha256=
|
1866
|
+
pulumi_oci/kms/_inputs.py,sha256=iWU-hXIprsQTrZBnUS0rtTyxTDxvGk0T4p73Hw2bZxo,41777
|
1885
1867
|
pulumi_oci/kms/ekms_private_endpoint.py,sha256=Awelg62Sm06JXEeV0e8MrH6SC8_goFwA2nU14Dlh-Kw,33558
|
1886
1868
|
pulumi_oci/kms/encrypted_data.py,sha256=gGhfT96h2v1AXJ4qB1xRAyt91O4OZyOHV7nGIFv_gSk,29632
|
1887
1869
|
pulumi_oci/kms/generated_key.py,sha256=3-3jldf8VD-bUYgvyOsnHAme8AyF17scwQ3RKgtYZBs,29496
|
@@ -1894,15 +1876,15 @@ pulumi_oci/kms/get_key_version.py,sha256=tWNOOVopZhlZpkjojifdEOEAXpvujvU9Z37p7dQ
|
|
1894
1876
|
pulumi_oci/kms/get_key_versions.py,sha256=NBKoBwAVR5objoh5qApBKj8Iubw6Uq6yIRCT6KRXymY,6755
|
1895
1877
|
pulumi_oci/kms/get_keys.py,sha256=Mt3O8BO_XliB_JO8kRKgzBNthl9nivOGfUq7UooURBs,12914
|
1896
1878
|
pulumi_oci/kms/get_replication_status.py,sha256=7qXnINh1_JTeNxBDw2aFtwJbXkOSvmd8g1F9Ao4DXK4,5829
|
1897
|
-
pulumi_oci/kms/get_vault.py,sha256=
|
1879
|
+
pulumi_oci/kms/get_vault.py,sha256=5kr39Xyvqzzu9X-zRfxpu1FkXisgORgsl23WjZevRGQ,16296
|
1898
1880
|
pulumi_oci/kms/get_vault_replicas.py,sha256=GyreWU2rE__gfpSNTb6-SNLgKQ4V49Kpil_4ZxmOwAs,5270
|
1899
1881
|
pulumi_oci/kms/get_vault_usage.py,sha256=im57i6QPF0q2XZOYecnAY3sg74BwQwlJniTLYYLYeVU,5968
|
1900
1882
|
pulumi_oci/kms/get_vaults.py,sha256=JOOl2Qk6hUgDHQ4pr0y6ZG3Qy7so8R5vMw7OL29zFM4,5140
|
1901
1883
|
pulumi_oci/kms/key.py,sha256=Bz8gAMMXG0S5vozLKrwAR7GqodNnHiJxv52tPfmOKqQ,68246
|
1902
1884
|
pulumi_oci/kms/key_version.py,sha256=vsALzpING2mD5dtVhZhvDYn07vARYaPOOH-GwNJV7F0,33172
|
1903
|
-
pulumi_oci/kms/outputs.py,sha256=
|
1885
|
+
pulumi_oci/kms/outputs.py,sha256=rhI8CfuSbLt_I48bhiqpJs0SLngXMHIQVtbge71oOyA,127209
|
1904
1886
|
pulumi_oci/kms/sign.py,sha256=XV0nWNcm_qbs1JsrM9tIwltTxV2nU8k_7Ux3KKtx_EA,25565
|
1905
|
-
pulumi_oci/kms/vault.py,sha256=
|
1887
|
+
pulumi_oci/kms/vault.py,sha256=BOERya0vXqdG2wrMcrlNkCnrZjw0LdwV_mO_byciz7s,52405
|
1906
1888
|
pulumi_oci/kms/vault_verification.py,sha256=WEHu0OkTUuZLK_nUEbTBlYM1YYP_sCqrKqbXcm4fVYA,10038
|
1907
1889
|
pulumi_oci/kms/verify.py,sha256=RBV-kgvq1fAymLPgE4lCmwoXbwEcf4ymFy7eHmwva8M,28811
|
1908
1890
|
pulumi_oci/licensemanager/__init__.py,sha256=_1oakyLqLmsT82vMDdI7jBtXFDaECD4jHPmBP0n_NiI,747
|
@@ -1956,9 +1938,9 @@ pulumi_oci/loadbalancer/get_ssl_cipher_suite.py,sha256=KGuH8dXS5qPfyOh1KsDwQC-dM
|
|
1956
1938
|
pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=HomXAYoaHMOXSqCPu4ZG_XRk1qloBDisy86BkxEaUvo,5181
|
1957
1939
|
pulumi_oci/loadbalancer/hostname.py,sha256=pJ2uFqd3yvQKZknoZqVpmE0ZocBiu8d5GaMNhXo62lM,14651
|
1958
1940
|
pulumi_oci/loadbalancer/listener.py,sha256=JL8Qh48TOlkxs8t9VzieyUm_ehfxxkY7HhBFjOJx_0k,41770
|
1959
|
-
pulumi_oci/loadbalancer/load_balancer.py,sha256=
|
1941
|
+
pulumi_oci/loadbalancer/load_balancer.py,sha256=r3rd_7vBGMGaMpVC6H4LdWNR29JXNqeN3jC3uXcvaEU,73361
|
1960
1942
|
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=1b1YVMCrjbOmgvDu0hu2-73eDsuQ-1kziJgPtStYpZE,18438
|
1961
|
-
pulumi_oci/loadbalancer/outputs.py,sha256=
|
1943
|
+
pulumi_oci/loadbalancer/outputs.py,sha256=zlzWgwE1XcFGT0f4moKuJ_WQxeyXiX2zMVmTihoFxLA,263261
|
1962
1944
|
pulumi_oci/loadbalancer/path_route_set.py,sha256=KysWF4CVMGw_YHxD8EeRei8ZQk1NMKe2WNrD3MGFtzg,14845
|
1963
1945
|
pulumi_oci/loadbalancer/rule_set.py,sha256=3PWLHULHUsvh_AIkd9FwzxTf-ZOYqvZ8o6vvVhCOrhk,19148
|
1964
1946
|
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=TB7iW-BpEd9sM2k78vUdESKrerdeN-UkVZK8mK8krW8,18984
|
@@ -2130,7 +2112,7 @@ pulumi_oci/monitoring/get_metric_data.py,sha256=sHUqGSijdYEalaVkiuKpVB9J3743JmKj
|
|
2130
2112
|
pulumi_oci/monitoring/get_metrics.py,sha256=se7FEg3vd2YnHGKb5WNCms3ghE5zbQCnP3rPMXc2GOc,15139
|
2131
2113
|
pulumi_oci/monitoring/outputs.py,sha256=RJUhm5LOqkBUk2YzcRIg1a9QNMkZJkWfA9iOwlSEPMI,105034
|
2132
2114
|
pulumi_oci/mysql/__init__.py,sha256=NePAVofUEJFnzHsogn-BAX3FEUTLAqx3umifZgO-SUs,908
|
2133
|
-
pulumi_oci/mysql/_inputs.py,sha256=
|
2115
|
+
pulumi_oci/mysql/_inputs.py,sha256=nKfil6qlWgZnV1gGXDJ1Djy-pIYu8IEziAVvbbMH-iE,253052
|
2134
2116
|
pulumi_oci/mysql/channel.py,sha256=2qOEVOkit3zsm50x52fdA2stKseY2dX1H-aw5-TRzG8,29276
|
2135
2117
|
pulumi_oci/mysql/get_channel.py,sha256=9RWJ7SapPP7VELLgfon9j1t-GkDZvEaNNd8cYP3zaYg,10183
|
2136
2118
|
pulumi_oci/mysql/get_channels.py,sha256=UgYhw0ZbFIr_czzbOwhs-md8jAtLt5p8laatNa9rbsM,9348
|
@@ -2139,7 +2121,7 @@ pulumi_oci/mysql/get_mysql_backup.py,sha256=J92IzbzgC-NlJRv0N32Vj9ODQzoNFdt4uHXD
|
|
2139
2121
|
pulumi_oci/mysql/get_mysql_backups.py,sha256=Twve_XALPKXlR7JXyt817syDkTQ54FR5xZcGx55MK3Q,9395
|
2140
2122
|
pulumi_oci/mysql/get_mysql_configuration.py,sha256=ora-Njp95dj9i4pyUXX6422TshGXSmNHq-UesZiJyTE,11167
|
2141
2123
|
pulumi_oci/mysql/get_mysql_configurations.py,sha256=1ucGxa_E49th9WSoxi9tSt-QazNMhiY0grXoTx-j5Ng,10212
|
2142
|
-
pulumi_oci/mysql/get_mysql_db_system.py,sha256=
|
2124
|
+
pulumi_oci/mysql/get_mysql_db_system.py,sha256=5FpUa92L39bFHYl94HB2cNDnxyrweC59TnE--jqG3Vc,26804
|
2143
2125
|
pulumi_oci/mysql/get_mysql_db_systems.py,sha256=Bf8EmCnxa0tasqJyskRiWs-cZnoBFuTWekUO3rbSZRQ,13218
|
2144
2126
|
pulumi_oci/mysql/get_mysql_version.py,sha256=mgfMVlOwCBPD-dezo2Orl0frqDMGJw3-NWvhtGot1Z8,4895
|
2145
2127
|
pulumi_oci/mysql/get_replica.py,sha256=-uCU7Bv8v1V31DaadVLXPB-ce6SVWb1uC__pB6V-mwo,16139
|
@@ -2148,8 +2130,8 @@ pulumi_oci/mysql/get_shapes.py,sha256=MErZAA1O9od02UjwnG1d_xMr1S6G1Wb6K6bcMJcwlx
|
|
2148
2130
|
pulumi_oci/mysql/heat_wave_cluster.py,sha256=4oJS7bF61abJC24q9srx3EE_OlVNB7X6M-xduNbUmDE,26776
|
2149
2131
|
pulumi_oci/mysql/mysql_backup.py,sha256=fMqpzUX9wmizKNx7W5_xYYalUlFdb2uLfeAbPgs7gBw,46942
|
2150
2132
|
pulumi_oci/mysql/mysql_configuration.py,sha256=kaYj1U_TJYGtUVTK3gh8Sb2eKEZ1Woe3aIHiG1k6Bto,49913
|
2151
|
-
pulumi_oci/mysql/mysql_db_system.py,sha256=
|
2152
|
-
pulumi_oci/mysql/outputs.py,sha256=
|
2133
|
+
pulumi_oci/mysql/mysql_db_system.py,sha256=dNKAlcIegwZRZAWflTbVV1A_4s-vXjesgjuMK0ZjEuc,114023
|
2134
|
+
pulumi_oci/mysql/outputs.py,sha256=UgCD1TgIWl-zgj13PM5n_g-iAVjhNrPl4tVN1lv76-Y,589500
|
2153
2135
|
pulumi_oci/mysql/replica.py,sha256=hjEabKhsrKCdn7hj1vcxOV5LHQRofwK_Q03qgnP4Ox0,46171
|
2154
2136
|
pulumi_oci/networkfirewall/__init__.py,sha256=6CxpTGYsgQuKkTAQ2Pp9wlTkaCPf0Kz2eChNR2Naaz4,2409
|
2155
2137
|
pulumi_oci/networkfirewall/_inputs.py,sha256=VNKgMQueZUnNlmp9fpR2j9Nszy1KZ4PHRWXhQ8H1va4,33884
|
@@ -2256,18 +2238,18 @@ pulumi_oci/ocvp/__init__.py,sha256=7JzLPH9ZrUF0Ik8FMWlY4nN_DXF7fN2WMM70ixcY1bM,7
|
|
2256
2238
|
pulumi_oci/ocvp/_inputs.py,sha256=9qTGD2k-jhtej6_3ibcV1P6T0sUKfv1oUx1Vcqa_wH0,82848
|
2257
2239
|
pulumi_oci/ocvp/cluster.py,sha256=8YHeqwxsjDQEBZTSKjQafLmp6XgPWMyxqDKC-ssmEYs,81966
|
2258
2240
|
pulumi_oci/ocvp/esxi_host.py,sha256=LKvuoiZlTIiKJDPkCfSYK0yCN61nL61-c5e4KO3S-iY,92717
|
2259
|
-
pulumi_oci/ocvp/get_cluster.py,sha256=
|
2241
|
+
pulumi_oci/ocvp/get_cluster.py,sha256=E398Cx9swanU984_jXwIy1fIKQRdQBN0uxrA7tkT36M,20876
|
2260
2242
|
pulumi_oci/ocvp/get_clusters.py,sha256=NYMrpqsKwyBPRQ6fv36FVsfxFBiD0r3oiP_oXSQP0Cs,8005
|
2261
2243
|
pulumi_oci/ocvp/get_exsi_host.py,sha256=8oLMiDYTzhI5bcCbNf7D72r1zbCKhjHGpxLUELDH0tY,25874
|
2262
|
-
pulumi_oci/ocvp/get_exsi_hosts.py,sha256=
|
2244
|
+
pulumi_oci/ocvp/get_exsi_hosts.py,sha256=z9QLxm5nU4_HYr3u_dg2qqBTnWtxtjUXW_ODu2nmJ3o,13919
|
2263
2245
|
pulumi_oci/ocvp/get_retrieve_password.py,sha256=QBHwP0UZE6BlA7ZwLNNfcGU5dEeS49-e3o1LshYMGmM,4516
|
2264
2246
|
pulumi_oci/ocvp/get_sddc.py,sha256=PmgysC66VtWAuX1HJpOB6heJkzBw_K1a2euA1pdMzfQ,54113
|
2265
2247
|
pulumi_oci/ocvp/get_sddcs.py,sha256=px0L0HFrJGseK65moy3AqFGYoqiAsrV59fUrDi1uNHs,8366
|
2266
2248
|
pulumi_oci/ocvp/get_supported_commitments.py,sha256=Np9or0HdPd83MqfhlGleOFOE3KLEUwJR2Cv9OOj2Zgw,6035
|
2267
2249
|
pulumi_oci/ocvp/get_supported_host_shapes.py,sha256=hLwUAgW2SVO2vMBidjimylvgt_fVX9_YlG8qIkolNS4,9532
|
2268
2250
|
pulumi_oci/ocvp/get_supported_skus.py,sha256=ViRRvxynixES6xUMkvMDT5Vm5R4OcZE3SVygjaTp1fU,6018
|
2269
|
-
pulumi_oci/ocvp/get_supported_vmware_software_versions.py,sha256=
|
2270
|
-
pulumi_oci/ocvp/outputs.py,sha256=
|
2251
|
+
pulumi_oci/ocvp/get_supported_vmware_software_versions.py,sha256=99UZ0ie2QnfP7Qx9O0oNXOBZ2yJl4y39xCHJCH1XW7s,7670
|
2252
|
+
pulumi_oci/ocvp/outputs.py,sha256=UIWVExeY4FZIT0o5KMZuRJqj7GvIZZCJ8y0HzcfJlvA,221983
|
2271
2253
|
pulumi_oci/ocvp/sddc.py,sha256=z0XDPvDPR775tp8AHZ6TWG8l3x0vfKa0rc7sQP1z9sU,212185
|
2272
2254
|
pulumi_oci/oda/__init__.py,sha256=sIiYpIKHQ4rqyW3va7TF5kiFxSxMxoiU1keLRRXSBhg,825
|
2273
2255
|
pulumi_oci/oda/_inputs.py,sha256=hWgs5zFWAF1gB96zV6SaIsLULmB9vT6FNe1Z1CbtqCo,8543
|
@@ -2566,17 +2548,17 @@ pulumi_oci/queue/get_queues.py,sha256=hYhh_9dgW8vfhhsIJClT4j51gQDbs9kp6EoItqS-B6
|
|
2566
2548
|
pulumi_oci/queue/outputs.py,sha256=9SW8RHREGQFx00r7PYr1pK3ILnl09BgZr0uu81PPJJY,11860
|
2567
2549
|
pulumi_oci/queue/queue.py,sha256=vvXauye72M21HmpMJ_rzkG0jivpjAFyBkjtyrOpZcJk,50759
|
2568
2550
|
pulumi_oci/recoverymod/__init__.py,sha256=OK1ODRfvOF3FChxhjvEoUukJEwhKRNFy7FpavkfVxs8,718
|
2569
|
-
pulumi_oci/recoverymod/_inputs.py,sha256=
|
2570
|
-
pulumi_oci/recoverymod/get_protected_database.py,sha256=
|
2551
|
+
pulumi_oci/recoverymod/_inputs.py,sha256=7f7qJE8SfGBNyeXMdqSoG8BHGLnsI8qcspqlTVYxViI,13411
|
2552
|
+
pulumi_oci/recoverymod/get_protected_database.py,sha256=C-SijH66qzCHXHmVmT4GTFy73FMMdTqVK11KKhkmwo4,18624
|
2571
2553
|
pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py,sha256=mCMO90HP5EGPn2i1aSDUgMz9uyxpaWwaGU9_2Z3gE8w,7264
|
2572
2554
|
pulumi_oci/recoverymod/get_protected_databases.py,sha256=FIhG9YgK19QQN9UlMvX-zd12Kh8PBJe8obkQBrQwwco,10029
|
2573
2555
|
pulumi_oci/recoverymod/get_protection_policies.py,sha256=ZT8dxIZT5NUzxQ2W0Gi5KT8eHDzOcK2_irFO51tev0s,9125
|
2574
|
-
pulumi_oci/recoverymod/get_protection_policy.py,sha256=
|
2556
|
+
pulumi_oci/recoverymod/get_protection_policy.py,sha256=Qr-h2oFrQBKA6zqXNNQwB_WHCVKoxz3DULAikbpZbZ8,11830
|
2575
2557
|
pulumi_oci/recoverymod/get_recovery_service_subnet.py,sha256=qi5_GBmXJGR_n9q420xY28K6UxTgJozVSrq3CPv5kZU,12120
|
2576
2558
|
pulumi_oci/recoverymod/get_recovery_service_subnets.py,sha256=_wYJWYVnvTEcpfxaecsrayKhSKgnHRBYYR79RZLbDmo,8680
|
2577
|
-
pulumi_oci/recoverymod/outputs.py,sha256=
|
2578
|
-
pulumi_oci/recoverymod/protected_database.py,sha256=
|
2579
|
-
pulumi_oci/recoverymod/protection_policy.py,sha256=
|
2559
|
+
pulumi_oci/recoverymod/outputs.py,sha256=094xYFPA3GA67TOGdpcQq77NU_uxvtDKzmpA8U_av0o,58043
|
2560
|
+
pulumi_oci/recoverymod/protected_database.py,sha256=uWNTVJdntje6CEjVKm126QiRPWR3LJDKCHsK-oq5uzQ,63841
|
2561
|
+
pulumi_oci/recoverymod/protection_policy.py,sha256=8tzelfNltWLdIXTTGwdDhF2_UCNwnSzR08VXfQz6plA,42152
|
2580
2562
|
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=I2XLIPVqgIasMhll3NQ7gNVd_6KFrvGOZlR_Uj1ubdw,40586
|
2581
2563
|
pulumi_oci/redis/__init__.py,sha256=bc9gcpXG83TSKYaN5ZqFPOLQB29M0vIXhcpl4q4SqkM,449
|
2582
2564
|
pulumi_oci/redis/_inputs.py,sha256=m71G3SJqClv1t7Jj6oWxpj2RBwBOP_ot2LzXZZIYZTU,5943
|
@@ -2796,7 +2778,7 @@ pulumi_oci/waas/policy.py,sha256=cErgMs4jJHSNeJL-w62mi8cUSapwlp0BWz7QYuSVxuc,430
|
|
2796
2778
|
pulumi_oci/waas/protection_rule.py,sha256=pC4dhnyO1rFldRTshMcedkgWP4WyiSetkFCzL-xB9zo,19938
|
2797
2779
|
pulumi_oci/waas/purge_cache.py,sha256=jU7lROBv0-Gz0bMJAP-wVQO8wXy0eBTL4popZteraR8,12912
|
2798
2780
|
pulumi_oci/waf/__init__.py,sha256=29r6sMHheKYKvxj2zmq3QBTyxmY1P-OP5cGjmyD91xI,742
|
2799
|
-
pulumi_oci/waf/_inputs.py,sha256=
|
2781
|
+
pulumi_oci/waf/_inputs.py,sha256=b5cvnqzcpBUQqbARJ6TnyLJTuJwc7qA3EQDaV-JsME8,85680
|
2800
2782
|
pulumi_oci/waf/app_firewall.py,sha256=yTMMM43zQtTgrLfyBXpnM8LRVA2Y5HAPA8YULoUmSyc,34540
|
2801
2783
|
pulumi_oci/waf/app_firewall_policy.py,sha256=S4E4pWyilxxY0vZWqcs6bs_o4C6KSFm4ZkWmgh1_2RY,67603
|
2802
2784
|
pulumi_oci/waf/get_firewalls.py,sha256=eGJPfFIqrFrRNOhkCR2itB9NvStNyjD6yO1Xa0qkedo,9356
|
@@ -2808,8 +2790,8 @@ pulumi_oci/waf/get_web_app_firewall.py,sha256=3q2EMLPUkbfDGvEIxFmpkNWxv653AYb37M
|
|
2808
2790
|
pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=O7VSdioW26YIEVlUqhNq3kMmCEi51PKAb7hcTw8jIsQ,8458
|
2809
2791
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=7appT-JjWaUc0yM3SygrdohUQfgguEAkGTRKH1Fr3EE,14234
|
2810
2792
|
pulumi_oci/waf/network_address_list.py,sha256=O-HiNiCu77OCRHsXQ8bmTdivdcU4ReLuXtPV4XU-NQU,33677
|
2811
|
-
pulumi_oci/waf/outputs.py,sha256=
|
2812
|
-
pulumi_oci-2.9.
|
2813
|
-
pulumi_oci-2.9.
|
2814
|
-
pulumi_oci-2.9.
|
2815
|
-
pulumi_oci-2.9.
|
2793
|
+
pulumi_oci/waf/outputs.py,sha256=LpGDIkjrMFIPv4uQe2AJ0tbVqqBCffU4qE23vEVTprE,227138
|
2794
|
+
pulumi_oci-2.9.0a1724479778.dist-info/METADATA,sha256=8i93XxTY93arCcapBxps--MBCuWrpT2EMQP4L0avEBI,3901
|
2795
|
+
pulumi_oci-2.9.0a1724479778.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
2796
|
+
pulumi_oci-2.9.0a1724479778.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2797
|
+
pulumi_oci-2.9.0a1724479778.dist-info/RECORD,,
|