alibabacloud-sls20201230 5.9.0__py3-none-any.whl → 5.11.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- alibabacloud_sls20201230/__init__.py +1 -1
- alibabacloud_sls20201230/client.py +12484 -17929
- alibabacloud_sls20201230/models/__init__.py +1115 -0
- alibabacloud_sls20201230/models/_agent_instance_config_gray_configs.py +41 -0
- alibabacloud_sls20201230/models/_alert.py +99 -0
- alibabacloud_sls20201230/models/_alert_configuration.py +277 -0
- alibabacloud_sls20201230/models/_alert_query.py +137 -0
- alibabacloud_sls20201230/models/_alert_tag.py +41 -0
- alibabacloud_sls20201230/models/_apply_config_to_machine_group_response.py +43 -0
- alibabacloud_sls20201230/models/_async_sql_response_data.py +157 -0
- alibabacloud_sls20201230/models/_azure_blob_ingestion.py +115 -0
- alibabacloud_sls20201230/models/_azure_blob_ingestion_configuration.py +44 -0
- alibabacloud_sls20201230/models/_azure_blob_ingestion_configuration_source.py +170 -0
- alibabacloud_sls20201230/models/_call_ai_tools_request.py +52 -0
- alibabacloud_sls20201230/models/_call_ai_tools_response.py +51 -0
- alibabacloud_sls20201230/models/_change_resource_group_request.py +56 -0
- alibabacloud_sls20201230/models/_change_resource_group_response.py +43 -0
- alibabacloud_sls20201230/models/_chart.py +72 -0
- alibabacloud_sls20201230/models/_condition_configuration.py +41 -0
- alibabacloud_sls20201230/models/_consume_processor.py +79 -0
- alibabacloud_sls20201230/models/_consume_processor_configuration.py +34 -0
- alibabacloud_sls20201230/models/_consumer_group.py +49 -0
- alibabacloud_sls20201230/models/_consumer_group_heart_beat_request.py +49 -0
- alibabacloud_sls20201230/models/_consumer_group_heart_beat_response.py +51 -0
- alibabacloud_sls20201230/models/_consumer_group_update_check_point_request.py +70 -0
- alibabacloud_sls20201230/models/_consumer_group_update_check_point_response.py +43 -0
- alibabacloud_sls20201230/models/_copilot_action.py +211 -0
- alibabacloud_sls20201230/models/_create_agent_instance_config_request.py +70 -0
- alibabacloud_sls20201230/models/_create_agent_instance_config_response.py +43 -0
- alibabacloud_sls20201230/models/_create_alert_request.py +84 -0
- alibabacloud_sls20201230/models/_create_alert_response.py +43 -0
- alibabacloud_sls20201230/models/_create_annotation_data_set_request.py +46 -0
- alibabacloud_sls20201230/models/_create_annotation_data_set_response.py +43 -0
- alibabacloud_sls20201230/models/_create_annotation_label_request.py +37 -0
- alibabacloud_sls20201230/models/_create_annotation_label_response.py +43 -0
- alibabacloud_sls20201230/models/_create_azure_blob_ingestion_request.py +74 -0
- alibabacloud_sls20201230/models/_create_azure_blob_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_create_config_request.py +37 -0
- alibabacloud_sls20201230/models/_create_config_response.py +43 -0
- alibabacloud_sls20201230/models/_create_consumer_group_request.py +66 -0
- alibabacloud_sls20201230/models/_create_consumer_group_response.py +43 -0
- alibabacloud_sls20201230/models/_create_dashboard_request.py +39 -0
- alibabacloud_sls20201230/models/_create_dashboard_response.py +43 -0
- alibabacloud_sls20201230/models/_create_domain_request.py +36 -0
- alibabacloud_sls20201230/models/_create_domain_response.py +43 -0
- alibabacloud_sls20201230/models/_create_download_job_request.py +240 -0
- alibabacloud_sls20201230/models/_create_download_job_response.py +43 -0
- alibabacloud_sls20201230/models/_create_elasticsearch_ingestion_request.py +74 -0
- alibabacloud_sls20201230/models/_create_elasticsearch_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_create_etlrequest.py +70 -0
- alibabacloud_sls20201230/models/_create_etlresponse.py +43 -0
- alibabacloud_sls20201230/models/_create_index_request.py +37 -0
- alibabacloud_sls20201230/models/_create_index_response.py +43 -0
- alibabacloud_sls20201230/models/_create_log_store_request.py +188 -0
- alibabacloud_sls20201230/models/_create_log_store_response.py +43 -0
- alibabacloud_sls20201230/models/_create_logging_request.py +108 -0
- alibabacloud_sls20201230/models/_create_logging_response.py +43 -0
- alibabacloud_sls20201230/models/_create_logtail_pipeline_config_request.py +131 -0
- alibabacloud_sls20201230/models/_create_logtail_pipeline_config_response.py +43 -0
- alibabacloud_sls20201230/models/_create_machine_group_request.py +129 -0
- alibabacloud_sls20201230/models/_create_machine_group_response.py +43 -0
- alibabacloud_sls20201230/models/_create_materialized_view_request.py +73 -0
- alibabacloud_sls20201230/models/_create_materialized_view_response.py +43 -0
- alibabacloud_sls20201230/models/_create_max_compute_export_request.py +70 -0
- alibabacloud_sls20201230/models/_create_max_compute_export_response.py +43 -0
- alibabacloud_sls20201230/models/_create_metric_store_request.py +129 -0
- alibabacloud_sls20201230/models/_create_metric_store_response.py +43 -0
- alibabacloud_sls20201230/models/_create_ossexport_request.py +70 -0
- alibabacloud_sls20201230/models/_create_ossexport_response.py +43 -0
- alibabacloud_sls20201230/models/_create_osshdfsexport_request.py +70 -0
- alibabacloud_sls20201230/models/_create_osshdfsexport_response.py +43 -0
- alibabacloud_sls20201230/models/_create_ossingestion_request.py +82 -0
- alibabacloud_sls20201230/models/_create_ossingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_create_project_request.py +87 -0
- alibabacloud_sls20201230/models/_create_project_response.py +43 -0
- alibabacloud_sls20201230/models/_create_s3ingestion_request.py +73 -0
- alibabacloud_sls20201230/models/_create_s3ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_create_saved_search_request.py +80 -0
- alibabacloud_sls20201230/models/_create_saved_search_response.py +43 -0
- alibabacloud_sls20201230/models/_create_scheduled_sqlrequest.py +75 -0
- alibabacloud_sls20201230/models/_create_scheduled_sqlresponse.py +43 -0
- alibabacloud_sls20201230/models/_create_sql_instance_request.py +47 -0
- alibabacloud_sls20201230/models/_create_sql_instance_response.py +43 -0
- alibabacloud_sls20201230/models/_create_store_view_request.py +73 -0
- alibabacloud_sls20201230/models/_create_store_view_response.py +43 -0
- alibabacloud_sls20201230/models/_create_ticket_request.py +46 -0
- alibabacloud_sls20201230/models/_create_ticket_response.py +54 -0
- alibabacloud_sls20201230/models/_create_ticket_response_body.py +34 -0
- alibabacloud_sls20201230/models/_dashboard.py +79 -0
- alibabacloud_sls20201230/models/_delete_agent_instance_config_request.py +35 -0
- alibabacloud_sls20201230/models/_delete_agent_instance_config_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_agent_instance_config_shrink_request.py +33 -0
- alibabacloud_sls20201230/models/_delete_alert_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_annotation_data_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_annotation_data_set_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_annotation_label_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_azure_blob_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_collection_policy_request.py +41 -0
- alibabacloud_sls20201230/models/_delete_collection_policy_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_config_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_consume_processor_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_consumer_group_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_dashboard_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_domain_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_download_job_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_elasticsearch_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_etlresponse.py +43 -0
- alibabacloud_sls20201230/models/_delete_index_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_ingest_processor_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_log_store_logs_task.py +81 -0
- alibabacloud_sls20201230/models/_delete_log_store_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_logging_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_logtail_pipeline_config_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_machine_group_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_materialized_view_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_max_compute_export_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_metric_store_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_ossexport_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_osshdfsexport_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_ossingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_project_policy_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_project_request.py +33 -0
- alibabacloud_sls20201230/models/_delete_project_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_s3ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_saved_search_response.py +43 -0
- alibabacloud_sls20201230/models/_delete_scheduled_sqlresponse.py +43 -0
- alibabacloud_sls20201230/models/_delete_store_view_response.py +43 -0
- alibabacloud_sls20201230/models/_describe_regions_request.py +40 -0
- alibabacloud_sls20201230/models/_describe_regions_response.py +54 -0
- alibabacloud_sls20201230/models/_describe_regions_response_body.py +115 -0
- alibabacloud_sls20201230/models/_disable_alert_response.py +43 -0
- alibabacloud_sls20201230/models/_disable_scheduled_sqlresponse.py +43 -0
- alibabacloud_sls20201230/models/_enable_alert_response.py +43 -0
- alibabacloud_sls20201230/models/_enable_scheduled_sqlresponse.py +43 -0
- alibabacloud_sls20201230/models/_encrypt_conf.py +53 -0
- alibabacloud_sls20201230/models/_encrypt_user_cmk_conf.py +52 -0
- alibabacloud_sls20201230/models/_esingestion.py +107 -0
- alibabacloud_sls20201230/models/_esingestion_configuration.py +46 -0
- alibabacloud_sls20201230/models/_esingestion_configuration_source.py +143 -0
- alibabacloud_sls20201230/models/_etl.py +95 -0
- alibabacloud_sls20201230/models/_etlconfiguration.py +122 -0
- alibabacloud_sls20201230/models/_etlconfiguration_sink.py +95 -0
- alibabacloud_sls20201230/models/_external_store.py +54 -0
- alibabacloud_sls20201230/models/_get_agent_instance_config_request.py +35 -0
- alibabacloud_sls20201230/models/_get_agent_instance_config_response.py +54 -0
- alibabacloud_sls20201230/models/_get_agent_instance_config_response_body.py +84 -0
- alibabacloud_sls20201230/models/_get_agent_instance_config_shrink_request.py +33 -0
- alibabacloud_sls20201230/models/_get_alert_response.py +54 -0
- alibabacloud_sls20201230/models/_get_annotation_data_response.py +54 -0
- alibabacloud_sls20201230/models/_get_annotation_data_set_response.py +54 -0
- alibabacloud_sls20201230/models/_get_annotation_label_response.py +54 -0
- alibabacloud_sls20201230/models/_get_applied_configs_response.py +54 -0
- alibabacloud_sls20201230/models/_get_applied_configs_response_body.py +45 -0
- alibabacloud_sls20201230/models/_get_applied_machine_groups_response.py +54 -0
- alibabacloud_sls20201230/models/_get_applied_machine_groups_response_body.py +45 -0
- alibabacloud_sls20201230/models/_get_async_sql_request.py +41 -0
- alibabacloud_sls20201230/models/_get_async_sql_response.py +54 -0
- alibabacloud_sls20201230/models/_get_azure_blob_ingestion_response.py +54 -0
- alibabacloud_sls20201230/models/_get_check_point_request.py +37 -0
- alibabacloud_sls20201230/models/_get_check_point_response.py +115 -0
- alibabacloud_sls20201230/models/_get_collection_policy_request.py +41 -0
- alibabacloud_sls20201230/models/_get_collection_policy_response.py +54 -0
- alibabacloud_sls20201230/models/_get_collection_policy_response_body.py +328 -0
- alibabacloud_sls20201230/models/_get_config_response.py +54 -0
- alibabacloud_sls20201230/models/_get_consume_processor_response.py +54 -0
- alibabacloud_sls20201230/models/_get_context_logs_request.py +69 -0
- alibabacloud_sls20201230/models/_get_context_logs_response.py +54 -0
- alibabacloud_sls20201230/models/_get_context_logs_response_body.py +75 -0
- alibabacloud_sls20201230/models/_get_cursor_request.py +36 -0
- alibabacloud_sls20201230/models/_get_cursor_response.py +54 -0
- alibabacloud_sls20201230/models/_get_cursor_response_body.py +34 -0
- alibabacloud_sls20201230/models/_get_cursor_time_request.py +36 -0
- alibabacloud_sls20201230/models/_get_cursor_time_response.py +54 -0
- alibabacloud_sls20201230/models/_get_cursor_time_response_body.py +34 -0
- alibabacloud_sls20201230/models/_get_dashboard_response.py +54 -0
- alibabacloud_sls20201230/models/_get_download_job_response.py +54 -0
- alibabacloud_sls20201230/models/_get_download_job_response_body.py +337 -0
- alibabacloud_sls20201230/models/_get_elasticsearch_ingestion_response.py +54 -0
- alibabacloud_sls20201230/models/_get_etlresponse.py +54 -0
- alibabacloud_sls20201230/models/_get_histograms_request.py +65 -0
- alibabacloud_sls20201230/models/_get_histograms_response.py +123 -0
- alibabacloud_sls20201230/models/_get_index_response.py +54 -0
- alibabacloud_sls20201230/models/_get_index_response_body.py +203 -0
- alibabacloud_sls20201230/models/_get_ingest_processor_response.py +54 -0
- alibabacloud_sls20201230/models/_get_log_store_metering_mode_response.py +54 -0
- alibabacloud_sls20201230/models/_get_log_store_metering_mode_response_body.py +34 -0
- alibabacloud_sls20201230/models/_get_log_store_response.py +54 -0
- alibabacloud_sls20201230/models/_get_logging_response.py +54 -0
- alibabacloud_sls20201230/models/_get_logs_request.py +136 -0
- alibabacloud_sls20201230/models/_get_logs_response.py +51 -0
- alibabacloud_sls20201230/models/_get_logs_v2headers.py +49 -0
- alibabacloud_sls20201230/models/_get_logs_v2request.py +138 -0
- alibabacloud_sls20201230/models/_get_logs_v2response.py +54 -0
- alibabacloud_sls20201230/models/_get_logs_v2response_body.py +311 -0
- alibabacloud_sls20201230/models/_get_logtail_pipeline_config_response.py +54 -0
- alibabacloud_sls20201230/models/_get_machine_group_response.py +54 -0
- alibabacloud_sls20201230/models/_get_materialized_view_headers.py +43 -0
- alibabacloud_sls20201230/models/_get_materialized_view_response.py +54 -0
- alibabacloud_sls20201230/models/_get_materialized_view_response_body.py +81 -0
- alibabacloud_sls20201230/models/_get_max_compute_export_response.py +54 -0
- alibabacloud_sls20201230/models/_get_metric_store_metering_mode_response.py +54 -0
- alibabacloud_sls20201230/models/_get_metric_store_metering_mode_response_body.py +34 -0
- alibabacloud_sls20201230/models/_get_metric_store_response.py +54 -0
- alibabacloud_sls20201230/models/_get_metric_store_response_body.py +141 -0
- alibabacloud_sls20201230/models/_get_mlservice_results_request.py +53 -0
- alibabacloud_sls20201230/models/_get_mlservice_results_response.py +54 -0
- alibabacloud_sls20201230/models/_get_mlservice_results_response_body.py +43 -0
- alibabacloud_sls20201230/models/_get_ossexport_response.py +54 -0
- alibabacloud_sls20201230/models/_get_osshdfsexport_response.py +54 -0
- alibabacloud_sls20201230/models/_get_ossingestion_response.py +54 -0
- alibabacloud_sls20201230/models/_get_project_logs_request.py +50 -0
- alibabacloud_sls20201230/models/_get_project_logs_response.py +51 -0
- alibabacloud_sls20201230/models/_get_project_policy_response.py +51 -0
- alibabacloud_sls20201230/models/_get_project_response.py +54 -0
- alibabacloud_sls20201230/models/_get_s3ingestion_response.py +54 -0
- alibabacloud_sls20201230/models/_get_saved_search_response.py +54 -0
- alibabacloud_sls20201230/models/_get_scheduled_sqlresponse.py +54 -0
- alibabacloud_sls20201230/models/_get_sls_service_response.py +54 -0
- alibabacloud_sls20201230/models/_get_sql_instance_response.py +119 -0
- alibabacloud_sls20201230/models/_get_store_view_index_response.py +54 -0
- alibabacloud_sls20201230/models/_get_store_view_index_response_body.py +93 -0
- alibabacloud_sls20201230/models/_get_store_view_response.py +54 -0
- alibabacloud_sls20201230/models/_get_store_view_response_body.py +72 -0
- alibabacloud_sls20201230/models/_group_configuration.py +44 -0
- alibabacloud_sls20201230/models/_histogram.py +57 -0
- alibabacloud_sls20201230/models/_index.py +155 -0
- alibabacloud_sls20201230/models/_index_json_key.py +76 -0
- alibabacloud_sls20201230/models/_index_key.py +109 -0
- alibabacloud_sls20201230/models/_ingest_processor.py +79 -0
- alibabacloud_sls20201230/models/_ingest_processor_configuration.py +42 -0
- alibabacloud_sls20201230/models/_join_configuration.py +41 -0
- alibabacloud_sls20201230/models/_kafka_ingestion.py +115 -0
- alibabacloud_sls20201230/models/_kafka_ingestion_configuration.py +46 -0
- alibabacloud_sls20201230/models/_kafka_ingestion_configuration_source.py +167 -0
- alibabacloud_sls20201230/models/_list_agent_instance_configs_request.py +49 -0
- alibabacloud_sls20201230/models/_list_agent_instance_configs_response.py +54 -0
- alibabacloud_sls20201230/models/_list_agent_instance_configs_response_body.py +95 -0
- alibabacloud_sls20201230/models/_list_ai_tools_response.py +178 -0
- alibabacloud_sls20201230/models/_list_alerts_request.py +50 -0
- alibabacloud_sls20201230/models/_list_alerts_response.py +54 -0
- alibabacloud_sls20201230/models/_list_alerts_response_body.py +63 -0
- alibabacloud_sls20201230/models/_list_annotation_data_request.py +43 -0
- alibabacloud_sls20201230/models/_list_annotation_data_response.py +54 -0
- alibabacloud_sls20201230/models/_list_annotation_data_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_annotation_data_sets_request.py +43 -0
- alibabacloud_sls20201230/models/_list_annotation_data_sets_response.py +54 -0
- alibabacloud_sls20201230/models/_list_annotation_data_sets_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_annotation_labels_request.py +43 -0
- alibabacloud_sls20201230/models/_list_annotation_labels_response.py +54 -0
- alibabacloud_sls20201230/models/_list_annotation_labels_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_azure_blob_ingestion_request.py +49 -0
- alibabacloud_sls20201230/models/_list_azure_blob_ingestion_response.py +54 -0
- alibabacloud_sls20201230/models/_list_azure_blob_ingestion_response_body.py +60 -0
- alibabacloud_sls20201230/models/_list_collection_policies_request.py +82 -0
- alibabacloud_sls20201230/models/_list_collection_policies_response.py +54 -0
- alibabacloud_sls20201230/models/_list_collection_policies_response_body.py +448 -0
- alibabacloud_sls20201230/models/_list_config_request.py +67 -0
- alibabacloud_sls20201230/models/_list_config_response.py +54 -0
- alibabacloud_sls20201230/models/_list_config_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_consume_processors_request.py +61 -0
- alibabacloud_sls20201230/models/_list_consume_processors_response.py +54 -0
- alibabacloud_sls20201230/models/_list_consume_processors_response_body.py +63 -0
- alibabacloud_sls20201230/models/_list_consumer_group_response.py +60 -0
- alibabacloud_sls20201230/models/_list_dashboard_request.py +113 -0
- alibabacloud_sls20201230/models/_list_dashboard_response.py +54 -0
- alibabacloud_sls20201230/models/_list_dashboard_response_body.py +99 -0
- alibabacloud_sls20201230/models/_list_dashboard_shrink_request.py +67 -0
- alibabacloud_sls20201230/models/_list_domains_request.py +52 -0
- alibabacloud_sls20201230/models/_list_domains_response.py +54 -0
- alibabacloud_sls20201230/models/_list_domains_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_download_jobs_request.py +49 -0
- alibabacloud_sls20201230/models/_list_download_jobs_response.py +54 -0
- alibabacloud_sls20201230/models/_list_download_jobs_response_body.py +390 -0
- alibabacloud_sls20201230/models/_list_elasticsearch_ingestions_request.py +49 -0
- alibabacloud_sls20201230/models/_list_elasticsearch_ingestions_response.py +54 -0
- alibabacloud_sls20201230/models/_list_elasticsearch_ingestions_response_body.py +60 -0
- alibabacloud_sls20201230/models/_list_etls_request.py +49 -0
- alibabacloud_sls20201230/models/_list_etls_response.py +54 -0
- alibabacloud_sls20201230/models/_list_etls_response_body.py +62 -0
- alibabacloud_sls20201230/models/_list_ingest_processors_request.py +61 -0
- alibabacloud_sls20201230/models/_list_ingest_processors_response.py +54 -0
- alibabacloud_sls20201230/models/_list_ingest_processors_response_body.py +63 -0
- alibabacloud_sls20201230/models/_list_log_stores_request.py +76 -0
- alibabacloud_sls20201230/models/_list_log_stores_response.py +54 -0
- alibabacloud_sls20201230/models/_list_log_stores_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_logtail_pipeline_config_request.py +69 -0
- alibabacloud_sls20201230/models/_list_logtail_pipeline_config_response.py +54 -0
- alibabacloud_sls20201230/models/_list_logtail_pipeline_config_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_machine_group_request.py +52 -0
- alibabacloud_sls20201230/models/_list_machine_group_response.py +54 -0
- alibabacloud_sls20201230/models/_list_machine_group_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_machines_request.py +43 -0
- alibabacloud_sls20201230/models/_list_machines_response.py +54 -0
- alibabacloud_sls20201230/models/_list_machines_response_body.py +63 -0
- alibabacloud_sls20201230/models/_list_materialized_view_request.py +49 -0
- alibabacloud_sls20201230/models/_list_materialized_view_response.py +54 -0
- alibabacloud_sls20201230/models/_list_materialized_view_response_body.py +51 -0
- alibabacloud_sls20201230/models/_list_materialized_views_request.py +49 -0
- alibabacloud_sls20201230/models/_list_materialized_views_response.py +54 -0
- alibabacloud_sls20201230/models/_list_materialized_views_response_body.py +51 -0
- alibabacloud_sls20201230/models/_list_max_compute_exports_request.py +50 -0
- alibabacloud_sls20201230/models/_list_max_compute_exports_response.py +54 -0
- alibabacloud_sls20201230/models/_list_max_compute_exports_response_body.py +60 -0
- alibabacloud_sls20201230/models/_list_metric_stores_request.py +61 -0
- alibabacloud_sls20201230/models/_list_metric_stores_response.py +54 -0
- alibabacloud_sls20201230/models/_list_metric_stores_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_ossexports_request.py +50 -0
- alibabacloud_sls20201230/models/_list_ossexports_response.py +54 -0
- alibabacloud_sls20201230/models/_list_ossexports_response_body.py +60 -0
- alibabacloud_sls20201230/models/_list_osshdfsexports_request.py +50 -0
- alibabacloud_sls20201230/models/_list_osshdfsexports_response.py +54 -0
- alibabacloud_sls20201230/models/_list_osshdfsexports_response_body.py +60 -0
- alibabacloud_sls20201230/models/_list_ossingestions_request.py +49 -0
- alibabacloud_sls20201230/models/_list_ossingestions_response.py +54 -0
- alibabacloud_sls20201230/models/_list_ossingestions_response_body.py +63 -0
- alibabacloud_sls20201230/models/_list_project_request.py +76 -0
- alibabacloud_sls20201230/models/_list_project_response.py +54 -0
- alibabacloud_sls20201230/models/_list_project_response_body.py +63 -0
- alibabacloud_sls20201230/models/_list_s3ingestions_request.py +49 -0
- alibabacloud_sls20201230/models/_list_s3ingestions_response.py +54 -0
- alibabacloud_sls20201230/models/_list_s3ingestions_response_body.py +60 -0
- alibabacloud_sls20201230/models/_list_saved_search_request.py +43 -0
- alibabacloud_sls20201230/models/_list_saved_search_response.py +54 -0
- alibabacloud_sls20201230/models/_list_saved_search_response_body.py +63 -0
- alibabacloud_sls20201230/models/_list_scheduled_sqls_request.py +51 -0
- alibabacloud_sls20201230/models/_list_scheduled_sqls_response.py +54 -0
- alibabacloud_sls20201230/models/_list_scheduled_sqls_response_body.py +60 -0
- alibabacloud_sls20201230/models/_list_shards_response.py +60 -0
- alibabacloud_sls20201230/models/_list_store_views_request.py +79 -0
- alibabacloud_sls20201230/models/_list_store_views_response.py +54 -0
- alibabacloud_sls20201230/models/_list_store_views_response_body.py +54 -0
- alibabacloud_sls20201230/models/_list_tag_resources_request.py +112 -0
- alibabacloud_sls20201230/models/_list_tag_resources_response.py +54 -0
- alibabacloud_sls20201230/models/_list_tag_resources_response_body.py +109 -0
- alibabacloud_sls20201230/models/_list_tag_resources_shrink_request.py +62 -0
- alibabacloud_sls20201230/models/_log_content.py +43 -0
- alibabacloud_sls20201230/models/_log_group.py +78 -0
- alibabacloud_sls20201230/models/_log_group_list.py +45 -0
- alibabacloud_sls20201230/models/_log_item.py +62 -0
- alibabacloud_sls20201230/models/_log_tag.py +43 -0
- alibabacloud_sls20201230/models/_logging.py +91 -0
- alibabacloud_sls20201230/models/_logstore.py +170 -0
- alibabacloud_sls20201230/models/_logtail_config.py +152 -0
- alibabacloud_sls20201230/models/_logtail_pipeline_config.py +110 -0
- alibabacloud_sls20201230/models/_machine.py +65 -0
- alibabacloud_sls20201230/models/_machine_group.py +108 -0
- alibabacloud_sls20201230/models/_max_compute_export.py +95 -0
- alibabacloud_sls20201230/models/_max_compute_export_configuration.py +73 -0
- alibabacloud_sls20201230/models/_max_compute_export_configuration_sink.py +147 -0
- alibabacloud_sls20201230/models/_merge_shard_response.py +60 -0
- alibabacloud_sls20201230/models/_mldata_param.py +125 -0
- alibabacloud_sls20201230/models/_mldata_param_annotations_value.py +51 -0
- alibabacloud_sls20201230/models/_mldata_param_predictions_value.py +51 -0
- alibabacloud_sls20201230/models/_mldata_set_param.py +97 -0
- alibabacloud_sls20201230/models/_mllabel_param.py +143 -0
- alibabacloud_sls20201230/models/_mlservice_analysis_param.py +43 -0
- alibabacloud_sls20201230/models/_mlservice_param.py +173 -0
- alibabacloud_sls20201230/models/_open_sls_service_response.py +43 -0
- alibabacloud_sls20201230/models/_ossexport.py +94 -0
- alibabacloud_sls20201230/models/_ossexport_configuration.py +214 -0
- alibabacloud_sls20201230/models/_ossingestion.py +115 -0
- alibabacloud_sls20201230/models/_ossingestion_configuration.py +46 -0
- alibabacloud_sls20201230/models/_ossingestion_configuration_source.py +186 -0
- alibabacloud_sls20201230/models/_policy_configuration.py +49 -0
- alibabacloud_sls20201230/models/_processor_associate.py +34 -0
- alibabacloud_sls20201230/models/_project.py +117 -0
- alibabacloud_sls20201230/models/_project_summary.py +79 -0
- alibabacloud_sls20201230/models/_pull_logs_headers.py +43 -0
- alibabacloud_sls20201230/models/_pull_logs_request.py +60 -0
- alibabacloud_sls20201230/models/_pull_logs_response.py +54 -0
- alibabacloud_sls20201230/models/_put_annotation_data_request.py +57 -0
- alibabacloud_sls20201230/models/_put_annotation_data_response.py +43 -0
- alibabacloud_sls20201230/models/_put_consume_processor_request.py +59 -0
- alibabacloud_sls20201230/models/_put_consume_processor_response.py +43 -0
- alibabacloud_sls20201230/models/_put_ingest_processor_request.py +59 -0
- alibabacloud_sls20201230/models/_put_ingest_processor_response.py +43 -0
- alibabacloud_sls20201230/models/_put_logs_headers.py +46 -0
- alibabacloud_sls20201230/models/_put_logs_request.py +37 -0
- alibabacloud_sls20201230/models/_put_logs_response.py +43 -0
- alibabacloud_sls20201230/models/_put_project_policy_request.py +34 -0
- alibabacloud_sls20201230/models/_put_project_policy_response.py +43 -0
- alibabacloud_sls20201230/models/_put_project_transfer_acceleration_request.py +36 -0
- alibabacloud_sls20201230/models/_put_project_transfer_acceleration_response.py +43 -0
- alibabacloud_sls20201230/models/_put_webtracking_request.py +69 -0
- alibabacloud_sls20201230/models/_put_webtracking_response.py +43 -0
- alibabacloud_sls20201230/models/_refresh_token_request.py +45 -0
- alibabacloud_sls20201230/models/_refresh_token_response.py +54 -0
- alibabacloud_sls20201230/models/_refresh_token_response_body.py +33 -0
- alibabacloud_sls20201230/models/_remove_config_from_machine_group_response.py +43 -0
- alibabacloud_sls20201230/models/_s3ingestion.py +115 -0
- alibabacloud_sls20201230/models/_s3ingestion_configuration.py +44 -0
- alibabacloud_sls20201230/models/_s3ingestion_configuration_source.py +211 -0
- alibabacloud_sls20201230/models/_saved_search.py +69 -0
- alibabacloud_sls20201230/models/_schedule.py +74 -0
- alibabacloud_sls20201230/models/_scheduled_sql.py +107 -0
- alibabacloud_sls20201230/models/_scheduled_sqlconfiguration.py +196 -0
- alibabacloud_sls20201230/models/_service_status.py +41 -0
- alibabacloud_sls20201230/models/_severity_configuration.py +44 -0
- alibabacloud_sls20201230/models/_shard.py +65 -0
- alibabacloud_sls20201230/models/_sharding_policy.py +132 -0
- alibabacloud_sls20201230/models/_sink_alerthub_configuration.py +33 -0
- alibabacloud_sls20201230/models/_sink_cms_configuration.py +33 -0
- alibabacloud_sls20201230/models/_sink_event_store_configuration.py +65 -0
- alibabacloud_sls20201230/models/_split_shard_request.py +43 -0
- alibabacloud_sls20201230/models/_split_shard_response.py +60 -0
- alibabacloud_sls20201230/models/_start_azure_blob_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_start_elasticsearch_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_start_etlresponse.py +43 -0
- alibabacloud_sls20201230/models/_start_max_compute_export_response.py +43 -0
- alibabacloud_sls20201230/models/_start_ossexport_response.py +43 -0
- alibabacloud_sls20201230/models/_start_osshdfsexport_response.py +43 -0
- alibabacloud_sls20201230/models/_start_ossingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_stop_azure_blob_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_stop_elasticsearch_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_stop_etlresponse.py +43 -0
- alibabacloud_sls20201230/models/_stop_max_compute_export_response.py +43 -0
- alibabacloud_sls20201230/models/_stop_ossexport_response.py +43 -0
- alibabacloud_sls20201230/models/_stop_osshdfsexport_response.py +43 -0
- alibabacloud_sls20201230/models/_stop_ossingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_store_view_store.py +51 -0
- alibabacloud_sls20201230/models/_submit_async_sql_headers.py +51 -0
- alibabacloud_sls20201230/models/_submit_async_sql_params.py +107 -0
- alibabacloud_sls20201230/models/_submit_async_sql_request.py +36 -0
- alibabacloud_sls20201230/models/_submit_async_sql_response.py +54 -0
- alibabacloud_sls20201230/models/_tag_resources_request.py +123 -0
- alibabacloud_sls20201230/models/_tag_resources_response.py +43 -0
- alibabacloud_sls20201230/models/_template_configuration.py +77 -0
- alibabacloud_sls20201230/models/_ticket.py +121 -0
- alibabacloud_sls20201230/models/_untag_resources_request.py +74 -0
- alibabacloud_sls20201230/models/_untag_resources_response.py +43 -0
- alibabacloud_sls20201230/models/_update_agent_instance_config_request.py +61 -0
- alibabacloud_sls20201230/models/_update_agent_instance_config_response.py +43 -0
- alibabacloud_sls20201230/models/_update_agent_instance_config_shrink_request.py +61 -0
- alibabacloud_sls20201230/models/_update_alert_request.py +73 -0
- alibabacloud_sls20201230/models/_update_alert_response.py +43 -0
- alibabacloud_sls20201230/models/_update_annotation_data_set_request.py +37 -0
- alibabacloud_sls20201230/models/_update_annotation_data_set_response.py +43 -0
- alibabacloud_sls20201230/models/_update_annotation_label_request.py +37 -0
- alibabacloud_sls20201230/models/_update_annotation_label_response.py +43 -0
- alibabacloud_sls20201230/models/_update_azure_blob_ingestion_request.py +65 -0
- alibabacloud_sls20201230/models/_update_azure_blob_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_update_config_request.py +37 -0
- alibabacloud_sls20201230/models/_update_config_response.py +43 -0
- alibabacloud_sls20201230/models/_update_consumer_group_request.py +46 -0
- alibabacloud_sls20201230/models/_update_consumer_group_response.py +43 -0
- alibabacloud_sls20201230/models/_update_dashboard_request.py +87 -0
- alibabacloud_sls20201230/models/_update_dashboard_response.py +43 -0
- alibabacloud_sls20201230/models/_update_elasticsearch_ingestion_request.py +65 -0
- alibabacloud_sls20201230/models/_update_elasticsearch_ingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_update_etlrequest.py +54 -0
- alibabacloud_sls20201230/models/_update_etlresponse.py +43 -0
- alibabacloud_sls20201230/models/_update_index_request.py +37 -0
- alibabacloud_sls20201230/models/_update_index_response.py +43 -0
- alibabacloud_sls20201230/models/_update_log_store_encryption_request.py +103 -0
- alibabacloud_sls20201230/models/_update_log_store_encryption_response.py +43 -0
- alibabacloud_sls20201230/models/_update_log_store_metering_mode_request.py +36 -0
- alibabacloud_sls20201230/models/_update_log_store_metering_mode_response.py +43 -0
- alibabacloud_sls20201230/models/_update_log_store_processor_request.py +36 -0
- alibabacloud_sls20201230/models/_update_log_store_processor_response.py +43 -0
- alibabacloud_sls20201230/models/_update_log_store_request.py +170 -0
- alibabacloud_sls20201230/models/_update_log_store_response.py +43 -0
- alibabacloud_sls20201230/models/_update_logging_request.py +108 -0
- alibabacloud_sls20201230/models/_update_logging_response.py +43 -0
- alibabacloud_sls20201230/models/_update_logtail_pipeline_config_request.py +125 -0
- alibabacloud_sls20201230/models/_update_logtail_pipeline_config_response.py +43 -0
- alibabacloud_sls20201230/models/_update_machine_group_machine_request.py +47 -0
- alibabacloud_sls20201230/models/_update_machine_group_machine_response.py +43 -0
- alibabacloud_sls20201230/models/_update_machine_group_request.py +124 -0
- alibabacloud_sls20201230/models/_update_machine_group_response.py +43 -0
- alibabacloud_sls20201230/models/_update_materialized_view_request.py +57 -0
- alibabacloud_sls20201230/models/_update_materialized_view_response.py +43 -0
- alibabacloud_sls20201230/models/_update_max_compute_export_request.py +59 -0
- alibabacloud_sls20201230/models/_update_max_compute_export_response.py +43 -0
- alibabacloud_sls20201230/models/_update_metric_store_metering_mode_request.py +36 -0
- alibabacloud_sls20201230/models/_update_metric_store_metering_mode_response.py +43 -0
- alibabacloud_sls20201230/models/_update_metric_store_processor_request.py +36 -0
- alibabacloud_sls20201230/models/_update_metric_store_processor_response.py +43 -0
- alibabacloud_sls20201230/models/_update_metric_store_request.py +96 -0
- alibabacloud_sls20201230/models/_update_metric_store_response.py +43 -0
- alibabacloud_sls20201230/models/_update_ossexport_request.py +55 -0
- alibabacloud_sls20201230/models/_update_ossexport_response.py +43 -0
- alibabacloud_sls20201230/models/_update_osshdfsexport_request.py +59 -0
- alibabacloud_sls20201230/models/_update_osshdfsexport_response.py +43 -0
- alibabacloud_sls20201230/models/_update_ossingestion_request.py +71 -0
- alibabacloud_sls20201230/models/_update_ossingestion_response.py +43 -0
- alibabacloud_sls20201230/models/_update_project_request.py +50 -0
- alibabacloud_sls20201230/models/_update_project_response.py +43 -0
- alibabacloud_sls20201230/models/_update_saved_search_request.py +78 -0
- alibabacloud_sls20201230/models/_update_saved_search_response.py +43 -0
- alibabacloud_sls20201230/models/_update_scheduled_sqlrequest.py +66 -0
- alibabacloud_sls20201230/models/_update_scheduled_sqlresponse.py +43 -0
- alibabacloud_sls20201230/models/_update_sql_instance_request.py +43 -0
- alibabacloud_sls20201230/models/_update_sql_instance_response.py +43 -0
- alibabacloud_sls20201230/models/_update_store_view_request.py +76 -0
- alibabacloud_sls20201230/models/_update_store_view_response.py +43 -0
- alibabacloud_sls20201230/models/_upsert_collection_policy_request.py +311 -0
- alibabacloud_sls20201230/models/_upsert_collection_policy_response.py +43 -0
- {alibabacloud_sls20201230-5.9.0.dist-info → alibabacloud_sls20201230-5.11.0.dist-info}/METADATA +8 -7
- alibabacloud_sls20201230-5.11.0.dist-info/RECORD +502 -0
- alibabacloud_sls20201230/models.py +0 -23592
- alibabacloud_sls20201230-5.9.0.dist-info/RECORD +0 -8
- {alibabacloud_sls20201230-5.9.0.dist-info → alibabacloud_sls20201230-5.11.0.dist-info}/LICENSE +0 -0
- {alibabacloud_sls20201230-5.9.0.dist-info → alibabacloud_sls20201230-5.11.0.dist-info}/WHEEL +0 -0
- {alibabacloud_sls20201230-5.9.0.dist-info → alibabacloud_sls20201230-5.11.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1115 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from ._agent_instance_config_gray_configs import AgentInstanceConfigGrayConfigs
|
|
6
|
+
from ._alert import Alert
|
|
7
|
+
from ._alert_configuration import AlertConfiguration
|
|
8
|
+
from ._alert_query import AlertQuery
|
|
9
|
+
from ._alert_tag import AlertTag
|
|
10
|
+
from ._async_sql_response_data import AsyncSqlResponseData
|
|
11
|
+
from ._azure_blob_ingestion import AzureBlobIngestion
|
|
12
|
+
from ._azure_blob_ingestion_configuration import AzureBlobIngestionConfiguration
|
|
13
|
+
from ._azure_blob_ingestion_configuration_source import AzureBlobIngestionConfigurationSource
|
|
14
|
+
from ._condition_configuration import ConditionConfiguration
|
|
15
|
+
from ._consume_processor import ConsumeProcessor
|
|
16
|
+
from ._consume_processor_configuration import ConsumeProcessorConfiguration
|
|
17
|
+
from ._consumer_group import ConsumerGroup
|
|
18
|
+
from ._copilot_action import CopilotAction
|
|
19
|
+
from ._delete_log_store_logs_task import DeleteLogStoreLogsTask
|
|
20
|
+
from ._esingestion import ESIngestion
|
|
21
|
+
from ._esingestion_configuration import ESIngestionConfiguration
|
|
22
|
+
from ._esingestion_configuration_source import ESIngestionConfigurationSource
|
|
23
|
+
from ._etl import ETL
|
|
24
|
+
from ._etlconfiguration import ETLConfiguration
|
|
25
|
+
from ._etlconfiguration_sink import ETLConfigurationSink
|
|
26
|
+
from ._encrypt_conf import EncryptConf
|
|
27
|
+
from ._encrypt_user_cmk_conf import EncryptUserCmkConf
|
|
28
|
+
from ._group_configuration import GroupConfiguration
|
|
29
|
+
from ._histogram import Histogram
|
|
30
|
+
from ._index_json_key import IndexJsonKey
|
|
31
|
+
from ._index_key import IndexKey
|
|
32
|
+
from ._ingest_processor import IngestProcessor
|
|
33
|
+
from ._ingest_processor_configuration import IngestProcessorConfiguration
|
|
34
|
+
from ._join_configuration import JoinConfiguration
|
|
35
|
+
from ._kafka_ingestion import KafkaIngestion
|
|
36
|
+
from ._kafka_ingestion_configuration import KafkaIngestionConfiguration
|
|
37
|
+
from ._kafka_ingestion_configuration_source import KafkaIngestionConfigurationSource
|
|
38
|
+
from ._log_content import LogContent
|
|
39
|
+
from ._log_group import LogGroup
|
|
40
|
+
from ._log_group_list import LogGroupList
|
|
41
|
+
from ._log_item import LogItem
|
|
42
|
+
from ._log_tag import LogTag
|
|
43
|
+
from ._logtail_config import LogtailConfig
|
|
44
|
+
from ._logtail_pipeline_config import LogtailPipelineConfig
|
|
45
|
+
from ._mldata_param import MLDataParam
|
|
46
|
+
from ._mldata_set_param import MLDataSetParam
|
|
47
|
+
from ._mllabel_param import MLLabelParam
|
|
48
|
+
from ._mlservice_analysis_param import MLServiceAnalysisParam
|
|
49
|
+
from ._mlservice_param import MLServiceParam
|
|
50
|
+
from ._max_compute_export import MaxComputeExport
|
|
51
|
+
from ._max_compute_export_configuration import MaxComputeExportConfiguration
|
|
52
|
+
from ._max_compute_export_configuration_sink import MaxComputeExportConfigurationSink
|
|
53
|
+
from ._ossexport import OSSExport
|
|
54
|
+
from ._ossexport_configuration import OSSExportConfiguration
|
|
55
|
+
from ._ossingestion import OSSIngestion
|
|
56
|
+
from ._ossingestion_configuration import OSSIngestionConfiguration
|
|
57
|
+
from ._ossingestion_configuration_source import OSSIngestionConfigurationSource
|
|
58
|
+
from ._policy_configuration import PolicyConfiguration
|
|
59
|
+
from ._processor_associate import ProcessorAssociate
|
|
60
|
+
from ._project_summary import ProjectSummary
|
|
61
|
+
from ._s3ingestion import S3Ingestion
|
|
62
|
+
from ._s3ingestion_configuration import S3IngestionConfiguration
|
|
63
|
+
from ._s3ingestion_configuration_source import S3IngestionConfigurationSource
|
|
64
|
+
from ._saved_search import SavedSearch
|
|
65
|
+
from ._schedule import Schedule
|
|
66
|
+
from ._scheduled_sql import ScheduledSQL
|
|
67
|
+
from ._scheduled_sqlconfiguration import ScheduledSQLConfiguration
|
|
68
|
+
from ._severity_configuration import SeverityConfiguration
|
|
69
|
+
from ._sharding_policy import ShardingPolicy
|
|
70
|
+
from ._sink_alerthub_configuration import SinkAlerthubConfiguration
|
|
71
|
+
from ._sink_cms_configuration import SinkCmsConfiguration
|
|
72
|
+
from ._sink_event_store_configuration import SinkEventStoreConfiguration
|
|
73
|
+
from ._store_view_store import StoreViewStore
|
|
74
|
+
from ._submit_async_sql_params import SubmitAsyncSqlParams
|
|
75
|
+
from ._template_configuration import TemplateConfiguration
|
|
76
|
+
from ._ticket import Ticket
|
|
77
|
+
from ._chart import Chart
|
|
78
|
+
from ._dashboard import Dashboard
|
|
79
|
+
from ._external_store import ExternalStore
|
|
80
|
+
from ._index import Index
|
|
81
|
+
from ._logging import Logging
|
|
82
|
+
from ._logstore import Logstore
|
|
83
|
+
from ._machine import Machine
|
|
84
|
+
from ._machine_group import MachineGroup
|
|
85
|
+
from ._project import Project
|
|
86
|
+
from ._service_status import ServiceStatus
|
|
87
|
+
from ._shard import Shard
|
|
88
|
+
from ._mldata_param_annotations_value import MLDataParamAnnotationsValue
|
|
89
|
+
from ._mldata_param_predictions_value import MLDataParamPredictionsValue
|
|
90
|
+
from ._apply_config_to_machine_group_response import ApplyConfigToMachineGroupResponse
|
|
91
|
+
from ._call_ai_tools_request import CallAiToolsRequest
|
|
92
|
+
from ._call_ai_tools_response import CallAiToolsResponse
|
|
93
|
+
from ._change_resource_group_request import ChangeResourceGroupRequest
|
|
94
|
+
from ._change_resource_group_response import ChangeResourceGroupResponse
|
|
95
|
+
from ._consumer_group_heart_beat_request import ConsumerGroupHeartBeatRequest
|
|
96
|
+
from ._consumer_group_heart_beat_response import ConsumerGroupHeartBeatResponse
|
|
97
|
+
from ._consumer_group_update_check_point_request import ConsumerGroupUpdateCheckPointRequest
|
|
98
|
+
from ._consumer_group_update_check_point_response import ConsumerGroupUpdateCheckPointResponse
|
|
99
|
+
from ._create_agent_instance_config_request import CreateAgentInstanceConfigRequest
|
|
100
|
+
from ._create_agent_instance_config_response import CreateAgentInstanceConfigResponse
|
|
101
|
+
from ._create_alert_request import CreateAlertRequest
|
|
102
|
+
from ._create_alert_response import CreateAlertResponse
|
|
103
|
+
from ._create_annotation_data_set_request import CreateAnnotationDataSetRequest
|
|
104
|
+
from ._create_annotation_data_set_response import CreateAnnotationDataSetResponse
|
|
105
|
+
from ._create_annotation_label_request import CreateAnnotationLabelRequest
|
|
106
|
+
from ._create_annotation_label_response import CreateAnnotationLabelResponse
|
|
107
|
+
from ._create_azure_blob_ingestion_request import CreateAzureBlobIngestionRequest
|
|
108
|
+
from ._create_azure_blob_ingestion_response import CreateAzureBlobIngestionResponse
|
|
109
|
+
from ._create_config_request import CreateConfigRequest
|
|
110
|
+
from ._create_config_response import CreateConfigResponse
|
|
111
|
+
from ._create_consumer_group_request import CreateConsumerGroupRequest
|
|
112
|
+
from ._create_consumer_group_response import CreateConsumerGroupResponse
|
|
113
|
+
from ._create_dashboard_request import CreateDashboardRequest
|
|
114
|
+
from ._create_dashboard_response import CreateDashboardResponse
|
|
115
|
+
from ._create_domain_request import CreateDomainRequest
|
|
116
|
+
from ._create_domain_response import CreateDomainResponse
|
|
117
|
+
from ._create_download_job_request import CreateDownloadJobRequest
|
|
118
|
+
from ._create_download_job_response import CreateDownloadJobResponse
|
|
119
|
+
from ._create_etlrequest import CreateETLRequest
|
|
120
|
+
from ._create_etlresponse import CreateETLResponse
|
|
121
|
+
from ._create_elasticsearch_ingestion_request import CreateElasticsearchIngestionRequest
|
|
122
|
+
from ._create_elasticsearch_ingestion_response import CreateElasticsearchIngestionResponse
|
|
123
|
+
from ._create_index_request import CreateIndexRequest
|
|
124
|
+
from ._create_index_response import CreateIndexResponse
|
|
125
|
+
from ._create_log_store_request import CreateLogStoreRequest
|
|
126
|
+
from ._create_log_store_response import CreateLogStoreResponse
|
|
127
|
+
from ._create_logging_request import CreateLoggingRequest
|
|
128
|
+
from ._create_logging_response import CreateLoggingResponse
|
|
129
|
+
from ._create_logtail_pipeline_config_request import CreateLogtailPipelineConfigRequest
|
|
130
|
+
from ._create_logtail_pipeline_config_response import CreateLogtailPipelineConfigResponse
|
|
131
|
+
from ._create_machine_group_request import CreateMachineGroupRequest
|
|
132
|
+
from ._create_machine_group_response import CreateMachineGroupResponse
|
|
133
|
+
from ._create_materialized_view_request import CreateMaterializedViewRequest
|
|
134
|
+
from ._create_materialized_view_response import CreateMaterializedViewResponse
|
|
135
|
+
from ._create_max_compute_export_request import CreateMaxComputeExportRequest
|
|
136
|
+
from ._create_max_compute_export_response import CreateMaxComputeExportResponse
|
|
137
|
+
from ._create_metric_store_request import CreateMetricStoreRequest
|
|
138
|
+
from ._create_metric_store_response import CreateMetricStoreResponse
|
|
139
|
+
from ._create_ossexport_request import CreateOSSExportRequest
|
|
140
|
+
from ._create_ossexport_response import CreateOSSExportResponse
|
|
141
|
+
from ._create_osshdfsexport_request import CreateOSSHDFSExportRequest
|
|
142
|
+
from ._create_osshdfsexport_response import CreateOSSHDFSExportResponse
|
|
143
|
+
from ._create_ossingestion_request import CreateOSSIngestionRequest
|
|
144
|
+
from ._create_ossingestion_response import CreateOSSIngestionResponse
|
|
145
|
+
from ._create_project_request import CreateProjectRequest
|
|
146
|
+
from ._create_project_response import CreateProjectResponse
|
|
147
|
+
from ._create_s3ingestion_request import CreateS3IngestionRequest
|
|
148
|
+
from ._create_s3ingestion_response import CreateS3IngestionResponse
|
|
149
|
+
from ._create_saved_search_request import CreateSavedSearchRequest
|
|
150
|
+
from ._create_saved_search_response import CreateSavedSearchResponse
|
|
151
|
+
from ._create_scheduled_sqlrequest import CreateScheduledSQLRequest
|
|
152
|
+
from ._create_scheduled_sqlresponse import CreateScheduledSQLResponse
|
|
153
|
+
from ._create_sql_instance_request import CreateSqlInstanceRequest
|
|
154
|
+
from ._create_sql_instance_response import CreateSqlInstanceResponse
|
|
155
|
+
from ._create_store_view_request import CreateStoreViewRequest
|
|
156
|
+
from ._create_store_view_response import CreateStoreViewResponse
|
|
157
|
+
from ._create_ticket_request import CreateTicketRequest
|
|
158
|
+
from ._create_ticket_response_body import CreateTicketResponseBody
|
|
159
|
+
from ._create_ticket_response import CreateTicketResponse
|
|
160
|
+
from ._delete_agent_instance_config_request import DeleteAgentInstanceConfigRequest
|
|
161
|
+
from ._delete_agent_instance_config_shrink_request import DeleteAgentInstanceConfigShrinkRequest
|
|
162
|
+
from ._delete_agent_instance_config_response import DeleteAgentInstanceConfigResponse
|
|
163
|
+
from ._delete_alert_response import DeleteAlertResponse
|
|
164
|
+
from ._delete_annotation_data_response import DeleteAnnotationDataResponse
|
|
165
|
+
from ._delete_annotation_data_set_response import DeleteAnnotationDataSetResponse
|
|
166
|
+
from ._delete_annotation_label_response import DeleteAnnotationLabelResponse
|
|
167
|
+
from ._delete_azure_blob_ingestion_response import DeleteAzureBlobIngestionResponse
|
|
168
|
+
from ._delete_collection_policy_request import DeleteCollectionPolicyRequest
|
|
169
|
+
from ._delete_collection_policy_response import DeleteCollectionPolicyResponse
|
|
170
|
+
from ._delete_config_response import DeleteConfigResponse
|
|
171
|
+
from ._delete_consume_processor_response import DeleteConsumeProcessorResponse
|
|
172
|
+
from ._delete_consumer_group_response import DeleteConsumerGroupResponse
|
|
173
|
+
from ._delete_dashboard_response import DeleteDashboardResponse
|
|
174
|
+
from ._delete_domain_response import DeleteDomainResponse
|
|
175
|
+
from ._delete_download_job_response import DeleteDownloadJobResponse
|
|
176
|
+
from ._delete_etlresponse import DeleteETLResponse
|
|
177
|
+
from ._delete_elasticsearch_ingestion_response import DeleteElasticsearchIngestionResponse
|
|
178
|
+
from ._delete_index_response import DeleteIndexResponse
|
|
179
|
+
from ._delete_ingest_processor_response import DeleteIngestProcessorResponse
|
|
180
|
+
from ._delete_log_store_response import DeleteLogStoreResponse
|
|
181
|
+
from ._delete_logging_response import DeleteLoggingResponse
|
|
182
|
+
from ._delete_logtail_pipeline_config_response import DeleteLogtailPipelineConfigResponse
|
|
183
|
+
from ._delete_machine_group_response import DeleteMachineGroupResponse
|
|
184
|
+
from ._delete_materialized_view_response import DeleteMaterializedViewResponse
|
|
185
|
+
from ._delete_max_compute_export_response import DeleteMaxComputeExportResponse
|
|
186
|
+
from ._delete_metric_store_response import DeleteMetricStoreResponse
|
|
187
|
+
from ._delete_ossexport_response import DeleteOSSExportResponse
|
|
188
|
+
from ._delete_osshdfsexport_response import DeleteOSSHDFSExportResponse
|
|
189
|
+
from ._delete_ossingestion_response import DeleteOSSIngestionResponse
|
|
190
|
+
from ._delete_project_request import DeleteProjectRequest
|
|
191
|
+
from ._delete_project_response import DeleteProjectResponse
|
|
192
|
+
from ._delete_project_policy_response import DeleteProjectPolicyResponse
|
|
193
|
+
from ._delete_s3ingestion_response import DeleteS3IngestionResponse
|
|
194
|
+
from ._delete_saved_search_response import DeleteSavedSearchResponse
|
|
195
|
+
from ._delete_scheduled_sqlresponse import DeleteScheduledSQLResponse
|
|
196
|
+
from ._delete_store_view_response import DeleteStoreViewResponse
|
|
197
|
+
from ._describe_regions_request import DescribeRegionsRequest
|
|
198
|
+
from ._describe_regions_response_body import DescribeRegionsResponseBody
|
|
199
|
+
from ._describe_regions_response import DescribeRegionsResponse
|
|
200
|
+
from ._disable_alert_response import DisableAlertResponse
|
|
201
|
+
from ._disable_scheduled_sqlresponse import DisableScheduledSQLResponse
|
|
202
|
+
from ._enable_alert_response import EnableAlertResponse
|
|
203
|
+
from ._enable_scheduled_sqlresponse import EnableScheduledSQLResponse
|
|
204
|
+
from ._get_agent_instance_config_request import GetAgentInstanceConfigRequest
|
|
205
|
+
from ._get_agent_instance_config_shrink_request import GetAgentInstanceConfigShrinkRequest
|
|
206
|
+
from ._get_agent_instance_config_response_body import GetAgentInstanceConfigResponseBody
|
|
207
|
+
from ._get_agent_instance_config_response import GetAgentInstanceConfigResponse
|
|
208
|
+
from ._get_alert_response import GetAlertResponse
|
|
209
|
+
from ._get_annotation_data_response import GetAnnotationDataResponse
|
|
210
|
+
from ._get_annotation_data_set_response import GetAnnotationDataSetResponse
|
|
211
|
+
from ._get_annotation_label_response import GetAnnotationLabelResponse
|
|
212
|
+
from ._get_applied_configs_response_body import GetAppliedConfigsResponseBody
|
|
213
|
+
from ._get_applied_configs_response import GetAppliedConfigsResponse
|
|
214
|
+
from ._get_applied_machine_groups_response_body import GetAppliedMachineGroupsResponseBody
|
|
215
|
+
from ._get_applied_machine_groups_response import GetAppliedMachineGroupsResponse
|
|
216
|
+
from ._get_async_sql_request import GetAsyncSqlRequest
|
|
217
|
+
from ._get_async_sql_response import GetAsyncSqlResponse
|
|
218
|
+
from ._get_azure_blob_ingestion_response import GetAzureBlobIngestionResponse
|
|
219
|
+
from ._get_check_point_request import GetCheckPointRequest
|
|
220
|
+
from ._get_check_point_response import GetCheckPointResponse
|
|
221
|
+
from ._get_collection_policy_request import GetCollectionPolicyRequest
|
|
222
|
+
from ._get_collection_policy_response_body import GetCollectionPolicyResponseBody
|
|
223
|
+
from ._get_collection_policy_response import GetCollectionPolicyResponse
|
|
224
|
+
from ._get_config_response import GetConfigResponse
|
|
225
|
+
from ._get_consume_processor_response import GetConsumeProcessorResponse
|
|
226
|
+
from ._get_context_logs_request import GetContextLogsRequest
|
|
227
|
+
from ._get_context_logs_response_body import GetContextLogsResponseBody
|
|
228
|
+
from ._get_context_logs_response import GetContextLogsResponse
|
|
229
|
+
from ._get_cursor_request import GetCursorRequest
|
|
230
|
+
from ._get_cursor_response_body import GetCursorResponseBody
|
|
231
|
+
from ._get_cursor_response import GetCursorResponse
|
|
232
|
+
from ._get_cursor_time_request import GetCursorTimeRequest
|
|
233
|
+
from ._get_cursor_time_response_body import GetCursorTimeResponseBody
|
|
234
|
+
from ._get_cursor_time_response import GetCursorTimeResponse
|
|
235
|
+
from ._get_dashboard_response import GetDashboardResponse
|
|
236
|
+
from ._get_download_job_response_body import GetDownloadJobResponseBody
|
|
237
|
+
from ._get_download_job_response import GetDownloadJobResponse
|
|
238
|
+
from ._get_etlresponse import GetETLResponse
|
|
239
|
+
from ._get_elasticsearch_ingestion_response import GetElasticsearchIngestionResponse
|
|
240
|
+
from ._get_histograms_request import GetHistogramsRequest
|
|
241
|
+
from ._get_histograms_response import GetHistogramsResponse
|
|
242
|
+
from ._get_index_response_body import GetIndexResponseBody
|
|
243
|
+
from ._get_index_response import GetIndexResponse
|
|
244
|
+
from ._get_ingest_processor_response import GetIngestProcessorResponse
|
|
245
|
+
from ._get_log_store_response import GetLogStoreResponse
|
|
246
|
+
from ._get_log_store_metering_mode_response_body import GetLogStoreMeteringModeResponseBody
|
|
247
|
+
from ._get_log_store_metering_mode_response import GetLogStoreMeteringModeResponse
|
|
248
|
+
from ._get_logging_response import GetLoggingResponse
|
|
249
|
+
from ._get_logs_request import GetLogsRequest
|
|
250
|
+
from ._get_logs_response import GetLogsResponse
|
|
251
|
+
from ._get_logs_v2headers import GetLogsV2Headers
|
|
252
|
+
from ._get_logs_v2request import GetLogsV2Request
|
|
253
|
+
from ._get_logs_v2response_body import GetLogsV2ResponseBody
|
|
254
|
+
from ._get_logs_v2response import GetLogsV2Response
|
|
255
|
+
from ._get_logtail_pipeline_config_response import GetLogtailPipelineConfigResponse
|
|
256
|
+
from ._get_mlservice_results_request import GetMLServiceResultsRequest
|
|
257
|
+
from ._get_mlservice_results_response_body import GetMLServiceResultsResponseBody
|
|
258
|
+
from ._get_mlservice_results_response import GetMLServiceResultsResponse
|
|
259
|
+
from ._get_machine_group_response import GetMachineGroupResponse
|
|
260
|
+
from ._get_materialized_view_headers import GetMaterializedViewHeaders
|
|
261
|
+
from ._get_materialized_view_response_body import GetMaterializedViewResponseBody
|
|
262
|
+
from ._get_materialized_view_response import GetMaterializedViewResponse
|
|
263
|
+
from ._get_max_compute_export_response import GetMaxComputeExportResponse
|
|
264
|
+
from ._get_metric_store_response_body import GetMetricStoreResponseBody
|
|
265
|
+
from ._get_metric_store_response import GetMetricStoreResponse
|
|
266
|
+
from ._get_metric_store_metering_mode_response_body import GetMetricStoreMeteringModeResponseBody
|
|
267
|
+
from ._get_metric_store_metering_mode_response import GetMetricStoreMeteringModeResponse
|
|
268
|
+
from ._get_ossexport_response import GetOSSExportResponse
|
|
269
|
+
from ._get_osshdfsexport_response import GetOSSHDFSExportResponse
|
|
270
|
+
from ._get_ossingestion_response import GetOSSIngestionResponse
|
|
271
|
+
from ._get_project_response import GetProjectResponse
|
|
272
|
+
from ._get_project_logs_request import GetProjectLogsRequest
|
|
273
|
+
from ._get_project_logs_response import GetProjectLogsResponse
|
|
274
|
+
from ._get_project_policy_response import GetProjectPolicyResponse
|
|
275
|
+
from ._get_s3ingestion_response import GetS3IngestionResponse
|
|
276
|
+
from ._get_saved_search_response import GetSavedSearchResponse
|
|
277
|
+
from ._get_scheduled_sqlresponse import GetScheduledSQLResponse
|
|
278
|
+
from ._get_sls_service_response import GetSlsServiceResponse
|
|
279
|
+
from ._get_sql_instance_response import GetSqlInstanceResponse
|
|
280
|
+
from ._get_store_view_response_body import GetStoreViewResponseBody
|
|
281
|
+
from ._get_store_view_response import GetStoreViewResponse
|
|
282
|
+
from ._get_store_view_index_response_body import GetStoreViewIndexResponseBody
|
|
283
|
+
from ._get_store_view_index_response import GetStoreViewIndexResponse
|
|
284
|
+
from ._list_agent_instance_configs_request import ListAgentInstanceConfigsRequest
|
|
285
|
+
from ._list_agent_instance_configs_response_body import ListAgentInstanceConfigsResponseBody
|
|
286
|
+
from ._list_agent_instance_configs_response import ListAgentInstanceConfigsResponse
|
|
287
|
+
from ._list_ai_tools_response import ListAiToolsResponse
|
|
288
|
+
from ._list_alerts_request import ListAlertsRequest
|
|
289
|
+
from ._list_alerts_response_body import ListAlertsResponseBody
|
|
290
|
+
from ._list_alerts_response import ListAlertsResponse
|
|
291
|
+
from ._list_annotation_data_request import ListAnnotationDataRequest
|
|
292
|
+
from ._list_annotation_data_response_body import ListAnnotationDataResponseBody
|
|
293
|
+
from ._list_annotation_data_response import ListAnnotationDataResponse
|
|
294
|
+
from ._list_annotation_data_sets_request import ListAnnotationDataSetsRequest
|
|
295
|
+
from ._list_annotation_data_sets_response_body import ListAnnotationDataSetsResponseBody
|
|
296
|
+
from ._list_annotation_data_sets_response import ListAnnotationDataSetsResponse
|
|
297
|
+
from ._list_annotation_labels_request import ListAnnotationLabelsRequest
|
|
298
|
+
from ._list_annotation_labels_response_body import ListAnnotationLabelsResponseBody
|
|
299
|
+
from ._list_annotation_labels_response import ListAnnotationLabelsResponse
|
|
300
|
+
from ._list_azure_blob_ingestion_request import ListAzureBlobIngestionRequest
|
|
301
|
+
from ._list_azure_blob_ingestion_response_body import ListAzureBlobIngestionResponseBody
|
|
302
|
+
from ._list_azure_blob_ingestion_response import ListAzureBlobIngestionResponse
|
|
303
|
+
from ._list_collection_policies_request import ListCollectionPoliciesRequest
|
|
304
|
+
from ._list_collection_policies_response_body import ListCollectionPoliciesResponseBody
|
|
305
|
+
from ._list_collection_policies_response import ListCollectionPoliciesResponse
|
|
306
|
+
from ._list_config_request import ListConfigRequest
|
|
307
|
+
from ._list_config_response_body import ListConfigResponseBody
|
|
308
|
+
from ._list_config_response import ListConfigResponse
|
|
309
|
+
from ._list_consume_processors_request import ListConsumeProcessorsRequest
|
|
310
|
+
from ._list_consume_processors_response_body import ListConsumeProcessorsResponseBody
|
|
311
|
+
from ._list_consume_processors_response import ListConsumeProcessorsResponse
|
|
312
|
+
from ._list_consumer_group_response import ListConsumerGroupResponse
|
|
313
|
+
from ._list_dashboard_request import ListDashboardRequest
|
|
314
|
+
from ._list_dashboard_shrink_request import ListDashboardShrinkRequest
|
|
315
|
+
from ._list_dashboard_response_body import ListDashboardResponseBody
|
|
316
|
+
from ._list_dashboard_response import ListDashboardResponse
|
|
317
|
+
from ._list_domains_request import ListDomainsRequest
|
|
318
|
+
from ._list_domains_response_body import ListDomainsResponseBody
|
|
319
|
+
from ._list_domains_response import ListDomainsResponse
|
|
320
|
+
from ._list_download_jobs_request import ListDownloadJobsRequest
|
|
321
|
+
from ._list_download_jobs_response_body import ListDownloadJobsResponseBody
|
|
322
|
+
from ._list_download_jobs_response import ListDownloadJobsResponse
|
|
323
|
+
from ._list_etls_request import ListETLsRequest
|
|
324
|
+
from ._list_etls_response_body import ListETLsResponseBody
|
|
325
|
+
from ._list_etls_response import ListETLsResponse
|
|
326
|
+
from ._list_elasticsearch_ingestions_request import ListElasticsearchIngestionsRequest
|
|
327
|
+
from ._list_elasticsearch_ingestions_response_body import ListElasticsearchIngestionsResponseBody
|
|
328
|
+
from ._list_elasticsearch_ingestions_response import ListElasticsearchIngestionsResponse
|
|
329
|
+
from ._list_ingest_processors_request import ListIngestProcessorsRequest
|
|
330
|
+
from ._list_ingest_processors_response_body import ListIngestProcessorsResponseBody
|
|
331
|
+
from ._list_ingest_processors_response import ListIngestProcessorsResponse
|
|
332
|
+
from ._list_log_stores_request import ListLogStoresRequest
|
|
333
|
+
from ._list_log_stores_response_body import ListLogStoresResponseBody
|
|
334
|
+
from ._list_log_stores_response import ListLogStoresResponse
|
|
335
|
+
from ._list_logtail_pipeline_config_request import ListLogtailPipelineConfigRequest
|
|
336
|
+
from ._list_logtail_pipeline_config_response_body import ListLogtailPipelineConfigResponseBody
|
|
337
|
+
from ._list_logtail_pipeline_config_response import ListLogtailPipelineConfigResponse
|
|
338
|
+
from ._list_machine_group_request import ListMachineGroupRequest
|
|
339
|
+
from ._list_machine_group_response_body import ListMachineGroupResponseBody
|
|
340
|
+
from ._list_machine_group_response import ListMachineGroupResponse
|
|
341
|
+
from ._list_machines_request import ListMachinesRequest
|
|
342
|
+
from ._list_machines_response_body import ListMachinesResponseBody
|
|
343
|
+
from ._list_machines_response import ListMachinesResponse
|
|
344
|
+
from ._list_materialized_view_request import ListMaterializedViewRequest
|
|
345
|
+
from ._list_materialized_view_response_body import ListMaterializedViewResponseBody
|
|
346
|
+
from ._list_materialized_view_response import ListMaterializedViewResponse
|
|
347
|
+
from ._list_materialized_views_request import ListMaterializedViewsRequest
|
|
348
|
+
from ._list_materialized_views_response_body import ListMaterializedViewsResponseBody
|
|
349
|
+
from ._list_materialized_views_response import ListMaterializedViewsResponse
|
|
350
|
+
from ._list_max_compute_exports_request import ListMaxComputeExportsRequest
|
|
351
|
+
from ._list_max_compute_exports_response_body import ListMaxComputeExportsResponseBody
|
|
352
|
+
from ._list_max_compute_exports_response import ListMaxComputeExportsResponse
|
|
353
|
+
from ._list_metric_stores_request import ListMetricStoresRequest
|
|
354
|
+
from ._list_metric_stores_response_body import ListMetricStoresResponseBody
|
|
355
|
+
from ._list_metric_stores_response import ListMetricStoresResponse
|
|
356
|
+
from ._list_ossexports_request import ListOSSExportsRequest
|
|
357
|
+
from ._list_ossexports_response_body import ListOSSExportsResponseBody
|
|
358
|
+
from ._list_ossexports_response import ListOSSExportsResponse
|
|
359
|
+
from ._list_osshdfsexports_request import ListOSSHDFSExportsRequest
|
|
360
|
+
from ._list_osshdfsexports_response_body import ListOSSHDFSExportsResponseBody
|
|
361
|
+
from ._list_osshdfsexports_response import ListOSSHDFSExportsResponse
|
|
362
|
+
from ._list_ossingestions_request import ListOSSIngestionsRequest
|
|
363
|
+
from ._list_ossingestions_response_body import ListOSSIngestionsResponseBody
|
|
364
|
+
from ._list_ossingestions_response import ListOSSIngestionsResponse
|
|
365
|
+
from ._list_project_request import ListProjectRequest
|
|
366
|
+
from ._list_project_response_body import ListProjectResponseBody
|
|
367
|
+
from ._list_project_response import ListProjectResponse
|
|
368
|
+
from ._list_s3ingestions_request import ListS3IngestionsRequest
|
|
369
|
+
from ._list_s3ingestions_response_body import ListS3IngestionsResponseBody
|
|
370
|
+
from ._list_s3ingestions_response import ListS3IngestionsResponse
|
|
371
|
+
from ._list_saved_search_request import ListSavedSearchRequest
|
|
372
|
+
from ._list_saved_search_response_body import ListSavedSearchResponseBody
|
|
373
|
+
from ._list_saved_search_response import ListSavedSearchResponse
|
|
374
|
+
from ._list_scheduled_sqls_request import ListScheduledSQLsRequest
|
|
375
|
+
from ._list_scheduled_sqls_response_body import ListScheduledSQLsResponseBody
|
|
376
|
+
from ._list_scheduled_sqls_response import ListScheduledSQLsResponse
|
|
377
|
+
from ._list_shards_response import ListShardsResponse
|
|
378
|
+
from ._list_store_views_request import ListStoreViewsRequest
|
|
379
|
+
from ._list_store_views_response_body import ListStoreViewsResponseBody
|
|
380
|
+
from ._list_store_views_response import ListStoreViewsResponse
|
|
381
|
+
from ._list_tag_resources_request import ListTagResourcesRequest
|
|
382
|
+
from ._list_tag_resources_shrink_request import ListTagResourcesShrinkRequest
|
|
383
|
+
from ._list_tag_resources_response_body import ListTagResourcesResponseBody
|
|
384
|
+
from ._list_tag_resources_response import ListTagResourcesResponse
|
|
385
|
+
from ._merge_shard_response import MergeShardResponse
|
|
386
|
+
from ._open_sls_service_response import OpenSlsServiceResponse
|
|
387
|
+
from ._pull_logs_headers import PullLogsHeaders
|
|
388
|
+
from ._pull_logs_request import PullLogsRequest
|
|
389
|
+
from ._pull_logs_response import PullLogsResponse
|
|
390
|
+
from ._put_annotation_data_request import PutAnnotationDataRequest
|
|
391
|
+
from ._put_annotation_data_response import PutAnnotationDataResponse
|
|
392
|
+
from ._put_consume_processor_request import PutConsumeProcessorRequest
|
|
393
|
+
from ._put_consume_processor_response import PutConsumeProcessorResponse
|
|
394
|
+
from ._put_ingest_processor_request import PutIngestProcessorRequest
|
|
395
|
+
from ._put_ingest_processor_response import PutIngestProcessorResponse
|
|
396
|
+
from ._put_logs_headers import PutLogsHeaders
|
|
397
|
+
from ._put_logs_request import PutLogsRequest
|
|
398
|
+
from ._put_logs_response import PutLogsResponse
|
|
399
|
+
from ._put_project_policy_request import PutProjectPolicyRequest
|
|
400
|
+
from ._put_project_policy_response import PutProjectPolicyResponse
|
|
401
|
+
from ._put_project_transfer_acceleration_request import PutProjectTransferAccelerationRequest
|
|
402
|
+
from ._put_project_transfer_acceleration_response import PutProjectTransferAccelerationResponse
|
|
403
|
+
from ._put_webtracking_request import PutWebtrackingRequest
|
|
404
|
+
from ._put_webtracking_response import PutWebtrackingResponse
|
|
405
|
+
from ._refresh_token_request import RefreshTokenRequest
|
|
406
|
+
from ._refresh_token_response_body import RefreshTokenResponseBody
|
|
407
|
+
from ._refresh_token_response import RefreshTokenResponse
|
|
408
|
+
from ._remove_config_from_machine_group_response import RemoveConfigFromMachineGroupResponse
|
|
409
|
+
from ._split_shard_request import SplitShardRequest
|
|
410
|
+
from ._split_shard_response import SplitShardResponse
|
|
411
|
+
from ._start_azure_blob_ingestion_response import StartAzureBlobIngestionResponse
|
|
412
|
+
from ._start_etlresponse import StartETLResponse
|
|
413
|
+
from ._start_elasticsearch_ingestion_response import StartElasticsearchIngestionResponse
|
|
414
|
+
from ._start_max_compute_export_response import StartMaxComputeExportResponse
|
|
415
|
+
from ._start_ossexport_response import StartOSSExportResponse
|
|
416
|
+
from ._start_osshdfsexport_response import StartOSSHDFSExportResponse
|
|
417
|
+
from ._start_ossingestion_response import StartOSSIngestionResponse
|
|
418
|
+
from ._stop_azure_blob_ingestion_response import StopAzureBlobIngestionResponse
|
|
419
|
+
from ._stop_etlresponse import StopETLResponse
|
|
420
|
+
from ._stop_elasticsearch_ingestion_response import StopElasticsearchIngestionResponse
|
|
421
|
+
from ._stop_max_compute_export_response import StopMaxComputeExportResponse
|
|
422
|
+
from ._stop_ossexport_response import StopOSSExportResponse
|
|
423
|
+
from ._stop_osshdfsexport_response import StopOSSHDFSExportResponse
|
|
424
|
+
from ._stop_ossingestion_response import StopOSSIngestionResponse
|
|
425
|
+
from ._submit_async_sql_headers import SubmitAsyncSqlHeaders
|
|
426
|
+
from ._submit_async_sql_request import SubmitAsyncSqlRequest
|
|
427
|
+
from ._submit_async_sql_response import SubmitAsyncSqlResponse
|
|
428
|
+
from ._tag_resources_request import TagResourcesRequest
|
|
429
|
+
from ._tag_resources_response import TagResourcesResponse
|
|
430
|
+
from ._untag_resources_request import UntagResourcesRequest
|
|
431
|
+
from ._untag_resources_response import UntagResourcesResponse
|
|
432
|
+
from ._update_agent_instance_config_request import UpdateAgentInstanceConfigRequest
|
|
433
|
+
from ._update_agent_instance_config_shrink_request import UpdateAgentInstanceConfigShrinkRequest
|
|
434
|
+
from ._update_agent_instance_config_response import UpdateAgentInstanceConfigResponse
|
|
435
|
+
from ._update_alert_request import UpdateAlertRequest
|
|
436
|
+
from ._update_alert_response import UpdateAlertResponse
|
|
437
|
+
from ._update_annotation_data_set_request import UpdateAnnotationDataSetRequest
|
|
438
|
+
from ._update_annotation_data_set_response import UpdateAnnotationDataSetResponse
|
|
439
|
+
from ._update_annotation_label_request import UpdateAnnotationLabelRequest
|
|
440
|
+
from ._update_annotation_label_response import UpdateAnnotationLabelResponse
|
|
441
|
+
from ._update_azure_blob_ingestion_request import UpdateAzureBlobIngestionRequest
|
|
442
|
+
from ._update_azure_blob_ingestion_response import UpdateAzureBlobIngestionResponse
|
|
443
|
+
from ._update_config_request import UpdateConfigRequest
|
|
444
|
+
from ._update_config_response import UpdateConfigResponse
|
|
445
|
+
from ._update_consumer_group_request import UpdateConsumerGroupRequest
|
|
446
|
+
from ._update_consumer_group_response import UpdateConsumerGroupResponse
|
|
447
|
+
from ._update_dashboard_request import UpdateDashboardRequest
|
|
448
|
+
from ._update_dashboard_response import UpdateDashboardResponse
|
|
449
|
+
from ._update_etlrequest import UpdateETLRequest
|
|
450
|
+
from ._update_etlresponse import UpdateETLResponse
|
|
451
|
+
from ._update_elasticsearch_ingestion_request import UpdateElasticsearchIngestionRequest
|
|
452
|
+
from ._update_elasticsearch_ingestion_response import UpdateElasticsearchIngestionResponse
|
|
453
|
+
from ._update_index_request import UpdateIndexRequest
|
|
454
|
+
from ._update_index_response import UpdateIndexResponse
|
|
455
|
+
from ._update_log_store_request import UpdateLogStoreRequest
|
|
456
|
+
from ._update_log_store_response import UpdateLogStoreResponse
|
|
457
|
+
from ._update_log_store_encryption_request import UpdateLogStoreEncryptionRequest
|
|
458
|
+
from ._update_log_store_encryption_response import UpdateLogStoreEncryptionResponse
|
|
459
|
+
from ._update_log_store_metering_mode_request import UpdateLogStoreMeteringModeRequest
|
|
460
|
+
from ._update_log_store_metering_mode_response import UpdateLogStoreMeteringModeResponse
|
|
461
|
+
from ._update_log_store_processor_request import UpdateLogStoreProcessorRequest
|
|
462
|
+
from ._update_log_store_processor_response import UpdateLogStoreProcessorResponse
|
|
463
|
+
from ._update_logging_request import UpdateLoggingRequest
|
|
464
|
+
from ._update_logging_response import UpdateLoggingResponse
|
|
465
|
+
from ._update_logtail_pipeline_config_request import UpdateLogtailPipelineConfigRequest
|
|
466
|
+
from ._update_logtail_pipeline_config_response import UpdateLogtailPipelineConfigResponse
|
|
467
|
+
from ._update_machine_group_request import UpdateMachineGroupRequest
|
|
468
|
+
from ._update_machine_group_response import UpdateMachineGroupResponse
|
|
469
|
+
from ._update_machine_group_machine_request import UpdateMachineGroupMachineRequest
|
|
470
|
+
from ._update_machine_group_machine_response import UpdateMachineGroupMachineResponse
|
|
471
|
+
from ._update_materialized_view_request import UpdateMaterializedViewRequest
|
|
472
|
+
from ._update_materialized_view_response import UpdateMaterializedViewResponse
|
|
473
|
+
from ._update_max_compute_export_request import UpdateMaxComputeExportRequest
|
|
474
|
+
from ._update_max_compute_export_response import UpdateMaxComputeExportResponse
|
|
475
|
+
from ._update_metric_store_request import UpdateMetricStoreRequest
|
|
476
|
+
from ._update_metric_store_response import UpdateMetricStoreResponse
|
|
477
|
+
from ._update_metric_store_metering_mode_request import UpdateMetricStoreMeteringModeRequest
|
|
478
|
+
from ._update_metric_store_metering_mode_response import UpdateMetricStoreMeteringModeResponse
|
|
479
|
+
from ._update_metric_store_processor_request import UpdateMetricStoreProcessorRequest
|
|
480
|
+
from ._update_metric_store_processor_response import UpdateMetricStoreProcessorResponse
|
|
481
|
+
from ._update_ossexport_request import UpdateOSSExportRequest
|
|
482
|
+
from ._update_ossexport_response import UpdateOSSExportResponse
|
|
483
|
+
from ._update_osshdfsexport_request import UpdateOSSHDFSExportRequest
|
|
484
|
+
from ._update_osshdfsexport_response import UpdateOSSHDFSExportResponse
|
|
485
|
+
from ._update_ossingestion_request import UpdateOSSIngestionRequest
|
|
486
|
+
from ._update_ossingestion_response import UpdateOSSIngestionResponse
|
|
487
|
+
from ._update_project_request import UpdateProjectRequest
|
|
488
|
+
from ._update_project_response import UpdateProjectResponse
|
|
489
|
+
from ._update_saved_search_request import UpdateSavedSearchRequest
|
|
490
|
+
from ._update_saved_search_response import UpdateSavedSearchResponse
|
|
491
|
+
from ._update_scheduled_sqlrequest import UpdateScheduledSQLRequest
|
|
492
|
+
from ._update_scheduled_sqlresponse import UpdateScheduledSQLResponse
|
|
493
|
+
from ._update_sql_instance_request import UpdateSqlInstanceRequest
|
|
494
|
+
from ._update_sql_instance_response import UpdateSqlInstanceResponse
|
|
495
|
+
from ._update_store_view_request import UpdateStoreViewRequest
|
|
496
|
+
from ._update_store_view_response import UpdateStoreViewResponse
|
|
497
|
+
from ._upsert_collection_policy_request import UpsertCollectionPolicyRequest
|
|
498
|
+
from ._upsert_collection_policy_response import UpsertCollectionPolicyResponse
|
|
499
|
+
from ._async_sql_response_data import AsyncSqlResponseDataAsyncSqlMetaPB
|
|
500
|
+
from ._copilot_action import CopilotActionParameters
|
|
501
|
+
from ._copilot_action import CopilotActionQueryTemplateParameters
|
|
502
|
+
from ._logtail_config import LogtailConfigOutputDetail
|
|
503
|
+
from ._mllabel_param import MLLabelParamSettings
|
|
504
|
+
from ._mlservice_param import MLServiceParamModel
|
|
505
|
+
from ._mlservice_param import MLServiceParamResource
|
|
506
|
+
from ._ossexport_configuration import OSSExportConfigurationSink
|
|
507
|
+
from ._sharding_policy import ShardingPolicyShardGroup
|
|
508
|
+
from ._sharding_policy import ShardingPolicyShardHash
|
|
509
|
+
from ._submit_async_sql_params import SubmitAsyncSqlParamsExtensions
|
|
510
|
+
from ._index import IndexLine
|
|
511
|
+
from ._logging import LoggingLoggingDetails
|
|
512
|
+
from ._machine_group import MachineGroupGroupAttribute
|
|
513
|
+
from ._create_download_job_request import CreateDownloadJobRequestConfigurationSink
|
|
514
|
+
from ._create_download_job_request import CreateDownloadJobRequestConfiguration
|
|
515
|
+
from ._create_logging_request import CreateLoggingRequestLoggingDetails
|
|
516
|
+
from ._create_machine_group_request import CreateMachineGroupRequestGroupAttribute
|
|
517
|
+
from ._describe_regions_response_body import DescribeRegionsResponseBodyRegions
|
|
518
|
+
from ._get_check_point_response import GetCheckPointResponseBody
|
|
519
|
+
from ._get_collection_policy_response_body import GetCollectionPolicyResponseBodyCollectionPolicyCentralizeConfig
|
|
520
|
+
from ._get_collection_policy_response_body import GetCollectionPolicyResponseBodyCollectionPolicyDataConfig
|
|
521
|
+
from ._get_collection_policy_response_body import GetCollectionPolicyResponseBodyCollectionPolicyPolicyConfig
|
|
522
|
+
from ._get_collection_policy_response_body import GetCollectionPolicyResponseBodyCollectionPolicyResourceDirectory
|
|
523
|
+
from ._get_collection_policy_response_body import GetCollectionPolicyResponseBodyCollectionPolicy
|
|
524
|
+
from ._get_download_job_response_body import GetDownloadJobResponseBodyConfigurationSink
|
|
525
|
+
from ._get_download_job_response_body import GetDownloadJobResponseBodyConfiguration
|
|
526
|
+
from ._get_download_job_response_body import GetDownloadJobResponseBodyExecutionDetails
|
|
527
|
+
from ._get_histograms_response import GetHistogramsResponseBody
|
|
528
|
+
from ._get_index_response_body import GetIndexResponseBodyLine
|
|
529
|
+
from ._get_logs_v2response_body import GetLogsV2ResponseBodyMetaPhraseQueryInfo
|
|
530
|
+
from ._get_logs_v2response_body import GetLogsV2ResponseBodyMeta
|
|
531
|
+
from ._get_sql_instance_response import GetSqlInstanceResponseBody
|
|
532
|
+
from ._get_store_view_index_response_body import GetStoreViewIndexResponseBodyIndexes
|
|
533
|
+
from ._list_agent_instance_configs_response_body import ListAgentInstanceConfigsResponseBodyConfigs
|
|
534
|
+
from ._list_ai_tools_response import ListAiToolsResponseBodyFields
|
|
535
|
+
from ._list_ai_tools_response import ListAiToolsResponseBody
|
|
536
|
+
from ._list_collection_policies_response_body import ListCollectionPoliciesResponseBodyDataCentralizeConfig
|
|
537
|
+
from ._list_collection_policies_response_body import ListCollectionPoliciesResponseBodyDataDataConfig
|
|
538
|
+
from ._list_collection_policies_response_body import ListCollectionPoliciesResponseBodyDataPolicyConfig
|
|
539
|
+
from ._list_collection_policies_response_body import ListCollectionPoliciesResponseBodyDataResourceDirectory
|
|
540
|
+
from ._list_collection_policies_response_body import ListCollectionPoliciesResponseBodyData
|
|
541
|
+
from ._list_collection_policies_response_body import ListCollectionPoliciesResponseBodyStatisticsPolicySourceList
|
|
542
|
+
from ._list_collection_policies_response_body import ListCollectionPoliciesResponseBodyStatistics
|
|
543
|
+
from ._list_dashboard_request import ListDashboardRequestTags
|
|
544
|
+
from ._list_dashboard_response_body import ListDashboardResponseBodyDashboardItems
|
|
545
|
+
from ._list_download_jobs_response_body import ListDownloadJobsResponseBodyResultsConfigurationSink
|
|
546
|
+
from ._list_download_jobs_response_body import ListDownloadJobsResponseBodyResultsConfiguration
|
|
547
|
+
from ._list_download_jobs_response_body import ListDownloadJobsResponseBodyResultsExecutionDetails
|
|
548
|
+
from ._list_download_jobs_response_body import ListDownloadJobsResponseBodyResults
|
|
549
|
+
from ._list_tag_resources_request import ListTagResourcesRequestTags
|
|
550
|
+
from ._list_tag_resources_response_body import ListTagResourcesResponseBodyTagResources
|
|
551
|
+
from ._tag_resources_request import TagResourcesRequestTags
|
|
552
|
+
from ._update_log_store_encryption_request import UpdateLogStoreEncryptionRequestUserCmkInfo
|
|
553
|
+
from ._update_logging_request import UpdateLoggingRequestLoggingDetails
|
|
554
|
+
from ._update_machine_group_request import UpdateMachineGroupRequestGroupAttribute
|
|
555
|
+
from ._upsert_collection_policy_request import UpsertCollectionPolicyRequestCentralizeConfig
|
|
556
|
+
from ._upsert_collection_policy_request import UpsertCollectionPolicyRequestDataConfig
|
|
557
|
+
from ._upsert_collection_policy_request import UpsertCollectionPolicyRequestPolicyConfig
|
|
558
|
+
from ._upsert_collection_policy_request import UpsertCollectionPolicyRequestResourceDirectory
|
|
559
|
+
|
|
560
|
+
__all__ = [
|
|
561
|
+
AgentInstanceConfigGrayConfigs,
|
|
562
|
+
Alert,
|
|
563
|
+
AlertConfiguration,
|
|
564
|
+
AlertQuery,
|
|
565
|
+
AlertTag,
|
|
566
|
+
AsyncSqlResponseData,
|
|
567
|
+
AzureBlobIngestion,
|
|
568
|
+
AzureBlobIngestionConfiguration,
|
|
569
|
+
AzureBlobIngestionConfigurationSource,
|
|
570
|
+
ConditionConfiguration,
|
|
571
|
+
ConsumeProcessor,
|
|
572
|
+
ConsumeProcessorConfiguration,
|
|
573
|
+
ConsumerGroup,
|
|
574
|
+
CopilotAction,
|
|
575
|
+
DeleteLogStoreLogsTask,
|
|
576
|
+
ESIngestion,
|
|
577
|
+
ESIngestionConfiguration,
|
|
578
|
+
ESIngestionConfigurationSource,
|
|
579
|
+
ETL,
|
|
580
|
+
ETLConfiguration,
|
|
581
|
+
ETLConfigurationSink,
|
|
582
|
+
EncryptConf,
|
|
583
|
+
EncryptUserCmkConf,
|
|
584
|
+
GroupConfiguration,
|
|
585
|
+
Histogram,
|
|
586
|
+
IndexJsonKey,
|
|
587
|
+
IndexKey,
|
|
588
|
+
IngestProcessor,
|
|
589
|
+
IngestProcessorConfiguration,
|
|
590
|
+
JoinConfiguration,
|
|
591
|
+
KafkaIngestion,
|
|
592
|
+
KafkaIngestionConfiguration,
|
|
593
|
+
KafkaIngestionConfigurationSource,
|
|
594
|
+
LogContent,
|
|
595
|
+
LogGroup,
|
|
596
|
+
LogGroupList,
|
|
597
|
+
LogItem,
|
|
598
|
+
LogTag,
|
|
599
|
+
LogtailConfig,
|
|
600
|
+
LogtailPipelineConfig,
|
|
601
|
+
MLDataParam,
|
|
602
|
+
MLDataSetParam,
|
|
603
|
+
MLLabelParam,
|
|
604
|
+
MLServiceAnalysisParam,
|
|
605
|
+
MLServiceParam,
|
|
606
|
+
MaxComputeExport,
|
|
607
|
+
MaxComputeExportConfiguration,
|
|
608
|
+
MaxComputeExportConfigurationSink,
|
|
609
|
+
OSSExport,
|
|
610
|
+
OSSExportConfiguration,
|
|
611
|
+
OSSIngestion,
|
|
612
|
+
OSSIngestionConfiguration,
|
|
613
|
+
OSSIngestionConfigurationSource,
|
|
614
|
+
PolicyConfiguration,
|
|
615
|
+
ProcessorAssociate,
|
|
616
|
+
ProjectSummary,
|
|
617
|
+
S3Ingestion,
|
|
618
|
+
S3IngestionConfiguration,
|
|
619
|
+
S3IngestionConfigurationSource,
|
|
620
|
+
SavedSearch,
|
|
621
|
+
Schedule,
|
|
622
|
+
ScheduledSQL,
|
|
623
|
+
ScheduledSQLConfiguration,
|
|
624
|
+
SeverityConfiguration,
|
|
625
|
+
ShardingPolicy,
|
|
626
|
+
SinkAlerthubConfiguration,
|
|
627
|
+
SinkCmsConfiguration,
|
|
628
|
+
SinkEventStoreConfiguration,
|
|
629
|
+
StoreViewStore,
|
|
630
|
+
SubmitAsyncSqlParams,
|
|
631
|
+
TemplateConfiguration,
|
|
632
|
+
Ticket,
|
|
633
|
+
Chart,
|
|
634
|
+
Dashboard,
|
|
635
|
+
ExternalStore,
|
|
636
|
+
Index,
|
|
637
|
+
Logging,
|
|
638
|
+
Logstore,
|
|
639
|
+
Machine,
|
|
640
|
+
MachineGroup,
|
|
641
|
+
Project,
|
|
642
|
+
ServiceStatus,
|
|
643
|
+
Shard,
|
|
644
|
+
MLDataParamAnnotationsValue,
|
|
645
|
+
MLDataParamPredictionsValue,
|
|
646
|
+
ApplyConfigToMachineGroupResponse,
|
|
647
|
+
CallAiToolsRequest,
|
|
648
|
+
CallAiToolsResponse,
|
|
649
|
+
ChangeResourceGroupRequest,
|
|
650
|
+
ChangeResourceGroupResponse,
|
|
651
|
+
ConsumerGroupHeartBeatRequest,
|
|
652
|
+
ConsumerGroupHeartBeatResponse,
|
|
653
|
+
ConsumerGroupUpdateCheckPointRequest,
|
|
654
|
+
ConsumerGroupUpdateCheckPointResponse,
|
|
655
|
+
CreateAgentInstanceConfigRequest,
|
|
656
|
+
CreateAgentInstanceConfigResponse,
|
|
657
|
+
CreateAlertRequest,
|
|
658
|
+
CreateAlertResponse,
|
|
659
|
+
CreateAnnotationDataSetRequest,
|
|
660
|
+
CreateAnnotationDataSetResponse,
|
|
661
|
+
CreateAnnotationLabelRequest,
|
|
662
|
+
CreateAnnotationLabelResponse,
|
|
663
|
+
CreateAzureBlobIngestionRequest,
|
|
664
|
+
CreateAzureBlobIngestionResponse,
|
|
665
|
+
CreateConfigRequest,
|
|
666
|
+
CreateConfigResponse,
|
|
667
|
+
CreateConsumerGroupRequest,
|
|
668
|
+
CreateConsumerGroupResponse,
|
|
669
|
+
CreateDashboardRequest,
|
|
670
|
+
CreateDashboardResponse,
|
|
671
|
+
CreateDomainRequest,
|
|
672
|
+
CreateDomainResponse,
|
|
673
|
+
CreateDownloadJobRequest,
|
|
674
|
+
CreateDownloadJobResponse,
|
|
675
|
+
CreateETLRequest,
|
|
676
|
+
CreateETLResponse,
|
|
677
|
+
CreateElasticsearchIngestionRequest,
|
|
678
|
+
CreateElasticsearchIngestionResponse,
|
|
679
|
+
CreateIndexRequest,
|
|
680
|
+
CreateIndexResponse,
|
|
681
|
+
CreateLogStoreRequest,
|
|
682
|
+
CreateLogStoreResponse,
|
|
683
|
+
CreateLoggingRequest,
|
|
684
|
+
CreateLoggingResponse,
|
|
685
|
+
CreateLogtailPipelineConfigRequest,
|
|
686
|
+
CreateLogtailPipelineConfigResponse,
|
|
687
|
+
CreateMachineGroupRequest,
|
|
688
|
+
CreateMachineGroupResponse,
|
|
689
|
+
CreateMaterializedViewRequest,
|
|
690
|
+
CreateMaterializedViewResponse,
|
|
691
|
+
CreateMaxComputeExportRequest,
|
|
692
|
+
CreateMaxComputeExportResponse,
|
|
693
|
+
CreateMetricStoreRequest,
|
|
694
|
+
CreateMetricStoreResponse,
|
|
695
|
+
CreateOSSExportRequest,
|
|
696
|
+
CreateOSSExportResponse,
|
|
697
|
+
CreateOSSHDFSExportRequest,
|
|
698
|
+
CreateOSSHDFSExportResponse,
|
|
699
|
+
CreateOSSIngestionRequest,
|
|
700
|
+
CreateOSSIngestionResponse,
|
|
701
|
+
CreateProjectRequest,
|
|
702
|
+
CreateProjectResponse,
|
|
703
|
+
CreateS3IngestionRequest,
|
|
704
|
+
CreateS3IngestionResponse,
|
|
705
|
+
CreateSavedSearchRequest,
|
|
706
|
+
CreateSavedSearchResponse,
|
|
707
|
+
CreateScheduledSQLRequest,
|
|
708
|
+
CreateScheduledSQLResponse,
|
|
709
|
+
CreateSqlInstanceRequest,
|
|
710
|
+
CreateSqlInstanceResponse,
|
|
711
|
+
CreateStoreViewRequest,
|
|
712
|
+
CreateStoreViewResponse,
|
|
713
|
+
CreateTicketRequest,
|
|
714
|
+
CreateTicketResponseBody,
|
|
715
|
+
CreateTicketResponse,
|
|
716
|
+
DeleteAgentInstanceConfigRequest,
|
|
717
|
+
DeleteAgentInstanceConfigShrinkRequest,
|
|
718
|
+
DeleteAgentInstanceConfigResponse,
|
|
719
|
+
DeleteAlertResponse,
|
|
720
|
+
DeleteAnnotationDataResponse,
|
|
721
|
+
DeleteAnnotationDataSetResponse,
|
|
722
|
+
DeleteAnnotationLabelResponse,
|
|
723
|
+
DeleteAzureBlobIngestionResponse,
|
|
724
|
+
DeleteCollectionPolicyRequest,
|
|
725
|
+
DeleteCollectionPolicyResponse,
|
|
726
|
+
DeleteConfigResponse,
|
|
727
|
+
DeleteConsumeProcessorResponse,
|
|
728
|
+
DeleteConsumerGroupResponse,
|
|
729
|
+
DeleteDashboardResponse,
|
|
730
|
+
DeleteDomainResponse,
|
|
731
|
+
DeleteDownloadJobResponse,
|
|
732
|
+
DeleteETLResponse,
|
|
733
|
+
DeleteElasticsearchIngestionResponse,
|
|
734
|
+
DeleteIndexResponse,
|
|
735
|
+
DeleteIngestProcessorResponse,
|
|
736
|
+
DeleteLogStoreResponse,
|
|
737
|
+
DeleteLoggingResponse,
|
|
738
|
+
DeleteLogtailPipelineConfigResponse,
|
|
739
|
+
DeleteMachineGroupResponse,
|
|
740
|
+
DeleteMaterializedViewResponse,
|
|
741
|
+
DeleteMaxComputeExportResponse,
|
|
742
|
+
DeleteMetricStoreResponse,
|
|
743
|
+
DeleteOSSExportResponse,
|
|
744
|
+
DeleteOSSHDFSExportResponse,
|
|
745
|
+
DeleteOSSIngestionResponse,
|
|
746
|
+
DeleteProjectRequest,
|
|
747
|
+
DeleteProjectResponse,
|
|
748
|
+
DeleteProjectPolicyResponse,
|
|
749
|
+
DeleteS3IngestionResponse,
|
|
750
|
+
DeleteSavedSearchResponse,
|
|
751
|
+
DeleteScheduledSQLResponse,
|
|
752
|
+
DeleteStoreViewResponse,
|
|
753
|
+
DescribeRegionsRequest,
|
|
754
|
+
DescribeRegionsResponseBody,
|
|
755
|
+
DescribeRegionsResponse,
|
|
756
|
+
DisableAlertResponse,
|
|
757
|
+
DisableScheduledSQLResponse,
|
|
758
|
+
EnableAlertResponse,
|
|
759
|
+
EnableScheduledSQLResponse,
|
|
760
|
+
GetAgentInstanceConfigRequest,
|
|
761
|
+
GetAgentInstanceConfigShrinkRequest,
|
|
762
|
+
GetAgentInstanceConfigResponseBody,
|
|
763
|
+
GetAgentInstanceConfigResponse,
|
|
764
|
+
GetAlertResponse,
|
|
765
|
+
GetAnnotationDataResponse,
|
|
766
|
+
GetAnnotationDataSetResponse,
|
|
767
|
+
GetAnnotationLabelResponse,
|
|
768
|
+
GetAppliedConfigsResponseBody,
|
|
769
|
+
GetAppliedConfigsResponse,
|
|
770
|
+
GetAppliedMachineGroupsResponseBody,
|
|
771
|
+
GetAppliedMachineGroupsResponse,
|
|
772
|
+
GetAsyncSqlRequest,
|
|
773
|
+
GetAsyncSqlResponse,
|
|
774
|
+
GetAzureBlobIngestionResponse,
|
|
775
|
+
GetCheckPointRequest,
|
|
776
|
+
GetCheckPointResponse,
|
|
777
|
+
GetCollectionPolicyRequest,
|
|
778
|
+
GetCollectionPolicyResponseBody,
|
|
779
|
+
GetCollectionPolicyResponse,
|
|
780
|
+
GetConfigResponse,
|
|
781
|
+
GetConsumeProcessorResponse,
|
|
782
|
+
GetContextLogsRequest,
|
|
783
|
+
GetContextLogsResponseBody,
|
|
784
|
+
GetContextLogsResponse,
|
|
785
|
+
GetCursorRequest,
|
|
786
|
+
GetCursorResponseBody,
|
|
787
|
+
GetCursorResponse,
|
|
788
|
+
GetCursorTimeRequest,
|
|
789
|
+
GetCursorTimeResponseBody,
|
|
790
|
+
GetCursorTimeResponse,
|
|
791
|
+
GetDashboardResponse,
|
|
792
|
+
GetDownloadJobResponseBody,
|
|
793
|
+
GetDownloadJobResponse,
|
|
794
|
+
GetETLResponse,
|
|
795
|
+
GetElasticsearchIngestionResponse,
|
|
796
|
+
GetHistogramsRequest,
|
|
797
|
+
GetHistogramsResponse,
|
|
798
|
+
GetIndexResponseBody,
|
|
799
|
+
GetIndexResponse,
|
|
800
|
+
GetIngestProcessorResponse,
|
|
801
|
+
GetLogStoreResponse,
|
|
802
|
+
GetLogStoreMeteringModeResponseBody,
|
|
803
|
+
GetLogStoreMeteringModeResponse,
|
|
804
|
+
GetLoggingResponse,
|
|
805
|
+
GetLogsRequest,
|
|
806
|
+
GetLogsResponse,
|
|
807
|
+
GetLogsV2Headers,
|
|
808
|
+
GetLogsV2Request,
|
|
809
|
+
GetLogsV2ResponseBody,
|
|
810
|
+
GetLogsV2Response,
|
|
811
|
+
GetLogtailPipelineConfigResponse,
|
|
812
|
+
GetMLServiceResultsRequest,
|
|
813
|
+
GetMLServiceResultsResponseBody,
|
|
814
|
+
GetMLServiceResultsResponse,
|
|
815
|
+
GetMachineGroupResponse,
|
|
816
|
+
GetMaterializedViewHeaders,
|
|
817
|
+
GetMaterializedViewResponseBody,
|
|
818
|
+
GetMaterializedViewResponse,
|
|
819
|
+
GetMaxComputeExportResponse,
|
|
820
|
+
GetMetricStoreResponseBody,
|
|
821
|
+
GetMetricStoreResponse,
|
|
822
|
+
GetMetricStoreMeteringModeResponseBody,
|
|
823
|
+
GetMetricStoreMeteringModeResponse,
|
|
824
|
+
GetOSSExportResponse,
|
|
825
|
+
GetOSSHDFSExportResponse,
|
|
826
|
+
GetOSSIngestionResponse,
|
|
827
|
+
GetProjectResponse,
|
|
828
|
+
GetProjectLogsRequest,
|
|
829
|
+
GetProjectLogsResponse,
|
|
830
|
+
GetProjectPolicyResponse,
|
|
831
|
+
GetS3IngestionResponse,
|
|
832
|
+
GetSavedSearchResponse,
|
|
833
|
+
GetScheduledSQLResponse,
|
|
834
|
+
GetSlsServiceResponse,
|
|
835
|
+
GetSqlInstanceResponse,
|
|
836
|
+
GetStoreViewResponseBody,
|
|
837
|
+
GetStoreViewResponse,
|
|
838
|
+
GetStoreViewIndexResponseBody,
|
|
839
|
+
GetStoreViewIndexResponse,
|
|
840
|
+
ListAgentInstanceConfigsRequest,
|
|
841
|
+
ListAgentInstanceConfigsResponseBody,
|
|
842
|
+
ListAgentInstanceConfigsResponse,
|
|
843
|
+
ListAiToolsResponse,
|
|
844
|
+
ListAlertsRequest,
|
|
845
|
+
ListAlertsResponseBody,
|
|
846
|
+
ListAlertsResponse,
|
|
847
|
+
ListAnnotationDataRequest,
|
|
848
|
+
ListAnnotationDataResponseBody,
|
|
849
|
+
ListAnnotationDataResponse,
|
|
850
|
+
ListAnnotationDataSetsRequest,
|
|
851
|
+
ListAnnotationDataSetsResponseBody,
|
|
852
|
+
ListAnnotationDataSetsResponse,
|
|
853
|
+
ListAnnotationLabelsRequest,
|
|
854
|
+
ListAnnotationLabelsResponseBody,
|
|
855
|
+
ListAnnotationLabelsResponse,
|
|
856
|
+
ListAzureBlobIngestionRequest,
|
|
857
|
+
ListAzureBlobIngestionResponseBody,
|
|
858
|
+
ListAzureBlobIngestionResponse,
|
|
859
|
+
ListCollectionPoliciesRequest,
|
|
860
|
+
ListCollectionPoliciesResponseBody,
|
|
861
|
+
ListCollectionPoliciesResponse,
|
|
862
|
+
ListConfigRequest,
|
|
863
|
+
ListConfigResponseBody,
|
|
864
|
+
ListConfigResponse,
|
|
865
|
+
ListConsumeProcessorsRequest,
|
|
866
|
+
ListConsumeProcessorsResponseBody,
|
|
867
|
+
ListConsumeProcessorsResponse,
|
|
868
|
+
ListConsumerGroupResponse,
|
|
869
|
+
ListDashboardRequest,
|
|
870
|
+
ListDashboardShrinkRequest,
|
|
871
|
+
ListDashboardResponseBody,
|
|
872
|
+
ListDashboardResponse,
|
|
873
|
+
ListDomainsRequest,
|
|
874
|
+
ListDomainsResponseBody,
|
|
875
|
+
ListDomainsResponse,
|
|
876
|
+
ListDownloadJobsRequest,
|
|
877
|
+
ListDownloadJobsResponseBody,
|
|
878
|
+
ListDownloadJobsResponse,
|
|
879
|
+
ListETLsRequest,
|
|
880
|
+
ListETLsResponseBody,
|
|
881
|
+
ListETLsResponse,
|
|
882
|
+
ListElasticsearchIngestionsRequest,
|
|
883
|
+
ListElasticsearchIngestionsResponseBody,
|
|
884
|
+
ListElasticsearchIngestionsResponse,
|
|
885
|
+
ListIngestProcessorsRequest,
|
|
886
|
+
ListIngestProcessorsResponseBody,
|
|
887
|
+
ListIngestProcessorsResponse,
|
|
888
|
+
ListLogStoresRequest,
|
|
889
|
+
ListLogStoresResponseBody,
|
|
890
|
+
ListLogStoresResponse,
|
|
891
|
+
ListLogtailPipelineConfigRequest,
|
|
892
|
+
ListLogtailPipelineConfigResponseBody,
|
|
893
|
+
ListLogtailPipelineConfigResponse,
|
|
894
|
+
ListMachineGroupRequest,
|
|
895
|
+
ListMachineGroupResponseBody,
|
|
896
|
+
ListMachineGroupResponse,
|
|
897
|
+
ListMachinesRequest,
|
|
898
|
+
ListMachinesResponseBody,
|
|
899
|
+
ListMachinesResponse,
|
|
900
|
+
ListMaterializedViewRequest,
|
|
901
|
+
ListMaterializedViewResponseBody,
|
|
902
|
+
ListMaterializedViewResponse,
|
|
903
|
+
ListMaterializedViewsRequest,
|
|
904
|
+
ListMaterializedViewsResponseBody,
|
|
905
|
+
ListMaterializedViewsResponse,
|
|
906
|
+
ListMaxComputeExportsRequest,
|
|
907
|
+
ListMaxComputeExportsResponseBody,
|
|
908
|
+
ListMaxComputeExportsResponse,
|
|
909
|
+
ListMetricStoresRequest,
|
|
910
|
+
ListMetricStoresResponseBody,
|
|
911
|
+
ListMetricStoresResponse,
|
|
912
|
+
ListOSSExportsRequest,
|
|
913
|
+
ListOSSExportsResponseBody,
|
|
914
|
+
ListOSSExportsResponse,
|
|
915
|
+
ListOSSHDFSExportsRequest,
|
|
916
|
+
ListOSSHDFSExportsResponseBody,
|
|
917
|
+
ListOSSHDFSExportsResponse,
|
|
918
|
+
ListOSSIngestionsRequest,
|
|
919
|
+
ListOSSIngestionsResponseBody,
|
|
920
|
+
ListOSSIngestionsResponse,
|
|
921
|
+
ListProjectRequest,
|
|
922
|
+
ListProjectResponseBody,
|
|
923
|
+
ListProjectResponse,
|
|
924
|
+
ListS3IngestionsRequest,
|
|
925
|
+
ListS3IngestionsResponseBody,
|
|
926
|
+
ListS3IngestionsResponse,
|
|
927
|
+
ListSavedSearchRequest,
|
|
928
|
+
ListSavedSearchResponseBody,
|
|
929
|
+
ListSavedSearchResponse,
|
|
930
|
+
ListScheduledSQLsRequest,
|
|
931
|
+
ListScheduledSQLsResponseBody,
|
|
932
|
+
ListScheduledSQLsResponse,
|
|
933
|
+
ListShardsResponse,
|
|
934
|
+
ListStoreViewsRequest,
|
|
935
|
+
ListStoreViewsResponseBody,
|
|
936
|
+
ListStoreViewsResponse,
|
|
937
|
+
ListTagResourcesRequest,
|
|
938
|
+
ListTagResourcesShrinkRequest,
|
|
939
|
+
ListTagResourcesResponseBody,
|
|
940
|
+
ListTagResourcesResponse,
|
|
941
|
+
MergeShardResponse,
|
|
942
|
+
OpenSlsServiceResponse,
|
|
943
|
+
PullLogsHeaders,
|
|
944
|
+
PullLogsRequest,
|
|
945
|
+
PullLogsResponse,
|
|
946
|
+
PutAnnotationDataRequest,
|
|
947
|
+
PutAnnotationDataResponse,
|
|
948
|
+
PutConsumeProcessorRequest,
|
|
949
|
+
PutConsumeProcessorResponse,
|
|
950
|
+
PutIngestProcessorRequest,
|
|
951
|
+
PutIngestProcessorResponse,
|
|
952
|
+
PutLogsHeaders,
|
|
953
|
+
PutLogsRequest,
|
|
954
|
+
PutLogsResponse,
|
|
955
|
+
PutProjectPolicyRequest,
|
|
956
|
+
PutProjectPolicyResponse,
|
|
957
|
+
PutProjectTransferAccelerationRequest,
|
|
958
|
+
PutProjectTransferAccelerationResponse,
|
|
959
|
+
PutWebtrackingRequest,
|
|
960
|
+
PutWebtrackingResponse,
|
|
961
|
+
RefreshTokenRequest,
|
|
962
|
+
RefreshTokenResponseBody,
|
|
963
|
+
RefreshTokenResponse,
|
|
964
|
+
RemoveConfigFromMachineGroupResponse,
|
|
965
|
+
SplitShardRequest,
|
|
966
|
+
SplitShardResponse,
|
|
967
|
+
StartAzureBlobIngestionResponse,
|
|
968
|
+
StartETLResponse,
|
|
969
|
+
StartElasticsearchIngestionResponse,
|
|
970
|
+
StartMaxComputeExportResponse,
|
|
971
|
+
StartOSSExportResponse,
|
|
972
|
+
StartOSSHDFSExportResponse,
|
|
973
|
+
StartOSSIngestionResponse,
|
|
974
|
+
StopAzureBlobIngestionResponse,
|
|
975
|
+
StopETLResponse,
|
|
976
|
+
StopElasticsearchIngestionResponse,
|
|
977
|
+
StopMaxComputeExportResponse,
|
|
978
|
+
StopOSSExportResponse,
|
|
979
|
+
StopOSSHDFSExportResponse,
|
|
980
|
+
StopOSSIngestionResponse,
|
|
981
|
+
SubmitAsyncSqlHeaders,
|
|
982
|
+
SubmitAsyncSqlRequest,
|
|
983
|
+
SubmitAsyncSqlResponse,
|
|
984
|
+
TagResourcesRequest,
|
|
985
|
+
TagResourcesResponse,
|
|
986
|
+
UntagResourcesRequest,
|
|
987
|
+
UntagResourcesResponse,
|
|
988
|
+
UpdateAgentInstanceConfigRequest,
|
|
989
|
+
UpdateAgentInstanceConfigShrinkRequest,
|
|
990
|
+
UpdateAgentInstanceConfigResponse,
|
|
991
|
+
UpdateAlertRequest,
|
|
992
|
+
UpdateAlertResponse,
|
|
993
|
+
UpdateAnnotationDataSetRequest,
|
|
994
|
+
UpdateAnnotationDataSetResponse,
|
|
995
|
+
UpdateAnnotationLabelRequest,
|
|
996
|
+
UpdateAnnotationLabelResponse,
|
|
997
|
+
UpdateAzureBlobIngestionRequest,
|
|
998
|
+
UpdateAzureBlobIngestionResponse,
|
|
999
|
+
UpdateConfigRequest,
|
|
1000
|
+
UpdateConfigResponse,
|
|
1001
|
+
UpdateConsumerGroupRequest,
|
|
1002
|
+
UpdateConsumerGroupResponse,
|
|
1003
|
+
UpdateDashboardRequest,
|
|
1004
|
+
UpdateDashboardResponse,
|
|
1005
|
+
UpdateETLRequest,
|
|
1006
|
+
UpdateETLResponse,
|
|
1007
|
+
UpdateElasticsearchIngestionRequest,
|
|
1008
|
+
UpdateElasticsearchIngestionResponse,
|
|
1009
|
+
UpdateIndexRequest,
|
|
1010
|
+
UpdateIndexResponse,
|
|
1011
|
+
UpdateLogStoreRequest,
|
|
1012
|
+
UpdateLogStoreResponse,
|
|
1013
|
+
UpdateLogStoreEncryptionRequest,
|
|
1014
|
+
UpdateLogStoreEncryptionResponse,
|
|
1015
|
+
UpdateLogStoreMeteringModeRequest,
|
|
1016
|
+
UpdateLogStoreMeteringModeResponse,
|
|
1017
|
+
UpdateLogStoreProcessorRequest,
|
|
1018
|
+
UpdateLogStoreProcessorResponse,
|
|
1019
|
+
UpdateLoggingRequest,
|
|
1020
|
+
UpdateLoggingResponse,
|
|
1021
|
+
UpdateLogtailPipelineConfigRequest,
|
|
1022
|
+
UpdateLogtailPipelineConfigResponse,
|
|
1023
|
+
UpdateMachineGroupRequest,
|
|
1024
|
+
UpdateMachineGroupResponse,
|
|
1025
|
+
UpdateMachineGroupMachineRequest,
|
|
1026
|
+
UpdateMachineGroupMachineResponse,
|
|
1027
|
+
UpdateMaterializedViewRequest,
|
|
1028
|
+
UpdateMaterializedViewResponse,
|
|
1029
|
+
UpdateMaxComputeExportRequest,
|
|
1030
|
+
UpdateMaxComputeExportResponse,
|
|
1031
|
+
UpdateMetricStoreRequest,
|
|
1032
|
+
UpdateMetricStoreResponse,
|
|
1033
|
+
UpdateMetricStoreMeteringModeRequest,
|
|
1034
|
+
UpdateMetricStoreMeteringModeResponse,
|
|
1035
|
+
UpdateMetricStoreProcessorRequest,
|
|
1036
|
+
UpdateMetricStoreProcessorResponse,
|
|
1037
|
+
UpdateOSSExportRequest,
|
|
1038
|
+
UpdateOSSExportResponse,
|
|
1039
|
+
UpdateOSSHDFSExportRequest,
|
|
1040
|
+
UpdateOSSHDFSExportResponse,
|
|
1041
|
+
UpdateOSSIngestionRequest,
|
|
1042
|
+
UpdateOSSIngestionResponse,
|
|
1043
|
+
UpdateProjectRequest,
|
|
1044
|
+
UpdateProjectResponse,
|
|
1045
|
+
UpdateSavedSearchRequest,
|
|
1046
|
+
UpdateSavedSearchResponse,
|
|
1047
|
+
UpdateScheduledSQLRequest,
|
|
1048
|
+
UpdateScheduledSQLResponse,
|
|
1049
|
+
UpdateSqlInstanceRequest,
|
|
1050
|
+
UpdateSqlInstanceResponse,
|
|
1051
|
+
UpdateStoreViewRequest,
|
|
1052
|
+
UpdateStoreViewResponse,
|
|
1053
|
+
UpsertCollectionPolicyRequest,
|
|
1054
|
+
UpsertCollectionPolicyResponse,
|
|
1055
|
+
AsyncSqlResponseDataAsyncSqlMetaPB,
|
|
1056
|
+
CopilotActionParameters,
|
|
1057
|
+
CopilotActionQueryTemplateParameters,
|
|
1058
|
+
LogtailConfigOutputDetail,
|
|
1059
|
+
MLLabelParamSettings,
|
|
1060
|
+
MLServiceParamModel,
|
|
1061
|
+
MLServiceParamResource,
|
|
1062
|
+
OSSExportConfigurationSink,
|
|
1063
|
+
ShardingPolicyShardGroup,
|
|
1064
|
+
ShardingPolicyShardHash,
|
|
1065
|
+
SubmitAsyncSqlParamsExtensions,
|
|
1066
|
+
IndexLine,
|
|
1067
|
+
LoggingLoggingDetails,
|
|
1068
|
+
MachineGroupGroupAttribute,
|
|
1069
|
+
CreateDownloadJobRequestConfigurationSink,
|
|
1070
|
+
CreateDownloadJobRequestConfiguration,
|
|
1071
|
+
CreateLoggingRequestLoggingDetails,
|
|
1072
|
+
CreateMachineGroupRequestGroupAttribute,
|
|
1073
|
+
DescribeRegionsResponseBodyRegions,
|
|
1074
|
+
GetCheckPointResponseBody,
|
|
1075
|
+
GetCollectionPolicyResponseBodyCollectionPolicyCentralizeConfig,
|
|
1076
|
+
GetCollectionPolicyResponseBodyCollectionPolicyDataConfig,
|
|
1077
|
+
GetCollectionPolicyResponseBodyCollectionPolicyPolicyConfig,
|
|
1078
|
+
GetCollectionPolicyResponseBodyCollectionPolicyResourceDirectory,
|
|
1079
|
+
GetCollectionPolicyResponseBodyCollectionPolicy,
|
|
1080
|
+
GetDownloadJobResponseBodyConfigurationSink,
|
|
1081
|
+
GetDownloadJobResponseBodyConfiguration,
|
|
1082
|
+
GetDownloadJobResponseBodyExecutionDetails,
|
|
1083
|
+
GetHistogramsResponseBody,
|
|
1084
|
+
GetIndexResponseBodyLine,
|
|
1085
|
+
GetLogsV2ResponseBodyMetaPhraseQueryInfo,
|
|
1086
|
+
GetLogsV2ResponseBodyMeta,
|
|
1087
|
+
GetSqlInstanceResponseBody,
|
|
1088
|
+
GetStoreViewIndexResponseBodyIndexes,
|
|
1089
|
+
ListAgentInstanceConfigsResponseBodyConfigs,
|
|
1090
|
+
ListAiToolsResponseBodyFields,
|
|
1091
|
+
ListAiToolsResponseBody,
|
|
1092
|
+
ListCollectionPoliciesResponseBodyDataCentralizeConfig,
|
|
1093
|
+
ListCollectionPoliciesResponseBodyDataDataConfig,
|
|
1094
|
+
ListCollectionPoliciesResponseBodyDataPolicyConfig,
|
|
1095
|
+
ListCollectionPoliciesResponseBodyDataResourceDirectory,
|
|
1096
|
+
ListCollectionPoliciesResponseBodyData,
|
|
1097
|
+
ListCollectionPoliciesResponseBodyStatisticsPolicySourceList,
|
|
1098
|
+
ListCollectionPoliciesResponseBodyStatistics,
|
|
1099
|
+
ListDashboardRequestTags,
|
|
1100
|
+
ListDashboardResponseBodyDashboardItems,
|
|
1101
|
+
ListDownloadJobsResponseBodyResultsConfigurationSink,
|
|
1102
|
+
ListDownloadJobsResponseBodyResultsConfiguration,
|
|
1103
|
+
ListDownloadJobsResponseBodyResultsExecutionDetails,
|
|
1104
|
+
ListDownloadJobsResponseBodyResults,
|
|
1105
|
+
ListTagResourcesRequestTags,
|
|
1106
|
+
ListTagResourcesResponseBodyTagResources,
|
|
1107
|
+
TagResourcesRequestTags,
|
|
1108
|
+
UpdateLogStoreEncryptionRequestUserCmkInfo,
|
|
1109
|
+
UpdateLoggingRequestLoggingDetails,
|
|
1110
|
+
UpdateMachineGroupRequestGroupAttribute,
|
|
1111
|
+
UpsertCollectionPolicyRequestCentralizeConfig,
|
|
1112
|
+
UpsertCollectionPolicyRequestDataConfig,
|
|
1113
|
+
UpsertCollectionPolicyRequestPolicyConfig,
|
|
1114
|
+
UpsertCollectionPolicyRequestResourceDirectory
|
|
1115
|
+
]
|