DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CHANGE_MEDIA_ASSET_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_media_asset_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_change_media_asset_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CHANGE_MEDIA_WORKFLOW_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_media_workflow_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_change_media_workflow_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CHANGE_MEDIA_WORKFLOW_CONFIGURATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_media_workflow_configuration_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_change_media_workflow_configuration_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CHANGE_MEDIA_WORKFLOW_JOB_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_media_workflow_job_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_change_media_workflow_job_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CHANGE_STREAM_DISTRIBUTION_CHANNEL_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_stream_distribution_channel_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_change_stream_distribution_channel_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CREATE_MEDIA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_media_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_create_media_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_media_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CREATE_MEDIA_WORKFLOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_media_workflow request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_create_media_workflow_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_media_workflow
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CREATE_MEDIA_WORKFLOW_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_media_workflow_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_create_media_workflow_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_media_workflow_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CREATE_MEDIA_WORKFLOW_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_media_workflow_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_create_media_workflow_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_media_workflow_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CREATE_STREAM_CDN_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_stream_cdn_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_create_stream_cdn_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_cdn_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_stream_cdn_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CREATE_STREAM_DISTRIBUTION_CHANNEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_stream_distribution_channel request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_create_stream_distribution_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_distribution_channel_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_stream_distribution_channel
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_CREATE_STREAM_PACKAGING_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_stream_packaging_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_create_stream_packaging_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_packaging_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_stream_packaging_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_DELETE_MEDIA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_media_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_delete_media_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_DELETE_MEDIA_ASSET_DISTRIBUTION_CHANNEL_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_media_asset_distribution_channel_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_delete_media_asset_distribution_channel_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_DELETE_MEDIA_WORKFLOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_media_workflow request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_delete_media_workflow_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_DELETE_MEDIA_WORKFLOW_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_media_workflow_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_delete_media_workflow_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_DELETE_MEDIA_WORKFLOW_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_media_workflow_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_delete_media_workflow_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_DELETE_STREAM_CDN_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_stream_cdn_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_delete_stream_cdn_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_DELETE_STREAM_DISTRIBUTION_CHANNEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_stream_distribution_channel request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_delete_stream_distribution_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_DELETE_STREAM_PACKAGING_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_stream_packaging_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_delete_stream_packaging_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_MEDIA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_media_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_media_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_media_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_MEDIA_ASSET_DISTRIBUTION_CHANNEL_ATTACHMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_media_asset_distribution_channel_attachment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_media_asset_distribution_channel_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_asset_distribution_channel_attachment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_media_asset_distribution_channel_attachment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_MEDIA_WORKFLOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_media_workflow request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_media_workflow_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_media_workflow
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_MEDIA_WORKFLOW_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_media_workflow_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_media_workflow_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_media_workflow_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_MEDIA_WORKFLOW_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_media_workflow_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_media_workflow_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_media_workflow_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_MEDIA_WORKFLOW_JOB_FACT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_media_workflow_job_fact request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_media_workflow_job_fact_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_job_fact_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_media_workflow_job_fact
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_STREAM_CDN_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_stream_cdn_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_stream_cdn_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_cdn_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_stream_cdn_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_STREAM_DISTRIBUTION_CHANNEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_stream_distribution_channel request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_stream_distribution_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_distribution_channel_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_stream_distribution_channel
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_GET_STREAM_PACKAGING_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_stream_packaging_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_get_stream_packaging_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_packaging_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_stream_packaging_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_INGEST_STREAM_DISTRIBUTION_CHANNEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the ingest_stream_distribution_channel request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_ingest_stream_distribution_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_ingest_stream_distribution_channel_result_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of ingest_stream_distribution_channel
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_MEDIA_ASSET_DISTRIBUTION_CHANNEL_ATTACHMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_media_asset_distribution_channel_attachments request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_media_asset_distribution_channel_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_asset_distribution_channel_attachment_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_media_asset_distribution_channel_attachments
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_MEDIA_ASSETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_media_assets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_media_assets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_asset_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_media_assets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_MEDIA_WORKFLOW_CONFIGURATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_media_workflow_configurations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_media_workflow_configurations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_configuration_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_media_workflow_configurations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_MEDIA_WORKFLOW_JOB_FACTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_media_workflow_job_facts request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_media_workflow_job_facts_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_job_fact_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_media_workflow_job_facts
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_MEDIA_WORKFLOW_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_media_workflow_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_media_workflow_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_job_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_media_workflow_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_MEDIA_WORKFLOW_TASK_DECLARATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_media_workflow_task_declarations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_media_workflow_task_declarations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_task_declaration_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_media_workflow_task_declarations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_MEDIA_WORKFLOWS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_media_workflows request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_media_workflows_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_media_workflows
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_STREAM_CDN_CONFIGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_stream_cdn_configs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_stream_cdn_configs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_cdn_config_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_stream_cdn_configs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_STREAM_DISTRIBUTION_CHANNELS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_stream_distribution_channels request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_stream_distribution_channels_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_distribution_channel_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_stream_distribution_channels
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_STREAM_PACKAGING_CONFIGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_stream_packaging_configs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_stream_packaging_configs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_packaging_config_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_stream_packaging_configs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_LIST_SYSTEM_MEDIA_WORKFLOWS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_system_media_workflows request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_list_system_media_workflows_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_system_media_workflow_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_system_media_workflows
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_UPDATE_MEDIA_ASSET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_media_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_update_media_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_asset_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_media_asset
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_UPDATE_MEDIA_WORKFLOW_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_media_workflow request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_update_media_workflow_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_media_workflow
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_UPDATE_MEDIA_WORKFLOW_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_media_workflow_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_update_media_workflow_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_media_workflow_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_UPDATE_MEDIA_WORKFLOW_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_media_workflow_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_update_media_workflow_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_media_workflow_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_media_workflow_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_UPDATE_STREAM_CDN_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_stream_cdn_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_update_stream_cdn_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_cdn_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_stream_cdn_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_UPDATE_STREAM_DISTRIBUTION_CHANNEL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_stream_distribution_channel request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_update_stream_distribution_channel_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_distribution_channel_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_stream_distribution_channel
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MDS_MEDIA_SERVICES_UPDATE_STREAM_PACKAGING_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_stream_packaging_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mds_media_services_update_stream_packaging_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_media_services_stream_packaging_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;