pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 +0 -40
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +8 -10
- pulumi_oci/aianomalydetection/outputs.py +8 -22
- pulumi_oci/aidocument/_inputs.py +18 -22
- pulumi_oci/aidocument/outputs.py +18 -36
- pulumi_oci/ailanguage/_inputs.py +20 -4
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +20 -4
- pulumi_oci/aivision/_inputs.py +16 -0
- pulumi_oci/aivision/outputs.py +16 -0
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +414 -206
- pulumi_oci/apigateway/outputs.py +414 -206
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +26 -18
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +26 -18
- pulumi_oci/autoscaling/_inputs.py +16 -14
- pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
- pulumi_oci/autoscaling/outputs.py +16 -14
- pulumi_oci/bigdataservice/_inputs.py +44 -32
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +44 -32
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +0 -9
- pulumi_oci/cloudguard/_inputs.py +488 -1066
- pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
- pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +53 -95
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +7 -11
- pulumi_oci/cloudguard/get_data_sources.py +20 -24
- pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +17 -19
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +3 -5
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
- pulumi_oci/cloudguard/get_security_policies.py +12 -14
- pulumi_oci/cloudguard/get_security_policy.py +8 -12
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +12 -14
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +15 -17
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +1808 -3493
- pulumi_oci/cloudguard/responder_recipe.py +39 -41
- pulumi_oci/cloudguard/security_recipe.py +27 -43
- pulumi_oci/cloudguard/security_zone.py +20 -22
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudmigrations/_inputs.py +496 -222
- pulumi_oci/cloudmigrations/outputs.py +498 -224
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +35 -7
- pulumi_oci/core/_inputs.py +668 -402
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +20 -4
- pulumi_oci/core/drg_route_table_route_rule.py +0 -7
- pulumi_oci/core/get_image.py +0 -4
- pulumi_oci/core/get_instance.py +0 -4
- pulumi_oci/core/get_public_ip.py +0 -4
- pulumi_oci/core/get_public_ips.py +0 -8
- pulumi_oci/core/get_vtap.py +0 -2
- pulumi_oci/core/get_vtaps.py +0 -2
- pulumi_oci/core/image.py +0 -56
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +28 -70
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +105 -28
- pulumi_oci/core/outputs.py +668 -748
- pulumi_oci/core/public_ip.py +0 -8
- pulumi_oci/core/vnic_attachment.py +24 -8
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +0 -14
- pulumi_oci/database/_inputs.py +220 -188
- pulumi_oci/database/autonomous_database.py +7 -21
- pulumi_oci/database/autonomous_database_wallet.py +0 -28
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +0 -14
- pulumi_oci/database/database.py +44 -28
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +13 -0
- pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
- pulumi_oci/database/outputs.py +220 -188
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +36 -12
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +36 -12
- pulumi_oci/dataintegration/_inputs.py +330 -318
- pulumi_oci/dataintegration/outputs.py +330 -318
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +0 -2
- pulumi_oci/datasafe/_inputs.py +80 -72
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +80 -72
- pulumi_oci/datasafe/report_definition.py +24 -8
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +65 -337
- pulumi_oci/datascience/get_job_run.py +1 -11
- pulumi_oci/datascience/get_model_deployment.py +1 -11
- pulumi_oci/datascience/get_pipeline.py +0 -3
- pulumi_oci/datascience/get_pipeline_run.py +1 -14
- pulumi_oci/datascience/job_run.py +3 -52
- pulumi_oci/datascience/model_deployment.py +2 -51
- pulumi_oci/datascience/outputs.py +94 -757
- pulumi_oci/datascience/pipeline.py +14 -34
- pulumi_oci/datascience/pipeline_run.py +0 -65
- pulumi_oci/devops/_inputs.py +462 -80
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +1143 -210
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +8 -20
- pulumi_oci/dns/outputs.py +8 -42
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +0 -42
- pulumi_oci/events/_inputs.py +12 -4
- pulumi_oci/events/outputs.py +12 -4
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +4 -2
- pulumi_oci/goldengate/outputs.py +4 -2
- pulumi_oci/identity/_inputs.py +5954 -4860
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +140 -119
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
- pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_policy.py +49 -35
- pulumi_oci/identity/domains_rule.py +21 -28
- pulumi_oci/identity/domains_setting.py +21 -35
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +175 -189
- pulumi_oci/identity/domains_user_db_credential.py +41 -37
- pulumi_oci/identity/outputs.py +6007 -4913
- pulumi_oci/integration/_inputs.py +0 -4
- pulumi_oci/integration/outputs.py +4 -16
- pulumi_oci/jms/_inputs.py +8 -0
- pulumi_oci/jms/outputs.py +8 -0
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +30 -14
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
- pulumi_oci/loadbalancer/outputs.py +30 -14
- pulumi_oci/loganalytics/_inputs.py +34 -26
- pulumi_oci/loganalytics/outputs.py +34 -26
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +46 -2
- pulumi_oci/managementagent/outputs.py +46 -2
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +32 -8
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +38 -22
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +32 -8
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +0 -21
- pulumi_oci/monitoring/get_alarm.py +0 -3
- pulumi_oci/monitoring/outputs.py +4 -10
- pulumi_oci/mysql/_inputs.py +22 -30
- pulumi_oci/mysql/outputs.py +22 -30
- pulumi_oci/mysql/replica.py +28 -12
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
- pulumi_oci/networkfirewall/outputs.py +0 -4
- pulumi_oci/networkloadbalancer/_inputs.py +26 -10
- pulumi_oci/networkloadbalancer/outputs.py +26 -10
- pulumi_oci/nosql/_inputs.py +12 -4
- pulumi_oci/nosql/outputs.py +12 -4
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +42 -86
- pulumi_oci/ocvp/get_retrieve_password.py +0 -1
- pulumi_oci/ocvp/outputs.py +42 -86
- pulumi_oci/ocvp/sddc.py +77 -49
- pulumi_oci/ons/subscription.py +0 -63
- pulumi_oci/opa/_inputs.py +2 -6
- pulumi_oci/opa/outputs.py +6 -18
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +10 -2
- pulumi_oci/osmanagement/outputs.py +10 -2
- pulumi_oci/osmanagementhub/_inputs.py +8 -24
- pulumi_oci/osmanagementhub/event.py +0 -32
- pulumi_oci/osmanagementhub/get_event.py +0 -8
- pulumi_oci/osmanagementhub/get_events.py +0 -8
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +8 -40
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +18 -10
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +18 -10
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +26 -77
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +24 -8
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +24 -8
- pulumi_oci/stackmonitoring/_inputs.py +56 -40
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +56 -40
- pulumi_oci/visualbuilder/_inputs.py +2 -6
- pulumi_oci/visualbuilder/outputs.py +6 -18
- pulumi_oci/vnmonitoring/_inputs.py +42 -10
- pulumi_oci/vnmonitoring/outputs.py +42 -10
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +205 -133
- pulumi_oci/waas/outputs.py +205 -133
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +30 -36
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +30 -36
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
- pulumi_oci/cloudguard/adhoc_query.py +0 -596
- pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
- pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
- pulumi_oci/cloudguard/get_saved_queries.py +0 -190
- pulumi_oci/cloudguard/get_saved_query.py +0 -235
- pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
- pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
- pulumi_oci/cloudguard/saved_query.py +0 -595
- pulumi_oci/cloudguard/wlp_agent.py +0 -654
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=tb7hZCoEYaFbk80V6fgxyDenkrj_UzkjVjX1HSs-x5Q,157339
|
2
2
|
pulumi_oci/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
3
3
|
pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=VkUq6bhwazCZ64sM5r8Poei4am7UYdJFtdDX72oub0Y,80
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
|
7
|
-
pulumi_oci/adm/_inputs.py,sha256=
|
7
|
+
pulumi_oci/adm/_inputs.py,sha256=9Rh6i5U6DDhJpFdSvhUgZK_uzDCXH6WjMTsvaanq418,53125
|
8
8
|
pulumi_oci/adm/get_knowledgebase.py,sha256=tX1Hp36CTqWr1VvxjUG2dXUkm7V7TE0ghz1pmYDrQb4,8611
|
9
9
|
pulumi_oci/adm/get_knowledgebases.py,sha256=n3StZ80DXGINgcQWMOO0C1--WAelpsZPnEI9aVuncH8,8016
|
10
10
|
pulumi_oci/adm/get_remediation_recipe.py,sha256=xkPzRGg8XoPMOfrkz2UdGYk1lZlovp-1rEq4V-nUP-o,13705
|
@@ -19,12 +19,12 @@ pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py
|
|
19
19
|
pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py,sha256=sy5YkitU1neSY-JtXQR5zwn_Yj2x_W-08NQ8nEBbpSA,15940
|
20
20
|
pulumi_oci/adm/get_vulnerability_audits.py,sha256=i83SOjWASmY-IAtnl9KjIoDOI4pDSLLueQfIr_xBqoU,15694
|
21
21
|
pulumi_oci/adm/knowledge_base.py,sha256=43vYASjFp_DsgPESvA0mQOcK08O_prkQQq132whisMM,22967
|
22
|
-
pulumi_oci/adm/outputs.py,sha256=
|
22
|
+
pulumi_oci/adm/outputs.py,sha256=TRgM7Th48aCQDLpKcM6ixenbwnl6Q4mHdu3TbTW1SKM,181810
|
23
23
|
pulumi_oci/adm/remediation_recipe.py,sha256=ltJ0xaxHxCXHWpq9qKH7RAYrN_dEiOYVLz_TuPAcDVI,51071
|
24
24
|
pulumi_oci/adm/remediation_run.py,sha256=YMsu9YBO6SILtWOdgq9hgpoNKut-ZdMVNTtKWmWG-4I,33067
|
25
25
|
pulumi_oci/adm/vulnerability_audit.py,sha256=oGT_tojESJ2q8HILuSazKmoZ7P8fnu5kF51fVpQ0byg,65850
|
26
26
|
pulumi_oci/aianomalydetection/__init__.py,sha256=IJeFbCr5N-KYllF7NChbywHeymulXgw99Za-EQYfqkk,836
|
27
|
-
pulumi_oci/aianomalydetection/_inputs.py,sha256=
|
27
|
+
pulumi_oci/aianomalydetection/_inputs.py,sha256=q87ROCULqo5H3VIs66560wieOKwTonnCg4sLA8Gnq48,51572
|
28
28
|
pulumi_oci/aianomalydetection/ai_private_endpoint.py,sha256=5nTnJnvGiQPW_VDMvlgtDqS9mzJ09eN83bicAwm3R7s,30939
|
29
29
|
pulumi_oci/aianomalydetection/data_asset.py,sha256=7ScLIYaFBKrARzjIoQtXCePKElHgcwuerxcYB55S0iI,35691
|
30
30
|
pulumi_oci/aianomalydetection/detect_anomaly_job.py,sha256=7B167e8Wk-_662Sn-yaiBpBnArCxreuDYDeI5LqH1Z8,32598
|
@@ -39,21 +39,21 @@ pulumi_oci/aianomalydetection/get_detection_models.py,sha256=c3Hj3dc107mv902gQzG
|
|
39
39
|
pulumi_oci/aianomalydetection/get_detection_project.py,sha256=MXvYsuBEHzThP04stddwGBZdSzAbYNkUHxzMvOHQdJU,8656
|
40
40
|
pulumi_oci/aianomalydetection/get_detection_projects.py,sha256=LrSkWbOCfuc0oV00VYJCeYa2NADSPVUNbyzfHe-6k9I,7033
|
41
41
|
pulumi_oci/aianomalydetection/model.py,sha256=U4c1RSnImRSvrVPcC3BAnm1sK5r7hR0NS_SWdMNrh-M,34280
|
42
|
-
pulumi_oci/aianomalydetection/outputs.py,sha256=
|
42
|
+
pulumi_oci/aianomalydetection/outputs.py,sha256=LIWmxu60_bS3nh49Jc8yDnQP5omHLE03hgsCbzDgi_M,139038
|
43
43
|
pulumi_oci/aianomalydetection/project.py,sha256=AJ4J1-7AAP5LRrg6W1t648sYyWk1Suitzf3o1NCLNjg,24705
|
44
44
|
pulumi_oci/aidocument/__init__.py,sha256=d0LuHBLIlQQUvkP_M1Drwejugy7woXZrocByR6ngkWk,526
|
45
|
-
pulumi_oci/aidocument/_inputs.py,sha256=
|
45
|
+
pulumi_oci/aidocument/_inputs.py,sha256=I-j9pc35G7_pCrNfB3UI6uIliATf7z7SxNsG_EQzjKo,43587
|
46
46
|
pulumi_oci/aidocument/get_model.py,sha256=9WklO4t2jugNvb7CQ6bJ10M60j3LpjRkvQRarAPXPlU,17474
|
47
47
|
pulumi_oci/aidocument/get_models.py,sha256=RoXxgXR3ETxjmlwbfKUk02D_TWQi9vxJyhcu5a6XRE8,7784
|
48
48
|
pulumi_oci/aidocument/get_processor_job.py,sha256=qp8wj2_Q7ZxeEXGZHZXLoG32QzFQQjPhqRRkZ3doz_I,9623
|
49
49
|
pulumi_oci/aidocument/get_project.py,sha256=3EZUNnxyN0Zx85aqFG0DAXQh_2s93g8ZMvkkXoMwpWE,8874
|
50
50
|
pulumi_oci/aidocument/get_projects.py,sha256=LgRPCkfAr60AtJMH2NoOnTpX7lVvF6J5dHzpyvYctQ4,6878
|
51
51
|
pulumi_oci/aidocument/model.py,sha256=nwtfq_yOPTGhAhJZZDY9UN49QPfZtn0thrrMKGofGbg,54029
|
52
|
-
pulumi_oci/aidocument/outputs.py,sha256=
|
52
|
+
pulumi_oci/aidocument/outputs.py,sha256=InQg4Y8M2SV46tPoDgcVMt6-9SgMUEdZZyDeCaJaX8c,103740
|
53
53
|
pulumi_oci/aidocument/processor_job.py,sha256=347PjJb2Y-c8oCZhPEqrhfGlH9FTID7ZxfzHqT_CyFk,27014
|
54
54
|
pulumi_oci/aidocument/project.py,sha256=U_SD5RF3p7ccPI_B8TcqDYH0l6Uur7z45a2cQm6w15s,25030
|
55
55
|
pulumi_oci/ailanguage/__init__.py,sha256=zxBZzuuHX91w8GtjrcjZZcX2T8ryEncqi6ZcV_dJchw,619
|
56
|
-
pulumi_oci/ailanguage/_inputs.py,sha256=
|
56
|
+
pulumi_oci/ailanguage/_inputs.py,sha256=BW3ea6IxN9zX-XwB7h0pnZcBKn_7a2GXzZT0snyuok4,45099
|
57
57
|
pulumi_oci/ailanguage/endpoint.py,sha256=_JbX4Ojawz2hQK-hNq2wKhhZr0DaWba1za7uBRZfNCc,33307
|
58
58
|
pulumi_oci/ailanguage/get_endpoint.py,sha256=iN9l1zGhh_hHo0LhibnTAtkV_X-lKILdUgjL7uDXNsA,10076
|
59
59
|
pulumi_oci/ailanguage/get_endpoints.py,sha256=6LbwB8nQfPPurAviUmxcoDbzQJ0CWouUOb3m3fsz2iY,8530
|
@@ -63,27 +63,27 @@ pulumi_oci/ailanguage/get_model_type.py,sha256=pS7rWcCCPgLdyMR1iSUjextE-5sDbvpt-
|
|
63
63
|
pulumi_oci/ailanguage/get_models.py,sha256=YuhDmyEX8SBqxZ5OkLaguTdjRVn9eZRBmIyzyvQfYSo,7434
|
64
64
|
pulumi_oci/ailanguage/get_project.py,sha256=50J2iR7bsHZn4ep2ExM4v1Q8DGtaihQxzMCc9jmv86M,8209
|
65
65
|
pulumi_oci/ailanguage/get_projects.py,sha256=nYs_BKlI5xLlrg8TWFV-ZJ4ehWO3IUbDixqaLjoLSPg,6514
|
66
|
-
pulumi_oci/ailanguage/model.py,sha256
|
67
|
-
pulumi_oci/ailanguage/outputs.py,sha256=
|
66
|
+
pulumi_oci/ailanguage/model.py,sha256=-8WjzLMvrnnOZHYxlQeaPZPk1RvuG3YG_gQ4KmziUqk,43767
|
67
|
+
pulumi_oci/ailanguage/outputs.py,sha256=QWNJOJ3AZUQ2fRVMCcjYj3jNvdroPRkNS2gi_sG2DbA,130151
|
68
68
|
pulumi_oci/ailanguage/project.py,sha256=WbxlZ0P_CygNTs41tAsAJ8QUtYoChLNU-IPMRU5qoTk,26423
|
69
69
|
pulumi_oci/aivision/__init__.py,sha256=gXaK4KT8qz5ur0aZnTSzMybyCBiJ5ptbf0I2Tbn1gVI,464
|
70
|
-
pulumi_oci/aivision/_inputs.py,sha256=
|
70
|
+
pulumi_oci/aivision/_inputs.py,sha256=Pvw8widZBbMGBPoYnvIXz6F62ebIX2WBEbiy2E6lnmQ,13041
|
71
71
|
pulumi_oci/aivision/get_model.py,sha256=aBPqFdBudLf9EQx4Nk9aG_hEAbPcE_NLcLncRVR-MCk,18185
|
72
72
|
pulumi_oci/aivision/get_models.py,sha256=5H8HAQon2wxl4NK_NTe8ziUQkNG42ST3JNIkR2slQ4c,7705
|
73
73
|
pulumi_oci/aivision/get_project.py,sha256=eACdIoIO4kluMhPaHScl5Z7sCwRoPuiW1xiu2x5PgZA,8836
|
74
74
|
pulumi_oci/aivision/get_projects.py,sha256=6w-UIkgaoFG2CVbjjOqexDA1YzUc8FomwS6knP7f_NU,6825
|
75
75
|
pulumi_oci/aivision/model.py,sha256=g52WfEBitgCDax4QzLszu8UY8fWYyQ8qoDg10VapYsE,54811
|
76
|
-
pulumi_oci/aivision/outputs.py,sha256=
|
76
|
+
pulumi_oci/aivision/outputs.py,sha256=9_uDlQ1MQa24SNWD0e33ESGHZauGDVWjHhiuiN8xkdQ,42631
|
77
77
|
pulumi_oci/aivision/project.py,sha256=iT6kK9-xT6tT34rroj-R49FEKop20LRM7oV6e1Xkhe0,24853
|
78
78
|
pulumi_oci/analytics/__init__.py,sha256=PX8rZZIsH04dn_SaouFgIJ9aVoNHlH6BS3DyDB8SYco,588
|
79
|
-
pulumi_oci/analytics/_inputs.py,sha256=
|
79
|
+
pulumi_oci/analytics/_inputs.py,sha256=3cc6NmGGvQmBKxwXsXEnHzm3nZvoLqPS7mIQOtlsGBA,13861
|
80
80
|
pulumi_oci/analytics/analytics_instance.py,sha256=wZLv27RSD4xYfCE5LkYySIJ5Ec346XlMzuteYsVyIX0,48132
|
81
81
|
pulumi_oci/analytics/analytics_instance_private_access_channel.py,sha256=vXFIHDdFMXPAfKlUlfI_gBDaTpEiZRmimhZki1kgPVk,35174
|
82
82
|
pulumi_oci/analytics/analytics_instance_vanity_url.py,sha256=D9d0jLJvkhG47piNahgjwHFgYUs-nVnGgu3DtoUK-xQ,23489
|
83
83
|
pulumi_oci/analytics/get_analytics_instance.py,sha256=EtV0uU3P9bt7hvrrt6upe2g6kIDW-ujpMbXmKuFVCIo,13154
|
84
84
|
pulumi_oci/analytics/get_analytics_instance_private_access_channel.py,sha256=29erx7044udLrduGCXEUShvXe1P2rb9jpEj_hUTY3Oo,11453
|
85
85
|
pulumi_oci/analytics/get_analytics_instances.py,sha256=U19-bzL4dBTGygFUmORB29fq7H8usaiBp7JrvLhKNf0,8939
|
86
|
-
pulumi_oci/analytics/outputs.py,sha256=
|
86
|
+
pulumi_oci/analytics/outputs.py,sha256=kEnv7WzN7YWhv31etSTd45NA0JbOy5bpXFEnA0vB_Rs,37544
|
87
87
|
pulumi_oci/announcementsservice/__init__.py,sha256=YIHFZl_hY2S-aDd6L-eXnk4JZovXv5rT76iYT05-1IA,570
|
88
88
|
pulumi_oci/announcementsservice/_inputs.py,sha256=-_XWLpHk2Rk5nIv7UrJCiBXLRqIp9jEVvAhvBHD5Vuw,5682
|
89
89
|
pulumi_oci/announcementsservice/announcement_subscription.py,sha256=QkhImVd5MlTbsB9pM-pNuGeU0ebHFv-gWGEwChoehO0,46846
|
@@ -93,7 +93,7 @@ pulumi_oci/announcementsservice/get_announcement_subscription.py,sha256=Z79xOTSA
|
|
93
93
|
pulumi_oci/announcementsservice/get_announcement_subscriptions.py,sha256=fZzPoWYeMyQryES9dyGrc6lPxacBsrtiQ30TtMWZHn4,9169
|
94
94
|
pulumi_oci/announcementsservice/outputs.py,sha256=1-VeTzQMunUu3qXwo-tuL2VQ36ahPA_ZgFnNXvZIsUE,19022
|
95
95
|
pulumi_oci/apigateway/__init__.py,sha256=feHoi7mAuAgjIN6cG5Iu_4htsdllNe-mgoN45508Hqo,922
|
96
|
-
pulumi_oci/apigateway/_inputs.py,sha256=
|
96
|
+
pulumi_oci/apigateway/_inputs.py,sha256=0xoxoelGVJ72D56P4VreTGP58d3YoCzd9TEwnlvXL84,350471
|
97
97
|
pulumi_oci/apigateway/api.py,sha256=Q4mkBSoYZ50H2qESvqUuG4OLCZd9LQUT-hLM0zQjW1A,31291
|
98
98
|
pulumi_oci/apigateway/certificate.py,sha256=PQn8GRb0BK02Auh-FfDy27px_4sYyGjB2u3rvWHWU4w,34966
|
99
99
|
pulumi_oci/apigateway/deployment.py,sha256=i9IZ2rwLdTpzyOqKLGr3ckcnr-KGBeBfwK7eSLj-ND0,142127
|
@@ -113,7 +113,7 @@ pulumi_oci/apigateway/get_subscriber.py,sha256=4CLUC-z6_xtq-fGXUl3O0fEENavKP3Rwl
|
|
113
113
|
pulumi_oci/apigateway/get_subscribers.py,sha256=F6Az3-vWA-rnofIgwiSLbGmhpYzy-YTJ3fGfaPpiFlA,6988
|
114
114
|
pulumi_oci/apigateway/get_usage_plan.py,sha256=D8___brrvUq8I0u3BjXbuP_M0HMI4U28eX2xbTSHb6s,9040
|
115
115
|
pulumi_oci/apigateway/get_usage_plans.py,sha256=EPRO4-2tKxlcTd1v1pOZSE3UNXIsVl3RVc83kmY4II8,6969
|
116
|
-
pulumi_oci/apigateway/outputs.py,sha256=
|
116
|
+
pulumi_oci/apigateway/outputs.py,sha256=YjNqmlqOJcFAHk9Nh0AW1OFd9is48GMXH-n7ZIyjrnU,1048805
|
117
117
|
pulumi_oci/apigateway/subscriber.py,sha256=k16-NpvGjJLy136L47fSOQf4WMRDog9qm4oLpZ087qE,30882
|
118
118
|
pulumi_oci/apigateway/usage_plan.py,sha256=VKHgWQ_TzmV30UMoE5uUANnDUjiEFdx86xLZVNoQlPY,29807
|
119
119
|
pulumi_oci/apm/__init__.py,sha256=VlWpxW-unSo6Cqrm8fmR-4BWqYnGZir2OqWjThDNgTo,430
|
@@ -124,14 +124,14 @@ pulumi_oci/apm/get_apm_domains.py,sha256=xSKb-5S4OOhXCYjFp9IpMq_RRjt9l8ZrmEFPYVL
|
|
124
124
|
pulumi_oci/apm/get_data_keys.py,sha256=PujxcRwg-QBx4QKVKhlfp2dYoXVDuK80iphpWbD2OxU,5437
|
125
125
|
pulumi_oci/apm/outputs.py,sha256=Y4ZpAaBa1_EmQRbTyVEXJA2JNb4Z4dczuKoZLFwu0-Q,8267
|
126
126
|
pulumi_oci/apmconfig/__init__.py,sha256=QzbSqiZ9hOe5ZhTSpwQTKAFIfMRYphPCbvG8-1FfQ_0,389
|
127
|
-
pulumi_oci/apmconfig/_inputs.py,sha256=
|
128
|
-
pulumi_oci/apmconfig/config.py,sha256=
|
127
|
+
pulumi_oci/apmconfig/_inputs.py,sha256=Lf95DDlTYX4q-eHQrwK7HT9voEUi8TTe9v5k3VhRnHk,15458
|
128
|
+
pulumi_oci/apmconfig/config.py,sha256=Ns2Q3hqJsZ32eCvHfSrMu3eCIqM_YOw2czjpA1KozQ8,53187
|
129
129
|
pulumi_oci/apmconfig/get_config.py,sha256=Fic7zzj4yk6EOrTCQrGiWP9ZDRM1Il7zfGhrzRW4zSQ,15077
|
130
130
|
pulumi_oci/apmconfig/get_configs.py,sha256=dfzXcplRi_c9gD15Z1QnsDUeCBNJrY1tx9aDFnK3s7A,15091
|
131
|
-
pulumi_oci/apmconfig/outputs.py,sha256=
|
131
|
+
pulumi_oci/apmconfig/outputs.py,sha256=X2yrpKb6sUaoeZkEtZI8WjALTuSjWIeqIEuyiXuDIaA,44222
|
132
132
|
pulumi_oci/apmsynthetics/__init__.py,sha256=eGXPOye9LfXD1A8OBdfKYLWRO6diuIR5fBl5dnr4Mpc,964
|
133
|
-
pulumi_oci/apmsynthetics/_inputs.py,sha256=
|
134
|
-
pulumi_oci/apmsynthetics/config.py,sha256=
|
133
|
+
pulumi_oci/apmsynthetics/_inputs.py,sha256=zz3t-NEMQNFXQBRvl5HBbNy4l43jq08eoT6cqTuUfcM,85054
|
134
|
+
pulumi_oci/apmsynthetics/config.py,sha256=T6S97uFW7egmuW74CltEb6gQTnLf8Tmv3Lwu5HLsEeQ,83724
|
135
135
|
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=5VapJfBcYk9RUGH-mIYKGIik352EruKsxLg5wBfoOm8,31847
|
136
136
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=zNK5gifBAECcy3xZI0PQ9ta6uha-b2qdz0_e9_MrTlU,11096
|
137
137
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py,sha256=aTfaEaaevRBslKBmEimSdmbmViIhJgtZJ7wxLCJEjWc,8351
|
@@ -148,7 +148,7 @@ pulumi_oci/apmsynthetics/get_vantage_point.py,sha256=rJ8dnP2Usei1YF_ReYhLGSYEAaO
|
|
148
148
|
pulumi_oci/apmsynthetics/get_vantage_points.py,sha256=n1pLQY2m4DeaySr8AtqwtzczAkWJbvqyD-Q2Fm-UOtM,6965
|
149
149
|
pulumi_oci/apmsynthetics/on_premise_vantage_point.py,sha256=cBNrQTEJZckGmVqtgj1borC7hW1Bt5Ij-3oOS2lckMM,27431
|
150
150
|
pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py,sha256=G0JNw3JQcdFbJbNn7iLgxkzOVUperbmcg2MfJs1ixVs,50093
|
151
|
-
pulumi_oci/apmsynthetics/outputs.py,sha256=
|
151
|
+
pulumi_oci/apmsynthetics/outputs.py,sha256=jwH4xR37dj5nGHHJPICLSq2PMS3wVow5oM5SZReql7M,246683
|
152
152
|
pulumi_oci/apmsynthetics/script.py,sha256=Q1tQ5swf9j5joFdJp5yoib_YsYKr-VAXlV2L-IAeRYU,38012
|
153
153
|
pulumi_oci/apmtraces/__init__.py,sha256=Dgjx9uWFNtS8iGxLIR9w7ix8UR52hbu4BHgvo8cc8cU,465
|
154
154
|
pulumi_oci/apmtraces/_inputs.py,sha256=rdVeXRPtOLvPTcMimXK3W4p4PANt5E33IzgQIeC3cCQ,1398
|
@@ -189,11 +189,11 @@ pulumi_oci/audit/get_configuration.py,sha256=-OD4acFf_FKifhmBCXGOIGuPbe-KO1H1Kme
|
|
189
189
|
pulumi_oci/audit/get_events.py,sha256=6WD1kEsd2GTTwCd-lbU92qeBtqGCH7r6_AErxZdjprk,8523
|
190
190
|
pulumi_oci/audit/outputs.py,sha256=nflZixP-wOhUS1wvq7wkWvn_mcIg1A8BKMW1gtGv9YE,25178
|
191
191
|
pulumi_oci/autoscaling/__init__.py,sha256=4GqavaDgqXLW6t4bw3UyHnse3Xj8SWd6stZKTh__hr8,449
|
192
|
-
pulumi_oci/autoscaling/_inputs.py,sha256=
|
193
|
-
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=
|
192
|
+
pulumi_oci/autoscaling/_inputs.py,sha256=dL_hTpr5_LiallWw6a3YFAJn5YXHaYuOl7fnabldAyU,23420
|
193
|
+
pulumi_oci/autoscaling/auto_scaling_configuration.py,sha256=tg0guvLUW3pF0eSr8GC45SvNrc0hBXjkH4l_6TLO1TY,41839
|
194
194
|
pulumi_oci/autoscaling/get_auto_scaling_configuration.py,sha256=_MG-9_DTcuAFtE-4LIm5nrRFA_m21rAk4m5SAmj6Bq8,11891
|
195
195
|
pulumi_oci/autoscaling/get_auto_scaling_configurations.py,sha256=oa7K86tk6Hu3G1T2LpYIdINJVudhwK_4TBWWzfwon44,7083
|
196
|
-
pulumi_oci/autoscaling/outputs.py,sha256=
|
196
|
+
pulumi_oci/autoscaling/outputs.py,sha256=x8u1Vzw85HIU1z950S0kkPI5NzYmodXm9x7uKvsk0Zg,57917
|
197
197
|
pulumi_oci/bastion/__init__.py,sha256=GQWlbltoQh-1tyJ8oP0WYOlsTH4Kv3uAsIr4Pexrt3A,470
|
198
198
|
pulumi_oci/bastion/_inputs.py,sha256=NZZZFjDeuJbLEUdDFHv-SOnKXw7RB9qixwZILnUxlhY,9934
|
199
199
|
pulumi_oci/bastion/bastion.py,sha256=fDMS3J6A-afE65F6cuwePlHf_M9IZz1zhg0w3eyp_ck,47884
|
@@ -204,9 +204,9 @@ pulumi_oci/bastion/get_sessions.py,sha256=eII6RBQZh_-ZOr8NMEVRqlZ3urFQ1pEptU5jw8
|
|
204
204
|
pulumi_oci/bastion/outputs.py,sha256=FpuoZdFmTFuQ8nozQ2VVH72zS8EOh_5P8rTPCvcFeZU,37588
|
205
205
|
pulumi_oci/bastion/session.py,sha256=p2dWb88uvbIq7-UvUI5y2wFG6zD1Oqm4IA8Xik1c2Qk,31873
|
206
206
|
pulumi_oci/bigdataservice/__init__.py,sha256=NXDGSmIxDSbZJEA0aQdz6tLv6pFwihsRpKTWgvlOv9I,1098
|
207
|
-
pulumi_oci/bigdataservice/_inputs.py,sha256=
|
207
|
+
pulumi_oci/bigdataservice/_inputs.py,sha256=Hk-0Eqqr-lVuI4IOTveP5CmfThbq_ymDuLcPAt0LxlU,134048
|
208
208
|
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=a7tEks44Sn6NgVHIktjKVAxkuS49CoxzN2Hq32uegAQ,40510
|
209
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256=
|
209
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=9yQBdP--5F0MHeWPeKy7rAu-pYJLxVb9L8lM20e5008,75217
|
210
210
|
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=NvBH9YqnOBaq3-UYMypk1hK0TLiq_6HLQ2hYjzRMpf4,25252
|
211
211
|
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=NDLpOHfKXM7Pc-9Bvop4Dl4-kExChH5UXAxWYXQagdQ,28741
|
212
212
|
pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=z-j6nuM8mm7Lv5oGxs2f_BZg2R27rhAvjUBZ1m8xUc4,33730
|
@@ -223,7 +223,7 @@ pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=7RUO8omYF
|
|
223
223
|
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=PgLcnXG-YaZyUbW2xDy5gtRw_7eMWka5_npQi2F1fIg,8019
|
224
224
|
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=CrhGR1zM2zzHfcBLiov1WnW3qb9ZO7KmrQNTehHCjug,4813
|
225
225
|
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=BBJKNo5mVAU37UAU1hrafmLetxmT64bFGKz1phiwB0Y,6540
|
226
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=
|
226
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=mYXjhinGmGEmdTrPdy5POXbrSkubbCKgsOJgJGVLeNk,313891
|
227
227
|
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
228
228
|
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
229
229
|
pulumi_oci/blockchain/blockchain_platform.py,sha256=P9SFc4lDHJ8PTGIeDNvNid8mFnZJ2Ul2dWmc1cHsAfA,62329
|
@@ -261,10 +261,10 @@ pulumi_oci/capacitymanagement/occ_availability_catalog.py,sha256=HWksU6S4urxsamv
|
|
261
261
|
pulumi_oci/capacitymanagement/occ_capacity_request.py,sha256=zhBEgZzo2P25GwCr2ATq22sYvdzfqBEjQujDbeqBQU8,49683
|
262
262
|
pulumi_oci/capacitymanagement/outputs.py,sha256=7XJDoFlcCWgP6LWoDIFx0r6mJNVfm5NVeoT8Lvy691c,88034
|
263
263
|
pulumi_oci/certificatesmanagement/__init__.py,sha256=OBZN71dSiIqzFajc1UojUbLz56_HgMG0T9JBtoDO1W0,850
|
264
|
-
pulumi_oci/certificatesmanagement/_inputs.py,sha256=
|
264
|
+
pulumi_oci/certificatesmanagement/_inputs.py,sha256=VNmfOva0PFB3bnCayZnJZGGIM2bSdknq3iD0TLjp0yE,114632
|
265
265
|
pulumi_oci/certificatesmanagement/ca_bundle.py,sha256=XBwx-sVZ6NN7XBH6A0aYmM7KJ05vLSuFmqbwoVv7f-U,27681
|
266
|
-
pulumi_oci/certificatesmanagement/certificate.py,sha256=
|
267
|
-
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=
|
266
|
+
pulumi_oci/certificatesmanagement/certificate.py,sha256=D7jf7KUsmqkBoewgh4_4s_OQUm6U5MNc3oqW8cYPPEo,45335
|
267
|
+
pulumi_oci/certificatesmanagement/certificate_authority.py,sha256=4WuEOCMKiMwX7NIEmTGhBIqH0-zOPYkvqBXCV_iRJBY,45702
|
268
268
|
pulumi_oci/certificatesmanagement/get_association.py,sha256=reT3vtRFXQ97n2ZgVyri1A5psE3ReU1XZKVkjP3dFsk,7914
|
269
269
|
pulumi_oci/certificatesmanagement/get_associations.py,sha256=ytCa_dZGHxW4ji6d7gJH8J5hd0kF1ciM5IJLytEcP00,11366
|
270
270
|
pulumi_oci/certificatesmanagement/get_ca_bundle.py,sha256=cyIXRoyuDlSPD87tJzHp6klJcTrbsyhrNtw8lImzBf8,8698
|
@@ -277,9 +277,9 @@ pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py,sha256=T
|
|
277
277
|
pulumi_oci/certificatesmanagement/get_certificate_version.py,sha256=xrO-VqlqPVGNBQvyakFHT_Q1qRAZHgJoparwnQcYFHM,11401
|
278
278
|
pulumi_oci/certificatesmanagement/get_certificate_versions.py,sha256=gBKkKlH_MRckub4K8zAs0qRnc1gcT-vaLHAbpbKq7J0,6883
|
279
279
|
pulumi_oci/certificatesmanagement/get_certificates.py,sha256=i9frfB-ogF6qKjztp1ihrx4J9WDWW3KD0u9OLa0tABI,9963
|
280
|
-
pulumi_oci/certificatesmanagement/outputs.py,sha256=
|
280
|
+
pulumi_oci/certificatesmanagement/outputs.py,sha256=2n8C2hx6SeAZ_GpfNMe7sEvlheIW3e0SRegmep91mVs,314560
|
281
281
|
pulumi_oci/cloudbridge/__init__.py,sha256=CdALYplZFR6fPIPGSKBVRSifCzEk2dMHHyUx34DnCOc,1074
|
282
|
-
pulumi_oci/cloudbridge/_inputs.py,sha256=
|
282
|
+
pulumi_oci/cloudbridge/_inputs.py,sha256=ub220k1ABzFt_fWlT3VBdgq1inH_30lPd3AjCON-3Sk,69626
|
283
283
|
pulumi_oci/cloudbridge/agent.py,sha256=WLoahvNUl4kT1YT71kQFv1wt7Zwl-4GoYJ89rh4ojE0,40622
|
284
284
|
pulumi_oci/cloudbridge/agent_dependency.py,sha256=ic3MWl4uP3Jp73JiO4U1xz9Gy1q8oUzCLq6IJFjUbi0,42818
|
285
285
|
pulumi_oci/cloudbridge/agent_plugin.py,sha256=8bmwhPF1Mylexym1JTbw4hMIaZTenXOPniErJWhxZCA,26307
|
@@ -305,53 +305,44 @@ pulumi_oci/cloudbridge/get_environments.py,sha256=7wvU5tKzWrLdQrYKSvsIPCFKIt0ICn
|
|
305
305
|
pulumi_oci/cloudbridge/get_inventories.py,sha256=yjO9m_fkQd9lV8pJ6a9JfVEPfoWKf9lxTGkpqD0MIhA,5674
|
306
306
|
pulumi_oci/cloudbridge/get_inventory.py,sha256=o9Cy1QStWuLE3CLKMO218D-OfX9kiWseyRCa59UVtvg,8941
|
307
307
|
pulumi_oci/cloudbridge/inventory.py,sha256=gQOekVvazlpKsXuWyle3Z1vLr2fgtMvHIM4UvhzrxZk,25932
|
308
|
-
pulumi_oci/cloudbridge/outputs.py,sha256=
|
309
|
-
pulumi_oci/cloudguard/__init__.py,sha256=
|
310
|
-
pulumi_oci/cloudguard/_inputs.py,sha256=
|
311
|
-
pulumi_oci/cloudguard/
|
312
|
-
pulumi_oci/cloudguard/
|
313
|
-
pulumi_oci/cloudguard/
|
314
|
-
pulumi_oci/cloudguard/
|
315
|
-
pulumi_oci/cloudguard/
|
316
|
-
pulumi_oci/cloudguard/
|
317
|
-
pulumi_oci/cloudguard/
|
318
|
-
pulumi_oci/cloudguard/
|
319
|
-
pulumi_oci/cloudguard/get_data_mask_rule.py,sha256=aiRn-YMnfTIPW9oN7TmaIBgvQnzdU20i0hv1TJbq1cw,11932
|
320
|
-
pulumi_oci/cloudguard/get_data_mask_rules.py,sha256=MfBaTvYtfGA5-oor1VdfQyg_-YGSLQ2G50ihkLc8WUQ,12357
|
321
|
-
pulumi_oci/cloudguard/get_data_source.py,sha256=utWKDKaIF6z5EemsdTwsmT9F_yJvOyomR7FdukwUXsQ,11576
|
308
|
+
pulumi_oci/cloudbridge/outputs.py,sha256=iCAQZhZ2h_JhVrqxAWIfwMxDy6czIxXVZY9WEEiZSTw,214297
|
309
|
+
pulumi_oci/cloudguard/__init__.py,sha256=R0o1ah9XQ_MLhbSVhF-MMbDVbms9ITZ-m8CQUfhdLY0,1403
|
310
|
+
pulumi_oci/cloudguard/_inputs.py,sha256=hYG8XGPJV3OoW-xRj-QWqsYaEOALhgjH-3KMuZ2UYtk,215806
|
311
|
+
pulumi_oci/cloudguard/cloud_guard_configuration.py,sha256=5JG3Y3KECjBBVA6EcDCl3smPO9euZKfKaH7_qqdoOD0,15980
|
312
|
+
pulumi_oci/cloudguard/cloud_guard_data_source.py,sha256=5M0V6n_KW5eopEVBEG0t3zawv_FFOXUc1NbBEntv2BI,37559
|
313
|
+
pulumi_oci/cloudguard/data_mask_rule.py,sha256=RIIf1VDhk0q_7MC3ZzpyFxihbbFObb7HV01CC09tLYs,37552
|
314
|
+
pulumi_oci/cloudguard/detector_recipe.py,sha256=9WsLqzO_ZJjO6D9O-_WQpMEuWBhKhyOoHY-hb1gDpYU,35651
|
315
|
+
pulumi_oci/cloudguard/get_cloud_guard_configuration.py,sha256=YTh6gWPEj3eN3vZVD04tEj7Alezk4B26VwXKD6MSa2c,5393
|
316
|
+
pulumi_oci/cloudguard/get_data_mask_rule.py,sha256=KHEAtEHzX9Dp29I1LMLxWhXP71FBS1xXc3YC63mRw60,11955
|
317
|
+
pulumi_oci/cloudguard/get_data_mask_rules.py,sha256=t6eoHfIRw0_-rsKlFpvGp8KA_1-EHAQKFukyOO8-N34,12333
|
318
|
+
pulumi_oci/cloudguard/get_data_source.py,sha256=3_ZXGmYli8h-Nwif4mPbOpm0jdJORR8Ndyy3Rny--kQ,11489
|
322
319
|
pulumi_oci/cloudguard/get_data_source_event.py,sha256=vAv9fpaHF2FhtJXotc-oBOqxxmZrsMLFvzb4HFZ6zu8,4880
|
323
|
-
pulumi_oci/cloudguard/get_data_source_events.py,sha256=
|
324
|
-
pulumi_oci/cloudguard/get_data_sources.py,sha256=
|
325
|
-
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=
|
326
|
-
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=
|
327
|
-
pulumi_oci/cloudguard/get_guard_target.py,sha256=
|
328
|
-
pulumi_oci/cloudguard/get_guard_targets.py,sha256=
|
329
|
-
pulumi_oci/cloudguard/get_managed_list.py,sha256=
|
330
|
-
pulumi_oci/cloudguard/get_managed_lists.py,sha256=
|
331
|
-
pulumi_oci/cloudguard/get_problem_entities.py,sha256=
|
320
|
+
pulumi_oci/cloudguard/get_data_source_events.py,sha256=bJB_JgZp9AVkHyZLFKRSamdRNXnhSReyQjws7KWF8qs,5965
|
321
|
+
pulumi_oci/cloudguard/get_data_sources.py,sha256=SYH-OCzPyVuEn0qqBlFphSf53LjH58RH1IOg63pyR6Q,14409
|
322
|
+
pulumi_oci/cloudguard/get_detector_recipe.py,sha256=WPgRViP3prLjHVML5sGCuKQRweGXpF_fpRyuTTn8uVk,12356
|
323
|
+
pulumi_oci/cloudguard/get_detector_recipes.py,sha256=Qipua2hqKbqTEXpcPSkchvqkKprvbZBXJnxmKdU7IC4,13532
|
324
|
+
pulumi_oci/cloudguard/get_guard_target.py,sha256=cKsMthj7gEJIA8cSxAjdiT6OqdQNFtIzxmqyoakviZo,13697
|
325
|
+
pulumi_oci/cloudguard/get_guard_targets.py,sha256=9boCVR-TQv2y5kSB9hHQarVJEth0XWz7EtAAVfnXnUI,13362
|
326
|
+
pulumi_oci/cloudguard/get_managed_list.py,sha256=L44f3lbdyCHuoejJBBgdojVj9L38e3ueWyvm5cD51d4,12045
|
327
|
+
pulumi_oci/cloudguard/get_managed_lists.py,sha256=53G5ivmjwS1NE2pNO4Zq1Ec5zvvNVU4bnSfuL4sKnaw,14166
|
328
|
+
pulumi_oci/cloudguard/get_problem_entities.py,sha256=Zqjk4KXaeQ03itOmdfwPgB2PAsNYVC0pQ87e80VDdkc,4914
|
332
329
|
pulumi_oci/cloudguard/get_problem_entity.py,sha256=1QAb1ztoVvObL92RJGlii_ERhVftoWolREHBPp417f0,3877
|
333
|
-
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=
|
334
|
-
pulumi_oci/cloudguard/get_responder_recipes.py,sha256=
|
335
|
-
pulumi_oci/cloudguard/
|
336
|
-
pulumi_oci/cloudguard/
|
337
|
-
pulumi_oci/cloudguard/
|
338
|
-
pulumi_oci/cloudguard/
|
339
|
-
pulumi_oci/cloudguard/
|
340
|
-
pulumi_oci/cloudguard/
|
341
|
-
pulumi_oci/cloudguard/
|
342
|
-
pulumi_oci/cloudguard/
|
343
|
-
pulumi_oci/cloudguard/
|
344
|
-
pulumi_oci/cloudguard/
|
345
|
-
pulumi_oci/cloudguard/
|
346
|
-
pulumi_oci/cloudguard/
|
347
|
-
pulumi_oci/cloudguard/responder_recipe.py,sha256=YKSu2y_70tkhKsdugpD2CICiLRs5xpwRCAMqiSSKVUE,35427
|
348
|
-
pulumi_oci/cloudguard/saved_query.py,sha256=N6dIlRkJS5jcvyLJfsj8VP79ahDO9trs1lt2xeR0mu8,26781
|
349
|
-
pulumi_oci/cloudguard/security_recipe.py,sha256=Vw_xn6Z1L59HZrpv8q3as2xf7Z9fVIT0hmnbV-epLxs,28808
|
350
|
-
pulumi_oci/cloudguard/security_zone.py,sha256=2zsTsrhPlaNXDNUHnXYg4tALTGsqNkATho-Ch4jpkuY,30478
|
351
|
-
pulumi_oci/cloudguard/target.py,sha256=8EXZFmyiiYiMGPiDgKlP5sdY1pll3PM02epdaGC_JF8,46206
|
352
|
-
pulumi_oci/cloudguard/wlp_agent.py,sha256=w6iD6q5aMxBhQRz48X7E4hkQnaoZh3fNRbxjMWFHN_k,31203
|
330
|
+
pulumi_oci/cloudguard/get_responder_recipe.py,sha256=4W-Ts0cqQCCawXHi91KIL782VarMcmHDUc7g5maPjYc,12036
|
331
|
+
pulumi_oci/cloudguard/get_responder_recipes.py,sha256=QEbWhBxnFReQiJmHbgFNm2_6ASeUwwc8IXo9-n8YYHU,13459
|
332
|
+
pulumi_oci/cloudguard/get_security_policies.py,sha256=XSp2KmgBgs52jmTaS6LUC-7_mcWY0_ZdcshyGQ-ykEc,7591
|
333
|
+
pulumi_oci/cloudguard/get_security_policy.py,sha256=5ePgVUKAjQqU76RKDHOERH8sI7rqvwlkFfXDQ6LbIA0,10966
|
334
|
+
pulumi_oci/cloudguard/get_security_recipe.py,sha256=6uUuu7KiF1mX2bcxVejWLUwM2EPRhvr7hcO1XSL9wbU,9921
|
335
|
+
pulumi_oci/cloudguard/get_security_recipes.py,sha256=CZsdbeGQ7byzvFdj4ixEYgxpknMQwAa06Vukw-dYBEc,7521
|
336
|
+
pulumi_oci/cloudguard/get_security_zone.py,sha256=cdPAG7WW7m3hmUON6aCNp7NDQuHg-WYDCiOWcau9nwc,11107
|
337
|
+
pulumi_oci/cloudguard/get_security_zones.py,sha256=MGkdLvVAg432QIjSOPtSrH2ViCr-QxztUbM0ahPcXHY,9908
|
338
|
+
pulumi_oci/cloudguard/managed_list.py,sha256=BizXQERyomuHefc3TwtsV9DNaD_i-mP0_FJoJlbDkfM,34472
|
339
|
+
pulumi_oci/cloudguard/outputs.py,sha256=ryPAbnSHjrs2FAyylYT0SIZuMXTBR5INNxBpmp590GY,545922
|
340
|
+
pulumi_oci/cloudguard/responder_recipe.py,sha256=uRhEpmJLeXFt08VWXH-vmMMSs4kuMHe7_9So3RxAZ_I,34855
|
341
|
+
pulumi_oci/cloudguard/security_recipe.py,sha256=eSNcaj-6WzVp7juo-K0K7YbvY9-eM0AZFUiYwCVfcS8,28120
|
342
|
+
pulumi_oci/cloudguard/security_zone.py,sha256=oYFuxlDTHHBs8igY6d21TQBq3Ee1QLh91AQEHCNQ2i8,30431
|
343
|
+
pulumi_oci/cloudguard/target.py,sha256=BBi3jzbnqgTLPGYTX9TfOjOX5ne3P3Mpw4QgWVdNkUU,45943
|
353
344
|
pulumi_oci/cloudmigrations/__init__.py,sha256=VtJaXOMY-724krUfRmk89RwqOH0Gra5Roukj0tD0R2U,910
|
354
|
-
pulumi_oci/cloudmigrations/_inputs.py,sha256=
|
345
|
+
pulumi_oci/cloudmigrations/_inputs.py,sha256=Yv3VeV8GBU1JuFbmkQ1dG13i5ppDMTy4l6IEr8-5HvA,266250
|
355
346
|
pulumi_oci/cloudmigrations/get_migration.py,sha256=TLnaqEerG1v5Ad1MldLijNAirypYyaoado6gfuXxlK0,9750
|
356
347
|
pulumi_oci/cloudmigrations/get_migration_asset.py,sha256=8L2LbCcOoeg6hAomTxkl37npO00ku2x-ShIcN35An_Q,15155
|
357
348
|
pulumi_oci/cloudmigrations/get_migration_assets.py,sha256=RAueKu9_kKqLwAZ7Zte50BZJJwxlnLDfsYfhRRYKi7w,7951
|
@@ -367,19 +358,19 @@ pulumi_oci/cloudmigrations/get_target_assets.py,sha256=akFS6kK-KFXHQDA7acCLTLUia
|
|
367
358
|
pulumi_oci/cloudmigrations/migration.py,sha256=GMdV9bFkSJSmfYtzSvHHOlECYJWCLuSlCsApmAL5bDg,27897
|
368
359
|
pulumi_oci/cloudmigrations/migration_asset.py,sha256=aOu--wZx7xAJThGtxC_8TpDl9TWfGPCJldYVV7beEsA,38878
|
369
360
|
pulumi_oci/cloudmigrations/migration_plan.py,sha256=Ar2cIZVdJ5aX9hjf5PlJQvmgHX30hPpaYkeCdJayvCM,35733
|
370
|
-
pulumi_oci/cloudmigrations/outputs.py,sha256=
|
361
|
+
pulumi_oci/cloudmigrations/outputs.py,sha256=yqEHz7gfAeK-vD2K99-omGexGV2YXaElZcfgjM1NGgA,616399
|
371
362
|
pulumi_oci/cloudmigrations/replication_schedule.py,sha256=yu5o0xSvu3u58Fy3Rfs_DPguBQtPMIFSAw70dcT7St8,27578
|
372
|
-
pulumi_oci/cloudmigrations/target_asset.py,sha256=
|
363
|
+
pulumi_oci/cloudmigrations/target_asset.py,sha256=ndC7xV5xGc_dMnRbJZerxtZiWakBtgkIIUniUKLShT8,50257
|
373
364
|
pulumi_oci/clusterplacementgroups/__init__.py,sha256=b_2kfthDePE5hJoeZ8QIfutFKk9ClL5W4RFf3kOztFs,440
|
374
|
-
pulumi_oci/clusterplacementgroups/_inputs.py,sha256=
|
365
|
+
pulumi_oci/clusterplacementgroups/_inputs.py,sha256=NZWV0xHvWkq5r9mbm-Mep76XpSZ6zPZmzu1PPFYT0FY,4851
|
375
366
|
pulumi_oci/clusterplacementgroups/cluster_placement_group.py,sha256=1L9exKBA6kxJgIeGQqSwOu3OtvjFlicy9sEZLAhwC7k,43427
|
376
367
|
pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py,sha256=yKkOX_Yfqhf4mJ2r0kotfptEbb5H5hIy-2nrpvib77Q,13351
|
377
368
|
pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py,sha256=AukdKVkSetOQyhMd06wRCZWuY0VrzsMGcf1CtYW1HYE,10649
|
378
|
-
pulumi_oci/clusterplacementgroups/outputs.py,sha256=
|
369
|
+
pulumi_oci/clusterplacementgroups/outputs.py,sha256=yfKVK-UbbvEAzAxn7hwYeM6itMRSmtKpFmIDbuPUzoI,18622
|
379
370
|
pulumi_oci/computecloud/__init__.py,sha256=yBhXbzpPtk8e9mUO3nQK6tk8HqfH5TNeex9yp9I15DY,614
|
380
371
|
pulumi_oci/computecloud/_inputs.py,sha256=wqLvyFWbrcjSSN1mRYKhIXDLs55krgI_cyabAi-uwYE,36705
|
381
372
|
pulumi_oci/computecloud/at_customer_ccc_infrastructure.py,sha256=QIxmXD70ttnbpMfvAPRqO8tYwyDXr4wf6HB2C_U6d0k,54593
|
382
|
-
pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py,sha256=
|
373
|
+
pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py,sha256=i3HS5wZw5QKq4cMs6b_qYA94YSTXWairkP36qM4bTis,33441
|
383
374
|
pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py,sha256=KZA9sWUOT-6-ET4cOYoM8ufUzp3gJNZHbA4hmDEGwCU,18846
|
384
375
|
pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py,sha256=PpbD_KN2IBIvA1iexnLjZX8IcfXu6NHzmhF1I4xmIa0,13609
|
385
376
|
pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py,sha256=G8sYod4BSWQqkKQnTGbyGzAz5o09IjPFgptlJfhrPWM,11930
|
@@ -395,13 +386,13 @@ pulumi_oci/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030
|
|
395
386
|
pulumi_oci/config/__init__.pyi,sha256=A0YeV8PX2Kg3Cuwrqjgnop12OoHvtPxYdAAONDRLVN4,2626
|
396
387
|
pulumi_oci/config/vars.py,sha256=jdHxtB3-iGCzOw65LIhVYRlbtia4hbU9ItCabnOrUrw,4155
|
397
388
|
pulumi_oci/containerengine/__init__.py,sha256=6TM0sqIRD8PpUswE0la4moNLNH0LSzXsGiEUcl8RAwk,1305
|
398
|
-
pulumi_oci/containerengine/_inputs.py,sha256=
|
389
|
+
pulumi_oci/containerengine/_inputs.py,sha256=Ds4Yr2NBMgpLVrtl_i1AjRoGOJjOFP7NbIRBILcApLM,169900
|
399
390
|
pulumi_oci/containerengine/addon.py,sha256=nm8EiTDJDkj0UUVLImvxDFDJOy5zs_agnJpPCeqU6IY,21306
|
400
391
|
pulumi_oci/containerengine/cluster.py,sha256=UXRiHcn6gnoOrXMWVNWqHBflMN1JsgTnUc8wpWe0ZQ0,51299
|
401
392
|
pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py,sha256=-z5-X3A-C97cBVZH62oVnXItXA06mSXaXw_8t1KnV64,8979
|
402
393
|
pulumi_oci/containerengine/cluster_start_credential_rotation_management.py,sha256=yn1u1bozclQ59vwEkQyPgLDywlyZ4q1uowoSwlfVcUA,12328
|
403
394
|
pulumi_oci/containerengine/cluster_workload_mapping.py,sha256=VQW9_4lMr6v_eH7mbWBgAh6XEyp6jjmBr-s9t4K1N_w,24263
|
404
|
-
pulumi_oci/containerengine/container_instance.py,sha256
|
395
|
+
pulumi_oci/containerengine/container_instance.py,sha256=GPyte0ne2LeX-Rz92QMyBdweAdO4dj_9nSjxGdvAdno,72549
|
405
396
|
pulumi_oci/containerengine/get_addon.py,sha256=ztWgpTjQVTszmuBdFrWmscqO8ZN0c7GJigED5VAtSxM,7830
|
406
397
|
pulumi_oci/containerengine/get_addon_options.py,sha256=QuBSnKDTPWsWnKsvf53nWizweAeuB0X64OqudZRqhr4,5663
|
407
398
|
pulumi_oci/containerengine/get_addons.py,sha256=OctORRJt0u1rSBIaHb7mRodhtgqilvHjqJdL65U_Ltc,4254
|
@@ -422,8 +413,8 @@ pulumi_oci/containerengine/get_work_request_errors.py,sha256=ieJMXw4cgcCD-3IAwjz
|
|
422
413
|
pulumi_oci/containerengine/get_work_request_log_entries.py,sha256=dOj4cQNAu3EPpK2jSU2UiTgYrX1MPj_pCBxdvDFSzEg,6058
|
423
414
|
pulumi_oci/containerengine/get_work_requests.py,sha256=Hy0O3B_WVe6uixYk5fIyn3n4mccqd2CKSrW6m6R88AM,8374
|
424
415
|
pulumi_oci/containerengine/node_pool.py,sha256=-qDWejj6dhV0O5ykRx0MiId3PFguh8An7C524EpBq5Y,79712
|
425
|
-
pulumi_oci/containerengine/outputs.py,sha256=
|
426
|
-
pulumi_oci/containerengine/virtual_node_pool.py,sha256=
|
416
|
+
pulumi_oci/containerengine/outputs.py,sha256=CMow9W8UTlM-IQzvwagUwZt8GG4Cj1aBa5NKinfO71w,330410
|
417
|
+
pulumi_oci/containerengine/virtual_node_pool.py,sha256=8Kt_qz5-NE_CCe73jEc1M7XNjg6-CsH0R_x-BgJPO2g,54838
|
427
418
|
pulumi_oci/containerinstances/__init__.py,sha256=xO0-NxqDfouoMvYJoAIqyDTwJ_OfkHLWfmRRCIJaflE,480
|
428
419
|
pulumi_oci/containerinstances/_inputs.py,sha256=fAnvlQw_TbYDRDSbaW-UHCIHXwMlwonHY8sE5Fd1qQQ,2844
|
429
420
|
pulumi_oci/containerinstances/get_container_instance.py,sha256=F2VnIDfEb3GKDY39ahxhGFf0atDw475unWZ3iOBKafE,17581
|
@@ -432,13 +423,13 @@ pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=RWotHRCbVW
|
|
432
423
|
pulumi_oci/containerinstances/get_container_instances.py,sha256=2pS0FViyGoOrqVg-foeYDm4C7lX7WhqlMaUeeGtRlL4,8619
|
433
424
|
pulumi_oci/containerinstances/outputs.py,sha256=K1Kf3-8xpQM9OcZOnQQG972UwHvbtboWNqYnib8J0hw,99442
|
434
425
|
pulumi_oci/core/__init__.py,sha256=TH2tLXoqxil4LmAM1OAg7Z4M4Tvrv9GsG-UG3h3UTbw,8591
|
435
|
-
pulumi_oci/core/_inputs.py,sha256=
|
426
|
+
pulumi_oci/core/_inputs.py,sha256=UeT-FPSUIP0Wbg_pKuOmSHBBG_aWek_GMR_qf_Zlgf0,883788
|
436
427
|
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=kd8-X0DLdG80KR4Re1Bzs3YzRfhRCraKfwNBJy6KJss,14448
|
437
428
|
pulumi_oci/core/app_catalog_subscription.py,sha256=0p4-GPnr_1F2G_si0_4tQMpEpmWadv-zhAoUKEVPdPw,29086
|
438
|
-
pulumi_oci/core/boot_volume.py,sha256=
|
429
|
+
pulumi_oci/core/boot_volume.py,sha256=OGAlK2tahbgaKqdqsL7s-kxG_G3l4kOJPzKurLtfU-o,64639
|
439
430
|
pulumi_oci/core/boot_volume_backup.py,sha256=8H5Ls8S6ma7BvwLx0qqSQkipl5918G4Zv7vJibK1oqM,46141
|
440
431
|
pulumi_oci/core/capture_filter.py,sha256=K377rXEBUBh-sce-CfHl9c32R3FP8706mJuT0tlGcEo,42487
|
441
|
-
pulumi_oci/core/cluster_network.py,sha256=
|
432
|
+
pulumi_oci/core/cluster_network.py,sha256=1tIFSuHf-Ahc92WozHuW8vucDmyeMNeSX2XRxheBDjM,45069
|
442
433
|
pulumi_oci/core/compute_capacity_report.py,sha256=oggvhFkrBCCNJU_cglpMToVWpDSYX5G5KrWjSkCdtg0,17829
|
443
434
|
pulumi_oci/core/compute_capacity_reservation.py,sha256=IJ8eM4rFsx6hypQMTMGC3DDi4ZaNtd1GVHnc8F_w5Ag,44052
|
444
435
|
pulumi_oci/core/compute_capacity_topology.py,sha256=G5NGvgVRoLcowfaQgVm-dynnETJt2rRUg2Z4hs1h6ow,31297
|
@@ -447,7 +438,7 @@ pulumi_oci/core/compute_image_capability_schema.py,sha256=znxIusPYNN5gHiejRDbPlO
|
|
447
438
|
pulumi_oci/core/console_history.py,sha256=bl35UqjzZ6HLfcgjc2GV-AuOlH-hRAqiB-FaeMd8LbM,25801
|
448
439
|
pulumi_oci/core/cpe.py,sha256=oXJBjJIXU22s61rjacuHSpWSryi_LtXDwG5O65pYnSc,38437
|
449
440
|
pulumi_oci/core/cross_connect.py,sha256=Q2Ca9tPTaNgGEBWqvmeVjGotubOzGxHBPXg5uJN5Uis,60232
|
450
|
-
pulumi_oci/core/cross_connect_group.py,sha256=
|
441
|
+
pulumi_oci/core/cross_connect_group.py,sha256=rYW-tHlHueDOrxVRBuekldH7MzKWttjyUyiF_ciSKw8,34389
|
451
442
|
pulumi_oci/core/dedicated_vm_host.py,sha256=OpfA3AbdVCWdd7w_9ez4UFz1xn1cb-1z6j-Ampu9izs,40349
|
452
443
|
pulumi_oci/core/default_dhcp_options.py,sha256=30IqQ2izMPEhqnPa2ljfiM4mT30YEgjhfyfB-dSEcng,16573
|
453
444
|
pulumi_oci/core/default_route_table.py,sha256=wU1u-pt3LPPeQ5ZSbJQ7fY02cIQ_DJ84ZHBV9Ubwq-0,15182
|
@@ -460,7 +451,7 @@ pulumi_oci/core/drg_attachments_list.py,sha256=cZsjOnEeDC1TxdFribkAVepzDA-PpqfIE
|
|
460
451
|
pulumi_oci/core/drg_route_distribution.py,sha256=v38n2LdXo3egi90clUo1dkk9IBCylW2o5h3jEiLdL-c,27135
|
461
452
|
pulumi_oci/core/drg_route_distribution_statement.py,sha256=opUHH2pRo5CEhuJ4Cg-K7QWWCzIkfMhEKThhWcG3bT8,20570
|
462
453
|
pulumi_oci/core/drg_route_table.py,sha256=jOxcioGmUX212JXJZgO4MEepQ-EbYPbgcbbnvtjkJ9M,34174
|
463
|
-
pulumi_oci/core/drg_route_table_route_rule.py,sha256=
|
454
|
+
pulumi_oci/core/drg_route_table_route_rule.py,sha256=dwMO1wUSsUzuDPKQQz9ywBgZ9ZOKPudYvl8tmAaTLTU,28566
|
464
455
|
pulumi_oci/core/get_app_catalog_listing.py,sha256=jupWQt2j2EZA5rhH_A708_oqfovilHCpvkNE3zXyuS0,7265
|
465
456
|
pulumi_oci/core/get_app_catalog_listing_resource_version.py,sha256=l9lOZGFLyCK3TAJfDfp7uiJGNFUK67lVVhDDML7gEU4,9320
|
466
457
|
pulumi_oci/core/get_app_catalog_listing_resource_versions.py,sha256=OvdGHLkLUV0D7sCYWUruZc5pJR3d2Veoif-SaM__RnU,5713
|
@@ -530,11 +521,11 @@ pulumi_oci/core/get_drgs.py,sha256=x-veWUZkkjqqb9ETSLCFooM8Xa4lOce2YeBV8PT2kJc,4
|
|
530
521
|
pulumi_oci/core/get_fast_connect_provider_service.py,sha256=rZfXa0PEcLU4nE_HdMGCZYQZlh0qdJS2U_oir2xc3_4,12131
|
531
522
|
pulumi_oci/core/get_fast_connect_provider_service_key.py,sha256=WW4xhqYP2S9vB7xdrthhv4euWawvsKX9B5J41Hp-QyM,8676
|
532
523
|
pulumi_oci/core/get_fast_connect_provider_services.py,sha256=zQM1aHVRF46zYNuHMwV0yPFEl0YdPOI-XNu4lu2L6ww,6413
|
533
|
-
pulumi_oci/core/get_image.py,sha256=
|
524
|
+
pulumi_oci/core/get_image.py,sha256=mC6rwa6QKfM3raXqdWxRnQaRXw_h6cMfksu4dfhq6JY,14451
|
534
525
|
pulumi_oci/core/get_image_shape.py,sha256=cph_vSjGQKPH0fWUczkZGCUBFH_Dd3X4DKhnkrI_jd0,5957
|
535
526
|
pulumi_oci/core/get_image_shapes.py,sha256=fFwX2iLzTysmSZ1LuIB202ObYNI-Jyn5F7dIKDz5Hlo,4962
|
536
527
|
pulumi_oci/core/get_images.py,sha256=1yTgf5p0jvO5x2jLYErL-S0u-e6-fj1khX4svL2lnQg,12878
|
537
|
-
pulumi_oci/core/get_instance.py,sha256=
|
528
|
+
pulumi_oci/core/get_instance.py,sha256=QO9IJYbTrFzk1-zQg1CaSMAotgCKjTBI13tuBEJQmFI,33035
|
538
529
|
pulumi_oci/core/get_instance_configuration.py,sha256=CogTrU9SDdi4IBSet812w520kIwv-16kvUSaeMy7vzM,9493
|
539
530
|
pulumi_oci/core/get_instance_configurations.py,sha256=8Lh80BRWGXyA0RXif_q_F_RiaH9dlOUBfyMoXKj3CWc,5374
|
540
531
|
pulumi_oci/core/get_instance_console_connections.py,sha256=2Manh6C6d1AR5ea0BEvaKFGhiuXrtahwAcZZmRlaWWs,6989
|
@@ -574,10 +565,10 @@ pulumi_oci/core/get_network_security_groups.py,sha256=QHJZjz-1cX9rMbsjCkygyQ9T4h
|
|
574
565
|
pulumi_oci/core/get_peer_region_for_remote_peerings.py,sha256=2xf3WLoeHqeZsQpXT0BaSh6qUuGxkLGMiXTjFP2N__M,4837
|
575
566
|
pulumi_oci/core/get_private_ip.py,sha256=_r4LHBe3be_0GsZkTsRma7YXd4ovq0Zia6CINRDgjp4,13170
|
576
567
|
pulumi_oci/core/get_private_ips.py,sha256=rF5z4HnB2ngHEQG3IDm_m_i8QtCTT92_aC07OpqDgew,11411
|
577
|
-
pulumi_oci/core/get_public_ip.py,sha256=
|
568
|
+
pulumi_oci/core/get_public_ip.py,sha256=zzqx_vLY-vl3YVjlMPid6cC2Nr7DnNZmOTqI3yBvmHo,15673
|
578
569
|
pulumi_oci/core/get_public_ip_pool.py,sha256=RQkAVz-Iwr-kQVSZjfCBgwf3xfWOHICAqtlWn5vn0Bs,8345
|
579
570
|
pulumi_oci/core/get_public_ip_pools.py,sha256=HmbNb86NoisELwvxWe2g-qjYbvRmFPfx66s7yJwTZ38,7412
|
580
|
-
pulumi_oci/core/get_public_ips.py,sha256=
|
571
|
+
pulumi_oci/core/get_public_ips.py,sha256=j_6sbh0KEW8bTFbVFeJU-6gU1OjlIr0Wm_uXNr6dAjY,11370
|
581
572
|
pulumi_oci/core/get_remote_peering_connections.py,sha256=niwhmSltUxH5Z5tQIiJrDHYzFuCEPxVEmkxGhFPXa0I,6709
|
582
573
|
pulumi_oci/core/get_route_tables.py,sha256=i7CVVmgdkN8CKzTo6lueMY77dMOZNZaauGuIz2k6c8k,8554
|
583
574
|
pulumi_oci/core/get_security_lists.py,sha256=8gF-bqCHTgXt1UWlm3FQHu_O-sa8I3__3aEL5BVSMIE,8337
|
@@ -610,26 +601,26 @@ pulumi_oci/core/get_volume_group_replica.py,sha256=i2llD6lEMk2DQYD_JQhYX3S1TKnC9
|
|
610
601
|
pulumi_oci/core/get_volume_group_replicas.py,sha256=ipxeH442OgcnR1t0o00wc8LdjWaKtmOEJZqkUW-dUxs,8935
|
611
602
|
pulumi_oci/core/get_volume_groups.py,sha256=ZZPWYukTZVinAE36McV7OAFp1v172ystBslth-WazwE,8429
|
612
603
|
pulumi_oci/core/get_volumes.py,sha256=5aWizuhWE-SsjteAMJi5AI3O5fV9F1WwbA9v7OxsCao,10154
|
613
|
-
pulumi_oci/core/get_vtap.py,sha256=
|
614
|
-
pulumi_oci/core/get_vtaps.py,sha256=
|
615
|
-
pulumi_oci/core/image.py,sha256=
|
616
|
-
pulumi_oci/core/instance.py,sha256=
|
617
|
-
pulumi_oci/core/instance_configuration.py,sha256=
|
604
|
+
pulumi_oci/core/get_vtap.py,sha256=IuA9zNHeGaT9vrh_Vi6BIucOeJyoHf8Hhr_aBElOYjM,16433
|
605
|
+
pulumi_oci/core/get_vtaps.py,sha256=muLikKTZtQYk5f9BhK3Js9CKiuIHBW0LF6tUYa3hg8g,11852
|
606
|
+
pulumi_oci/core/image.py,sha256=6QtaLPfQ7Y_Ynuyii3dAXiKO8dN-NXvQqmIxWCtRVAE,48352
|
607
|
+
pulumi_oci/core/instance.py,sha256=GS2faP_7cr9VjpRleHGgjQsNZqAEN-X0s4z5pOAssr4,178905
|
608
|
+
pulumi_oci/core/instance_configuration.py,sha256=ziQxlk9NlQmwIXhEFbiPB5vU0Ud5X__fBSWiYm82_rI,110903
|
618
609
|
pulumi_oci/core/instance_console_connection.py,sha256=GJfa2N9zZfFutzfcwfrW92FL7_Fnr28bkSBJCh3mrtY,27431
|
619
|
-
pulumi_oci/core/instance_pool.py,sha256=
|
610
|
+
pulumi_oci/core/instance_pool.py,sha256=5AzP4bk1COiR4vSMrEzu0aviT-Pp4luoUdshedGOVew,54731
|
620
611
|
pulumi_oci/core/instance_pool_instance.py,sha256=4bnOHmSq1EMSWst8FV4Y5EfhkZVJQEpY0goBWWZJSHg,30950
|
621
612
|
pulumi_oci/core/internet_gateway.py,sha256=2df3uMxZXXiIVOKmcA2869SsEmVXFlOhLelZ92q5kvU,33271
|
622
613
|
pulumi_oci/core/ipsec.py,sha256=DzbOklo8F64OFhD0ldFAo_nYW8iYeUm24Z4i4nPkyPM,50862
|
623
|
-
pulumi_oci/core/ipsec_connection_tunnel_management.py,sha256=
|
614
|
+
pulumi_oci/core/ipsec_connection_tunnel_management.py,sha256=rZdGryeJqMi9srUX5I1KapcyhdamRpjQFOz_qoU0Luo,70197
|
624
615
|
pulumi_oci/core/ipv6.py,sha256=CrjHDXlndyAmKc7aZ7WNB-PZDONa8BV-zzr-bcsCmGE,31002
|
625
616
|
pulumi_oci/core/listing_resource_version_agreement.py,sha256=PGno5WUlR7XpOSeWY_IYptqPbhWNnEAfzATgm8efz_E,14248
|
626
617
|
pulumi_oci/core/local_peering_gateway.py,sha256=kSPyvBRh4rgkugRBDTSuv5jTCmdgG7dF9M7rHHs2mj0,46513
|
627
618
|
pulumi_oci/core/nat_gateway.py,sha256=7FIymW5Rq6w7C0T74OLWb9D4KqP_vzwXnEIbNWGdsGI,35795
|
628
619
|
pulumi_oci/core/network_security_group.py,sha256=a21EveqIOiR-5WtrggBFPmYa8eBTqRGnvJs3IWm4q3g,25204
|
629
|
-
pulumi_oci/core/network_security_group_security_rule.py,sha256=
|
630
|
-
pulumi_oci/core/outputs.py,sha256=
|
620
|
+
pulumi_oci/core/network_security_group_security_rule.py,sha256=GzGrWhi00hYtOlGlvyaKmzd24DuTFtcbK8Ce40i8hc8,66994
|
621
|
+
pulumi_oci/core/outputs.py,sha256=l0oVouvgEUSsRVSkEkDrPZcQvPUY3BTy2Rr_004D6M8,2365948
|
631
622
|
pulumi_oci/core/private_ip.py,sha256=jZNtIz8hDmlMu93cmBLs8Qu4HzbzDAoPKvlT3Z0TKI0,42259
|
632
|
-
pulumi_oci/core/public_ip.py,sha256=
|
623
|
+
pulumi_oci/core/public_ip.py,sha256=_5YTm4mbyjlMw_foyTmI86yS8JaXxXImlYhckPlko0I,46005
|
633
624
|
pulumi_oci/core/public_ip_pool.py,sha256=LIVV7ooE-khuPJOWOCL6v1_o7zj94Evgze3tt2Qs8ao,23581
|
634
625
|
pulumi_oci/core/public_ip_pool_capacity.py,sha256=JCYyMeMgf719-awDWmdT_5ul5XEIKdvCWodKsK1XESY,13009
|
635
626
|
pulumi_oci/core/remote_peering_connection.py,sha256=J3s__JfpVGw4wFIW5r-TvVIQeCzhZY2SVFNqn4Ul4bg,34494
|
@@ -643,46 +634,46 @@ pulumi_oci/core/vcn.py,sha256=-oTMx5RDKGgiNdiiGWzd4-SqN69f2DdUMSVA2xk_h6Y,72430
|
|
643
634
|
pulumi_oci/core/virtual_circuit.py,sha256=sGTIjkxQsOoIv4U5f5XzUhHRRIOMjE4VGm990m-g8ho,91217
|
644
635
|
pulumi_oci/core/virtual_network.py,sha256=p4tTe3wGzsdmCVHyqRhI3tOzvSyDlYoOoFD3d0BxL2k,28955
|
645
636
|
pulumi_oci/core/vlan.py,sha256=Dumae20Hnp6nYxKjmEBvPx1a935boGkNXBTuQCQry3I,44797
|
646
|
-
pulumi_oci/core/vnic_attachment.py,sha256=
|
647
|
-
pulumi_oci/core/volume.py,sha256=
|
637
|
+
pulumi_oci/core/vnic_attachment.py,sha256=BDbswC2TXdy7PAGsO1eCKW7kdYnc99eM74waMejYh68,36500
|
638
|
+
pulumi_oci/core/volume.py,sha256=kEho5pBa3K568scCAwF45Xizzdfd3U9Ir3vqk0m-ce4,70097
|
648
639
|
pulumi_oci/core/volume_attachment.py,sha256=QRyAjjdAOP4WR2EZaZtfrOWFjWxaFYiiH_Hid8yWKOY,58003
|
649
640
|
pulumi_oci/core/volume_backup.py,sha256=FFfR-9vNkPcOdrWEhDdEdpvjFcilnCbj2xQj-39vTEM,49356
|
650
641
|
pulumi_oci/core/volume_backup_policy.py,sha256=v1F4P8WIN1qaVNlk_h1R9lSyjZAgMjzl8ezRsdgIuHc,29488
|
651
642
|
pulumi_oci/core/volume_backup_policy_assignment.py,sha256=_LyNLJU6ft34Rpjp-vsXzylj4dkhS9_SGq6ZZfcRWTQ,13080
|
652
|
-
pulumi_oci/core/volume_group.py,sha256=
|
643
|
+
pulumi_oci/core/volume_group.py,sha256=VXEhKjaXq0QUeJoZFosaCe8j2XwXV4wtrA_OaSy6lHg,50162
|
653
644
|
pulumi_oci/core/volume_group_backup.py,sha256=TaESViXt6JzduODOxkqrAV7h1lFo9udAkM26QIECb6c,44014
|
654
|
-
pulumi_oci/core/vtap.py,sha256=
|
645
|
+
pulumi_oci/core/vtap.py,sha256=AQrHKZ0ErnxhB9JSwf1_rUX6TbP8MDEgOni0hUF3j14,61269
|
655
646
|
pulumi_oci/database/__init__.py,sha256=vmk_ABTY9egQLB9TjjbjLk9eoslzGAmlgEGmikTVIvs,8711
|
656
|
-
pulumi_oci/database/_inputs.py,sha256=
|
647
|
+
pulumi_oci/database/_inputs.py,sha256=1OjmMnippXZakeVWK2v1fDDhB8Tzg62opxTHOuiRRxs,668177
|
657
648
|
pulumi_oci/database/application_vip.py,sha256=wFPa33DBZ-_ZzawwFeIyt4o47oh67WRJEYBbvRF0CCg,28983
|
658
649
|
pulumi_oci/database/autonomous_container_database.py,sha256=8KBRkXFQ3H2jSqiNl8bFB4SKp4qakiaiU5hXtylcGq8,161652
|
659
650
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=HHFxeeHKgSEMhCYdk_Pj7f1yf-o2QUTp4lmjFHCTGpY,75309
|
660
651
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=4CTcZm42cqeCufLt0HAMto57mLeFbELpvlBZSoPEDi4,17767
|
661
652
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
662
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
653
|
+
pulumi_oci/database/autonomous_database.py,sha256=a3ZRG3H2WYR1SvWI1WH39KEiqjU0yRcZf_gAH3Fq1Sg,451181
|
663
654
|
pulumi_oci/database/autonomous_database_backup.py,sha256=hb41EB12S5h7h5bDmFnXfRkczrqB6ZDsHFBVWbwHc_4,42339
|
664
655
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=hyPsFWiUcH0tqSYzz6D6Qz2lJpXctQvRIdxcXwB_4AA,18571
|
665
656
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=Y70BXlKqhrckRGSzVJ481GrQ5LP-CDu6OZiSE_6SO9k,15583
|
666
657
|
pulumi_oci/database/autonomous_database_saas_admin_user.py,sha256=MNxrsR6nsSezvOG5GAsWkrm_DXGOroEg1l4YQUMWqKw,26568
|
667
658
|
pulumi_oci/database/autonomous_database_software_image.py,sha256=SsSPlQe3cq5PVPOE8JjmvMIQHsi5MHgA_Nq8q668MJk,32973
|
668
|
-
pulumi_oci/database/autonomous_database_wallet.py,sha256=
|
659
|
+
pulumi_oci/database/autonomous_database_wallet.py,sha256=8EfOmEXHovaM8BbcoMweq9X_420cHG7xZpZYBijY2qY,21074
|
669
660
|
pulumi_oci/database/autonomous_exadata_infrastructure.py,sha256=0Jk-xqWs_0MF0HWtVNNs-_NLTxivAZqTazdRAWRs_SQ,68319
|
670
661
|
pulumi_oci/database/autonomous_vm_cluster.py,sha256=x2X3n5RA-9oxuMwmBgURL-F_2I7CkscCC8UO5GtRarM,111599
|
671
662
|
pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py,sha256=QSh8uLx6dMh9Y8hBCXy8A88ljT1a_l6BbLw4X4bO_JA,21529
|
672
663
|
pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=IF7nAK8KEMy28B8KUWQzRILlSsx_ookIq_5qoHmjWOk,21441
|
673
664
|
pulumi_oci/database/backup.py,sha256=zzACjiTvy2e0TYBgtqtcrR_8c_KxbpTlCw-mZeUfrFY,32067
|
674
665
|
pulumi_oci/database/backup_cancel_management.py,sha256=5kwBqClQIROezxrAcF5ZzZucB_BysCX9yjiMoupGnBk,11497
|
675
|
-
pulumi_oci/database/backup_destination.py,sha256=
|
666
|
+
pulumi_oci/database/backup_destination.py,sha256=vyOkGRcPDLTt4s1J1fOqnocA-yE4IXFdaPs365CpdLA,44747
|
676
667
|
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=s7i1QzRBNO5SxIlL0p7X2tJColZFnaOUXUGcDonR5j4,133603
|
677
|
-
pulumi_oci/database/cloud_database_management.py,sha256=
|
668
|
+
pulumi_oci/database/cloud_database_management.py,sha256=hE5t_w8E_5D75SKSsnpBKrK15HQIgBoMiiQp6CVUZik,31228
|
678
669
|
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=shQWwJJtw0P9Bx52HfTaiuxoIFC6uRvmEwn9icmOROU,76522
|
679
670
|
pulumi_oci/database/cloud_vm_cluster.py,sha256=UAs5JgFjpx-THK5H7PmoO3xl6IQwx2966cASB5ufKcw,140669
|
680
671
|
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=UN2Ml5xck0_nqD82sv7pmB4_woxA3aAmfToEQQo0g_M,16325
|
681
672
|
pulumi_oci/database/data_guard_association.py,sha256=IBvXcvgaY0l8RJ_lqGzQ-34nwumwR7vvUt46IKuxoEY,146829
|
682
|
-
pulumi_oci/database/database.py,sha256=
|
673
|
+
pulumi_oci/database/database.py,sha256=cAae3mqS-AooBFgJm9MeUb871AolYclrc1ypWeE6Cjs,88184
|
683
674
|
pulumi_oci/database/database_software_image.py,sha256=FPYvXV73jfBjyi5UpL9dsJZNfHP_aHNkPN72c4wDQsQ,46184
|
684
|
-
pulumi_oci/database/database_upgrade.py,sha256=
|
685
|
-
pulumi_oci/database/db_home.py,sha256=
|
675
|
+
pulumi_oci/database/database_upgrade.py,sha256=T-jGqyc0iWMheudQfmURnw9osmVRc82sl2G9eWPGXEg,57824
|
676
|
+
pulumi_oci/database/db_home.py,sha256=CCGPBJ9x4GFgWzxdQPL_A7EBtyfZMWdNg8OmJK_Q5Xk,57602
|
686
677
|
pulumi_oci/database/db_node.py,sha256=DUxQO6O3EP5t3eKNJsyLnPnkLPMPATzpJXNMJMa8WvM,45555
|
687
678
|
pulumi_oci/database/db_node_console_connection.py,sha256=ILFzFP6FeXC-xT7y47H420U08uc-PaBTTCn9ZwjZ9-0,26596
|
688
679
|
pulumi_oci/database/db_node_console_history.py,sha256=-G7IxwWyMtBDv3KlTNzbCfUG3GwZtAuC6pVJOpe8yCU,23850
|
@@ -724,7 +715,7 @@ pulumi_oci/database/get_autonomous_database_refreshable_clones.py,sha256=-IaBsEu
|
|
724
715
|
pulumi_oci/database/get_autonomous_database_regional_wallet_management.py,sha256=RJVlLxOaO1XHCjMe_XIbiNTSVrTDPrcYrqcR59LORrI,5091
|
725
716
|
pulumi_oci/database/get_autonomous_database_software_image.py,sha256=9GoTOJDePZhE6OHl2El7T2iCEf1vj_CQLiuV0MdgPEw,12167
|
726
717
|
pulumi_oci/database/get_autonomous_database_software_images.py,sha256=1_JUXSlrnwTikeN79omLMQo_-7uV3nfWvrn4QILK8Cg,9642
|
727
|
-
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=
|
718
|
+
pulumi_oci/database/get_autonomous_database_wallet.py,sha256=Wimzb5_gcFv-j2W0v5zw3bkomxkuy5B4PoAxfIYI2IY,7487
|
728
719
|
pulumi_oci/database/get_autonomous_databases.py,sha256=Bn3ds_5HX2EjCovnigBrdKY0Yr-m3dDiuIjbI0Q0grY,21180
|
729
720
|
pulumi_oci/database/get_autonomous_databases_clones.py,sha256=zL8hUMDPnF8Neq09CVUal5FYaq-15ZzvY12xn6hwheU,9860
|
730
721
|
pulumi_oci/database/get_autonomous_db_preview_versions.py,sha256=Vc9nVt3JANcwbM-_5hkz8Y2uAEEMOw9yaCJKEnf-fls,5913
|
@@ -831,17 +822,17 @@ pulumi_oci/database/get_vm_clusters.py,sha256=aRT1n3DsQbZP6zUflQUu_U0ozwdVN5o6Mj
|
|
831
822
|
pulumi_oci/database/key_store.py,sha256=oN3pJ2ttFWOBm3nOciCLPV6PsyhMVcdY4DbvDvwV8iE,25402
|
832
823
|
pulumi_oci/database/maintenance_run.py,sha256=cyDRkOk_5KcUT3DoGuNxz1Ca0cJbdzrFNNhxfRatP_8,58494
|
833
824
|
pulumi_oci/database/oneoff_patch.py,sha256=vI2EkITWfZEhCTvYQSUJgswX6f9ZdA3sgC59ZGYwRhc,38416
|
834
|
-
pulumi_oci/database/outputs.py,sha256=
|
825
|
+
pulumi_oci/database/outputs.py,sha256=q1ykOXexLS1k8iNZ4fSIS_8E21QlD-Co0JVALDSQw0E,2111847
|
835
826
|
pulumi_oci/database/pluggable_database.py,sha256=UYXCRUig97Hz22B-0KChjDoWaxdFPgNNbwfUpcVRM5g,71689
|
836
827
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cYRG-2zkTBknBJjEjC97B8_XhM2C63jZL92QUS9U6m8,52153
|
837
828
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=0NGYmSvbHSKW9TwDrNeOCOGH91SU7Ji5PDf-c70IBsQ,50354
|
838
829
|
pulumi_oci/database/pluggable_databases_remote_clone.py,sha256=3Xn7C6Fg2KO5U3ECO5w0DvfgZW6zcRyBDSKeVkBOIqk,57017
|
839
830
|
pulumi_oci/database/vm_cluster.py,sha256=s0oRRFjuGUS-PghjA9apwj5qvD4KkqKo_FYUjxCbZkw,78389
|
840
831
|
pulumi_oci/database/vm_cluster_add_virtual_network.py,sha256=RG8jmZXR-DrQ62t4-tRqeOGAMMks8tnvSgtoxMR8AQw,52823
|
841
|
-
pulumi_oci/database/vm_cluster_network.py,sha256=
|
832
|
+
pulumi_oci/database/vm_cluster_network.py,sha256=obWKIxNeYINYa7_aacTCc22H7KxjAuuO2A1wHWcWgoI,50281
|
842
833
|
pulumi_oci/database/vm_cluster_remove_virtual_machine.py,sha256=VsbcYnbA8HMrST_CQjVukKFXAthL3KyABqe4Yh4KM6Y,50545
|
843
834
|
pulumi_oci/databasemanagement/__init__.py,sha256=s7q-99NAkjcVYcqSyCBsJPJbK9WUZ25sXGVYqodsNaw,7052
|
844
|
-
pulumi_oci/databasemanagement/_inputs.py,sha256=
|
835
|
+
pulumi_oci/databasemanagement/_inputs.py,sha256=zgV6HhmH2WRMOImikzCe-synt6hy_o-4dYNIBpUdjVg,393359
|
845
836
|
pulumi_oci/databasemanagement/database_dbm_features_management.py,sha256=FAbTkRmF5_DUwUodK1ulyl-l0wJP628wf9ao8nsKPuc,14403
|
846
837
|
pulumi_oci/databasemanagement/db_management_private_endpoint.py,sha256=7DJ1NNE0bh6ncXNztfngmGB08IV7WztRV-5rmRNjMDE,36607
|
847
838
|
pulumi_oci/databasemanagement/external_asm.py,sha256=LLq9F6E43iM6FX5dKCFcfcV2Wu8-1UcjINWbYrWS53E,39334
|
@@ -969,11 +960,11 @@ pulumi_oci/databasemanagement/managed_database_group.py,sha256=uIfuvonqXISdBgDLq
|
|
969
960
|
pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py,sha256=lEmTFlGkP3cIcMcOLPwt1EUgqyl9_v1uCzu_FD1YoVM,28916
|
970
961
|
pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py,sha256=8Fe-Jp7vfsp5QdbNg_nkfrYX6U762rp7YoFnbVw_24c,26272
|
971
962
|
pulumi_oci/databasemanagement/named_credential.py,sha256=gwcKUxJKii9k9FXBEjYYFijCe1pBTluNWhJSNLMIrBc,39601
|
972
|
-
pulumi_oci/databasemanagement/outputs.py,sha256=
|
963
|
+
pulumi_oci/databasemanagement/outputs.py,sha256=ao2T6mNK1nQHz7MHPTh2he8xDHAYmxjGPm5PKthKEqg,1233068
|
973
964
|
pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py,sha256=IhQRhNbKNM4U9s4Z1PiJUKQ8qvJCa_87UxbUfMEWu44,16232
|
974
965
|
pulumi_oci/databasemigration/__init__.py,sha256=wq-hZhb2rxiz9X5A9L-7N8RfkwhB3NXCbKKHsqsNolI,614
|
975
|
-
pulumi_oci/databasemigration/_inputs.py,sha256=
|
976
|
-
pulumi_oci/databasemigration/connection.py,sha256=
|
966
|
+
pulumi_oci/databasemigration/_inputs.py,sha256=jVdjPjxHwL03bjHTSziHgcxi6Ars6SJB7RCsPohIJqA,115147
|
967
|
+
pulumi_oci/databasemigration/connection.py,sha256=vDW5X5hLli80x9zsje_1LbE8hZd5UrYP-tJeqDR5aAE,65965
|
977
968
|
pulumi_oci/databasemigration/get_connection.py,sha256=-8hIQD-wwoLFviDFTZ8YltdqeuiT-YcOkY0ZAB6QV3I,17256
|
978
969
|
pulumi_oci/databasemigration/get_connections.py,sha256=Tb1NuJWRGB8W3T9V3NoV8e9E4WLRJyg9hcL58BA15F4,6763
|
979
970
|
pulumi_oci/databasemigration/get_job_advisor_report.py,sha256=25Y-IntdZiB3GHAiEwJPULwMrmkO867aUuyrqj-jd6s,7193
|
@@ -982,19 +973,19 @@ pulumi_oci/databasemigration/get_migration.py,sha256=XjLPkII4r74XA8dlbabYDEd10xe
|
|
982
973
|
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=p_-CLNt3MHp116WFZJzDKR6ROjXODJ9lv-mMsUyjtZw,4545
|
983
974
|
pulumi_oci/databasemigration/get_migrations.py,sha256=yh0yr51texthV6hwh1V1UFtwB8XyqXNjJCafFybWPhQ,7749
|
984
975
|
pulumi_oci/databasemigration/job.py,sha256=eOVu77VejVD5_TR3dSXbUlcxR3WLlUTcNDvchCg0A9Y,26557
|
985
|
-
pulumi_oci/databasemigration/migration.py,sha256=
|
986
|
-
pulumi_oci/databasemigration/outputs.py,sha256=
|
976
|
+
pulumi_oci/databasemigration/migration.py,sha256=X4bByzs9HN-vDOY5r0BNtAE1v1NVg42vCt1xcC0_Wko,96533
|
977
|
+
pulumi_oci/databasemigration/outputs.py,sha256=9mlcmMwlxRwGLVvnJ-pJF-JmSGdyhxdxbffGNW3Bfig,275892
|
987
978
|
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
988
|
-
pulumi_oci/databasetools/_inputs.py,sha256=
|
989
|
-
pulumi_oci/databasetools/database_tools_connection.py,sha256=
|
990
|
-
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=
|
979
|
+
pulumi_oci/databasetools/_inputs.py,sha256=jFeArAPuKxOcrODtMU-4GJ6ZwcKIjYQgB6gonQEbojk,26823
|
980
|
+
pulumi_oci/databasetools/database_tools_connection.py,sha256=COEN2w48lh4qqprZj0lgPwhUjSoZooP776z8pLZntwk,53688
|
981
|
+
pulumi_oci/databasetools/database_tools_private_endpoint.py,sha256=4jFmHpZ63O39HeUlK9-pg2I9DNdKTgk2zsp9XARZYt8,51421
|
991
982
|
pulumi_oci/databasetools/get_database_tools_connection.py,sha256=tDT-LUSor3kSXlcdIpgfsKa68NWv8UKF50Vjy7TQCyI,16914
|
992
983
|
pulumi_oci/databasetools/get_database_tools_connections.py,sha256=QdC5kKKZ069kBH46JG06k1BSFSfIpnrKbrY11zuZkZE,11451
|
993
984
|
pulumi_oci/databasetools/get_database_tools_endpoint_service.py,sha256=CnIeH_ohe8hjJ_sztOlub6qzICCZP8V_LOtRPUgXsE0,11042
|
994
985
|
pulumi_oci/databasetools/get_database_tools_endpoint_services.py,sha256=dAwwd_g_sAHzKOO6ATU1VjihF0YHEdB9mnxQVfXEE58,9029
|
995
986
|
pulumi_oci/databasetools/get_database_tools_private_endpoint.py,sha256=u1dsIsWlc8vtS6iNCgSKWEcwx7WZUk8PLJKivx5B5DQ,17299
|
996
987
|
pulumi_oci/databasetools/get_database_tools_private_endpoints.py,sha256=bepEw9KXsSyFL88Y9MavcCGiNT8LbAFzR0eGCiLRGvg,10578
|
997
|
-
pulumi_oci/databasetools/outputs.py,sha256=
|
988
|
+
pulumi_oci/databasetools/outputs.py,sha256=kao1VR7dELT2qILMVf2tknYaMknFpSa7hIYdZHkQoEk,93057
|
998
989
|
pulumi_oci/datacatalog/__init__.py,sha256=EWMd1xycwTaewYLYml_SZt7Th9rYTM4ogc-49eJkwjk,844
|
999
990
|
pulumi_oci/datacatalog/_inputs.py,sha256=Abkke-1qnn--H87KqD2pmXcDjQziGzFEb5obRsuJYZY,15565
|
1000
991
|
pulumi_oci/datacatalog/catalog.py,sha256=QMSudBz-6rRhgFeTKxRKuurRT5DOqmDymE-zUEkFzio,33236
|
@@ -1039,7 +1030,7 @@ pulumi_oci/dataflow/private_endpoint.py,sha256=9vkBMocvIS8HBvsQlVoYVcBhOK7c_qZUL
|
|
1039
1030
|
pulumi_oci/dataflow/run_statement.py,sha256=2V-3LYZ42IYBVPsjxNgISjyM9rv_rXXOVmGTDD0IKzA,16386
|
1040
1031
|
pulumi_oci/dataflow/sql_endpoint.py,sha256=Zp8UIlX2E6GVQp8wRCnwGH4bFhxD00v3w4ekebWe4ho,59793
|
1041
1032
|
pulumi_oci/dataintegration/__init__.py,sha256=2H-D_UY8QH4dHOjznmx3CPkiTg4aqtJKeuaKcN7Ypu8,1536
|
1042
|
-
pulumi_oci/dataintegration/_inputs.py,sha256
|
1033
|
+
pulumi_oci/dataintegration/_inputs.py,sha256=-KeS8oWRpqQdPmVFcF_54_tlZXsydxpPyES3mUDZhwY,415660
|
1043
1034
|
pulumi_oci/dataintegration/get_workspace.py,sha256=uYr4xlwUqJnc2AyJDzmpDWA73cNORu4-pYYAaqIrTM0,16949
|
1044
1035
|
pulumi_oci/dataintegration/get_workspace_application.py,sha256=RS6UF7uec1y7nZhnUK_INTyT4cZ9mPXgu43BUtoUFvg,19135
|
1045
1036
|
pulumi_oci/dataintegration/get_workspace_application_patch.py,sha256=khRpP3eyL2sEAmySwZP0bvDumm2-_DkcyPIezQCM86Y,16870
|
@@ -1060,27 +1051,27 @@ pulumi_oci/dataintegration/get_workspace_projects.py,sha256=qOMBnYNiR8RiKj621ziP
|
|
1060
1051
|
pulumi_oci/dataintegration/get_workspace_task.py,sha256=8ExB_MqcqYvLvrAAa-5LtDQ3OazOE1guGqn1rLNU6kY,20265
|
1061
1052
|
pulumi_oci/dataintegration/get_workspace_tasks.py,sha256=HbrGDQYnQRuzQqzUiaHIwjLBEh-aU_mYFUfwXQ5VpJw,11130
|
1062
1053
|
pulumi_oci/dataintegration/get_workspaces.py,sha256=pKPVrjpDIaEvdC2EFEuvEOycxu5RVe3XMKKAdfiq9Wc,7366
|
1063
|
-
pulumi_oci/dataintegration/outputs.py,sha256=
|
1054
|
+
pulumi_oci/dataintegration/outputs.py,sha256=RQm3Kgdtd2igj4OWS_XE5iOnzPGOuoJFfbnROQKM2wQ,1043323
|
1064
1055
|
pulumi_oci/dataintegration/workspace.py,sha256=T7HtXfqFj8OmAUpyX80JiifXvJuNCftJhG6w15XV4DM,58022
|
1065
|
-
pulumi_oci/dataintegration/workspace_application.py,sha256=
|
1066
|
-
pulumi_oci/dataintegration/workspace_application_patch.py,sha256=
|
1067
|
-
pulumi_oci/dataintegration/workspace_application_schedule.py,sha256=
|
1068
|
-
pulumi_oci/dataintegration/workspace_application_task_schedule.py,sha256=
|
1056
|
+
pulumi_oci/dataintegration/workspace_application.py,sha256=_jmFK4L9Rj1VjkR6Ytunw_wqdJ8OqSZ4Kzy4SIHPpO0,61420
|
1057
|
+
pulumi_oci/dataintegration/workspace_application_patch.py,sha256=ITZ3c_S6OFgsRJXURVRIlgeoKzKMnKKha7R0nawOnfI,49327
|
1058
|
+
pulumi_oci/dataintegration/workspace_application_schedule.py,sha256=IA4WunCzvbY4WzrNAZ-1-5sN0gOfvUM-5d4IHKFx_P0,47762
|
1059
|
+
pulumi_oci/dataintegration/workspace_application_task_schedule.py,sha256=6UuJ6I6I9UsUCK8hM4YpFfx1ws0TTVF8NMZbpUu9g80,85189
|
1069
1060
|
pulumi_oci/dataintegration/workspace_export_request.py,sha256=VnwaePcY4pojf4-Sr9uBktMunWkI2E7AGrpsja-643g,40533
|
1070
|
-
pulumi_oci/dataintegration/workspace_folder.py,sha256=
|
1061
|
+
pulumi_oci/dataintegration/workspace_folder.py,sha256=WPTqIddz6f69pNQ5mvK8oZTf827Sj3drLr42Gx52g9M,37154
|
1071
1062
|
pulumi_oci/dataintegration/workspace_import_request.py,sha256=vfYNO9eRaQcQ4Oub_QexFTM4B89q1KbTY_9Yn2rkCrs,38910
|
1072
|
-
pulumi_oci/dataintegration/workspace_project.py,sha256=
|
1073
|
-
pulumi_oci/dataintegration/workspace_task.py,sha256=
|
1063
|
+
pulumi_oci/dataintegration/workspace_project.py,sha256=r35yvRgHwwNKasFecTPuYWvKz1MGSnt72jAtVFNsJcE,35227
|
1064
|
+
pulumi_oci/dataintegration/workspace_task.py,sha256=QVAMjy9Sp0vl1X1YWCHUonxmpXM9MGKHW2s1WHxoSPI,72494
|
1074
1065
|
pulumi_oci/datalabellingservice/__init__.py,sha256=ivrNYSeOSla5du0Cj1m5VItkxhTMEQvFHlJInBuSLrY,467
|
1075
|
-
pulumi_oci/datalabellingservice/_inputs.py,sha256=
|
1066
|
+
pulumi_oci/datalabellingservice/_inputs.py,sha256=_paH8XKCsHSv_dH74R2I8xzDe6j8hm4BqEY8HoUmJFk,17530
|
1076
1067
|
pulumi_oci/datalabellingservice/dataset.py,sha256=liWHQqh5ARqzARa5RSaLCqrlw1EkDinysLM2_pY3T1w,56702
|
1077
1068
|
pulumi_oci/datalabellingservice/get_annotation_format.py,sha256=Dpk8X4QrL_5XuL3a6Y_KxPUdBeVq_UfI_L51y_-4O5U,4047
|
1078
1069
|
pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=WbbaaIQBbmLgcgtx59clfvLkWQ3AxTRWD4cEny2TDbQ,5145
|
1079
1070
|
pulumi_oci/datalabellingservice/get_dataset.py,sha256=bmArCsi1ItF_VBkxyFgdBM8w3JDAjOEToXuy5qHzsjU,15760
|
1080
1071
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=dhMoG6BQM2gW2GODLMA-DLYTMDVGWOSYSWghv8Ck5y8,8597
|
1081
|
-
pulumi_oci/datalabellingservice/outputs.py,sha256=
|
1082
|
-
pulumi_oci/datasafe/__init__.py,sha256=
|
1083
|
-
pulumi_oci/datasafe/_inputs.py,sha256=
|
1072
|
+
pulumi_oci/datalabellingservice/outputs.py,sha256=q9Zt1dg8_aoR-5QSap0hgJI6XbZjB_eVO_G08FdPAcI,52272
|
1073
|
+
pulumi_oci/datasafe/__init__.py,sha256=hLY7nl5WQ_xGdgixrWUpVqE-w8XUgxpoHEL5es54N7s,7220
|
1074
|
+
pulumi_oci/datasafe/_inputs.py,sha256=hiWiKQKvR3kFv9LzQf3lejrYo7WHZtg4cHBpTUbUSeM,306513
|
1084
1075
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1085
1076
|
pulumi_oci/datasafe/alert.py,sha256=1hzgTQxPBQeTcdztdvqw07MbXv5FaexDl2acrDqaiDQ,40594
|
1086
1077
|
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=stXOQxGpwcefqOrFjpR44OiDz8WOMABKV1aqhmXUHEg,39205
|
@@ -1210,16 +1201,16 @@ pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py,sha256=EOkCGomJ
|
|
1210
1201
|
pulumi_oci/datasafe/get_user_assessment_user_analytics.py,sha256=Y_SNEBXLHgouuwXqQtpbQ2SNrISOVwxOPJAP1dki-4E,28455
|
1211
1202
|
pulumi_oci/datasafe/get_user_assessment_users.py,sha256=PN6gxJeCIKKPf0hrvXRszqZFl06GXckSy8dDKgyxtpI,31830
|
1212
1203
|
pulumi_oci/datasafe/get_user_assessments.py,sha256=7X0Hcv8Bbqkc94J0t2ETlAsGX4S4Py_Qng9SHOKytxw,22525
|
1213
|
-
pulumi_oci/datasafe/library_masing_format.py,sha256=
|
1204
|
+
pulumi_oci/datasafe/library_masing_format.py,sha256=82ogjMeZIk0-l4aRHGIsSCn3Sm96FO6ClXsJCWxV2jc,33278
|
1214
1205
|
pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMmdhw,6663
|
1215
1206
|
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1216
|
-
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=
|
1217
|
-
pulumi_oci/datasafe/masking_policy.py,sha256=
|
1207
|
+
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=en_eWY0Mecrp23C9FZylclIoHqlTabXVbkrSn9qJuTc,57059
|
1208
|
+
pulumi_oci/datasafe/masking_policy.py,sha256=HzIUAT8mYevjdQj8GrAeyp_iIZ_0JYC1PJtiYVG3Axc,70491
|
1218
1209
|
pulumi_oci/datasafe/masking_report_management.py,sha256=ntTPk_0XpDYsEdh1lnGyd2UjEDUGkNNpF1p-AYvtIc8,32009
|
1219
1210
|
pulumi_oci/datasafe/on_prem_connector.py,sha256=brTIzRdKDiYI7OSTWzwOq1LMTTq6MDNItkcDkmhKvEI,29350
|
1220
|
-
pulumi_oci/datasafe/outputs.py,sha256=
|
1211
|
+
pulumi_oci/datasafe/outputs.py,sha256=v5_ApXpD34ZnqWrE-pSqVyexnn6pU-FgQ_dYYhTALf8,1229661
|
1221
1212
|
pulumi_oci/datasafe/report.py,sha256=eZAU9FhgXqAPM30lXnEXPWc1SeR3pT4h7OgZwdtToik,26345
|
1222
|
-
pulumi_oci/datasafe/report_definition.py,sha256
|
1213
|
+
pulumi_oci/datasafe/report_definition.py,sha256=-0rxCLYrnTvDXMLmBRHPCITkjEHLfeR4_6-rrScOMcg,67321
|
1223
1214
|
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=7BQFmlcT_dt9g1W2NCqKj1n8ixY-NAuPJ4FHMCCGI10,37404
|
1224
1215
|
pulumi_oci/datasafe/security_assessment.py,sha256=L4TLeeZyZDmnDIRvOIYmim0U91fmMnL-aYkKyu25qnQ,58457
|
1225
1216
|
pulumi_oci/datasafe/security_policy.py,sha256=n3BGyT2Ww0rkbayoT2wrSikpdbiVhsJNOenZyWfsAoY,28863
|
@@ -1231,28 +1222,26 @@ pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=
|
|
1231
1222
|
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=TREMG2BazyWlYHPsjY-AMv84bigCvtPKLH7XaMcxkJc,67457
|
1232
1223
|
pulumi_oci/datasafe/sensitive_type.py,sha256=aHSb7R_efYFsW2Cz6eaOSJSHlHiMb2OeBRlv2YekRi0,51383
|
1233
1224
|
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=tCFdTzN-4Pp5fXPy-cVz9z_dRn0Zf3RnIw2pMdYlERI,12374
|
1234
|
-
pulumi_oci/datasafe/set_security_assessment_baseline_management.py,sha256=FyLxa0C7C2awoQH9W4SpXHdYQqydlIygxCi3h1VoAjI,13520
|
1235
1225
|
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=pFdIxZ6rOGzZsEKuyfV0YTBJsjUZrfTdSfqgvn_oezQ,11986
|
1236
|
-
pulumi_oci/datasafe/set_user_assessment_baseline_management.py,sha256=-GJqQdBELAXsSPnfwF15mso2HhQCgAhFiaW1Dh98YWo,13292
|
1237
1226
|
pulumi_oci/datasafe/sql_collection.py,sha256=bVD7f0M7EFpKHCw4PWj3pVlBcW0iapROy0NcuRERoWY,54194
|
1238
1227
|
pulumi_oci/datasafe/sql_firewall_policy.py,sha256=7vkLvHNQYMTfpwXHNfzhgo3E9uu6tFIpCiUKdu97HOg,51488
|
1239
1228
|
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=pucbdO9GprqnoS-VizqTVp4c7yM53EpRwfye77aBKwM,33473
|
1240
1229
|
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=lLPR19TL-eAoI1JbqNtVql3JwA_MHN7fX_SRExmM2ro,33554
|
1241
|
-
pulumi_oci/datasafe/target_database.py,sha256=
|
1230
|
+
pulumi_oci/datasafe/target_database.py,sha256=GGDlyw9nlVRURK_5YcvPZrDMRKoBZejcXtgCjeodcew,52037
|
1242
1231
|
pulumi_oci/datasafe/target_database_peer_target_database.py,sha256=zDz_kgpDFJljXtCqsMSUJdnUoiEtx3GQCfqatuKi-4o,32072
|
1243
1232
|
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=vbit9inh9Sb9E7I0fsyHhLwOzsgiSLquknQhX72Lv4A,9663
|
1244
1233
|
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=cPil3HSz18vc2hNrq6ffo3D2gysphdQgZMe6MXO__FM,9319
|
1245
1234
|
pulumi_oci/datasafe/user_assessment.py,sha256=2MYs6vrGg_JQGB0dRUlbN83j0FxRieazOUkliysD0M8,55289
|
1246
1235
|
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1247
|
-
pulumi_oci/datascience/_inputs.py,sha256=
|
1236
|
+
pulumi_oci/datascience/_inputs.py,sha256=iWtIB7RxZVgby5rXuCq_KSXw1CkNfrSpzD3grlCPm7c,199255
|
1248
1237
|
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=HiyP63vs-xosZ7yoetOiQOfaJVGBKMylWS6manE7rGs,5341
|
1249
1238
|
pulumi_oci/datascience/get_job.py,sha256=hy5sIU2KX1IwTifCyu3qQkWxUO3EMcEy-uVyD2mKo4k,17562
|
1250
|
-
pulumi_oci/datascience/get_job_run.py,sha256=
|
1239
|
+
pulumi_oci/datascience/get_job_run.py,sha256=VrHj2OzTVlJm36hTzKU8WXjjX3ZytbfRAb40GCtMsSc,16488
|
1251
1240
|
pulumi_oci/datascience/get_job_runs.py,sha256=z7di5Du-4fl1S_fyuuoebN0wwjbqH2UjNY2PdNY0XOg,9404
|
1252
1241
|
pulumi_oci/datascience/get_job_shapes.py,sha256=vFDz8mGtNYFjr-XpQkKpQGueSlSAEUmAhwqeqSBJsD4,4746
|
1253
1242
|
pulumi_oci/datascience/get_jobs.py,sha256=yMQmb3xmqspSZasncyRpSmVfgf-EsCvfNtje1fXtKSA,9360
|
1254
1243
|
pulumi_oci/datascience/get_model.py,sha256=aVpvrz7w1jmm61aaKzPDYZp00jQ9Ji4frau9tVaxhZ0,14609
|
1255
|
-
pulumi_oci/datascience/get_model_deployment.py,sha256=
|
1244
|
+
pulumi_oci/datascience/get_model_deployment.py,sha256=W-cmkgRYR7hP4TiB9I3n3D6YtV09JHg7yhUGPSgMfD0,13170
|
1256
1245
|
pulumi_oci/datascience/get_model_deployment_shapes.py,sha256=ElUS_WQ0UMiDqtVW-W8_3eygUNHpRvSVS9RLER5-e_M,5306
|
1257
1246
|
pulumi_oci/datascience/get_model_deployments.py,sha256=FclZWyQhvQVo4HRoPXL8BawcQEI31xsR5H2E3SLkrug,10867
|
1258
1247
|
pulumi_oci/datascience/get_model_provenance.py,sha256=eHKi7wMAgQX9r09uoAZUDqoEFSSrBFPPNsmmcQevN6E,6963
|
@@ -1262,8 +1251,8 @@ pulumi_oci/datascience/get_models.py,sha256=XSme94SwrbxPcDAV1lDVyjdQ8_U43j55njXY
|
|
1262
1251
|
pulumi_oci/datascience/get_notebook_session.py,sha256=BqPwg1DH4uMrHVYDRGsn6E6ZuiPxiHLzB7VA2Thb2Nw,14197
|
1263
1252
|
pulumi_oci/datascience/get_notebook_session_shapes.py,sha256=53eNfQ7fuOOo5J4F25ngM5zZT0_Otjtbf4cyL5c0kZg,5308
|
1264
1253
|
pulumi_oci/datascience/get_notebook_sessions.py,sha256=-nV--MWUQw0qg3UMH68DKmE5hjkd7rV7t7zX3_ee1L4,10389
|
1265
|
-
pulumi_oci/datascience/get_pipeline.py,sha256=
|
1266
|
-
pulumi_oci/datascience/get_pipeline_run.py,sha256=
|
1254
|
+
pulumi_oci/datascience/get_pipeline.py,sha256=8HcsldeWHO-EOHz_8Z1EBObrcY5biO4R3pCPe4NkL7M,14994
|
1255
|
+
pulumi_oci/datascience/get_pipeline_run.py,sha256=XajoXddptlOIUh9wqpg_8D1CwYQqlbVku9lXr-zKEW4,17146
|
1267
1256
|
pulumi_oci/datascience/get_pipeline_runs.py,sha256=EnemHTZE5BGQfkp0ArZzIkzrbsdgVCR-UStHtZd_D-Q,9809
|
1268
1257
|
pulumi_oci/datascience/get_pipelines.py,sha256=Sr2JbGSV4lJ2y75FPETPfi9GPEDCmfuijaz14X5z8vU,9555
|
1269
1258
|
pulumi_oci/datascience/get_private_endpoint.py,sha256=Xtk2WcF0XQAyocZWpOh2pDCcmrL2fTL1-GC7WdU9M-g,13391
|
@@ -1271,21 +1260,21 @@ pulumi_oci/datascience/get_private_endpoints.py,sha256=1I43lKz8W-72-R9gdG9sKY68S
|
|
1271
1260
|
pulumi_oci/datascience/get_project.py,sha256=yCV0ah0Qv_WneP-6L2ILv3UeGEAPFLi_vA0d5IwdXdM,8898
|
1272
1261
|
pulumi_oci/datascience/get_projects.py,sha256=ziwZgVymgjolC3rzt1Fre-liTqgYC7Vfur1Odm9K1CE,8540
|
1273
1262
|
pulumi_oci/datascience/job.py,sha256=sdl0bt0QhkdAz-iYVpgs7K_a8IQsnUM81U7MGYqM7L8,66033
|
1274
|
-
pulumi_oci/datascience/job_run.py,sha256=
|
1263
|
+
pulumi_oci/datascience/job_run.py,sha256=j8nEUIt4h4vaWGl8HzGbmMjrv-8T5yrhbtMeX_FjxNs,54523
|
1275
1264
|
pulumi_oci/datascience/model.py,sha256=UtjQcbr7lbFACkBf6nL3Q_cXlZTgqixOgsJdrAYLiFc,52480
|
1276
1265
|
pulumi_oci/datascience/model_artifact_export.py,sha256=3luxH5zMiFVqyiUAha3paucsA2RgDt8r9HiOa8o1kX8,12879
|
1277
1266
|
pulumi_oci/datascience/model_artifact_import.py,sha256=bPnG_kR2mp8AcUUdlEV1wWOiP9cXrfbbTMUox-VeXhM,13344
|
1278
|
-
pulumi_oci/datascience/model_deployment.py,sha256=
|
1267
|
+
pulumi_oci/datascience/model_deployment.py,sha256=Z7ecN_1xggOMcd25a5merCLXyUPAOLojmJhU1iuLLjk,58718
|
1279
1268
|
pulumi_oci/datascience/model_provenance.py,sha256=Y63VBLm6q36x1vb297HulKd_zQ4855D7xRQOn75Io94,24595
|
1280
1269
|
pulumi_oci/datascience/model_version_set.py,sha256=7V-cNk3OeRrSmV9kCp49ax0sj8yvLPPY8YGZQE5I8U0,31362
|
1281
1270
|
pulumi_oci/datascience/notebook_session.py,sha256=NuifO7D_TMOaBF2nyXAIkUldK4VpQQmUJSzSP9k7-cU,53398
|
1282
|
-
pulumi_oci/datascience/outputs.py,sha256=
|
1283
|
-
pulumi_oci/datascience/pipeline.py,sha256=
|
1284
|
-
pulumi_oci/datascience/pipeline_run.py,sha256=
|
1271
|
+
pulumi_oci/datascience/outputs.py,sha256=nvX9rAYCiomVIzkTxKDXEwcWS0OGzBVQmL9bEISu4is,555715
|
1272
|
+
pulumi_oci/datascience/pipeline.py,sha256=Dc8Ax2GDDZDiKwEa9iDAKB5hPu6USILvSN0-YPZQL_0,53154
|
1273
|
+
pulumi_oci/datascience/pipeline_run.py,sha256=L_6IMMtJGWex2WXMsxzSE4ZnNTELpepSIow1d5Hh1Xg,56554
|
1285
1274
|
pulumi_oci/datascience/private_endpoint.py,sha256=ZMCOZBEIZhSD2WaV8HQu5P9fO6JqYSI1ZKdD1Xas7qc,40385
|
1286
1275
|
pulumi_oci/datascience/project.py,sha256=Icb7Ua2kIxsOx3ySUAAHmYOve0hIkh4M56RZ1rKz_WQ,26733
|
1287
1276
|
pulumi_oci/devops/__init__.py,sha256=jGVaG5GgMDYniHsVYgCiOln8YZzQTBIMnWiXDrDeGe0,2195
|
1288
|
-
pulumi_oci/devops/_inputs.py,sha256=
|
1277
|
+
pulumi_oci/devops/_inputs.py,sha256=eW7qxhvMCRKQn-l48ghye2G6Mr5jKulZ_9IBTw4_GVE,219764
|
1289
1278
|
pulumi_oci/devops/build_pipeline.py,sha256=5LJq9_kVPuDRAa-EPcEydxUx3gYkzhds897ZtmOHH0w,33524
|
1290
1279
|
pulumi_oci/devops/build_pipeline_stage.py,sha256=UtLYXjFjIYfReid8q7y-zlMPedNKwQyAgQgunfJuBdQ,74663
|
1291
1280
|
pulumi_oci/devops/build_run.py,sha256=55FhiQdPzvG1dP_rO89nsqid3oHfWUb3lz73suZ3HIk,39511
|
@@ -1293,8 +1282,8 @@ pulumi_oci/devops/connection.py,sha256=V7UuRTFjPo25rn-Q5XMcW_79gHWZKXgdIHsIeu7_8
|
|
1293
1282
|
pulumi_oci/devops/deploy_artifact.py,sha256=z1jN-zBDEW0JccmpBV8V46WP8R6QFFjk53NyweLjXhU,40651
|
1294
1283
|
pulumi_oci/devops/deploy_environment.py,sha256=r6YcHuqLE9KCCeDqQCjJ6DsLLdQTSXdKFKy9wJR0JGo,44981
|
1295
1284
|
pulumi_oci/devops/deploy_pipeline.py,sha256=oUVUzh9yALZgr2K-DgBFW47B2K7YVodBkDvt2SCD3-A,37813
|
1296
|
-
pulumi_oci/devops/deploy_stage.py,sha256=
|
1297
|
-
pulumi_oci/devops/deployment.py,sha256=
|
1285
|
+
pulumi_oci/devops/deploy_stage.py,sha256=9R2ucKuu6vZcqvbNkaQgi6pEUgIYAGV7PCE-wDK5SYk,192040
|
1286
|
+
pulumi_oci/devops/deployment.py,sha256=C1J_tH2LiYnbjzuBwT42snybzj7WB2SEy4Xrv8joPhc,55625
|
1298
1287
|
pulumi_oci/devops/get_build_pipeline.py,sha256=4AbvDJsAzugpBEiwUs7OMMKkpUvvUphjLlXDhvx42do,11101
|
1299
1288
|
pulumi_oci/devops/get_build_pipeline_stage.py,sha256=7e2SZ0LE7BIKKwAssZUdhfT7Jc-pAL6rNG0PT_zqacs,20869
|
1300
1289
|
pulumi_oci/devops/get_build_pipeline_stages.py,sha256=FclW0yS0saSztFFPdmq04ymZQWkSx4BHOMfnvrmJ4Qs,8840
|
@@ -1337,26 +1326,26 @@ pulumi_oci/devops/get_repository_ref.py,sha256=23x06_aQeP8l5LXggzeC224Ycy097BEsh
|
|
1337
1326
|
pulumi_oci/devops/get_repository_refs.py,sha256=v9dAIbthx5n850-sO-vtY3PfYQQAdPJlIN9uPwPNcG8,7751
|
1338
1327
|
pulumi_oci/devops/get_trigger.py,sha256=7eyd0XDN_1r-o1qXX0OXaW4TDlL20jVBsBqqcqoi-p0,12430
|
1339
1328
|
pulumi_oci/devops/get_triggers.py,sha256=FTnKm23AKGmbh9tP3U5rnweOXEIB7nakRCVa7dVcRIc,8003
|
1340
|
-
pulumi_oci/devops/outputs.py,sha256=
|
1329
|
+
pulumi_oci/devops/outputs.py,sha256=eJtap85O6ai4C33f1IUXVNMXe3TL5RucGguJ8xOxAjU,673274
|
1341
1330
|
pulumi_oci/devops/project.py,sha256=wMhUDbIzzRurBL91i2cY4-Z1odtNGVZs0fFk8iSFLYU,29509
|
1342
1331
|
pulumi_oci/devops/repository.py,sha256=19pSNdrqSmP-1ZtUNPYLJcK5gEBjB-aW5zAffF6AlTE,46818
|
1343
1332
|
pulumi_oci/devops/repository_mirror.py,sha256=QiQiMDfwrcw1AyH73YNWqNBoL_XPoSdQRMAB4IpTSd4,8362
|
1344
1333
|
pulumi_oci/devops/repository_ref.py,sha256=dEsH9qktn8QOndqAFE1GQNvRai8tuXHZ608ex7nBTQ4,21872
|
1345
1334
|
pulumi_oci/devops/trigger.py,sha256=gdDC_uqNqkMaXHqAadUe5tzKM6BdkwxcB4lOmBq31X0,41090
|
1346
1335
|
pulumi_oci/disasterrecovery/__init__.py,sha256=7KleD-hSyUzKkdXcRIDujms_xktRCUn-6DFX5pKrijo,614
|
1347
|
-
pulumi_oci/disasterrecovery/_inputs.py,sha256
|
1336
|
+
pulumi_oci/disasterrecovery/_inputs.py,sha256=z0U208sS5J5xkivs8nIvuW3Cyr9wlD_mfahduu44CcU,89418
|
1348
1337
|
pulumi_oci/disasterrecovery/dr_plan.py,sha256=k6KG54e7yzapC5vQZSMLtw9gN4nViOSjD3i72b3b7HE,32122
|
1349
|
-
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=
|
1350
|
-
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=
|
1338
|
+
pulumi_oci/disasterrecovery/dr_plan_execution.py,sha256=oV2ojwRyYAfFdwaBXZ7OTnYx8Qd9RPLqypEcos9GLnw,42795
|
1339
|
+
pulumi_oci/disasterrecovery/dr_protection_group.py,sha256=q8AMY7a36qUTEHLpoyFs_F59Pv98EUCoWiICfEFClqk,51466
|
1351
1340
|
pulumi_oci/disasterrecovery/get_dr_plan.py,sha256=AM2SbTOsMlSZEJ1MOFQHMEpruGg0OqXFQ-3si9WX17o,11787
|
1352
1341
|
pulumi_oci/disasterrecovery/get_dr_plan_execution.py,sha256=YtEhwluJGOiHSoM5EaUJK8uXlsZbnLQqqOpuewd7Q4o,16472
|
1353
1342
|
pulumi_oci/disasterrecovery/get_dr_plan_executions.py,sha256=FwlIe5rMooHlLPIpqvjNL2FpbW31hcUUx58RNRtZSw0,9934
|
1354
1343
|
pulumi_oci/disasterrecovery/get_dr_plans.py,sha256=nCBitG3S_hX79A1o0iWRPc56vYQcQ04BDukXpKFi3UQ,8749
|
1355
1344
|
pulumi_oci/disasterrecovery/get_dr_protection_group.py,sha256=XzKrrh_NAgEF8nfqxh3R_1UIJ9A104tWk0oOmkOXMgE,13704
|
1356
1345
|
pulumi_oci/disasterrecovery/get_dr_protection_groups.py,sha256=E9Ob-vNqeePC4sWWKf1fr_hOoDRDA7J2X_i_vDD-hB0,10825
|
1357
|
-
pulumi_oci/disasterrecovery/outputs.py,sha256=
|
1346
|
+
pulumi_oci/disasterrecovery/outputs.py,sha256=w6eP1LNdDKUMMdvxdDwahmTc9ZCWTpJaSE7KbNzpC8Q,233150
|
1358
1347
|
pulumi_oci/dns/__init__.py,sha256=rJmauYv4n0eB4hP0n-huHYUFdW2OcjhaV5t5UGeC7Ho,1106
|
1359
|
-
pulumi_oci/dns/_inputs.py,sha256=
|
1348
|
+
pulumi_oci/dns/_inputs.py,sha256=9XzgiPx6lwskcZJLd3glsN1XA_4WLJZh0fYnaPsUjgw,64156
|
1360
1349
|
pulumi_oci/dns/action_create_zone_from_zone_file.py,sha256=gnisUQYYhDGr940PHR58kp0lpU4EdsGP5tGMsih4MOw,37153
|
1361
1350
|
pulumi_oci/dns/get_records.py,sha256=4hVqPdORck5G5V6hRWRa0pI63pZW4gbMBu_F-BQuQqc,11638
|
1362
1351
|
pulumi_oci/dns/get_resolver.py,sha256=u7nbQLl7SiE6N8X-LVV8TxpEGX3FYQR4NNKtE6Bxihs,12351
|
@@ -1374,12 +1363,12 @@ pulumi_oci/dns/get_tsig_keys.py,sha256=yrPKL7dhqIKzeZlCLjQE6BSEjSj_wGxszvc6tKsFC
|
|
1374
1363
|
pulumi_oci/dns/get_view.py,sha256=YDsmEi99llT9pLx4yNktz9RqT6WHrNpZLhQcECv7Ftg,9255
|
1375
1364
|
pulumi_oci/dns/get_views.py,sha256=SV9uRRKSPeCNQtf_mPKPl_cjlCdSz9doe0gYPWuxgMs,7715
|
1376
1365
|
pulumi_oci/dns/get_zones.py,sha256=4YkGZ-QuB3wYXyVuq1d2PvDenc7sjjJDzaA7bMrZAZ0,15801
|
1377
|
-
pulumi_oci/dns/outputs.py,sha256=
|
1366
|
+
pulumi_oci/dns/outputs.py,sha256=eymOnpoEr_b31lFv7iJL48TWvr9ouPKTKYdlOtINsc8,172415
|
1378
1367
|
pulumi_oci/dns/record.py,sha256=vwgbFrYCbZbxqpmZ3pU5URvidruWz9GrBScmk6r4tf0,30662
|
1379
1368
|
pulumi_oci/dns/resolver.py,sha256=4VKV_Vkilae-LYcYAAHLiT6z0vZs4_qKpTXqclVkw7g,37832
|
1380
1369
|
pulumi_oci/dns/resolver_endpoint.py,sha256=7fQcszCfYt5ghEpw2IIC03R9p3g48RStaAlEDORub4M,38704
|
1381
|
-
pulumi_oci/dns/rrset.py,sha256=
|
1382
|
-
pulumi_oci/dns/steering_policy.py,sha256=
|
1370
|
+
pulumi_oci/dns/rrset.py,sha256=9Cor2PTZTktmH8-XjQMGrkgGq2OLy54yf0uXWFYRIFU,23418
|
1371
|
+
pulumi_oci/dns/steering_policy.py,sha256=PKkh8Cb5Fe_DphvUGmLvzGLzdkaARdIsuUH2u83mjyM,51810
|
1383
1372
|
pulumi_oci/dns/steering_policy_attachment.py,sha256=rMHhlJlM1RRpyqbFoPAAObWAmhfzU2zBONs-HbhXPUw,22837
|
1384
1373
|
pulumi_oci/dns/tsig_key.py,sha256=EFFodRAn7J1Rcw0z1UZ9hbRAPssknanqzrSl730NB2U,29154
|
1385
1374
|
pulumi_oci/dns/view.py,sha256=RDACZ1_0m1z764DmumbcBgpTEpseF8y2U4aP4F0nW1E,26321
|
@@ -1413,11 +1402,11 @@ pulumi_oci/emwarehouse/get_etl_runs.py,sha256=6LZihTlIXFohir510LgvYxUNFOQAOyU8OZ
|
|
1413
1402
|
pulumi_oci/emwarehouse/get_resource_usage.py,sha256=AGaN35j8yQ9SLAlvRNIzXY7kwfrbmYKsYWNJI2J9t-w,6437
|
1414
1403
|
pulumi_oci/emwarehouse/outputs.py,sha256=WBYQfLow1m4n5HF-HrnSXFFw4LUU5wvtIYNDmlQI-9I,22403
|
1415
1404
|
pulumi_oci/events/__init__.py,sha256=s5WifgDAfiU0eAvulJ-z_3vdbDeRHphEqpEnfC6mvhQ,383
|
1416
|
-
pulumi_oci/events/_inputs.py,sha256=
|
1405
|
+
pulumi_oci/events/_inputs.py,sha256=gtiJg4g1rEpzo9oeApVWcdxxE0_ENy077wIeax2hbqs,9527
|
1417
1406
|
pulumi_oci/events/get_rule.py,sha256=O1dfRkJK_FUKembRNlKQXYgq9YH19xBobpSFc6hChQE,10101
|
1418
1407
|
pulumi_oci/events/get_rules.py,sha256=c78NZaYGCLzuZbKQ7yFaQYLIKMdm5RlMKUwQtU5e-P4,6861
|
1419
|
-
pulumi_oci/events/outputs.py,sha256=
|
1420
|
-
pulumi_oci/events/rule.py,sha256=
|
1408
|
+
pulumi_oci/events/outputs.py,sha256=7o8HdSEpuZnoPVYUyq775wDG2Cs5JCHOubG8VpY9PUE,26752
|
1409
|
+
pulumi_oci/events/rule.py,sha256=btCp60U_3NuLnHNz84s9duhVVArR_brUvIzaQkyZrxM,43739
|
1421
1410
|
pulumi_oci/filestorage/__init__.py,sha256=o1dtIje7kjVGLuJ8Fz6XqRSncO0ExtsSfiREeMn8uaU,1035
|
1422
1411
|
pulumi_oci/filestorage/_inputs.py,sha256=DLZIK4W7I5PSPlL8e-qZ6YcOj6tsu51KMJS5loPQ3To,40177
|
1423
1412
|
pulumi_oci/filestorage/export.py,sha256=Meq3wgGmNWRf6v87zxXuZn4ACyQNm-XwQSeOWI28Jfw,32577
|
@@ -1444,7 +1433,7 @@ pulumi_oci/filestorage/outputs.py,sha256=q54nMJ2Ib2VxT6lMef-pQzXtpZcJCC_x69ZUirS
|
|
1444
1433
|
pulumi_oci/filestorage/replication.py,sha256=Twb1H-1G_6FjaSlpri-ItJyA1FKuvQ3wVVvDtzIYQTQ,45986
|
1445
1434
|
pulumi_oci/filestorage/snapshot.py,sha256=FOE0jsVhxVlqQ5tRI4LT2z0Y9nDIFBY6wi41TmBoyuU,36131
|
1446
1435
|
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1447
|
-
pulumi_oci/functions/_inputs.py,sha256=
|
1436
|
+
pulumi_oci/functions/_inputs.py,sha256=vO--yhjVUkm6FcaTd6P1-qGRuBpEGUI7_n10PnZNJhE,23544
|
1448
1437
|
pulumi_oci/functions/application.py,sha256=xIQrGlPY-Da0370POiruE32TNIlHAFNuEYedpWbAu84,50806
|
1449
1438
|
pulumi_oci/functions/function.py,sha256=26bCCFZph_42S-hg6djn1_eYeMMhjqt_d9v1W8WAIM8,54512
|
1450
1439
|
pulumi_oci/functions/get_application.py,sha256=FNsWzy_1g70xzh11VYpk_2c50E2c8aCrgQl-XEmiIOY,13329
|
@@ -1476,7 +1465,7 @@ pulumi_oci/functions/get_pbf_listing_version.py,sha256=vEcu5-rQtGlUHL0Gms-tXXWoY
|
|
1476
1465
|
pulumi_oci/functions/get_pbf_listing_versions.py,sha256=ulzlt9Ci3YP0PKvK65cF7ULXTWkjGaFkwc-mFUVfORM,10081
|
1477
1466
|
pulumi_oci/functions/get_pbf_listings.py,sha256=lfpmUdi3RXHvbkJxRy0mPnYH26qmzsmSh0ZMiK_kXmI,9774
|
1478
1467
|
pulumi_oci/functions/invoke_function.py,sha256=-weuCY_SkKMgjC4bhPe8NeRV4LTHr5dhIylUJb1kHuc,29109
|
1479
|
-
pulumi_oci/functions/outputs.py,sha256=
|
1468
|
+
pulumi_oci/functions/outputs.py,sha256=wrrgWlkkt_3eQj5_AGe0dhWIYpWB6foxiHl6tjtEHy0,181144
|
1480
1469
|
pulumi_oci/fusionapps/__init__.py,sha256=s1kp4BsIjlbImjz9cXbElkILKY_KpkDt6t5m0Euco8M,594
|
1481
1470
|
pulumi_oci/fusionapps/_inputs.py,sha256=2vghyKD6i07euluL_bm2jZ0RYnQjTX9bNr3hhmmnyxQ,26281
|
1482
1471
|
pulumi_oci/fusionapps/fusion_environment.py,sha256=GagQHvh4bp2YoWnzSLlsrG7LrplqESqqisD87hCIu5o,62403
|
@@ -1503,7 +1492,7 @@ pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=AVc57jzfRMuzmRd2mf
|
|
1503
1492
|
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=sNvU3RKAgOH9KAhnvbW9jaSTc1wTljLfUfCAnkW1TME,10043
|
1504
1493
|
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=HasHB6VDT245-bGBY7LAyNoVLlahLz84NIUi5k0TSh8,3928
|
1505
1494
|
pulumi_oci/goldengate/__init__.py,sha256=bUksfKTH9LM_422k-tu1EXIuPrRbsGUVQVmdQ9Y4ogM,1331
|
1506
|
-
pulumi_oci/goldengate/_inputs.py,sha256=
|
1495
|
+
pulumi_oci/goldengate/_inputs.py,sha256=_x7aS-AtURlGxerTNrKZ86D7MvxyhQ98_Y5_839PXSQ,39394
|
1507
1496
|
pulumi_oci/goldengate/connection.py,sha256=ZlvMXbl6s8JJGutXTZEGgLj0tshuBQXYxvspconYVUY,223316
|
1508
1497
|
pulumi_oci/goldengate/connection_assignment.py,sha256=2En-ymA9-Vw4YIZZ1CO5VyN6hALmmvi-rGJBVvQ0dbI,18451
|
1509
1498
|
pulumi_oci/goldengate/database_registration.py,sha256=IiawJB5TSgnx-rP6GiFLEJL_AA0xJ9OmV8EEfrUIXuA,68956
|
@@ -1533,7 +1522,7 @@ pulumi_oci/goldengate/get_trail_file.py,sha256=-d5lMR_RWXnxC55oeaaGrlW_YJryQaBTx
|
|
1533
1522
|
pulumi_oci/goldengate/get_trail_files.py,sha256=LH_ZacuSL_y47SQ2mVTK7DuzPgTvss4QkSUD0gxP-Bw,6624
|
1534
1523
|
pulumi_oci/goldengate/get_trail_sequence.py,sha256=9v-3GrAQVk3v2euYxb1392eScG0MT7bcnoc2BDGMq9s,7506
|
1535
1524
|
pulumi_oci/goldengate/get_trail_sequences.py,sha256=8HQO5EN-bAv3MSpQm7jl4ZDfSx4_7TSpFS8AuFycffA,7771
|
1536
|
-
pulumi_oci/goldengate/outputs.py,sha256=
|
1525
|
+
pulumi_oci/goldengate/outputs.py,sha256=nyOiNrbsQYCcUsCvy_iDGgJ5U3jLrVdZj2sgoYbiJlQ,228259
|
1537
1526
|
pulumi_oci/healthchecks/__init__.py,sha256=PJnzYouMBWUvQ3Du18Ga3ztCAO2ekzXs2E8fPG4C0XU,662
|
1538
1527
|
pulumi_oci/healthchecks/_inputs.py,sha256=D9EK7S3SwdmosQbVKIi063l5cxZvAi_C-2xtpTy_lKo,5725
|
1539
1528
|
pulumi_oci/healthchecks/get_http_monitor.py,sha256=9BLRvG7GkWjt1HE2pOiU3D7i0fBIaYEqRl6UywG1HL8,12810
|
@@ -1549,7 +1538,7 @@ pulumi_oci/healthchecks/outputs.py,sha256=G__4KrGxGnYDuknWXVuEsJWCQjGzQ8HrOaMGN8
|
|
1549
1538
|
pulumi_oci/healthchecks/ping_monitor.py,sha256=ZSVyaC-Cl_hCzCwjxxMPdVF8eM2oM9dpcIEALmiwhFA,40175
|
1550
1539
|
pulumi_oci/healthchecks/ping_probe.py,sha256=3zAdmiLAx1j6f5Fjsfe5B3AMQ0oPJst1IJeGiOsy-z0,24152
|
1551
1540
|
pulumi_oci/identity/__init__.py,sha256=zhdNp9IEhuIFbbLFcrMV3DTmR1NRBWsj3KlneYasCb4,8940
|
1552
|
-
pulumi_oci/identity/_inputs.py,sha256=
|
1541
|
+
pulumi_oci/identity/_inputs.py,sha256=VCgqtQcCwj9BuEq93s4t0asJSeJz1j-rrRTwmZqmt58,2412400
|
1553
1542
|
pulumi_oci/identity/api_key.py,sha256=mGWz9pHMFHWLu5vovIjWRBSD-mIalpbSEHsnKEIaBSc,16219
|
1554
1543
|
pulumi_oci/identity/auth_token.py,sha256=qUJAUkspvLjOu_OM-p8MSB2FZHy9PyWBbYwwr1Al0po,18447
|
1555
1544
|
pulumi_oci/identity/authentication_policy.py,sha256=EH1Ix-I_biyQDJ1zEAyZ-sCJf--gmLgPjb6_SJN78Ww,14912
|
@@ -1559,19 +1548,19 @@ pulumi_oci/identity/db_credential.py,sha256=qHAy1zjwDBZinfxYDRWQ5GLdTDJRs8CAuZyB
|
|
1559
1548
|
pulumi_oci/identity/domain.py,sha256=jauitYWdJDaMwemtCZbFertC7Z1BkKO2v08B4Ud6VF0,53581
|
1560
1549
|
pulumi_oci/identity/domain_replication_to_region.py,sha256=EcO6uSB5OG0fIhnWP9faooGrU1Jn5tD7ezT2Cn9qObA,13246
|
1561
1550
|
pulumi_oci/identity/domains_account_recovery_setting.py,sha256=NoDe8isszCqUXMHTg15AbNCMBkod8Xx3M3tykjckc2M,94993
|
1562
|
-
pulumi_oci/identity/domains_api_key.py,sha256=
|
1563
|
-
pulumi_oci/identity/domains_app.py,sha256=
|
1551
|
+
pulumi_oci/identity/domains_api_key.py,sha256=HmCFm6DSq_BqScmOgU-lYEvAY7acoJ3Cys9mjgWG-CY,84113
|
1552
|
+
pulumi_oci/identity/domains_app.py,sha256=7g2kkaiOvO621WPB0Dsc1gXDr5I7V3CLT3hzBFXeLuU,545823
|
1564
1553
|
pulumi_oci/identity/domains_app_role.py,sha256=YSqtglr0fLv2dIU6ON4ml4SFiD4Jn8seKPl4ii2CCYw,118046
|
1565
1554
|
pulumi_oci/identity/domains_approval_workflow.py,sha256=K6m5JyFFmPUetgZsBBqf2cHiZgJxPiOIIunFQJUKdVs,87294
|
1566
1555
|
pulumi_oci/identity/domains_approval_workflow_assignment.py,sha256=hkJJSXDJEQybwmradaJc_iVQeG9IlddZG_L69x-JLGY,84559
|
1567
1556
|
pulumi_oci/identity/domains_approval_workflow_step.py,sha256=4-or1NiItVH8M7BX_HL4Kp3uxRcjp_HfGlnaBfhCStI,91181
|
1568
|
-
pulumi_oci/identity/domains_auth_token.py,sha256=
|
1557
|
+
pulumi_oci/identity/domains_auth_token.py,sha256=78u939kyVUdu3bW-4OrnpwigvuHOvjtIte3QvJ-VVog,87073
|
1569
1558
|
pulumi_oci/identity/domains_authentication_factor_setting.py,sha256=fMEJSRPoHAinYMYXqaKxe0beUWcyFvebS1FhpGwOBII,202416
|
1570
|
-
pulumi_oci/identity/domains_cloud_gate.py,sha256=
|
1559
|
+
pulumi_oci/identity/domains_cloud_gate.py,sha256=rT7eSeN2FLzIix17Uw8SLgOiST5v4iPOi96fmXgqwG4,107932
|
1571
1560
|
pulumi_oci/identity/domains_cloud_gate_mapping.py,sha256=H_aspGU746UlU9RajzJazCqwkTf_uKAqTIvBwf3lQ3Q,111202
|
1572
1561
|
pulumi_oci/identity/domains_cloud_gate_server.py,sha256=QSmMba93b6ZXTBOVISqKLSvxUqnXzgDYnWP2lQiSyGM,100169
|
1573
1562
|
pulumi_oci/identity/domains_condition.py,sha256=89htxR15kSo3GskR2TiCU03Svoz9kNd7MIav5KEMMaA,103619
|
1574
|
-
pulumi_oci/identity/domains_customer_secret_key.py,sha256=
|
1563
|
+
pulumi_oci/identity/domains_customer_secret_key.py,sha256=tB_a37wna4J0wdDrickoCBKRaepwBWJ7cCXIDwilzho,92526
|
1575
1564
|
pulumi_oci/identity/domains_dynamic_resource_group.py,sha256=rsMyXQh2MFFCjMExV3uaVeMfC2p0V3QWFSmliqDpkAo,95025
|
1576
1565
|
pulumi_oci/identity/domains_grant.py,sha256=Ea57W17AK6PbuIZ6Hv5ImmYrapfFWcCLbRgh5M2-q2o,113220
|
1577
1566
|
pulumi_oci/identity/domains_group.py,sha256=_BSQJGWOCFn2rVecCshfSD9frpqRhalsVo_CJZoR1o8,119382
|
@@ -1579,29 +1568,29 @@ pulumi_oci/identity/domains_identity_propagation_trust.py,sha256=lvoJNpY9ym5Gpu5
|
|
1579
1568
|
pulumi_oci/identity/domains_identity_provider.py,sha256=fClkB5cy85C5UUuIKgXdO-rhi1yrdzyaiqf7tkPVDJA,298666
|
1580
1569
|
pulumi_oci/identity/domains_identity_setting.py,sha256=K_LyIf5WB2kAXqXSJ4wH6S334Pgza2l8zRiMyGYO8Ak,122823
|
1581
1570
|
pulumi_oci/identity/domains_kmsi_setting.py,sha256=wnOwC_KsTET9Z5vOE3iCXxs26102KQiqxHLNKrQNbWI,111168
|
1582
|
-
pulumi_oci/identity/domains_my_api_key.py,sha256=
|
1583
|
-
pulumi_oci/identity/domains_my_auth_token.py,sha256=
|
1584
|
-
pulumi_oci/identity/domains_my_customer_secret_key.py,sha256=
|
1585
|
-
pulumi_oci/identity/domains_my_oauth2client_credential.py,sha256
|
1571
|
+
pulumi_oci/identity/domains_my_api_key.py,sha256=tCJsI_UYJ492O9jD6hMHS9RMlakwo48tEYzIp8j8GSI,68457
|
1572
|
+
pulumi_oci/identity/domains_my_auth_token.py,sha256=APJTCin_mUXrTSz0viatHHEPnk81tCDZg5se3y08geI,71381
|
1573
|
+
pulumi_oci/identity/domains_my_customer_secret_key.py,sha256=aiYO_QVeLeyJFEehujl2c0oRaaKbJes4BVtglT6BTHg,76716
|
1574
|
+
pulumi_oci/identity/domains_my_oauth2client_credential.py,sha256=-SQ84EML-UtG75mlr4-utvKjRHFQpKV7qlR9sUwK43k,85267
|
1586
1575
|
pulumi_oci/identity/domains_my_request.py,sha256=kGZONYIjF6HgEnCUGdxvur76EZ8vPifMyRZDTXimUzs,96670
|
1587
|
-
pulumi_oci/identity/domains_my_smtp_credential.py,sha256=
|
1588
|
-
pulumi_oci/identity/domains_my_support_account.py,sha256=
|
1589
|
-
pulumi_oci/identity/domains_my_user_db_credential.py,sha256=
|
1576
|
+
pulumi_oci/identity/domains_my_smtp_credential.py,sha256=FkDVSYV3UaitrNAU9KD38GJrctI7JwUPkzxRYrCkwxg,73859
|
1577
|
+
pulumi_oci/identity/domains_my_support_account.py,sha256=MVR_h76uWEpGcTNOpzZrhHvajIlsJM-TbQoQ1MiAaJw,69391
|
1578
|
+
pulumi_oci/identity/domains_my_user_db_credential.py,sha256=j-GZ18LBofX-z5kS2aoSVSfHhtKVj9J3mtSkgNJi_6c,86443
|
1590
1579
|
pulumi_oci/identity/domains_network_perimeter.py,sha256=XAEl9E_gNEbqLjYzvVMzPMV2pyFvkiHtGrf04QJAql4,89732
|
1591
1580
|
pulumi_oci/identity/domains_notification_setting.py,sha256=wL2KD-ZccqwvJ3TZewTdwVWfnVtmmhZwBuE6RZGYYs4,116112
|
1592
|
-
pulumi_oci/identity/domains_oauth2client_credential.py,sha256=
|
1581
|
+
pulumi_oci/identity/domains_oauth2client_credential.py,sha256=QATsM8M2fFp6DxUy00AEbcXU9BEyfC-0k_snUaP6jhA,101109
|
1593
1582
|
pulumi_oci/identity/domains_oauth_client_certificate.py,sha256=yt5TFrRTlLDYkz1jVqg1ea5tAxdDhbFvzJ_05Ppd2Hk,98365
|
1594
1583
|
pulumi_oci/identity/domains_oauth_partner_certificate.py,sha256=80CPhBWAPAJCOyd91iwqzyDfRP09REX0YV2novzUJHQ,99344
|
1595
1584
|
pulumi_oci/identity/domains_password_policy.py,sha256=TPqwVUZu9W7BDVNWe-VnRvFJLVCI-LRjuuFJZNgfQuA,249751
|
1596
|
-
pulumi_oci/identity/domains_policy.py,sha256=
|
1597
|
-
pulumi_oci/identity/domains_rule.py,sha256=
|
1585
|
+
pulumi_oci/identity/domains_policy.py,sha256=xfN-LyTjFVXiVdBTODHN8F8B4SQEZtIwmAGGNBLWzIg,103413
|
1586
|
+
pulumi_oci/identity/domains_rule.py,sha256=s8MmAQQCoGBLBUFBE7aPH9JZ2QBnb1_N17q57VppJ0c,116035
|
1598
1587
|
pulumi_oci/identity/domains_security_question.py,sha256=P1xwS02lhv2gbHU7f6ZoRboPXmyaGgAVUrB33Osry7Y,90410
|
1599
1588
|
pulumi_oci/identity/domains_security_question_setting.py,sha256=I2kMQO0u3lEZg6YxTUDp2n0S2oI4QjAHdX2OEU5AhKc,98904
|
1600
1589
|
pulumi_oci/identity/domains_self_registration_profile.py,sha256=PApkxoqaj-QGBJaCKfVM_K3rL2TTAsLN6uozGPZ10ak,168845
|
1601
|
-
pulumi_oci/identity/domains_setting.py,sha256=
|
1602
|
-
pulumi_oci/identity/domains_smtp_credential.py,sha256=
|
1603
|
-
pulumi_oci/identity/domains_user.py,sha256=
|
1604
|
-
pulumi_oci/identity/domains_user_db_credential.py,sha256=
|
1590
|
+
pulumi_oci/identity/domains_setting.py,sha256=3S7vMX-aks44Kvv5qE8xISFKp8CW_5SL7Y8VRfkTJ6c,298219
|
1591
|
+
pulumi_oci/identity/domains_smtp_credential.py,sha256=OpAKhaUGDNviHBtoEw15fllgxVl9LIif79VIGwpEGTw,89623
|
1592
|
+
pulumi_oci/identity/domains_user.py,sha256=P54xh88eMA_kbXFTl3RTfshSSYz0VrSjgTEy55zG_a0,290327
|
1593
|
+
pulumi_oci/identity/domains_user_db_credential.py,sha256=Ds7z7yinfG6EsL7zGvuK9swzjsWMf9qAICQJEqzSYgs,102235
|
1605
1594
|
pulumi_oci/identity/dynamic_group.py,sha256=NKPk4VP9ke9SLmIC9_7wenCnb3tDMgtan6USUcr9BH0,30780
|
1606
1595
|
pulumi_oci/identity/get_allowed_domain_license_types.py,sha256=sls27AS_KVirbJC5AAdxfH0YvH2irfaOxoBDsqY8dCo,6626
|
1607
1596
|
pulumi_oci/identity/get_api_keys.py,sha256=sbuLdl5uZVw0xh6_XHCkQEkcnZwStFO136O5tzrK9qk,4773
|
@@ -1755,7 +1744,7 @@ pulumi_oci/identity/identity_provider.py,sha256=ik3onEzpVM_bRBs1W7UFgVJCH_lN_iXu
|
|
1755
1744
|
pulumi_oci/identity/idp_group_mapping.py,sha256=743cX37IZAZrXK1uIA3xxza9_aIG0Oa9l8a_GBxjw7g,19026
|
1756
1745
|
pulumi_oci/identity/import_standard_tags_management.py,sha256=f5KHjLrGN0Fecd2XWZ5_cuiqiOQTr9g-GyfGr_gLfTY,13392
|
1757
1746
|
pulumi_oci/identity/network_source.py,sha256=g_aLlVsh_LRFn2CW9umgrRXQrQ5P8IpM8Mj0aJoRtu4,39233
|
1758
|
-
pulumi_oci/identity/outputs.py,sha256=
|
1747
|
+
pulumi_oci/identity/outputs.py,sha256=thnZkFhbc-LNm7NOV6HvVuGKGM56srtQEpPPcWhUP0s,5410244
|
1759
1748
|
pulumi_oci/identity/policy.py,sha256=RZ4YFF6nVjj1DMo2rUbqxho38KYZLR-CXTZxh_Ap0q4,40265
|
1760
1749
|
pulumi_oci/identity/smtp_credential.py,sha256=d8rz1ltRKlJNLCvG21BprcRjKggXDNUuBkgJaZVXQgQ,18410
|
1761
1750
|
pulumi_oci/identity/tag.py,sha256=uIw_fuH2-8_YiUWy6njaBSudIUDJoxZK5NePtHkHp9E,41027
|
@@ -1768,14 +1757,14 @@ pulumi_oci/identity/user_group_membership.py,sha256=nO0gNTZp8fGGYnjIpBlRQ1QoAz8s
|
|
1768
1757
|
pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRyvoMkvsjIyzo,314
|
1769
1758
|
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=f5H2ccr9fFkm0lpHH9PMJR2y-dTQN1kFtuWrA0cjC90,12982
|
1770
1759
|
pulumi_oci/integration/__init__.py,sha256=iqBDMZyU6TO-gNDI4UKSZ9DjUI7498ckz8guq5zCjjE,483
|
1771
|
-
pulumi_oci/integration/_inputs.py,sha256=
|
1760
|
+
pulumi_oci/integration/_inputs.py,sha256=0PRFy1wr6JalsaQ6bx7JdbBF7WoPMHlfUvL_8yxhrmY,24061
|
1772
1761
|
pulumi_oci/integration/get_integration_instance.py,sha256=4sSIeF3W6bhkSQR7hYjsKVd6h89McGIz21fMzd1J0Ac,19052
|
1773
1762
|
pulumi_oci/integration/get_integration_instances.py,sha256=Fy5WxnRXbsry8IudiJqxFZxsTKdf_1XB3XNp9id15E0,7058
|
1774
1763
|
pulumi_oci/integration/integration_instance.py,sha256=Ph7I2NYKks7Uq1rmsb1Ir-5JnS_sr1pva_wlho_rqKo,71162
|
1775
|
-
pulumi_oci/integration/outputs.py,sha256=
|
1764
|
+
pulumi_oci/integration/outputs.py,sha256=rVxAsWDi2ICt15K3z_iUj6bln2-t1hIDdZeywX00-ZE,67539
|
1776
1765
|
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=KGbQ2rXbQYEceNg7XxfJbaY_bE9UwtQP3tpL5pxeFZI,10039
|
1777
1766
|
pulumi_oci/jms/__init__.py,sha256=mp4toqDFPlXJC2g1ozPYhqyU9Npv-KesDAUz4ny7UM4,2038
|
1778
|
-
pulumi_oci/jms/_inputs.py,sha256=
|
1767
|
+
pulumi_oci/jms/_inputs.py,sha256=ecSPqKRTDNbfzV-9B6HFTqfuDw2im2EnKrvoL-jp-yE,31062
|
1779
1768
|
pulumi_oci/jms/fleet.py,sha256=RravDNGQLslzMwU81ygcJmr9o1g_FjKMxUY1oZKYOyo,46696
|
1780
1769
|
pulumi_oci/jms/get_announcements.py,sha256=YlDB9gPmQa1xV-wGk5wrMkb6gBKlf-hXuAPYa1JF0e8,7006
|
1781
1770
|
pulumi_oci/jms/get_fleet.py,sha256=i4MMG5Zhc3JbJ3kB-oLtH9DbBo9ukEzIEct-R4RVRyg,15565
|
@@ -1814,9 +1803,9 @@ pulumi_oci/jms/get_summarize_resource_inventory.py,sha256=RU5RPM5qYbomIdN8vdTTaU
|
|
1814
1803
|
pulumi_oci/jms/java_downloads_java_download_report.py,sha256=lYvvHxlXyDw8_4mK5cHTm4e8mhE1i-72LsNxWDvx-SU,31873
|
1815
1804
|
pulumi_oci/jms/java_downloads_java_download_token.py,sha256=Gr1k5vxKfZ8hq44DHALt0gbEk-qm0ldKdXQ8Y6hn2jo,43498
|
1816
1805
|
pulumi_oci/jms/java_downloads_java_license_acceptance_record.py,sha256=6qyPW5cBhZoa3VB4rYx6W3y0PlSIaPQn9YRi2-il2QM,28259
|
1817
|
-
pulumi_oci/jms/outputs.py,sha256=
|
1806
|
+
pulumi_oci/jms/outputs.py,sha256=oBoQgRPDeyp_R8v9WHLZ7BkviuZ4s-scEfZYQzixYE0,253217
|
1818
1807
|
pulumi_oci/kms/__init__.py,sha256=FORCQ_KwYzL1Hforp8BeGi5GenxORzJYVl51JzaRyTU,968
|
1819
|
-
pulumi_oci/kms/_inputs.py,sha256=
|
1808
|
+
pulumi_oci/kms/_inputs.py,sha256=lRXyr-_-O_ByTB9cX-d3vx5YBalnupa88b3QLsj0mxQ,41807
|
1820
1809
|
pulumi_oci/kms/ekms_private_endpoint.py,sha256=0-ShnAaGxsHxTz-MMoDg7EMpQGkCwTcBXkxxn9U5HaQ,33194
|
1821
1810
|
pulumi_oci/kms/encrypted_data.py,sha256=6wxqnMyIiwlxbp3dbvPllwlaQdVHa86ANuwUMmJ_G6s,29268
|
1822
1811
|
pulumi_oci/kms/generated_key.py,sha256=n47S5K9mdEbRtzHrsgN2opiMWqIe5FsA2tjpCpEQCDo,29073
|
@@ -1835,7 +1824,7 @@ pulumi_oci/kms/get_vault_usage.py,sha256=im57i6QPF0q2XZOYecnAY3sg74BwQwlJniTLYYL
|
|
1835
1824
|
pulumi_oci/kms/get_vaults.py,sha256=EqdDIsReFyhkSvL2cfCX69LHrdrfFYYyQiaRh2Iiy6Y,5108
|
1836
1825
|
pulumi_oci/kms/key.py,sha256=BbMpQjaK7GckZUMhfeXaCq5uvycflHGx_uA8YX74Eo0,67253
|
1837
1826
|
pulumi_oci/kms/key_version.py,sha256=MdY6a4nhoCOmLu9wyBt_i0ncx0t0hvDNF1erFrWGdsg,33050
|
1838
|
-
pulumi_oci/kms/outputs.py,sha256=
|
1827
|
+
pulumi_oci/kms/outputs.py,sha256=jozm0YmY_xD7gA2tPRWfR-6Bd21rvefUSDzCJeQZ9z8,127239
|
1839
1828
|
pulumi_oci/kms/sign.py,sha256=XV0nWNcm_qbs1JsrM9tIwltTxV2nU8k_7Ux3KKtx_EA,25565
|
1840
1829
|
pulumi_oci/kms/vault.py,sha256=FxvDb2FFLUQNil0DGDt7MyFaeu5R3839Vu-qZPo53m4,51682
|
1841
1830
|
pulumi_oci/kms/vault_verification.py,sha256=WEHu0OkTUuZLK_nUEbTBlYM1YYP_sCqrKqbXcm4fVYA,10038
|
@@ -1866,7 +1855,7 @@ pulumi_oci/limits/get_services.py,sha256=ibYVcHKg46zGxuoHMy482Mf8MwoLlQ0ftNkrLRq
|
|
1866
1855
|
pulumi_oci/limits/outputs.py,sha256=4xzrDTB9kqJN3I3qPzAWee2WjZAhwd7vMZ3oxbx6ZRE,22754
|
1867
1856
|
pulumi_oci/limits/quota.py,sha256=hZrhH9FPlGgGxQzB2ZtX2Ha-7uwepbWhHnCm8mg1dIo,29555
|
1868
1857
|
pulumi_oci/loadbalancer/__init__.py,sha256=MEaFdbTIsnehC12wXAUwvJcOEZM4WCItCZ52hjWqJWA,1231
|
1869
|
-
pulumi_oci/loadbalancer/_inputs.py,sha256=
|
1858
|
+
pulumi_oci/loadbalancer/_inputs.py,sha256=zgbY0dSjolcL9KsUQkKT4JWCHDuCvi8Es-sfbA1CJXE,139904
|
1870
1859
|
pulumi_oci/loadbalancer/backend.py,sha256=Q54YSbDq1KRKsYdt0EN232HQUS7aWTZa1ctq8p-KV_E,35364
|
1871
1860
|
pulumi_oci/loadbalancer/backend_set.py,sha256=wbUIs8hvr1KCCrXDUsSAgeBVgVUQ2awGoFjKA1D1ZG8,64160
|
1872
1861
|
pulumi_oci/loadbalancer/certificate.py,sha256=vnjWLTNnIaQvpeGFVN40IBjxwN61oFgWdmWpevmHYLI,31966
|
@@ -1892,13 +1881,13 @@ pulumi_oci/loadbalancer/get_ssl_cipher_suites.py,sha256=hGDLTuTRJJ795RYM7Y8fYBve
|
|
1892
1881
|
pulumi_oci/loadbalancer/hostname.py,sha256=pJ2uFqd3yvQKZknoZqVpmE0ZocBiu8d5GaMNhXo62lM,14651
|
1893
1882
|
pulumi_oci/loadbalancer/listener.py,sha256=XTEOCYEnW20W_KBllmGQrnZs-wtgG-PUG3_K5IBsKuI,41617
|
1894
1883
|
pulumi_oci/loadbalancer/load_balancer.py,sha256=R4-s7EadOoJ62pORjilvMAmlqqhWgAnpSmSLqFpDXtY,73103
|
1895
|
-
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=
|
1896
|
-
pulumi_oci/loadbalancer/outputs.py,sha256=
|
1884
|
+
pulumi_oci/loadbalancer/load_balancer_routing_policy.py,sha256=JfDGYCXItLKcbcLDxE76p-5FOdf-xYLs3hU6PX2bBBs,19434
|
1885
|
+
pulumi_oci/loadbalancer/outputs.py,sha256=2dmHXNElYaEAfJRvYuoDVeJIGWMLgdgm3IQdkKutuq4,264189
|
1897
1886
|
pulumi_oci/loadbalancer/path_route_set.py,sha256=raq1HEOJ03xhUIDtK6pTZSkBkZizwBSGCDplhRcguEY,14909
|
1898
1887
|
pulumi_oci/loadbalancer/rule_set.py,sha256=oQmuSBhLiM2F419trBuAt1SLLjjWI3vNqH4QxaTmW2w,19272
|
1899
1888
|
pulumi_oci/loadbalancer/ssl_cipher_suite.py,sha256=TB7iW-BpEd9sM2k78vUdESKrerdeN-UkVZK8mK8krW8,18984
|
1900
1889
|
pulumi_oci/loganalytics/__init__.py,sha256=i6Iw8rHB0By3JmTEm29LRUWQWRtyBdcf1PE8aCo6zMo,2184
|
1901
|
-
pulumi_oci/loganalytics/_inputs.py,sha256=
|
1890
|
+
pulumi_oci/loganalytics/_inputs.py,sha256=ErWlUSE7hjz_i3m6BHWjbNmAsaNLykacQ57TlQ98C1Y,50705
|
1902
1891
|
pulumi_oci/loganalytics/get_log_analytics_categories_list.py,sha256=dzc9FMG56OQWnKFofMgJ0UI77NjPEHQx4-bqapEBtwA,7937
|
1903
1892
|
pulumi_oci/loganalytics/get_log_analytics_category.py,sha256=-xFCoIj0Hg5It95QYYPfXdVvFlN-T7Bf6zVckmWvi3w,6377
|
1904
1893
|
pulumi_oci/loganalytics/get_log_analytics_entities.py,sha256=rcS-5kb4zsWPEXbbc_E_FxT_9-kvnQ6gIvs9S7Qm1mY,19727
|
@@ -1939,9 +1928,9 @@ pulumi_oci/loganalytics/namespace.py,sha256=x37hFqLqaVeIOsXq9JbbZqzggtQNoXjHJNwC
|
|
1939
1928
|
pulumi_oci/loganalytics/namespace_ingest_time_rule.py,sha256=20idZeWo01Wz_tOwGYqk2WP8fWwkqAkMpM-rMwjvN28,36259
|
1940
1929
|
pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py,sha256=1W1JvQqmhuY30-CgpTd9DPeP87eJqlGhzrjLN3Id9NE,13850
|
1941
1930
|
pulumi_oci/loganalytics/namespace_scheduled_task.py,sha256=xF_uDmUrjjswfXdtUW6zC5pGXXZoIIi6X0aSJ2gZ9Qc,39299
|
1942
|
-
pulumi_oci/loganalytics/outputs.py,sha256=
|
1931
|
+
pulumi_oci/loganalytics/outputs.py,sha256=wQd6fRJju0mIlu_GL4V5yhvxaGEY3fUARjC7sfH7LJ4,171459
|
1943
1932
|
pulumi_oci/logging/__init__.py,sha256=Lzrjx_8ufVDmjgbkpTQHnipgODYc4a8FY6KtTXl5qRU,708
|
1944
|
-
pulumi_oci/logging/_inputs.py,sha256=
|
1933
|
+
pulumi_oci/logging/_inputs.py,sha256=v8xGr3VRb4IJDj-0SIeYpE0A6FdPpd3NYNsgWqHhkPI,168219
|
1945
1934
|
pulumi_oci/logging/get_log.py,sha256=D0BmM06ANfEwKPbICfHUHahyrRGWcARQbtQSxRxLVD8,10837
|
1946
1935
|
pulumi_oci/logging/get_log_group.py,sha256=IK183hQC6esw6crOCM61S7cHV96aWWUg6ZK_zGpshPo,7995
|
1947
1936
|
pulumi_oci/logging/get_log_groups.py,sha256=SC6yXWFr-uBciErgkBqSi4Axxqe983qtoxjWYQboGLE,7106
|
@@ -1953,10 +1942,10 @@ pulumi_oci/logging/get_unified_agent_configurations.py,sha256=EnVSk17ypy_oX57Uhn
|
|
1953
1942
|
pulumi_oci/logging/log.py,sha256=n97alBDmSEgeN6_bncqLBlLu3RTWyQ-G2X8bzmFXK1s,34725
|
1954
1943
|
pulumi_oci/logging/log_group.py,sha256=HIJCUYL54NgVEk14iAYlpUOemy5UyczY9eHBodk1pB4,24623
|
1955
1944
|
pulumi_oci/logging/log_saved_search.py,sha256=hEIxiSTAwU1Qvd_-Ax0fLsd_zrUx9dWWINKIc1TiaH4,26091
|
1956
|
-
pulumi_oci/logging/outputs.py,sha256=
|
1945
|
+
pulumi_oci/logging/outputs.py,sha256=GZmbRChQBDg444nT6uwmtyNeozBQsazaEPdoquuL_YQ,282774
|
1957
1946
|
pulumi_oci/logging/unified_agent_configuration.py,sha256=clUdesJWYIDzKuaj4qkS11HzoJ9fZVRvgQJVv0aKA6E,32138
|
1958
1947
|
pulumi_oci/managementagent/__init__.py,sha256=bpFmeztqSBwuPQZDXXW0deLSXXdocRC6M6YH1JRvpc4,998
|
1959
|
-
pulumi_oci/managementagent/_inputs.py,sha256=
|
1948
|
+
pulumi_oci/managementagent/_inputs.py,sha256=p-WByd3ojwEjvXISCMwoP8D1jXPD54qhS8ZLxwqEgAU,28474
|
1960
1949
|
pulumi_oci/managementagent/get_management_agent.py,sha256=BaYqb1C9hhXH8PnAlWNRO-88lq614zrBrullMcnSitc,20507
|
1961
1950
|
pulumi_oci/managementagent/get_management_agent_available_histories.py,sha256=1mBfTXC1ssZdGlnkvNCg75q7MSUK-kU5IOQHA28v1iI,9952
|
1962
1951
|
pulumi_oci/managementagent/get_management_agent_count.py,sha256=bJSN983dE6VIYAr8frD7YLudHHa-U9GHCsYyzoXaQy0,7991
|
@@ -1972,12 +1961,12 @@ pulumi_oci/managementagent/get_management_agents.py,sha256=AyzuJUXjh0kDUZdJbqD9H
|
|
1972
1961
|
pulumi_oci/managementagent/management_agent.py,sha256=VHj1lqvHnIIgn0DS2qGe_2dcBdvnfybro_JBDM0TVKQ,46694
|
1973
1962
|
pulumi_oci/managementagent/management_agent_data_source.py,sha256=aLa2rDA0MGYQAzrtaUs5GCKkFwGldw8-MO5uHI9ZqLE,49967
|
1974
1963
|
pulumi_oci/managementagent/management_agent_install_key.py,sha256=UHjbja03w0OXt-NTM1MWzFEW5y_Cf2Q9Zm222xz6R38,26818
|
1975
|
-
pulumi_oci/managementagent/outputs.py,sha256=
|
1964
|
+
pulumi_oci/managementagent/outputs.py,sha256=w233NU7uelHq3zCCTl_5m03UrKF_nMUNO0wwtd4pYac,91831
|
1976
1965
|
pulumi_oci/managementdashboard/__init__.py,sha256=Ohu8GPc8iwS8GcB2YP3XDMI1V5g1yxIDlCOFPh7rZqg,361
|
1977
1966
|
pulumi_oci/managementdashboard/get_management_dashboards_export.py,sha256=fYnQDHOoPr13DkwvqgMuAuOOUnv0eATQ1S5Kt_5XZI4,5938
|
1978
1967
|
pulumi_oci/managementdashboard/management_dashboards_import.py,sha256=-3XTlN_3E6OME2Fr4ocuB9R9P9HukMD_N2XLY6aGLM0,12455
|
1979
1968
|
pulumi_oci/marketplace/__init__.py,sha256=e7acusMiMBQ-_OxyCqTHz2n7CICxOtZoZxGilHKKAW4,900
|
1980
|
-
pulumi_oci/marketplace/_inputs.py,sha256=
|
1969
|
+
pulumi_oci/marketplace/_inputs.py,sha256=_JKUcK_7d2nDCW6X_pQnGNytEUaMRkd2ggs5jKw_gKM,21903
|
1981
1970
|
pulumi_oci/marketplace/accepted_agreement.py,sha256=ablfPLploN3ZhGNsdSh1sfW8dMuLA9MwkRA_W520D4U,30149
|
1982
1971
|
pulumi_oci/marketplace/get_accepted_agreement.py,sha256=zsy5r3cxyLZNP2BCh_h2UOl84f1u8RXGZ4LjaAZ_FP8,9206
|
1983
1972
|
pulumi_oci/marketplace/get_accepted_agreements.py,sha256=1UjLp-wqNx0iBaa7_wStp2-VX8FONCyBZ7WVQgXN_jY,9476
|
@@ -1994,10 +1983,10 @@ pulumi_oci/marketplace/get_publication_packages.py,sha256=vaoLsFZxdDzGTeBxneDY2p
|
|
1994
1983
|
pulumi_oci/marketplace/get_publications.py,sha256=SoNFztgTNvuwZn9a6ODQxDulSL16I2cJ0doweoxMgWg,8594
|
1995
1984
|
pulumi_oci/marketplace/get_publishers.py,sha256=D8pvGQtD5vahZqR5xr8Ag5dH8jWdCnFJdJLsFZLZ1Vw,5546
|
1996
1985
|
pulumi_oci/marketplace/listing_package_agreement.py,sha256=OC04Osqzp7vBh-_88IdtFHMkqiOv0I-2hp9XbtAWWnA,18510
|
1997
|
-
pulumi_oci/marketplace/outputs.py,sha256=
|
1998
|
-
pulumi_oci/marketplace/publication.py,sha256=
|
1986
|
+
pulumi_oci/marketplace/outputs.py,sha256=0Ao1lNmccxPtW3LGC3QjMDYNmlyvE8kMG8w4rhW3uGk,107504
|
1987
|
+
pulumi_oci/marketplace/publication.py,sha256=zuuIrgaaRkIEqfzD3fW6vEszFiIL69WfjPvXfIkCFmE,46560
|
1999
1988
|
pulumi_oci/mediaservices/__init__.py,sha256=j74h2rwmO6yXKwlB8eNW80hHAqZVb64R9p3hgcapUks,1369
|
2000
|
-
pulumi_oci/mediaservices/_inputs.py,sha256=
|
1989
|
+
pulumi_oci/mediaservices/_inputs.py,sha256=FoY_nNe0au2O2Jb2ET3yTJ-GFLIlKpxD4RNxJAbomYA,61535
|
2001
1990
|
pulumi_oci/mediaservices/get_media_asset.py,sha256=l6W7Bkjy3SLTMrC1ggF12tYFYYGkdzWmbVbOlHaFMKc,17319
|
2002
1991
|
pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py,sha256=meisdzjcVF_gjDZcR-_aupca0Vi30zifVFTVmp4Lkk0,9413
|
2003
1992
|
pulumi_oci/mediaservices/get_media_assets.py,sha256=9c06vGS1oZvq3OeDbgX4jhtzhPvSRsnstD8FWmS9jBQ,16954
|
@@ -2017,16 +2006,16 @@ pulumi_oci/mediaservices/get_stream_distribution_channels.py,sha256=YNsTGgXYcxxU
|
|
2017
2006
|
pulumi_oci/mediaservices/get_stream_packaging_config.py,sha256=lNL6AobwgjAhC3DLHB9TjejJvgG7LFRZ0desBJ7ibxc,12342
|
2018
2007
|
pulumi_oci/mediaservices/get_stream_packaging_configs.py,sha256=hWBFVTQ3gjqaZbsPJUGK08obf6PTjMP8JmwcQxv4kiM,9009
|
2019
2008
|
pulumi_oci/mediaservices/get_system_media_workflow.py,sha256=nOTS0pRWaIgFUJ1cpkZAEYeZZK2Mt56TN8cjAYKcK2s,5223
|
2020
|
-
pulumi_oci/mediaservices/media_asset.py,sha256=
|
2021
|
-
pulumi_oci/mediaservices/media_workflow.py,sha256=
|
2022
|
-
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=
|
2023
|
-
pulumi_oci/mediaservices/media_workflow_job.py,sha256=
|
2024
|
-
pulumi_oci/mediaservices/outputs.py,sha256=
|
2025
|
-
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=
|
2026
|
-
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=
|
2027
|
-
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=
|
2009
|
+
pulumi_oci/mediaservices/media_asset.py,sha256=XYcXl3as2JxgGYsWmDrK9SvBFSRMCNNNDrAS7pv9T-c,57256
|
2010
|
+
pulumi_oci/mediaservices/media_workflow.py,sha256=xQPgdu_L6lfv8XkefhnjR0YN6FQpIi58CU4e8zPQFmk,41571
|
2011
|
+
pulumi_oci/mediaservices/media_workflow_configuration.py,sha256=KHf-HN2ObaOKWAkpg6GF_LthXDBGmcLFIVsk9jJtfTk,33191
|
2012
|
+
pulumi_oci/mediaservices/media_workflow_job.py,sha256=Prz7WfyszqJ5qTlNHr13de3qoss9BJGjJnpexgfuAEw,50579
|
2013
|
+
pulumi_oci/mediaservices/outputs.py,sha256=uq1hQ45QuLHeAMqMzDIUpOyj2eZycdqIFbx1stBM47s,198828
|
2014
|
+
pulumi_oci/mediaservices/stream_cdn_config.py,sha256=ppIJpTl7ayOUz2kDhVQrR926MmfXHHmu2Pq4NKsFW8s,35192
|
2015
|
+
pulumi_oci/mediaservices/stream_distribution_channel.py,sha256=guGDqH8p2w1Xm36FEWMbytml_6g7y2GMJs5N8mbDwss,27168
|
2016
|
+
pulumi_oci/mediaservices/stream_packaging_config.py,sha256=83dhOW0i8Nd4woqnaGnxaZrdPWL84EwQ-Kn2x9hpLSk,37129
|
2028
2017
|
pulumi_oci/meteringcomputation/__init__.py,sha256=5NXcizl3_GVPujB3HrJ6JuJMgUev8xZ6w7N2bTyUSLw,1162
|
2029
|
-
pulumi_oci/meteringcomputation/_inputs.py,sha256=
|
2018
|
+
pulumi_oci/meteringcomputation/_inputs.py,sha256=I6oxPgCBUoyKtsGzJogjg4Ay5X5Io-IlL8ByQieAneQ,101628
|
2030
2019
|
pulumi_oci/meteringcomputation/custom_table.py,sha256=eFovNKI8ZTJ-ZGG-7dDRZ6t0x73huxsJWd6Lmp0h01E,14977
|
2031
2020
|
pulumi_oci/meteringcomputation/get_average_carbon_emission.py,sha256=pYvgpT7BTKZ-Omyw8Nj3Z2nn9eyzsKVUi17jUa2UVpo,4452
|
2032
2021
|
pulumi_oci/meteringcomputation/get_clean_energy_usage.py,sha256=rdlMtqsOt9JZ_p7hNT-l48fiejSnKuDuJRFT4zo4tzk,3779
|
@@ -2044,18 +2033,18 @@ pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py,sha256=Nkkv
|
|
2044
2033
|
pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py,sha256=D9i76eIBfFTPDWXXjc6cwfCYu8Ogvjn4IuZqYyz2Glo,5444
|
2045
2034
|
pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py,sha256=eDYnNPTP-Zj-vUzvf8xp0BApP4SX8MrxWUQSBdfXEuM,7399
|
2046
2035
|
pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py,sha256=JAv260EmNO7S_b3OM9XpldVb9C_RdL2fY_ARCibwW44,6896
|
2047
|
-
pulumi_oci/meteringcomputation/outputs.py,sha256=
|
2036
|
+
pulumi_oci/meteringcomputation/outputs.py,sha256=uSHTVC_YhhXf_XFkUSZvA_cQ1LJkqwF_4IrGlQ6KkKs,188731
|
2048
2037
|
pulumi_oci/meteringcomputation/query.py,sha256=DDg_F_ojrOU71-HeqQHMZgaoSTV8qznO3wnHDEuwTy0,13733
|
2049
2038
|
pulumi_oci/meteringcomputation/schedule.py,sha256=0GvL7tu85WO9RW7Ph3olbDa50aO_4z3kEaqdsX5d_6w,44736
|
2050
2039
|
pulumi_oci/meteringcomputation/usage.py,sha256=WEOadAzDcNVuHnirdYAV2cLlMe3h7Y8sXrvOVOgm21g,36833
|
2051
2040
|
pulumi_oci/meteringcomputation/usage_carbon_emission.py,sha256=EFGWMLvVHcFvPPmF5poh5WFaxYb6mv2T68Oekozu40g,30444
|
2052
2041
|
pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py,sha256=A0pmQLEexgSIcTLoMP4sBDl3z_sfyDQr9KhV2Q4BeuM,14515
|
2053
|
-
pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py,sha256=
|
2042
|
+
pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py,sha256=IhhlSo0Xc0NsQdPTAdkUKHahds3GVkfZ9cJV78D9i8Y,18908
|
2054
2043
|
pulumi_oci/monitoring/__init__.py,sha256=pxwgZhWmpTpbldRtkppXsIZ4Xm_FNNHvlIjr1jYMcl4,630
|
2055
|
-
pulumi_oci/monitoring/_inputs.py,sha256=
|
2056
|
-
pulumi_oci/monitoring/alarm.py,sha256=
|
2044
|
+
pulumi_oci/monitoring/_inputs.py,sha256=T68GHXDiLhCTGJxlfaaRT4YW_RdQ8y4zVQueTRO8dLw,19957
|
2045
|
+
pulumi_oci/monitoring/alarm.py,sha256=h5GL92YyidhNKh6K-uKaCU3w7netYp5ltgkRRRoNCaE,103634
|
2057
2046
|
pulumi_oci/monitoring/alarm_suppression.py,sha256=2iwUxNLfcsR0tW8vGNmB9nw6L6AoxBzpQt95RbnSLts,42364
|
2058
|
-
pulumi_oci/monitoring/get_alarm.py,sha256
|
2047
|
+
pulumi_oci/monitoring/get_alarm.py,sha256=cYbeUDURHwjdAmxc8FBHdfQZuhVTrm8ADNnWFMhNeg8,22995
|
2059
2048
|
pulumi_oci/monitoring/get_alarm_history_collection.py,sha256=f1ncDO-JcLXwc9NxwBuXHSBvs86QRE6YqJ9CzNbh4qM,10729
|
2060
2049
|
pulumi_oci/monitoring/get_alarm_statuses.py,sha256=rN5ERW2QqFs67gZzDK41kjzisHEXooZ1KQytOT4DAtk,15638
|
2061
2050
|
pulumi_oci/monitoring/get_alarm_suppression.py,sha256=bNUD4abwkfyPFvq0qPEovhKv2ao7EGLi_2M03BCJGLM,12570
|
@@ -2063,9 +2052,9 @@ pulumi_oci/monitoring/get_alarm_suppressions.py,sha256=KPCuQDMEbKQGPthRCkBBQwPyZ
|
|
2063
2052
|
pulumi_oci/monitoring/get_alarms.py,sha256=sCVM-x4oa-OSufB-w9EikIpEwYz4VP292RG8YpF9FsA,10429
|
2064
2053
|
pulumi_oci/monitoring/get_metric_data.py,sha256=J18neaIluPVWP4-8IaCoQ3e6cwVCcFdUAO8dmYyrU_o,19579
|
2065
2054
|
pulumi_oci/monitoring/get_metrics.py,sha256=vZ_Xm0Sf4QsTFlUj_MBnqmMqZFCco6TP-8U0n7H9eoM,15105
|
2066
|
-
pulumi_oci/monitoring/outputs.py,sha256=
|
2055
|
+
pulumi_oci/monitoring/outputs.py,sha256=Vj8m14weEQYGfN8CtG7Iq3ZDGxVMkQul_nPNWXqUC3E,95483
|
2067
2056
|
pulumi_oci/mysql/__init__.py,sha256=NePAVofUEJFnzHsogn-BAX3FEUTLAqx3umifZgO-SUs,908
|
2068
|
-
pulumi_oci/mysql/_inputs.py,sha256
|
2057
|
+
pulumi_oci/mysql/_inputs.py,sha256=6gQtBEh59yaOc00jIAS_8ghLVwEWW8cbrs29DT-NR1M,235800
|
2069
2058
|
pulumi_oci/mysql/channel.py,sha256=61VkJrZu0XH15ftoHRaVitGFpqgYB6lgebVOobqyZkg,28772
|
2070
2059
|
pulumi_oci/mysql/get_channel.py,sha256=DLc-XJz0AQeg6hQulj8v1bx9h8yaKHXVGbSeBz35Mos,10183
|
2071
2060
|
pulumi_oci/mysql/get_channels.py,sha256=aufq1qFUQFQ3Rflmu7Spbn61QExvuxt_Z_YNCBbEkd0,9312
|
@@ -2084,8 +2073,8 @@ pulumi_oci/mysql/heat_wave_cluster.py,sha256=_VNWlGg27YKnOltKgtZZc46yaIaSyv42XfR
|
|
2084
2073
|
pulumi_oci/mysql/mysql_backup.py,sha256=fpCjdJVo8KzvLBhae8_mh1frGMSWPajYMC3V29SDets,37705
|
2085
2074
|
pulumi_oci/mysql/mysql_configuration.py,sha256=tAe0ZaThbi9N547F0WyVjG_mCZks8nGmH1xxuswPwiw,48941
|
2086
2075
|
pulumi_oci/mysql/mysql_db_system.py,sha256=uIJkUz4C-wEc8HV6e0tWUbgDTcJM45liSI1IEwtRTg0,109987
|
2087
|
-
pulumi_oci/mysql/outputs.py,sha256=
|
2088
|
-
pulumi_oci/mysql/replica.py,sha256=
|
2076
|
+
pulumi_oci/mysql/outputs.py,sha256=kZj7DFOOCKgceABIeCpA9N9AnPGmDQzsA8y96Z5nFlU,547591
|
2077
|
+
pulumi_oci/mysql/replica.py,sha256=3KcpBqJxm56-HjF3In2k6fRIQJEamfy7N1OHy6XdBeo,46607
|
2089
2078
|
pulumi_oci/networkfirewall/__init__.py,sha256=EcAch1-D7O2jnJYeAoYb5pVhnI8EMpB5TcT7oKJpgfI,2214
|
2090
2079
|
pulumi_oci/networkfirewall/_inputs.py,sha256=CrvvTDNwg3V4kUVbPXz38pOkpdSiFeFEJNqKa6Wmrjs,28010
|
2091
2080
|
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=5eTzMYDQALRl_hCY1wgKbNirMmHQwCbW8SrSPckgBzg,13847
|
@@ -2101,7 +2090,7 @@ pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py,sha
|
|
2101
2090
|
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py,sha256=n8eU2UPXGF0kZgh6WMgCBVPoPGz4BhcQOjCFoQ1L7lU,7402
|
2102
2091
|
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py,sha256=Y6eJLtC4orEb21HxP97GQXqwPozBxAdhQDp08-swpz0,8554
|
2103
2092
|
pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py,sha256=ACKTWrB_QJQhVVmORWUyF9nt37NaEsSjZkDn441GeDA,8721
|
2104
|
-
pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py,sha256=
|
2093
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py,sha256=WPwSAkGO56lkID4dW0E3Tg2eC_sD5RriTBhWDfjUt8E,7023
|
2105
2094
|
pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py,sha256=rqtV2GwyRo5cN0ElyLt4jxx1748NYPFXRmunQNjhM_c,6291
|
2106
2095
|
pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py,sha256=JLrRMZErIHaSksOlfR2cFOsVXMB5lZF9GDXkr3i3G0g,8429
|
2107
2096
|
pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py,sha256=cGPpu99R7prOvDwJj2L_Nd-BXsYTEZr3DAUnQTB_1h0,8557
|
@@ -2119,14 +2108,14 @@ pulumi_oci/networkfirewall/network_firewall_policy_application.py,sha256=YUVRWCG
|
|
2119
2108
|
pulumi_oci/networkfirewall/network_firewall_policy_application_group.py,sha256=w7v49Lw3ujLgxzdXKfrpq5AQhTOFyQf0i1U6IEYPkyc,17267
|
2120
2109
|
pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py,sha256=TYv64ysKErpMRuByIvt33azgS54dAmKdDIEXXO1RDHE,45261
|
2121
2110
|
pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py,sha256=5aD1dsdqBb4SR8cuX3QS9JhO3NkRQ0uGRnv7u7I5yf4,26629
|
2122
|
-
pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py,sha256=
|
2111
|
+
pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py,sha256=d8KfkR-Qr44MY-DV-eJDluzt8fip2SujAc-p95H5x6g,21901
|
2123
2112
|
pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py,sha256=IyER95_MmH6BpiVgYgPlRL76YlBWTbZVMMlls2mCF00,31069
|
2124
2113
|
pulumi_oci/networkfirewall/network_firewall_policy_service.py,sha256=-SjJFipTv1zKLCZVnHJu98I0HNJ4XimRdydHYTwqTWM,18020
|
2125
2114
|
pulumi_oci/networkfirewall/network_firewall_policy_service_list.py,sha256=mjo-4F0qnABNwNw71_GBiYQcqa4ABJ7TUQk-EM5bEGg,17096
|
2126
2115
|
pulumi_oci/networkfirewall/network_firewall_policy_url_list.py,sha256=hBaGKaBZQ8q5U-wXPeXqTvZEtRAxu9vuiXIFg8svPhg,15550
|
2127
|
-
pulumi_oci/networkfirewall/outputs.py,sha256=
|
2116
|
+
pulumi_oci/networkfirewall/outputs.py,sha256=DmKd3qesmhQUKv0pzbJSVUB5mtG1T5gLSGKEi5TUM3I,102466
|
2128
2117
|
pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
|
2129
|
-
pulumi_oci/networkloadbalancer/_inputs.py,sha256=
|
2118
|
+
pulumi_oci/networkloadbalancer/_inputs.py,sha256=COHdjhzBuLidhHwesIM0lnH45hF95kFUKNGEq8qxrrs,55523
|
2130
2119
|
pulumi_oci/networkloadbalancer/backend.py,sha256=Uu7trbRmJjDgEF7K6sAAdW0QVhAw-FRyo3v83kiAQak,34924
|
2131
2120
|
pulumi_oci/networkloadbalancer/backend_set.py,sha256=ynepa-93u24F7lzY4Kxpgc7qJ_VoTvJYd--fPGguO_o,36032
|
2132
2121
|
pulumi_oci/networkloadbalancer/get_backend_health.py,sha256=vGLqOMzlJKDpBQe597uHq9fbzA3Ln7HlWQx_1DX1Am0,8471
|
@@ -2144,19 +2133,19 @@ pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py,sha256=Be
|
|
2144
2133
|
pulumi_oci/networkloadbalancer/listener.py,sha256=z-kQsn9poh4bbMG5ql6vH6EepvtaMQqqsrbZQxaj4ck,25759
|
2145
2134
|
pulumi_oci/networkloadbalancer/network_load_balancer.py,sha256=ewPrEdNKMkCPxI5nIA0n_a2d7n74obMUZVFcENO1Kq0,66114
|
2146
2135
|
pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py,sha256=9Uwu-YX8VOKtDfT4Qisjg2yqgJrg-fASFlrUvwm17uQ,42014
|
2147
|
-
pulumi_oci/networkloadbalancer/outputs.py,sha256=
|
2136
|
+
pulumi_oci/networkloadbalancer/outputs.py,sha256=3FrUA0Z3-9owP9Hy8LNi5c03CRt1r3MI1wCY6Gbuu7M,117802
|
2148
2137
|
pulumi_oci/nosql/__init__.py,sha256=-ek2jAAWYNxuP3L92fUIFWteYxUOBDcs1fLMbUC_Eug,488
|
2149
|
-
pulumi_oci/nosql/_inputs.py,sha256=
|
2138
|
+
pulumi_oci/nosql/_inputs.py,sha256=UGERTjYw4FJw8rYdKn8QwAjnHvJlrIr5bfW7AwgZGEQ,21829
|
2150
2139
|
pulumi_oci/nosql/get_index.py,sha256=h1P8050whb-z0v2rl-_LCrZlxatdGijtGrHfEz_MqmQ,8495
|
2151
2140
|
pulumi_oci/nosql/get_indexes.py,sha256=29yDhkeAgZmDMkPZ83VbhG5PXts_QIAFN-EdSqSWUDU,7276
|
2152
2141
|
pulumi_oci/nosql/get_table.py,sha256=JRTVgWcLZI_BaK-x6YvSvWKvj_1BrbnLvNxlcLhsE7g,14761
|
2153
2142
|
pulumi_oci/nosql/get_tables.py,sha256=7UTLJuwGajlV3As5W6KnmuX_jZsnDVUsq1RxPssZhjM,6059
|
2154
2143
|
pulumi_oci/nosql/index.py,sha256=vh1mRftEh5779i20e7q05keVJBoZp0GsRRgFNwhnVj4,23595
|
2155
|
-
pulumi_oci/nosql/outputs.py,sha256=
|
2144
|
+
pulumi_oci/nosql/outputs.py,sha256=3-S7Z5c3cRtQLG0lEK4EO4u8Rn2Bxb5rF2NBYt_5C_s,55247
|
2156
2145
|
pulumi_oci/nosql/table.py,sha256=gwZIc4XKkMYA7IdRo7Q-hEUq1IyFd52WT0M8mndstUI,39668
|
2157
2146
|
pulumi_oci/nosql/table_replica.py,sha256=W6vmiyCm366UThi-E4GJBHeGUDtYm5sSxG5TzR_LYa4,19893
|
2158
2147
|
pulumi_oci/objectstorage/__init__.py,sha256=EEsdyaVb8x_xCSg4Dw0PZO2NnVnq36q4dX4x8ngaJ1U,980
|
2159
|
-
pulumi_oci/objectstorage/_inputs.py,sha256=
|
2148
|
+
pulumi_oci/objectstorage/_inputs.py,sha256=WWVp9m114pCyIjZT4pBNUUTV1yl9DCgp8J2yHM3Iu28,35347
|
2160
2149
|
pulumi_oci/objectstorage/bucket.py,sha256=lTMz4qrpT-39zij_XMOYLToG1rZkdF_nNX3XrwJvowI,68556
|
2161
2150
|
pulumi_oci/objectstorage/get_bucket.py,sha256=twSxBAVyt4Ra_SNNd98O6g0GEVBfPjNCMhasQckX77w,18214
|
2162
2151
|
pulumi_oci/objectstorage/get_bucket_summaries.py,sha256=ZJ5oxquOiQRzyW_EVN9_3nE3DhhdEC1JJmbWpjHv18c,7124
|
@@ -2174,7 +2163,7 @@ pulumi_oci/objectstorage/get_replication_policy.py,sha256=TnYg-vQ1vhWVzrbEWKqv4o
|
|
2174
2163
|
pulumi_oci/objectstorage/get_replication_sources.py,sha256=w6epkqAGeryW8YApbWNiHK3ysHSMztNjkGm8sf4-pso,5763
|
2175
2164
|
pulumi_oci/objectstorage/namespace_metadata.py,sha256=LP1wKOQ_D0WXyHdPVciNQXEMIQjSp0QnL_Oa6aOWC38,8842
|
2176
2165
|
pulumi_oci/objectstorage/object_lifecycle_policy.py,sha256=a4eWR6bpHHj_Tcu9nWA3-UtSIIbyrbxQPa7TDioCHOY,15381
|
2177
|
-
pulumi_oci/objectstorage/outputs.py,sha256=
|
2166
|
+
pulumi_oci/objectstorage/outputs.py,sha256=LkjYVKYrChici0W_6QesM_AJDmO3MihXci34kZxtGXs,85161
|
2178
2167
|
pulumi_oci/objectstorage/preauthrequest.py,sha256=S5sLPOKuMMuYPrbFfwvBbrC21cfwB5sn1Gi7SoBY8_c,40483
|
2179
2168
|
pulumi_oci/objectstorage/replication_policy.py,sha256=Bcq9bRFfk1HDnSONKPA2sH6ceQKa7zSz_tAV2bdKAzg,28044
|
2180
2169
|
pulumi_oci/objectstorage/storage_object.py,sha256=kYDx4abkeZ5rYE7Dx9W-QCenVstxyYHQryAL9FHsTGE,65739
|
@@ -2185,22 +2174,22 @@ pulumi_oci/oce/get_oce_instances.py,sha256=ojq0PU2QbXMgrXFn7jQLHg7c1Lws0tDGjRHhb
|
|
2185
2174
|
pulumi_oci/oce/instance.py,sha256=DXoqOAPQChx6IRXGx7-pyYOWCkvjzIup0GKhRxxzih4,57973
|
2186
2175
|
pulumi_oci/oce/outputs.py,sha256=nTi8QFPbWqWgpoqAJ7AX58ZQBitM_MR8CEJWzCeb7BI,12939
|
2187
2176
|
pulumi_oci/ocvp/__init__.py,sha256=7JzLPH9ZrUF0Ik8FMWlY4nN_DXF7fN2WMM70ixcY1bM,752
|
2188
|
-
pulumi_oci/ocvp/_inputs.py,sha256=
|
2177
|
+
pulumi_oci/ocvp/_inputs.py,sha256=Qda6kWkwhVADG1RKKmi9T744wEpfdQoZDqgiBaoX-Hw,75452
|
2189
2178
|
pulumi_oci/ocvp/cluster.py,sha256=dVRKPTN05zQzWRbA8Y9Jy5fsW8tiV42FI8Cu7RZ1RJU,81337
|
2190
2179
|
pulumi_oci/ocvp/esxi_host.py,sha256=Lz8emyMuf3LGL1Bg-0-Aa8_uUiDMZPdhXcZwsql4Zqo,95176
|
2191
2180
|
pulumi_oci/ocvp/get_cluster.py,sha256=wBEZo19pw5fZB2q2-N4kXXp35wV57YXrQz4G7scCUWw,20876
|
2192
2181
|
pulumi_oci/ocvp/get_clusters.py,sha256=OpndPKE77G_KQYj7fC1qPAOEw28U7ULpnAurKh2q9h4,7969
|
2193
2182
|
pulumi_oci/ocvp/get_exsi_host.py,sha256=PaucYSrEqhIdUTrTM6yVdVUs2inP2uHqrIOxw6cJrwI,26815
|
2194
2183
|
pulumi_oci/ocvp/get_exsi_hosts.py,sha256=Tz3yeRuBijMeQRDwtdNZzvTcH6U1P39PmJK2CczGeqM,13881
|
2195
|
-
pulumi_oci/ocvp/get_retrieve_password.py,sha256=
|
2184
|
+
pulumi_oci/ocvp/get_retrieve_password.py,sha256=ZNVshfNN187lrTnVmQ26n1IpINprgjqZLHwYbAk6wNQ,4469
|
2196
2185
|
pulumi_oci/ocvp/get_sddc.py,sha256=1ir1sUCv0wA78AtSJeyGwFLcG0QqV9em3JKBE4H7JG8,59897
|
2197
2186
|
pulumi_oci/ocvp/get_sddcs.py,sha256=-T5NY0KViPkjbYIgzu-XIDxZAQCdt1mGAPSIbztIxHU,8336
|
2198
2187
|
pulumi_oci/ocvp/get_supported_commitments.py,sha256=lVRawEDuSdzLeUbCa6cRzczKGKvIZPhV2bmX-dNa4to,5975
|
2199
2188
|
pulumi_oci/ocvp/get_supported_host_shapes.py,sha256=A5MUI0h3VquHrJVbIjANwP8kOKHkGffrt8uc19YYUhE,9641
|
2200
2189
|
pulumi_oci/ocvp/get_supported_skus.py,sha256=3mbiTv69t8G3riWajzrgYsRcVoh0IAfpMH9zmmUUECk,5972
|
2201
2190
|
pulumi_oci/ocvp/get_supported_vmware_software_versions.py,sha256=bdkBaD0hva1NAVo4v-sF9nrCPhrgEepJvYsOQeAH-bo,7588
|
2202
|
-
pulumi_oci/ocvp/outputs.py,sha256=
|
2203
|
-
pulumi_oci/ocvp/sddc.py,sha256=
|
2191
|
+
pulumi_oci/ocvp/outputs.py,sha256=8Ay1RTKnz9VW5NT1z6Hf-C8w5y0xni8cv26xQkPI1zM,221694
|
2192
|
+
pulumi_oci/ocvp/sddc.py,sha256=sA2-6-iLPtzOR2aMlVzfSjEtwFtNzZVKl4K2tAZVmMI,228590
|
2204
2193
|
pulumi_oci/oda/__init__.py,sha256=sIiYpIKHQ4rqyW3va7TF5kiFxSxMxoiU1keLRRXSBhg,825
|
2205
2194
|
pulumi_oci/oda/_inputs.py,sha256=hWgs5zFWAF1gB96zV6SaIsLULmB9vT6FNe1Z1CbtqCo,8543
|
2206
2195
|
pulumi_oci/oda/get_oda_instance.py,sha256=dteig4sBeSRKdoVvioIz6Dp9mdo4OXq_GFvygYTa9RY,18058
|
@@ -2240,13 +2229,13 @@ pulumi_oci/ons/get_subscription.py,sha256=8xQyMIX8P2uDvstS5V6jClKYipJ3JsgygvBc1M
|
|
2240
2229
|
pulumi_oci/ons/get_subscriptions.py,sha256=7Hz7zRcPn9MTjDQCQ_HDFJfQNMgryDvoclL-Pev95mY,6316
|
2241
2230
|
pulumi_oci/ons/notification_topic.py,sha256=ZlGax-Kbc-KKdWLKlvJLesiLXugan8mV875hTvd4ylw,30879
|
2242
2231
|
pulumi_oci/ons/outputs.py,sha256=10WB2aUDUHe12jPQsi2RgCjHMr2OMettWfcWBpGvlTo,15875
|
2243
|
-
pulumi_oci/ons/subscription.py,sha256=
|
2232
|
+
pulumi_oci/ons/subscription.py,sha256=hDZ-FKvZeZmZf6KfWY3kD2MnjaTsANrVuu2p0g--SUo,34011
|
2244
2233
|
pulumi_oci/opa/__init__.py,sha256=NWevj4wdv4lTwkJ5tcUGcUCfKbbXcsX6i2pdNVfpjlE,407
|
2245
|
-
pulumi_oci/opa/_inputs.py,sha256=
|
2234
|
+
pulumi_oci/opa/_inputs.py,sha256=7MO8IsRQjLjf6K6WxW4S_NjkSzOlk5dIDuPYFJtAXqM,5291
|
2246
2235
|
pulumi_oci/opa/get_opa_instance.py,sha256=7_es4h9ut8V1jpWA5Qr_jLGYJJ1bvrNzSMHXJVX0Lpk,15872
|
2247
2236
|
pulumi_oci/opa/get_opa_instances.py,sha256=w40-_cVKXQ1eAL7d5IvNXYbIKLcDfXjKdAWixsMjk3M,7098
|
2248
2237
|
pulumi_oci/opa/opa_instance.py,sha256=ZuFS0mrd_9KAisuCfvgDo7WEfJL7GO7jqZu-A2ktfT0,48832
|
2249
|
-
pulumi_oci/opa/outputs.py,sha256=
|
2238
|
+
pulumi_oci/opa/outputs.py,sha256=iGS2KM1HcRf8swe54kHH8rAqa_ZirpTlzTFqG7KWR3M,22120
|
2250
2239
|
pulumi_oci/opensearch/__init__.py,sha256=j6imX3-XMevHNRul4IwmPmSMXzCUFaiStMD2MhamtRc,491
|
2251
2240
|
pulumi_oci/opensearch/_inputs.py,sha256=e2q1m7kinTP9p017LXU0Nw548wQaZFYNf6FQbobO_9U,2448
|
2252
2241
|
pulumi_oci/opensearch/cluster.py,sha256=n9xNc_c3A2149A2igEu48-KNqCsJ3S3tR-KXnF9DIC4,95625
|
@@ -2271,13 +2260,13 @@ pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=HYrW1R8to_eg4p1D9Pmf
|
|
2271
2260
|
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=Lu_SDljPRNl5QRbM6pxMlNM986hP7MHwxuG_F7vF77Q,75065
|
2272
2261
|
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=2m1hPWTHl9qkUcfMYoHQT7UNieC2wiK3bYJ4fq_C6n4,76319
|
2273
2262
|
pulumi_oci/opsi/__init__.py,sha256=fdJT5pryJP3NEo_B8ZbIFU0uP9CVhq_qUyNVxTCBhdE,2224
|
2274
|
-
pulumi_oci/opsi/_inputs.py,sha256=
|
2263
|
+
pulumi_oci/opsi/_inputs.py,sha256=NtCTo8maOKSTl_ARRTUDST0Q5dYEvgk1zUqwSz8HIdU,72366
|
2275
2264
|
pulumi_oci/opsi/awr_hub.py,sha256=recUMuS-BQDrT7riDo5uyq4KClCHa__bJP4oyzaSTxE,31707
|
2276
2265
|
pulumi_oci/opsi/awr_hub_source.py,sha256=4pBWaZX8R0UnQMrVssgjZrrZcqoC84448SHL67fRda4,46291
|
2277
2266
|
pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py,sha256=WJo-tChWm8YOlClQEivYeL_bXY1p2adxJwXbbi58o-k,11718
|
2278
2267
|
pulumi_oci/opsi/database_insight.py,sha256=qOfKqSxBkyTrKx8UGPi51t68G18AmmRgH0B_lTBStjU,80079
|
2279
2268
|
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=gSuTs0L-MOM3IaOLNtF_k0f4f0us5thwhvAOslNRndY,32673
|
2280
|
-
pulumi_oci/opsi/exadata_insight.py,sha256=
|
2269
|
+
pulumi_oci/opsi/exadata_insight.py,sha256=O4-lS_vEMgOxNFHvo1q5UHSB4Nrsq5uUGTmztyZUUdw,61291
|
2281
2270
|
pulumi_oci/opsi/get_awr_hub.py,sha256=AUzbzzLjLUu-1MY83cn7yH_1lZGYHiFaKNv2785eJuA,11123
|
2282
2271
|
pulumi_oci/opsi/get_awr_hub_awr_snapshot.py,sha256=vnyPWdFD9KyKWFFx41n26ymz6DuGo1gihBhFTtmYP3I,8862
|
2283
2272
|
pulumi_oci/opsi/get_awr_hub_awr_snapshots.py,sha256=VV0EgjEIrh9x3jCEh9eSRuyNJwtlthr5AZMTFAMaKoA,9891
|
@@ -2317,9 +2306,9 @@ pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha25
|
|
2317
2306
|
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=9unkNfGvjUYSZK8BfsrDDcmwN2xHSEZRg1zsLvRPzcw,10415
|
2318
2307
|
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=9JUocVcLNRHdpLhjuzFd1uwQb9M2hjOhvrZR1qSOPDE,38342
|
2319
2308
|
pulumi_oci/opsi/opsi_configuration.py,sha256=uLc1Vic_qfX6O72_or3o42ftRME16lJgaqP3hW49kW8,48335
|
2320
|
-
pulumi_oci/opsi/outputs.py,sha256=
|
2309
|
+
pulumi_oci/opsi/outputs.py,sha256=yamdDkXLHZ_oeAxZQHrIxqMh1FUV_81Sr2QWd-kvLcc,287070
|
2321
2310
|
pulumi_oci/optimizer/__init__.py,sha256=KGWDQm3UJGX6gBelEZ_vljzdfFHDtB9tXZWWCBflwvc,944
|
2322
|
-
pulumi_oci/optimizer/_inputs.py,sha256=
|
2311
|
+
pulumi_oci/optimizer/_inputs.py,sha256=dUaBVBoAXgk85tEMLm90JDVdDyUTMRNPii3P3WLFAZ4,23157
|
2323
2312
|
pulumi_oci/optimizer/enrollment_status.py,sha256=zWniUL7MjLcxEmE0ywN1TVIuB5mIKg-LZFU_pjWKI0w,15919
|
2324
2313
|
pulumi_oci/optimizer/get_categories.py,sha256=cpjGX0do4eI8w3gWSMpbXjaD1k_Q1pMXab7WKuKlEmY,13527
|
2325
2314
|
pulumi_oci/optimizer/get_category.py,sha256=oiJCSwAfUIGiH_sSJAPEFTcykhHeIwIikGtwyMvgJ-M,9653
|
@@ -2336,12 +2325,12 @@ pulumi_oci/optimizer/get_recommendation_strategy.py,sha256=aRXu9sbMS32svcEs2V8bz
|
|
2336
2325
|
pulumi_oci/optimizer/get_recommendations.py,sha256=88E1FoQ8SBAa8C9-VWl1kfGvKjsc37R8HH0CBJCKVpM,16758
|
2337
2326
|
pulumi_oci/optimizer/get_resource_action.py,sha256=9bDfe7MkqkF5IlUJnSEnIf0T8bN-AOZSCrb8PlvIYi4,14317
|
2338
2327
|
pulumi_oci/optimizer/get_resource_actions.py,sha256=DuRaYBeEazcsOsAI6r92XDWOwov3ysGA3M3nLfloHso,19408
|
2339
|
-
pulumi_oci/optimizer/outputs.py,sha256=
|
2328
|
+
pulumi_oci/optimizer/outputs.py,sha256=G5uzNNDz5KZPYgwlliukTgsNtv1Ao4ghAsFg922i4DQ,107087
|
2340
2329
|
pulumi_oci/optimizer/profile.py,sha256=aegxvWpHje6D8fxJ6MvZObVsvLdc4uVJYD_0kYrrUfo,37129
|
2341
2330
|
pulumi_oci/optimizer/recommendation.py,sha256=Tjg2pESkAE1GhiEYrdPI11NHrutOKIOQG8hhAPKEfHY,30876
|
2342
2331
|
pulumi_oci/optimizer/resource_action.py,sha256=bULCsEEjYvur_xiyk9nr777mrd3qdn_QFSFBgv0W1i0,32245
|
2343
2332
|
pulumi_oci/osmanagement/__init__.py,sha256=lDPqLjnyvU1tbQ1VftQFEdA8grjmmXAD1gyBOUPK2P4,994
|
2344
|
-
pulumi_oci/osmanagement/_inputs.py,sha256=
|
2333
|
+
pulumi_oci/osmanagement/_inputs.py,sha256=y4ycMOfs0kXCSdTPHhaFNi8jkcFZlHYBJA4M57sIMR4,18174
|
2345
2334
|
pulumi_oci/osmanagement/get_managed_instance.py,sha256=-x5HXe2uZD2Quoi6x4R1WaNkJoWrV5gPDSnhhhg4_Cg,19107
|
2346
2335
|
pulumi_oci/osmanagement/get_managed_instance_event_report.py,sha256=K24RGmHatxg37hYGAQnjsXoLJqMhvJoUJ7UXOvea8yY,8511
|
2347
2336
|
pulumi_oci/osmanagement/get_managed_instance_group.py,sha256=1KVKcUtts0O2Vp01PT10wBjhrQnx3nRulq7zd2aHYqs,9568
|
@@ -2357,16 +2346,16 @@ pulumi_oci/osmanagement/get_software_sources.py,sha256=H_9P-ZUGuAj5KLlRRLQTfOO6C
|
|
2357
2346
|
pulumi_oci/osmanagement/managed_instance.py,sha256=z-WWwQKhPcXaHbgxV6IXY-lGsCD8IJckmrTETI3q6iY,43598
|
2358
2347
|
pulumi_oci/osmanagement/managed_instance_group.py,sha256=jjFRIijKM3Tx6GfvPAljAADkt4sF1XM5RwsFCP4DBpo,28814
|
2359
2348
|
pulumi_oci/osmanagement/managed_instance_management.py,sha256=T3A3zZMFh0s67xXxL4uI93hnPxCL4PgjZLRD6GfUw2Q,32979
|
2360
|
-
pulumi_oci/osmanagement/outputs.py,sha256=-
|
2349
|
+
pulumi_oci/osmanagement/outputs.py,sha256=-gJJqQrDaBFIe48CVKHZ498tq30zqEUUNiULSP63bYk,63301
|
2361
2350
|
pulumi_oci/osmanagement/software_source.py,sha256=WDdkDzhAG6J-btfa8vY_EovjZ96uOW7azREm0hDSPq0,44420
|
2362
2351
|
pulumi_oci/osmanagementhub/__init__.py,sha256=4tUbFbqxHO2AO1e4xRSbp8CfghpGlTeHVY8BqYp-ml0,4097
|
2363
|
-
pulumi_oci/osmanagementhub/_inputs.py,sha256=
|
2364
|
-
pulumi_oci/osmanagementhub/event.py,sha256=
|
2352
|
+
pulumi_oci/osmanagementhub/_inputs.py,sha256=HQ5LB64T_Es5TsUp8U0FCqNtG6_YKcliXuvJmGuqvHA,194698
|
2353
|
+
pulumi_oci/osmanagementhub/event.py,sha256=5UWkMXKOZFw7outkW3tYY5LsCK1kPkOKWsDQUkclyz0,35620
|
2365
2354
|
pulumi_oci/osmanagementhub/get_entitlements.py,sha256=CXZ6JvvYEZiERrGChVFgI4NrzCw5QLQnZCsX1dgsbG4,7653
|
2366
2355
|
pulumi_oci/osmanagementhub/get_errata.py,sha256=7tbjgzW7RmlcmaI94uj2btps42uklMICr0LAcu7bd3s,13892
|
2367
2356
|
pulumi_oci/osmanagementhub/get_erratum.py,sha256=dZYspmIOHplfZ-Ajar1m5x52ltj1tuboIo0y2npAGRg,11956
|
2368
|
-
pulumi_oci/osmanagementhub/get_event.py,sha256
|
2369
|
-
pulumi_oci/osmanagementhub/get_events.py,sha256=
|
2357
|
+
pulumi_oci/osmanagementhub/get_event.py,sha256=-pfIXntlf4MC2FWFr2kl6rrMJqsS7OGr0OMwLrvILIk,13089
|
2358
|
+
pulumi_oci/osmanagementhub/get_events.py,sha256=xhFGXAPNINCV-ZZic1Yuaa_BznbFaUFv6gxp99Xl5BQ,16026
|
2370
2359
|
pulumi_oci/osmanagementhub/get_lifecycle_environment.py,sha256=E1iC0YJWlD9DGoAukzJ79oY94jvS2d0oPZ5Z6k8X6E0,13206
|
2371
2360
|
pulumi_oci/osmanagementhub/get_lifecycle_environments.py,sha256=WMKLzBa-0VmwgB7JGpYp3Is-DB8ayM0dM-5Yia8LGM8,15207
|
2372
2361
|
pulumi_oci/osmanagementhub/get_lifecycle_stage.py,sha256=kVdkFMaTb4-Vk6ZJ0LdLZYOzU5nlmyJP4tylmN5fR7A,13606
|
@@ -2411,7 +2400,7 @@ pulumi_oci/osmanagementhub/get_software_source_vendors.py,sha256=JWwv4rPnI4jgCGE
|
|
2411
2400
|
pulumi_oci/osmanagementhub/get_software_sources.py,sha256=Q2QDLmVI4rcPPPQFYRuRLplRook6gijubZzVwqAqM7w,21453
|
2412
2401
|
pulumi_oci/osmanagementhub/get_windows_update.py,sha256=jMRFhmo-Z-rnuOdoL1PQvENgTKSpwKk_Tcf8QvW65pk,9120
|
2413
2402
|
pulumi_oci/osmanagementhub/get_windows_updates.py,sha256=igo-RadNgVVG_qB0XYPRGDffrPXa8jzCpkeDh9vTrwM,8861
|
2414
|
-
pulumi_oci/osmanagementhub/lifecycle_environment.py,sha256=
|
2403
|
+
pulumi_oci/osmanagementhub/lifecycle_environment.py,sha256=Mxva1qEcqwy3MlhqaoA_JUVSR4cZfblC6MZFhtnZU5k,44692
|
2415
2404
|
pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py,sha256=A9tfSFwIcMDOWX4LjqAFXx0IItQOAREoTqRaIYGgspw,14035
|
2416
2405
|
pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py,sha256=2EOXqnidtzKcUIk7DxtQ0dAQcDggSEkefOFuvz4pN1Q,13875
|
2417
2406
|
pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py,sha256=tv0nuFN9kVhzx8o72mHnHwizkYmjswzlHN6kW0YFLIQ,17737
|
@@ -2434,14 +2423,14 @@ pulumi_oci/osmanagementhub/management_station.py,sha256=H5JOoruBgKK4JszqjU8fpPG2
|
|
2434
2423
|
pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py,sha256=Nr_AEDUXH-cezXiAPPb4mbUd6G6lUKUAxXEqzJ6qo3E,12334
|
2435
2424
|
pulumi_oci/osmanagementhub/management_station_refresh_management.py,sha256=KeKbLmhVbDJ-UR4cor2iNayBywd-eqgqcqw7mLabL9M,10059
|
2436
2425
|
pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py,sha256=CvhA8vOv5SBOMAX-X572b5hVtnQK3LZ7aua1j4N7Z7k,13318
|
2437
|
-
pulumi_oci/osmanagementhub/outputs.py,sha256=
|
2426
|
+
pulumi_oci/osmanagementhub/outputs.py,sha256=h1zAsJNcfwcLwfDIv-NC21tcl_YD6s0Naml6AUjwrZc,602986
|
2438
2427
|
pulumi_oci/osmanagementhub/profile.py,sha256=YyLQtb89IBUmobWNI0KWGSb4IfEhYV3jUF8UQ7dUBRw,62731
|
2439
2428
|
pulumi_oci/osmanagementhub/scheduled_job.py,sha256=BIvtlwq-HqsIon6NnncrEg7VtnMr36wlMImd6O9LFRw,85921
|
2440
|
-
pulumi_oci/osmanagementhub/software_source.py,sha256=
|
2429
|
+
pulumi_oci/osmanagementhub/software_source.py,sha256=0Wwz35ibzcd-tcYUIGUhjHX1fqs6CVr2se2484umrVM,69126
|
2441
2430
|
pulumi_oci/osmanagementhub/software_source_add_packages_management.py,sha256=2AOCtdeCuMVVLKcJY9g8QP7tp0psocmuh1n5zoIKVvY,12900
|
2442
2431
|
pulumi_oci/osmanagementhub/software_source_change_availability_management.py,sha256=MeGdr-6GnOiwIOratGlegsxz8bc_ZKbUIxO9rObTxa8,11074
|
2443
2432
|
pulumi_oci/ospgateway/__init__.py,sha256=_1egZYO1h80MOxzPAj4FddwH5MUCu-Svp9r8QrDHU34,647
|
2444
|
-
pulumi_oci/ospgateway/_inputs.py,sha256=
|
2433
|
+
pulumi_oci/ospgateway/_inputs.py,sha256=vhBijAPvVjScDamKEO0zInYQW5oHqRtCSwe0rJs4RqQ,93729
|
2445
2434
|
pulumi_oci/ospgateway/address_action_verification.py,sha256=gYk92B1zHWlx8EyLNE84xUN6rIfD7Rj0xUgCE03xGJY,65576
|
2446
2435
|
pulumi_oci/ospgateway/get_address.py,sha256=hdj6MkAYZnrt5JOFM31dywq2GIJhi7UXbI0TrVPuuNs,17901
|
2447
2436
|
pulumi_oci/ospgateway/get_address_rule.py,sha256=NIQlGFI2SfqmChGZZujlqgVq5Zh3vS2v29xXA0beVek,6994
|
@@ -2451,8 +2440,8 @@ pulumi_oci/ospgateway/get_invoices_invoice_line.py,sha256=epzhPjf8W0EeUtdlcFQVoI
|
|
2451
2440
|
pulumi_oci/ospgateway/get_invoices_invoice_lines.py,sha256=37E4XedMQmESSKJhH7V2shtWAduVafOend1ijfs6YAo,7247
|
2452
2441
|
pulumi_oci/ospgateway/get_subscription.py,sha256=sDVWkZ2QsSV_hzzdsVWKA_-Q_SZ34EM1vwSz7WwC29s,18182
|
2453
2442
|
pulumi_oci/ospgateway/get_subscriptions.py,sha256=E7tOz5GERz3UFaXRU62dIG8e_SAngayT_AfoxDm9grA,5956
|
2454
|
-
pulumi_oci/ospgateway/outputs.py,sha256=
|
2455
|
-
pulumi_oci/ospgateway/subscription.py,sha256=
|
2443
|
+
pulumi_oci/ospgateway/outputs.py,sha256=BMNsd9NYQPsQ2JVhx71xVZsWNmgrjqxy-SEfFltkvtc,247746
|
2444
|
+
pulumi_oci/ospgateway/subscription.py,sha256=lrrfY3oxRgC-0o6-KqUTauafzz5QqHGYrm8iJtlbep8,43449
|
2456
2445
|
pulumi_oci/osubbillingschedule/__init__.py,sha256=MUeqEUQLF5-Us6E-FDTHDppCY6L-vabohX2BrJ0X0jA,350
|
2457
2446
|
pulumi_oci/osubbillingschedule/_inputs.py,sha256=oVKaHwmTWnrgEmglwttBDsHvDAvPa8Vr5Gynza7v2tU,1505
|
2458
2447
|
pulumi_oci/osubbillingschedule/get_billing_schedule.py,sha256=vFDimH9-dYpCbNOK1viUZiTYSgE7Wyep1HMYd-NllH0,8460
|
@@ -2475,10 +2464,10 @@ pulumi_oci/osubusage/get_computed_usage.py,sha256=lDSlwis7k6_iPMPOYGRySKDBmK6AC8
|
|
2475
2464
|
pulumi_oci/osubusage/get_computed_usages.py,sha256=v58c49lE4keERZf0ZQBbIw4gSyt1yWGmgxAWqnObPCY,10129
|
2476
2465
|
pulumi_oci/osubusage/outputs.py,sha256=dzAhiIXAjhu56gHJH3-LrdzW56wR1M2oU4tK0299-Eo,37821
|
2477
2466
|
pulumi_oci/psql/__init__.py,sha256=Ze9Vw0SqWLlOMonve0kvQypQH1rN57OusxmHbnPZ2nk,774
|
2478
|
-
pulumi_oci/psql/_inputs.py,sha256=
|
2467
|
+
pulumi_oci/psql/_inputs.py,sha256=ywp76k7Vw_TKlvgzsHvW6QE37Gt7bLQeCDmJ1KW_6Zk,46923
|
2479
2468
|
pulumi_oci/psql/backup.py,sha256=n3jvkMa3EqB9ZADGuKvLhM6773O2lDJjfVCobyubJRU,37802
|
2480
2469
|
pulumi_oci/psql/configuration.py,sha256=NVuRIm2e0liTqkiXVD0Iom6KrzfVItFe0ohQlGiFbXQ,41816
|
2481
|
-
pulumi_oci/psql/db_system.py,sha256=
|
2470
|
+
pulumi_oci/psql/db_system.py,sha256=_8bqQWMCUDZj7avThPL7rGmOOQ0YwEwEYgWLiMzorJw,78053
|
2482
2471
|
pulumi_oci/psql/get_backup.py,sha256=7rHPeDkhAA8RirBo6B_wco0TBAFG4-j0lrko7WzsiOA,13545
|
2483
2472
|
pulumi_oci/psql/get_backups.py,sha256=pw2P62WiCXN6gMSZt_ItUNFqADSYuvmP6U2hTjJAUqw,9774
|
2484
2473
|
pulumi_oci/psql/get_configuration.py,sha256=L381m41utpNPq1Lsn5i9BpgHjTnNQkCcEbagm6Ld__A,12600
|
@@ -2490,13 +2479,13 @@ pulumi_oci/psql/get_db_systems.py,sha256=liyxfTmnNDtttJWz7SmvvqRpE2LOxG_Dxq6DN9I
|
|
2490
2479
|
pulumi_oci/psql/get_default_configuration.py,sha256=b9jAc4wcUs0PQQpkoM9NLzd-8k3nWyGt8k328-6F1-w,9729
|
2491
2480
|
pulumi_oci/psql/get_default_configurations.py,sha256=iLit1_ZpdMsXx2Al8Cf4pwzw3ddXNShsiEwAyrL5gRk,9229
|
2492
2481
|
pulumi_oci/psql/get_shapes.py,sha256=iX5LXmI91mW6VLnzjok5N7n1BeljgBDgYjAbnDwn400,4855
|
2493
|
-
pulumi_oci/psql/outputs.py,sha256=
|
2482
|
+
pulumi_oci/psql/outputs.py,sha256=ILccBI2WUrk4pUdpnHxN6qS45L87PC6pggsoEI5LB5M,148489
|
2494
2483
|
pulumi_oci/queue/__init__.py,sha256=jwKK25ETwcG0tqoblRZJX6MN7BKulcDaUyL3ql98tf4,386
|
2495
2484
|
pulumi_oci/queue/_inputs.py,sha256=iTTjPe03bpwbFZLXV0Ur_pm8wdO_XNCsz_rqBJI1xv4,1380
|
2496
|
-
pulumi_oci/queue/get_queue.py,sha256=
|
2485
|
+
pulumi_oci/queue/get_queue.py,sha256=MAH9E1JmDZWix1sqhIBhNBd7M2RZyRSqM7CpRk7_BA0,14704
|
2497
2486
|
pulumi_oci/queue/get_queues.py,sha256=XxGiWdy5_CvafTqRBkyR-mBizBQi09p31QDCucIs-7Y,7066
|
2498
|
-
pulumi_oci/queue/outputs.py,sha256=
|
2499
|
-
pulumi_oci/queue/queue.py,sha256=
|
2487
|
+
pulumi_oci/queue/outputs.py,sha256=AKaortzsFWZdEuWY3-AO9Is0bkR-FfkBjEjb-QtlsjI,11850
|
2488
|
+
pulumi_oci/queue/queue.py,sha256=sDMi8m2EjDeRvjC4N60-JhJlnbg8xqLQemQCN3EgELE,46426
|
2500
2489
|
pulumi_oci/recoverymod/__init__.py,sha256=OK1ODRfvOF3FChxhjvEoUukJEwhKRNFy7FpavkfVxs8,718
|
2501
2490
|
pulumi_oci/recoverymod/_inputs.py,sha256=7f7qJE8SfGBNyeXMdqSoG8BHGLnsI8qcspqlTVYxViI,13411
|
2502
2491
|
pulumi_oci/recoverymod/get_protected_database.py,sha256=43LL_eTfVV9-ZtTf2yBsTl_94Cc6PrDQpJQwi4pDmYs,18624
|
@@ -2527,13 +2516,13 @@ pulumi_oci/resourcemanager/get_stacks.py,sha256=xbsKPPbJvoVDvSVHZJZ0dtVM7e3IFqIg
|
|
2527
2516
|
pulumi_oci/resourcemanager/outputs.py,sha256=Bd5_uL1G6tKBMt-l3kTdWjPFe1gOW_S9wH7MZE-3cDs,18127
|
2528
2517
|
pulumi_oci/resourcemanager/private_endpoint.py,sha256=vuTZ6gjTlycWYfGD2w59mvvdm6F-D9m6Eoq_47eLHp8,41929
|
2529
2518
|
pulumi_oci/sch/__init__.py,sha256=dH6zXwKT52lcqpfse2o7ie_EX6lm2CsDqEV_kiy39GA,487
|
2530
|
-
pulumi_oci/sch/_inputs.py,sha256=
|
2531
|
-
pulumi_oci/sch/connector.py,sha256=
|
2519
|
+
pulumi_oci/sch/_inputs.py,sha256=phHztOgquBoF0YUU8Fiij7sZWT-pWj115Vrrq3_8AE4,45227
|
2520
|
+
pulumi_oci/sch/connector.py,sha256=9Mf32x2JB0-EuXaLbjrO6LvQ2pH8O34Rf63sAEj2OtU,52142
|
2532
2521
|
pulumi_oci/sch/get_connector_plugin.py,sha256=j-5Hy4r5tgwziFVebGzxMy9hNALBkzPtZLSZ3Bd08fw,8301
|
2533
2522
|
pulumi_oci/sch/get_connector_plugins.py,sha256=5gvfAVO8792J06sTdlQLV2YT3SgfoqI-sKvR5wMfui8,7236
|
2534
2523
|
pulumi_oci/sch/get_service_connector.py,sha256=hyM45RMYaHKXv9dms2sBy3Mn_rRxhrlRdrDapLaWUxQ,12761
|
2535
2524
|
pulumi_oci/sch/get_service_connectors.py,sha256=y4_31b1YjyflENZZlGf-Hrsgg5DqHUbqOD72BJl4mZQ,7803
|
2536
|
-
pulumi_oci/sch/outputs.py,sha256=
|
2525
|
+
pulumi_oci/sch/outputs.py,sha256=OJcZKPGY-f22lPFQg7K-2ZNiOfQevODLPL82cULRT4A,116672
|
2537
2526
|
pulumi_oci/secrets/__init__.py,sha256=NR1kHXkqAFTxC1uCGWrWhfCqxOHbTuepWpT_ZUDwp9M,387
|
2538
2527
|
pulumi_oci/secrets/_inputs.py,sha256=rS0zIPB8Z30Y2n6uG2fK0iJa2J3P527VgcO7CC0Hp2c,1408
|
2539
2528
|
pulumi_oci/secrets/get_secretbundle.py,sha256=7snc2hmgxioiw7_4WxXvxSVtMt92xUYSTfVwYcPNzRg,10808
|
@@ -2552,14 +2541,14 @@ pulumi_oci/servicecatalog/get_service_catalog_association.py,sha256=E61RymeO5pp0
|
|
2552
2541
|
pulumi_oci/servicecatalog/get_service_catalog_associations.py,sha256=bSUdHMsSwDE4Zc4MKk47RAytwC0gJTE2yerYkSR0tTA,9199
|
2553
2542
|
pulumi_oci/servicecatalog/get_service_catalogs.py,sha256=85JmZ1qqXrzA0GBauI6JjW9-mEN17MRhaUumH9X4jwM,7084
|
2554
2543
|
pulumi_oci/servicecatalog/outputs.py,sha256=GY7e1Jy0ItAtQukHvBsae6svmfU0bQIJnqz_4M4FwJA,30871
|
2555
|
-
pulumi_oci/servicecatalog/private_application.py,sha256=
|
2544
|
+
pulumi_oci/servicecatalog/private_application.py,sha256=dile2cASNIbWQM4n7CLY0R-J4wB3gZcX4BYwV2DRv1c,36326
|
2556
2545
|
pulumi_oci/servicemanagerproxy/__init__.py,sha256=ZncfS1cQl0dvEW3kVd2j-TjFa70ij_LF5MZDKDZprLQ,393
|
2557
2546
|
pulumi_oci/servicemanagerproxy/_inputs.py,sha256=GadysiyHJFP8lehZCBIsqvIVAG5CfYgQZoeQjBQ8Ovo,1406
|
2558
2547
|
pulumi_oci/servicemanagerproxy/get_service_environment.py,sha256=vK-6W2te9QT0FpDtHolY2ZZ4iwcZ5H_wMt2tQIUkv7M,8468
|
2559
2548
|
pulumi_oci/servicemanagerproxy/get_service_environments.py,sha256=9QZGs1RmyPz1GbHNPLfUT-Fb_uF_AMUIn1wL3fk8AEc,9629
|
2560
2549
|
pulumi_oci/servicemanagerproxy/outputs.py,sha256=LEGloEWzVQwhs9rVga3wuSKw_NUsVSOF15oxp18oaDY,11781
|
2561
2550
|
pulumi_oci/servicemesh/__init__.py,sha256=MfexPPIoHGwMvJEUQB2_SqM6uQE0zYjuw-6sIlpWQto,1104
|
2562
|
-
pulumi_oci/servicemesh/_inputs.py,sha256=
|
2551
|
+
pulumi_oci/servicemesh/_inputs.py,sha256=SxTE9pmQZDdx8A-DNsNu9HClDqxEn4YRP8EA4-JSQzs,71010
|
2563
2552
|
pulumi_oci/servicemesh/access_policy.py,sha256=ThpHEKoRWZwwKD_9WdTXDEpE-BJOmzEP9LkVD3NtjQ4,32956
|
2564
2553
|
pulumi_oci/servicemesh/get_access_policies.py,sha256=sjKjOIB1Z2YewD9Vfsg5sg25asRmQO2OXhSexod633Q,8068
|
2565
2554
|
pulumi_oci/servicemesh/get_access_policy.py,sha256=0EGQ62GTsbgP8PAvDuiZpeFGLQPCtL1YlN5csymAqqQ,10394
|
@@ -2577,14 +2566,14 @@ pulumi_oci/servicemesh/get_virtual_service_route_table.py,sha256=fWE20YH2pzrkKxn
|
|
2577
2566
|
pulumi_oci/servicemesh/get_virtual_service_route_tables.py,sha256=hLm5MdgFecq_yDVcuwy6j5Ao-JVjUDQ4tWqRwmN5w-o,9181
|
2578
2567
|
pulumi_oci/servicemesh/get_virtual_services.py,sha256=KqdqssCy2VKAc8Z9Opl-MPcn4pPor_Rpzeza0FS58ic,8160
|
2579
2568
|
pulumi_oci/servicemesh/ingress_gateway.py,sha256=viF1AyaOu0EO9WP8KOE-7MZuYdGBGqLUw-bPaZvkzio,41663
|
2580
|
-
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=
|
2569
|
+
pulumi_oci/servicemesh/ingress_gateway_route_table.py,sha256=Jy9UNC45CpxqU2XzhSBu7y9jXnDDr9qsqG2SOhFxMvI,36432
|
2581
2570
|
pulumi_oci/servicemesh/mesh.py,sha256=j4X_xqKp5_VJcADXZHfeB1hbwT1JlnQjg7CxifucfII,32233
|
2582
|
-
pulumi_oci/servicemesh/outputs.py,sha256=
|
2571
|
+
pulumi_oci/servicemesh/outputs.py,sha256=G4FZj_UNcIiF8uTyTI0unIW9iiPiknGrQTM4cJ31Xvw,209448
|
2583
2572
|
pulumi_oci/servicemesh/virtual_deployment.py,sha256=JngLYrp3zRF0W3CFfjA9_ojaZOG1pWJZu6aolW0PgP8,40322
|
2584
2573
|
pulumi_oci/servicemesh/virtual_service.py,sha256=OKzWFa3aOCIWsuGnIiG4KDUIkDoRI1Ln3Uj6ccSAxgU,39852
|
2585
2574
|
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=BTU_J1GkNyG5vc_cVvf9dGWC_sgzw_t6BcEuJ7EfBes,37602
|
2586
2575
|
pulumi_oci/stackmonitoring/__init__.py,sha256=w3t_oLxZL3HMvvDtr_YZDUp02tvLIezDnDm1msgPjPA,1579
|
2587
|
-
pulumi_oci/stackmonitoring/_inputs.py,sha256=
|
2576
|
+
pulumi_oci/stackmonitoring/_inputs.py,sha256=dR3rG4hYC5UiVRDc8kPGJNqzmLvrE2vpJ9HPhZUEyCU,148839
|
2588
2577
|
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=QGH0zOKnnBp8UQS-LsYZEUEAi76mAf5nDVX8_R2J1OM,28254
|
2589
2578
|
pulumi_oci/stackmonitoring/config.py,sha256=guI_zpTaHW4MXN7JuOLQqjn5p5oo8_FUvh3TTlK2P_s,30827
|
2590
2579
|
pulumi_oci/stackmonitoring/discovery_job.py,sha256=uFzVFebBaFEsoX9gqZ5n0wIXKpVb4inKJWVN7HGDZCw,37062
|
@@ -2606,17 +2595,17 @@ pulumi_oci/stackmonitoring/get_monitored_resource_types.py,sha256=QdEIurU7P57LGq
|
|
2606
2595
|
pulumi_oci/stackmonitoring/get_monitored_resources.py,sha256=uBmQ-2NJCEV6UB4SP-ogKDIXfcKHaybHCYnjmJ1W86c,7971
|
2607
2596
|
pulumi_oci/stackmonitoring/get_process_set.py,sha256=wv7420OLosgqXGidJXHAn4nGpSCyM_1HtQ3kNeHi5bI,9194
|
2608
2597
|
pulumi_oci/stackmonitoring/get_process_sets.py,sha256=Irsk2kJ4lfNT7lBWHQAqYvSRGoijM8LYJ3cW3ETmY5c,5989
|
2609
|
-
pulumi_oci/stackmonitoring/metric_extension.py,sha256=
|
2598
|
+
pulumi_oci/stackmonitoring/metric_extension.py,sha256=bL3bDvSLdXKXXfCdMl9o2Tg2sstkzyw2xfpsJ4daWbM,51705
|
2610
2599
|
pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py,sha256=5ZzAI08ecSu1mw6UvI_OuEEf29E1T8ZZvsnPLhhVVeI,16378
|
2611
2600
|
pulumi_oci/stackmonitoring/metric_extensions_test_management.py,sha256=5TwPuAgGGr_IjKpomzNznZE_IkZNpiDWXSNdODZk6ek,16689
|
2612
|
-
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=
|
2601
|
+
pulumi_oci/stackmonitoring/monitored_resource.py,sha256=ssEUOAIrSIP3FwHMw7KYHe7vvPS7ojzUGZF_V8a24GU,79639
|
2613
2602
|
pulumi_oci/stackmonitoring/monitored_resource_task.py,sha256=OYNdcE6686mm9l2-gyeUzJwlc9gluMXD_TY_bSz4ENU,31177
|
2614
2603
|
pulumi_oci/stackmonitoring/monitored_resource_type.py,sha256=FA9f-bxLV7uDqdB5sD0nQUXJqQ43RG1faaOGKHI91eY,39143
|
2615
2604
|
pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,sha256=YfL_2upudn1LnwXkBavy6bZNrkjjIv3Dxogv1qAFQV8,27232
|
2616
2605
|
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=CXuXN-_r3_V6fRM8cE08WPISg1yEOhOCYPbcuLfrVcA,16747
|
2617
2606
|
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=216vZ51Xg-tKYWENICj0BSmd_EtlmY21QSIUaC5gWXM,84083
|
2618
2607
|
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=6qM8hh0ddY2osawto98NQkzvT2v5KAim7aAUJkFA_iE,29438
|
2619
|
-
pulumi_oci/stackmonitoring/outputs.py,sha256=
|
2608
|
+
pulumi_oci/stackmonitoring/outputs.py,sha256=p6LkP4wj7dDQAWGhZZpKzCmbuu18XBvyTqSUUj12Cog,324792
|
2620
2609
|
pulumi_oci/stackmonitoring/process_set.py,sha256=VCMIvx_InA5OiIziM6uA74HupGY9ZMWPbvqQbAyxLLs,25752
|
2621
2610
|
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2622
2611
|
pulumi_oci/streaming/_inputs.py,sha256=FNbJknKJEb7Hh-pkSawRjagcl950kZnCylQRW9u5tSA,12510
|
@@ -2659,23 +2648,23 @@ pulumi_oci/vbs/get_inst_vbs_instances.py,sha256=5lGv1gLYZ8J2Nh73ozfGcF_uBsEGjZYT
|
|
2659
2648
|
pulumi_oci/vbs/inst_vbs_instance.py,sha256=nOS0ZIrVTL6SZU4yIIYmorRJldxeMd7fM78me1Gx3GI,34843
|
2660
2649
|
pulumi_oci/vbs/outputs.py,sha256=jo0_D8z4pHdDo1l-wKJzJNaQUQS83TEMEb9B2PZRj7I,9146
|
2661
2650
|
pulumi_oci/visualbuilder/__init__.py,sha256=_-OX-bR9j1iwNa4wpmZ3qZzzInQbV3WQD89vZ5Ens2M,448
|
2662
|
-
pulumi_oci/visualbuilder/_inputs.py,sha256=
|
2651
|
+
pulumi_oci/visualbuilder/_inputs.py,sha256=a0SrmIMnXxfZKuQcKRCog5Pk4l-REkT9ALePgxpuREU,14723
|
2663
2652
|
pulumi_oci/visualbuilder/get_vb_instance.py,sha256=EFXyCwn_ggOUPF_S1ESm2eQJ-D3zFuiZ_ZXx1izZkEI,16407
|
2664
2653
|
pulumi_oci/visualbuilder/get_vb_instance_applications.py,sha256=89ZJ88J34A8P7oAajcWtLTFzCYVIjcJGVa_FCCTI9UQ,5629
|
2665
2654
|
pulumi_oci/visualbuilder/get_vb_instances.py,sha256=7zOAEOac-wHJUMr-YDYXPXDKFF01uItaDeF_fgsDTNM,6819
|
2666
|
-
pulumi_oci/visualbuilder/outputs.py,sha256=
|
2655
|
+
pulumi_oci/visualbuilder/outputs.py,sha256=ED-Es562RmmsIhkxZT_26rFwxgsa7sRdy6k3uL_rkCE,46021
|
2667
2656
|
pulumi_oci/visualbuilder/vb_instance.py,sha256=SZfJsY9s2iYp_Y9diFAF2d_z0bcFXGq283uLKQrfx-M,50654
|
2668
2657
|
pulumi_oci/vnmonitoring/__init__.py,sha256=OxQ2ge12nUXNLNX4-AYv25d9BNmoAeA5KtOjmlhGiQs,453
|
2669
|
-
pulumi_oci/vnmonitoring/_inputs.py,sha256=
|
2658
|
+
pulumi_oci/vnmonitoring/_inputs.py,sha256=TeBuLe_S61GdiClYSi8UPzUm1uMR6cSNxqATRIVNhgU,44378
|
2670
2659
|
pulumi_oci/vnmonitoring/get_path_analyzer_test.py,sha256=x3itLe76n5K2Bxzxz0RfxrQyEjAi7Aa2mIV9nDoB0Dg,12104
|
2671
2660
|
pulumi_oci/vnmonitoring/get_path_analyzer_tests.py,sha256=iSIaLYJi0K3Llr2AYuTa-av1fhIGKq25NC_YrgtyIik,7520
|
2672
|
-
pulumi_oci/vnmonitoring/outputs.py,sha256=
|
2661
|
+
pulumi_oci/vnmonitoring/outputs.py,sha256=0HR-oeiLEHFlOVVu7DFyYHhDvcDI-zp14DccseTORzU,80074
|
2673
2662
|
pulumi_oci/vnmonitoring/path_analysi.py,sha256=Sbx9o3X9M6OWzgOFMsg7QJAiNmppsR_Dm2frsev3mdE,34872
|
2674
2663
|
pulumi_oci/vnmonitoring/path_analyzer_test.py,sha256=wceYNx-yvSUU0PRTfejGvZsNIdG8PBLd5s19vt9aYK8,40577
|
2675
2664
|
pulumi_oci/vulnerabilityscanning/__init__.py,sha256=VSMJQqSOSCZXxIeJUBXue681bibaPTi83mk_gzuyrx8,807
|
2676
|
-
pulumi_oci/vulnerabilityscanning/_inputs.py,sha256=
|
2665
|
+
pulumi_oci/vulnerabilityscanning/_inputs.py,sha256=SnFl7eUn9picz6e2765jRkmqXTd3sPO0TJnPqt8t64M,25714
|
2677
2666
|
pulumi_oci/vulnerabilityscanning/container_scan_recipe.py,sha256=ZUAP4C_u4VyfwkHhvEZFYiDvED2Z2DbqxDs-JfZRfiQ,27773
|
2678
|
-
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=
|
2667
|
+
pulumi_oci/vulnerabilityscanning/container_scan_target.py,sha256=JihJopx-LRsZnJC8ulzkZIMKA23ie_xeJKiy0Iok1Ac,30996
|
2679
2668
|
pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py,sha256=vmepDtAALJgLW6ZdF_f6sDtjFe1foW9gn3arb2Ducvk,10153
|
2680
2669
|
pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py,sha256=MQwKlFIAUlSgmVdMf-q4mnyO-Kj7c7PmIZ7YSlcD-n8,7794
|
2681
2670
|
pulumi_oci/vulnerabilityscanning/get_container_scan_target.py,sha256=6AWda8lW_lBvWuFO78TfIwTJAQPpSeX5OJQglX9ntDY,11089
|
@@ -2687,7 +2676,7 @@ pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py,sha256=SIMNmB3sn
|
|
2687
2676
|
pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py,sha256=HTqd4uGOxkmsMxCZSdSt-MOTM1oiMrUVTe1WLRB6FVo,7504
|
2688
2677
|
pulumi_oci/vulnerabilityscanning/host_scan_recipe.py,sha256=8creIHuZrrMvbNNbNnaF_Q56gwV5wEVY0MTwV-jAtYo,37268
|
2689
2678
|
pulumi_oci/vulnerabilityscanning/host_scan_target.py,sha256=8ewltVp2tMRwEseHURVJddnccrMx0RIryap_9UpL5gQ,33255
|
2690
|
-
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=
|
2679
|
+
pulumi_oci/vulnerabilityscanning/outputs.py,sha256=uO-1hjDfYXkgoyVLIELHZG-AlOn3iKazh7iIerrSV4w,88564
|
2691
2680
|
pulumi_oci/waa/__init__.py,sha256=8WGkEBb_DVZkKsHSkgNODVUtedjWl1s1eJ0Mmm_xSMQ,546
|
2692
2681
|
pulumi_oci/waa/_inputs.py,sha256=IQ9aNnPFCHJdfsk-RLrIXtKySnTiJrZT5_-7yyTtdhM,8335
|
2693
2682
|
pulumi_oci/waa/app_acceleration.py,sha256=_3iXAdjl6dh0W9gevCzAJS7kj0Rs2Yw2Xym9k-JzCGE,34458
|
@@ -2698,7 +2687,7 @@ pulumi_oci/waa/get_app_acceleration_policy.py,sha256=z-Wy3TYjyRVGpH4MHlw6IO2wi-V
|
|
2698
2687
|
pulumi_oci/waa/get_app_accelerations.py,sha256=U-O3nDIRxSU7v6-VL2eDWubnEbZAFOBdg-QZ0PptrPo,9829
|
2699
2688
|
pulumi_oci/waa/outputs.py,sha256=8enRjTrOFvf-1lwv5KZWS_qyEwjjcn9tropzCkZL2qI,30568
|
2700
2689
|
pulumi_oci/waas/__init__.py,sha256=ToufiV_N4h1r7NjPwvz004zNVy30YUEPv47YWrmt74Q,963
|
2701
|
-
pulumi_oci/waas/_inputs.py,sha256=
|
2690
|
+
pulumi_oci/waas/_inputs.py,sha256=9FLUTAz_ANGEbC-j8MvCIcLHrx9EyVcVOptaaTNZME8,250602
|
2702
2691
|
pulumi_oci/waas/address_list.py,sha256=s_mwBP7cvOkhvHbm-GGPDkDyV9tHBkYKUzJmDWfg6E4,25422
|
2703
2692
|
pulumi_oci/waas/certificate.py,sha256=Gj-DOfj9DwGxiuqtK9riZL1HQkXltfL-H8xeBM7Xdy8,48062
|
2704
2693
|
pulumi_oci/waas/custom_protection_rule.py,sha256=J2tIG4XfFtnSLyvtehjG3-SuSTU3eQdwV26ObfCUGR0,45175
|
@@ -2716,12 +2705,12 @@ pulumi_oci/waas/get_protection_rules.py,sha256=fzrGOUL4NX31yp_SqYb6evfX4sNgNL2Oh
|
|
2716
2705
|
pulumi_oci/waas/get_waas_policies.py,sha256=8UbG_J7f-iKaGNohYOQ1Ou_-pMmoL6c1p6tfNKJB5nI,10321
|
2717
2706
|
pulumi_oci/waas/get_waas_policy.py,sha256=YOeu7HRNSdVnhRiQ9qO3DLFIFFM_Ix6IslMcm_Ke7n0,11753
|
2718
2707
|
pulumi_oci/waas/http_redirect.py,sha256=QOjtfFXXVh2kjFAfsdAElVc02h8_xGRk18OPZa0rYBU,28297
|
2719
|
-
pulumi_oci/waas/outputs.py,sha256=
|
2720
|
-
pulumi_oci/waas/policy.py,sha256=
|
2721
|
-
pulumi_oci/waas/protection_rule.py,sha256=
|
2708
|
+
pulumi_oci/waas/outputs.py,sha256=lMQIUs2V8dpQ2HbBYyMuXF5IAWdh8KybVzTEgW9UIKQ,619599
|
2709
|
+
pulumi_oci/waas/policy.py,sha256=WRxdAsiSaW5dHZeh1leObPZhA8ZcJ2l9l6oM1rse5XU,42505
|
2710
|
+
pulumi_oci/waas/protection_rule.py,sha256=cB20CKNsK_kF-voz80DJw5RJSAFIwu-kPs5Uapbi5tE,25173
|
2722
2711
|
pulumi_oci/waas/purge_cache.py,sha256=jU7lROBv0-Gz0bMJAP-wVQO8wXy0eBTL4popZteraR8,12912
|
2723
2712
|
pulumi_oci/waf/__init__.py,sha256=29r6sMHheKYKvxj2zmq3QBTyxmY1P-OP5cGjmyD91xI,742
|
2724
|
-
pulumi_oci/waf/_inputs.py,sha256=
|
2713
|
+
pulumi_oci/waf/_inputs.py,sha256=cEnHebXcdg7BskFrHIr3HjdXcPTgMDxfrnQCB6pGTAw,86119
|
2725
2714
|
pulumi_oci/waf/app_firewall.py,sha256=8Jo1Uoj43kukUtWsH2ITN1A1Li6S3dtEQFpkeKj1RLg,33994
|
2726
2715
|
pulumi_oci/waf/app_firewall_policy.py,sha256=mM_6CZyFws5Z0uuWI3E6VtnAX39t6Rdr8_D-q_mpnvk,68144
|
2727
2716
|
pulumi_oci/waf/get_firewalls.py,sha256=QivQy1mwUeGAOfVqR8tTvIHiPhIFxfyaW0OS9Lm5HF8,9318
|
@@ -2732,9 +2721,9 @@ pulumi_oci/waf/get_protection_capability_group_tags.py,sha256=hylOqX7D0TQ-zEeH1t
|
|
2732
2721
|
pulumi_oci/waf/get_web_app_firewall.py,sha256=tjiU8phuXCBFg6Xi0MyhUsFKRsBo5zIPavQVCtoXDWI,11132
|
2733
2722
|
pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CTiHlxYJuz5GX3izG52A,8394
|
2734
2723
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
|
2735
|
-
pulumi_oci/waf/network_address_list.py,sha256=
|
2736
|
-
pulumi_oci/waf/outputs.py,sha256=
|
2737
|
-
pulumi_oci-1.37.
|
2738
|
-
pulumi_oci-1.37.
|
2739
|
-
pulumi_oci-1.37.
|
2740
|
-
pulumi_oci-1.37.
|
2724
|
+
pulumi_oci/waf/network_address_list.py,sha256=XLU1RQ191_PIRyAmCu458aUENmayf90epspt4drevwk,32543
|
2725
|
+
pulumi_oci/waf/outputs.py,sha256=L_Ay91T3B8xIip2QKrOOW99UlLifV9ByKqO-js2Y84w,227577
|
2726
|
+
pulumi_oci-1.37.0a1715927489.dist-info/METADATA,sha256=A7kvAeCC3GmrIUJM07lUwsyJPexUfIsmRVMmITB3x1Q,3899
|
2727
|
+
pulumi_oci-1.37.0a1715927489.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
2728
|
+
pulumi_oci-1.37.0a1715927489.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2729
|
+
pulumi_oci-1.37.0a1715927489.dist-info/RECORD,,
|