volcengine-python-sdk 4.0.26__py2.py3-none-any.whl → 4.0.28__py2.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.
Potentially problematic release.
This version of volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/RECORD +427 -44
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/top_level.txt +1 -0
- volcenginesdkacep/__init__.py +15 -0
- volcenginesdkacep/api/acep_api.py +485 -0
- volcenginesdkacep/models/__init__.py +15 -0
- volcenginesdkacep/models/backup_data_request.py +176 -0
- volcenginesdkacep/models/backup_data_response.py +149 -0
- volcenginesdkacep/models/delete_backup_data_request.py +150 -0
- volcenginesdkacep/models/delete_backup_data_response.py +123 -0
- volcenginesdkacep/models/detail_for_backup_data_output.py +201 -0
- volcenginesdkacep/models/detail_for_delete_backup_data_output.py +175 -0
- volcenginesdkacep/models/detail_for_restore_data_output.py +175 -0
- volcenginesdkacep/models/get_dc_bandwidth_daily_peak_request.py +204 -0
- volcenginesdkacep/models/get_dc_bandwidth_daily_peak_response.py +123 -0
- volcenginesdkacep/models/list_backup_data_request.py +254 -0
- volcenginesdkacep/models/list_backup_data_response.py +149 -0
- volcenginesdkacep/models/restore_data_request.py +203 -0
- volcenginesdkacep/models/restore_data_response.py +149 -0
- volcenginesdkacep/models/row_for_get_dc_bandwidth_daily_peak_output.py +253 -0
- volcenginesdkacep/models/row_for_list_backup_data_output.py +799 -0
- volcenginesdkclb/__init__.py +10 -0
- volcenginesdkclb/api/clb_api.py +194 -0
- volcenginesdkclb/models/__init__.py +10 -0
- volcenginesdkclb/models/access_log_for_describe_network_load_balancer_attributes_output.py +175 -0
- volcenginesdkclb/models/add_domain_extension_for_modify_listener_domain_extensions_input.py +175 -0
- volcenginesdkclb/models/convert_load_balancer_billing_type_request.py +27 -1
- volcenginesdkclb/models/describe_listener_attributes_response.py +27 -1
- volcenginesdkclb/models/describe_network_load_balancer_attributes_response.py +27 -1
- volcenginesdkclb/models/describe_nlb_server_groups_request.py +53 -1
- volcenginesdkclb/models/domain_extension_for_describe_listener_attributes_output.py +201 -0
- volcenginesdkclb/models/domain_extension_for_describe_listeners_output.py +201 -0
- volcenginesdkclb/models/listener_for_describe_listeners_output.py +27 -1
- volcenginesdkclb/models/modify_domain_extension_for_modify_listener_domain_extensions_input.py +175 -0
- volcenginesdkclb/models/modify_listener_domain_extensions_request.py +202 -0
- volcenginesdkclb/models/modify_listener_domain_extensions_response.py +123 -0
- volcenginesdkclb/models/modify_network_load_balancer_access_log_request.py +202 -0
- volcenginesdkclb/models/modify_network_load_balancer_access_log_response.py +123 -0
- volcenginesdkclb/models/remove_domain_extension_for_modify_listener_domain_extensions_input.py +123 -0
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdkcore/interceptor/interceptors/build_request_interceptor.py +4 -0
- volcenginesdkcore/interceptor/interceptors/sign_request_interceptor.py +1 -1
- volcenginesdkdbw/__init__.py +18 -0
- volcenginesdkdbw/api/dbw_api.py +388 -0
- volcenginesdkdbw/models/__init__.py +18 -0
- volcenginesdkdbw/models/column_for_get_table_info_output.py +331 -0
- volcenginesdkdbw/models/execute_sql_request.py +231 -0
- volcenginesdkdbw/models/execute_sql_response.py +123 -0
- volcenginesdkdbw/models/foreign_key_for_get_table_info_output.py +279 -0
- volcenginesdkdbw/models/get_table_info_request.py +205 -0
- volcenginesdkdbw/models/get_table_info_response.py +123 -0
- volcenginesdkdbw/models/index_for_get_table_info_output.py +201 -0
- volcenginesdkdbw/models/item_for_list_databases_output.py +279 -0
- volcenginesdkdbw/models/list_databases_request.py +203 -0
- volcenginesdkdbw/models/list_databases_response.py +149 -0
- volcenginesdkdbw/models/list_tables_request.py +230 -0
- volcenginesdkdbw/models/list_tables_response.py +149 -0
- volcenginesdkdbw/models/partition_options_for_get_table_info_output.py +175 -0
- volcenginesdkdbw/models/result_for_execute_sql_output.py +305 -0
- volcenginesdkdbw/models/row_for_execute_sql_output.py +123 -0
- volcenginesdkdbw/models/running_info_for_execute_sql_output.py +201 -0
- volcenginesdkdbw/models/table_meta_for_get_table_info_output.py +383 -0
- volcenginesdkdbw/models/table_options_for_get_table_info_output.py +331 -0
- volcenginesdkgraph/__init__.py +48 -0
- volcenginesdkgraph/api/graph_api.py +951 -78
- volcenginesdkgraph/models/__init__.py +48 -0
- volcenginesdkgraph/models/availability_zone_for_list_graph_rag_service_output.py +253 -0
- volcenginesdkgraph/models/bg3_link_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/bytestore_info_for_list_graph_rag_service_output.py +201 -0
- volcenginesdkgraph/models/conf_checker_for_get_conf_checker_output.py +409 -0
- volcenginesdkgraph/models/conf_checker_for_update_conf_checker_input.py +409 -0
- volcenginesdkgraph/models/conf_checker_for_validate_conf_checker_input.py +409 -0
- volcenginesdkgraph/models/convert_value_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/create_instance_request.py +29 -3
- volcenginesdkgraph/models/first_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/get_conf_checker_request.py +253 -0
- volcenginesdkgraph/models/get_conf_checker_response.py +123 -0
- volcenginesdkgraph/models/graphrag_add_knowledge_base_request.py +178 -0
- volcenginesdkgraph/models/graphrag_add_knowledge_base_response.py +95 -0
- volcenginesdkgraph/models/image_info_for_list_graph_rag_service_output.py +227 -0
- volcenginesdkgraph/models/info_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/info_for_list_tablet_task_output.py +201 -0
- volcenginesdkgraph/models/ins_spec_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/list_graph_rag_service_request.py +178 -0
- volcenginesdkgraph/models/list_graph_rag_service_response.py +149 -0
- volcenginesdkgraph/models/list_tablet_server_request.py +150 -0
- volcenginesdkgraph/models/list_tablet_server_response.py +149 -0
- volcenginesdkgraph/models/list_tablet_task_request.py +177 -0
- volcenginesdkgraph/models/list_tablet_task_response.py +123 -0
- volcenginesdkgraph/models/list_tablets_request.py +254 -0
- volcenginesdkgraph/models/list_tablets_response.py +123 -0
- volcenginesdkgraph/models/migrate_tablet_replica_request.py +257 -0
- volcenginesdkgraph/models/migrate_tablet_replica_response.py +123 -0
- volcenginesdkgraph/models/pending_schedule_replica_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/replica_info_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_close_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/replicas_to_delete_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/replicas_to_failover_by_promote_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_failover_by_reopen_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_open_or_add_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/second_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/storage_info_for_list_graph_rag_service_output.py +149 -0
- volcenginesdkgraph/models/tablet_info_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/tablet_server_info_for_list_tablet_server_output.py +227 -0
- volcenginesdkgraph/models/tablet_task_info_for_list_tablet_task_output.py +435 -0
- volcenginesdkgraph/models/tablet_to_merge_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/tablet_to_split_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/tablets_to_delete_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/tag_for_list_graph_rag_service_output.py +149 -0
- volcenginesdkgraph/models/update_conf_checker_request.py +123 -0
- volcenginesdkgraph/models/update_conf_checker_response.py +123 -0
- volcenginesdkgraph/models/validate_conf_checker_request.py +123 -0
- volcenginesdkgraph/models/validate_conf_checker_response.py +149 -0
- volcenginesdkgraph/models/value_for_list_tablets_output.py +201 -0
- volcenginesdkgraph/models/ve_graph_info_for_list_graph_rag_service_output.py +851 -0
- volcenginesdkid/__init__.py +276 -0
- volcenginesdkid/api/__init__.py +6 -0
- volcenginesdkid/api/id_api.py +7891 -0
- volcenginesdkid/models/__init__.py +272 -0
- volcenginesdkid/models/api_key_auth_config_for_batch_get_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_api_key_input.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_inbound_auth_config_input.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_get_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_list_inbound_auth_configs_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_update_inbound_auth_config_input.py +201 -0
- volcenginesdkid/models/api_key_credential_provider_for_batch_get_api_key_credential_providers_output.py +201 -0
- volcenginesdkid/models/api_key_credential_provider_for_list_api_key_credential_providers_output.py +201 -0
- volcenginesdkid/models/api_key_metadata_for_batch_get_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_api_key_credential_provider_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_api_key_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_inbound_auth_config_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_api_key_credential_provider_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_resource_api_key_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_list_inbound_auth_configs_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_update_api_key_credential_provider_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_update_inbound_auth_config_input.py +149 -0
- volcenginesdkid/models/attach_inbound_auth_config_request.py +151 -0
- volcenginesdkid/models/attach_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/authorization_server_metadata_for_create_oauth2_credential_provider_input.py +201 -0
- volcenginesdkid/models/authorization_server_metadata_for_get_oauth2_credential_provider_output.py +201 -0
- volcenginesdkid/models/authorization_server_metadata_for_update_oauth2_credential_provider_input.py +201 -0
- volcenginesdkid/models/batch_get_api_key_credential_providers_request.py +149 -0
- volcenginesdkid/models/batch_get_api_key_credential_providers_response.py +123 -0
- volcenginesdkid/models/batch_get_inbound_auth_config_request.py +123 -0
- volcenginesdkid/models/batch_get_inbound_auth_config_response.py +123 -0
- volcenginesdkid/models/batch_get_oauth2_credential_providers_request.py +149 -0
- volcenginesdkid/models/batch_get_oauth2_credential_providers_response.py +123 -0
- volcenginesdkid/models/check_api_key_request.py +124 -0
- volcenginesdkid/models/check_api_key_response.py +95 -0
- volcenginesdkid/models/check_permission_request.py +254 -0
- volcenginesdkid/models/check_permission_response.py +149 -0
- volcenginesdkid/models/config_for_create_oauth2_credential_provider_input.py +331 -0
- volcenginesdkid/models/config_for_get_oauth2_credential_provider_output.py +331 -0
- volcenginesdkid/models/config_for_update_oauth2_credential_provider_input.py +331 -0
- volcenginesdkid/models/create_api_key_credential_provider_request.py +203 -0
- volcenginesdkid/models/create_api_key_credential_provider_response.py +175 -0
- volcenginesdkid/models/create_api_key_request.py +150 -0
- volcenginesdkid/models/create_api_key_response.py +95 -0
- volcenginesdkid/models/create_identity_provider_o_auth_request.py +419 -0
- volcenginesdkid/models/create_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/create_identity_provider_oidc_request.py +365 -0
- volcenginesdkid/models/create_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/create_inbound_auth_config_request.py +254 -0
- volcenginesdkid/models/create_inbound_auth_config_response.py +357 -0
- volcenginesdkid/models/create_namespace_request.py +149 -0
- volcenginesdkid/models/create_namespace_response.py +175 -0
- volcenginesdkid/models/create_oauth2_credential_provider_request.py +206 -0
- volcenginesdkid/models/create_oauth2_credential_provider_response.py +175 -0
- volcenginesdkid/models/create_policy_request.py +149 -0
- volcenginesdkid/models/create_policy_response.py +175 -0
- volcenginesdkid/models/create_user_pool_client_request.py +230 -0
- volcenginesdkid/models/create_user_pool_client_response.py +461 -0
- volcenginesdkid/models/create_user_pool_request.py +150 -0
- volcenginesdkid/models/create_user_pool_response.py +383 -0
- volcenginesdkid/models/create_user_request.py +410 -0
- volcenginesdkid/models/create_user_response.py +773 -0
- volcenginesdkid/models/create_users_csv_request.py +124 -0
- volcenginesdkid/models/create_users_csv_response.py +201 -0
- volcenginesdkid/models/create_users_request.py +150 -0
- volcenginesdkid/models/create_users_response.py +201 -0
- volcenginesdkid/models/create_workload_identity_request.py +228 -0
- volcenginesdkid/models/create_workload_identity_response.py +305 -0
- volcenginesdkid/models/create_workload_pool_request.py +149 -0
- volcenginesdkid/models/create_workload_pool_response.py +253 -0
- volcenginesdkid/models/credential_provider_for_list_credential_providers_output.py +253 -0
- volcenginesdkid/models/custom_parameters_for_create_oauth2_credential_provider_input.py +123 -0
- volcenginesdkid/models/custom_parameters_for_get_oauth2_credential_provider_output.py +123 -0
- volcenginesdkid/models/custom_parameters_for_get_resource_oauth2_token_input.py +123 -0
- volcenginesdkid/models/custom_parameters_for_update_oauth2_credential_provider_input.py +123 -0
- volcenginesdkid/models/data_for_list_identity_providers_o_auth_output.py +409 -0
- volcenginesdkid/models/data_for_list_identity_providers_oidc_output.py +357 -0
- volcenginesdkid/models/data_for_list_identity_providers_output.py +227 -0
- volcenginesdkid/models/data_for_list_policies_output.py +175 -0
- volcenginesdkid/models/data_for_list_user_pool_clients_output.py +253 -0
- volcenginesdkid/models/data_for_list_user_pools_output.py +279 -0
- volcenginesdkid/models/data_for_list_users_output.py +773 -0
- volcenginesdkid/models/delete_api_key_credential_provider_request.py +150 -0
- volcenginesdkid/models/delete_api_key_credential_provider_response.py +95 -0
- volcenginesdkid/models/delete_api_key_request.py +151 -0
- volcenginesdkid/models/delete_api_key_response.py +95 -0
- volcenginesdkid/models/delete_identity_provider_o_auth_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_o_auth_response.py +123 -0
- volcenginesdkid/models/delete_identity_provider_oidc_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_oidc_response.py +123 -0
- volcenginesdkid/models/delete_identity_provider_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_response.py +123 -0
- volcenginesdkid/models/delete_inbound_auth_config_request.py +124 -0
- volcenginesdkid/models/delete_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/delete_namespace_request.py +123 -0
- volcenginesdkid/models/delete_namespace_response.py +149 -0
- volcenginesdkid/models/delete_oauth2_credential_provider_request.py +150 -0
- volcenginesdkid/models/delete_oauth2_credential_provider_response.py +95 -0
- volcenginesdkid/models/delete_policy_request.py +149 -0
- volcenginesdkid/models/delete_policy_response.py +149 -0
- volcenginesdkid/models/delete_user_pool_client_request.py +151 -0
- volcenginesdkid/models/delete_user_pool_client_response.py +123 -0
- volcenginesdkid/models/delete_user_pool_request.py +124 -0
- volcenginesdkid/models/delete_user_pool_response.py +123 -0
- volcenginesdkid/models/delete_users_request.py +150 -0
- volcenginesdkid/models/delete_users_response.py +201 -0
- volcenginesdkid/models/delete_workload_identity_request.py +150 -0
- volcenginesdkid/models/delete_workload_identity_response.py +95 -0
- volcenginesdkid/models/delete_workload_pool_request.py +123 -0
- volcenginesdkid/models/delete_workload_pool_response.py +95 -0
- volcenginesdkid/models/detach_inbound_auth_config_request.py +151 -0
- volcenginesdkid/models/detach_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/entity_for_check_permission_input.py +149 -0
- volcenginesdkid/models/entry_for_create_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/entry_for_get_oauth2_credential_provider_output.py +149 -0
- volcenginesdkid/models/entry_for_get_resource_oauth2_token_input.py +149 -0
- volcenginesdkid/models/entry_for_update_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/filter_for_list_identity_providers_input.py +149 -0
- volcenginesdkid/models/filter_for_list_user_pool_clients_input.py +175 -0
- volcenginesdkid/models/filter_for_list_user_pools_input.py +201 -0
- volcenginesdkid/models/filter_for_list_users_input.py +435 -0
- volcenginesdkid/models/get_api_key_credential_provider_request.py +150 -0
- volcenginesdkid/models/get_api_key_credential_provider_response.py +279 -0
- volcenginesdkid/models/get_identity_provider_o_auth_request.py +151 -0
- volcenginesdkid/models/get_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/get_identity_provider_oidc_request.py +151 -0
- volcenginesdkid/models/get_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/get_inbound_auth_config_request.py +124 -0
- volcenginesdkid/models/get_inbound_auth_config_response.py +357 -0
- volcenginesdkid/models/get_namespace_request.py +149 -0
- volcenginesdkid/models/get_namespace_response.py +201 -0
- volcenginesdkid/models/get_oauth2_credential_provider_request.py +150 -0
- volcenginesdkid/models/get_oauth2_credential_provider_response.py +305 -0
- volcenginesdkid/models/get_policy_request.py +149 -0
- volcenginesdkid/models/get_policy_response.py +175 -0
- volcenginesdkid/models/get_resource_api_key_request.py +177 -0
- volcenginesdkid/models/get_resource_api_key_response.py +149 -0
- volcenginesdkid/models/get_resource_oauth2_token_request.py +307 -0
- volcenginesdkid/models/get_resource_oauth2_token_response.py +149 -0
- volcenginesdkid/models/get_user_csv_template_request.py +124 -0
- volcenginesdkid/models/get_user_csv_template_response.py +95 -0
- volcenginesdkid/models/get_user_pool_client_request.py +151 -0
- volcenginesdkid/models/get_user_pool_client_response.py +461 -0
- volcenginesdkid/models/get_user_pool_request.py +124 -0
- volcenginesdkid/models/get_user_pool_response.py +383 -0
- volcenginesdkid/models/get_user_request.py +151 -0
- volcenginesdkid/models/get_user_response.py +773 -0
- volcenginesdkid/models/get_workload_access_token_for_jwt_request.py +176 -0
- volcenginesdkid/models/get_workload_access_token_for_jwt_response.py +149 -0
- volcenginesdkid/models/get_workload_access_token_for_user_id_request.py +176 -0
- volcenginesdkid/models/get_workload_access_token_for_user_id_response.py +149 -0
- volcenginesdkid/models/get_workload_access_token_request.py +149 -0
- volcenginesdkid/models/get_workload_access_token_response.py +149 -0
- volcenginesdkid/models/get_workload_identity_request.py +150 -0
- volcenginesdkid/models/get_workload_identity_response.py +305 -0
- volcenginesdkid/models/get_workload_pool_request.py +149 -0
- volcenginesdkid/models/get_workload_pool_response.py +253 -0
- volcenginesdkid/models/grant_permission_request.py +228 -0
- volcenginesdkid/models/grant_permission_response.py +175 -0
- volcenginesdkid/models/id_token_for_create_user_pool_client_output.py +123 -0
- volcenginesdkid/models/id_token_for_get_user_pool_client_output.py +123 -0
- volcenginesdkid/models/id_token_for_update_user_pool_client_input.py +123 -0
- volcenginesdkid/models/id_token_for_update_user_pool_client_output.py +123 -0
- volcenginesdkid/models/inbound_auth_config_for_batch_get_inbound_auth_config_output.py +357 -0
- volcenginesdkid/models/inbound_auth_config_for_list_inbound_auth_configs_output.py +357 -0
- volcenginesdkid/models/jwt_auth_config_for_batch_get_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_create_inbound_auth_config_input.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_create_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_get_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_list_inbound_auth_configs_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_update_inbound_auth_config_input.py +175 -0
- volcenginesdkid/models/list_api_key_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_api_key_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_o_auth_request.py +124 -0
- volcenginesdkid/models/list_identity_providers_o_auth_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_oidc_request.py +124 -0
- volcenginesdkid/models/list_identity_providers_oidc_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_request.py +204 -0
- volcenginesdkid/models/list_identity_providers_response.py +201 -0
- volcenginesdkid/models/list_inbound_auth_configs_request.py +203 -0
- volcenginesdkid/models/list_inbound_auth_configs_response.py +201 -0
- volcenginesdkid/models/list_namespaces_request.py +149 -0
- volcenginesdkid/models/list_namespaces_response.py +201 -0
- volcenginesdkid/models/list_oauth2_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_oauth2_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_policies_request.py +123 -0
- volcenginesdkid/models/list_policies_response.py +123 -0
- volcenginesdkid/models/list_user_pool_clients_request.py +256 -0
- volcenginesdkid/models/list_user_pool_clients_response.py +201 -0
- volcenginesdkid/models/list_user_pools_request.py +229 -0
- volcenginesdkid/models/list_user_pools_response.py +201 -0
- volcenginesdkid/models/list_users_request.py +256 -0
- volcenginesdkid/models/list_users_response.py +201 -0
- volcenginesdkid/models/list_workload_identities_request.py +209 -0
- volcenginesdkid/models/list_workload_identities_response.py +201 -0
- volcenginesdkid/models/list_workload_pools_request.py +157 -0
- volcenginesdkid/models/list_workload_pools_response.py +201 -0
- volcenginesdkid/models/oauth2_callback_request.py +178 -0
- volcenginesdkid/models/oauth2_callback_response.py +123 -0
- volcenginesdkid/models/oauth2_credential_provider_for_batch_get_oauth2_credential_providers_output.py +227 -0
- volcenginesdkid/models/oauth2_credential_provider_for_list_oauth2_credential_providers_output.py +227 -0
- volcenginesdkid/models/oauth2_discovery_for_create_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/oauth2_discovery_for_get_oauth2_credential_provider_output.py +149 -0
- volcenginesdkid/models/oauth2_discovery_for_update_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/operation_for_check_permission_input.py +149 -0
- volcenginesdkid/models/operation_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/original_caller_for_check_permission_input.py +149 -0
- volcenginesdkid/models/original_caller_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/parent_for_check_permission_input.py +149 -0
- volcenginesdkid/models/principal_for_check_permission_input.py +149 -0
- volcenginesdkid/models/principal_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_o_auth_input.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_oidc_input.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_get_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_get_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_list_identity_providers_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_list_identity_providers_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_o_auth_input.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_oidc_input.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/reference_for_check_permission_input.py +149 -0
- volcenginesdkid/models/refresh_token_for_create_user_pool_client_output.py +227 -0
- volcenginesdkid/models/refresh_token_for_get_user_pool_client_output.py +227 -0
- volcenginesdkid/models/refresh_token_for_update_user_pool_client_input.py +227 -0
- volcenginesdkid/models/refresh_token_for_update_user_pool_client_output.py +227 -0
- volcenginesdkid/models/resource_for_check_permission_input.py +149 -0
- volcenginesdkid/models/resource_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/update_api_key_credential_provider_request.py +202 -0
- volcenginesdkid/models/update_api_key_credential_provider_response.py +227 -0
- volcenginesdkid/models/update_identity_provider_o_auth_request.py +440 -0
- volcenginesdkid/models/update_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/update_identity_provider_oidc_request.py +388 -0
- volcenginesdkid/models/update_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/update_inbound_auth_config_request.py +202 -0
- volcenginesdkid/models/update_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/update_namespace_request.py +149 -0
- volcenginesdkid/models/update_namespace_response.py +149 -0
- volcenginesdkid/models/update_oauth2_credential_provider_request.py +176 -0
- volcenginesdkid/models/update_oauth2_credential_provider_response.py +227 -0
- volcenginesdkid/models/update_user_pool_client_request.py +359 -0
- volcenginesdkid/models/update_user_pool_client_response.py +461 -0
- volcenginesdkid/models/update_user_pool_request.py +176 -0
- volcenginesdkid/models/update_user_pool_response.py +383 -0
- volcenginesdkid/models/update_user_request.py +411 -0
- volcenginesdkid/models/update_user_response.py +773 -0
- volcenginesdkid/models/update_workload_identity_request.py +202 -0
- volcenginesdkid/models/update_workload_identity_response.py +95 -0
- volcenginesdkid/models/update_workload_pool_request.py +149 -0
- volcenginesdkid/models/update_workload_pool_response.py +95 -0
- volcenginesdkid/models/user_for_create_users_input.py +383 -0
- volcenginesdkid/models/workload_identity_for_list_workload_identities_output.py +305 -0
- volcenginesdkid/models/workload_pool_for_list_workload_pools_output.py +253 -0
- volcenginesdklivesaas/__init__.py +3 -0
- volcenginesdklivesaas/models/__init__.py +3 -0
- volcenginesdklivesaas/models/auto_start_config_for_create_activity_apiv2_input.py +175 -0
- volcenginesdklivesaas/models/auto_start_config_for_get_activity_basic_config_api_output.py +175 -0
- volcenginesdklivesaas/models/auto_start_config_for_update_activity_basic_config_api_input.py +175 -0
- volcenginesdklivesaas/models/create_activity_apiv2_request.py +27 -1
- volcenginesdklivesaas/models/get_activity_basic_config_api_response.py +79 -1
- volcenginesdklivesaas/models/update_activity_basic_config_api_request.py +53 -1
- volcenginesdkvefaas/__init__.py +4 -0
- volcenginesdkvefaas/api/vefaas_api.py +194 -0
- volcenginesdkvefaas/models/__init__.py +4 -0
- volcenginesdkvefaas/models/enable_user_cr_vpc_tunnel_request.py +124 -0
- volcenginesdkvefaas/models/enable_user_cr_vpc_tunnel_response.py +149 -0
- volcenginesdkvefaas/models/query_user_cr_vpc_tunnel_request.py +124 -0
- volcenginesdkvefaas/models/query_user_cr_vpc_tunnel_response.py +123 -0
- volcenginesdkvke/models/scheduled_instance_policy_for_create_scaling_policy_input.py +27 -1
- volcenginesdkvke/models/scheduled_instance_policy_for_list_scaling_policies_output.py +27 -1
- volcenginesdkvke/models/scheduled_instance_policy_for_update_scaling_policy_input.py +27 -1
- volcenginesdkvod20250101/__init__.py +26 -0
- volcenginesdkvod20250101/api/vod20250101_api.py +888 -112
- volcenginesdkvod20250101/models/__init__.py +26 -0
- volcenginesdkvod20250101/models/create_ai_termbase_request.py +256 -0
- volcenginesdkvod20250101/models/create_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/delete_ai_term_item_request.py +177 -0
- volcenginesdkvod20250101/models/delete_ai_term_item_response.py +95 -0
- volcenginesdkvod20250101/models/delete_ai_termbase_request.py +151 -0
- volcenginesdkvod20250101/models/delete_ai_termbase_response.py +95 -0
- volcenginesdkvod20250101/models/get_ai_termbase_request.py +151 -0
- volcenginesdkvod20250101/models/get_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/list_ai_termbase_request.py +124 -0
- volcenginesdkvod20250101/models/list_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/process_config_for_submit_ai_translation_workflow_input.py +53 -1
- volcenginesdkvod20250101/models/process_config_for_update_ai_translation_project_config_input.py +149 -0
- volcenginesdkvod20250101/models/scenario_for_create_ai_termbase_input.py +95 -0
- volcenginesdkvod20250101/models/set_ai_term_item_request.py +177 -0
- volcenginesdkvod20250101/models/set_ai_term_item_response.py +95 -0
- volcenginesdkvod20250101/models/term_item_for_create_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_get_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_list_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_set_ai_term_item_input.py +149 -0
- volcenginesdkvod20250101/models/termbase_config_for_submit_ai_translation_workflow_input.py +123 -0
- volcenginesdkvod20250101/models/termbase_for_create_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/termbase_for_get_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/termbase_for_list_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/translation_config_for_submit_ai_translation_workflow_input.py +27 -1
- volcenginesdkvod20250101/models/update_ai_termbase_request.py +203 -0
- volcenginesdkvod20250101/models/update_ai_termbase_response.py +95 -0
- volcenginesdkvod20250101/models/update_ai_translation_project_config_request.py +204 -0
- volcenginesdkvod20250101/models/update_ai_translation_project_config_response.py +95 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
id
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class CreateUserPoolClientRequest(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'allowed_callback_urls': 'list[str]',
|
|
37
|
+
'client_type': 'str',
|
|
38
|
+
'description': 'str',
|
|
39
|
+
'name': 'str',
|
|
40
|
+
'user_pool_uid': 'str'
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
attribute_map = {
|
|
44
|
+
'allowed_callback_urls': 'AllowedCallbackUrls',
|
|
45
|
+
'client_type': 'ClientType',
|
|
46
|
+
'description': 'Description',
|
|
47
|
+
'name': 'Name',
|
|
48
|
+
'user_pool_uid': 'UserPoolUid'
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
def __init__(self, allowed_callback_urls=None, client_type=None, description=None, name=None, user_pool_uid=None, _configuration=None): # noqa: E501
|
|
52
|
+
"""CreateUserPoolClientRequest - a model defined in Swagger""" # noqa: E501
|
|
53
|
+
if _configuration is None:
|
|
54
|
+
_configuration = Configuration()
|
|
55
|
+
self._configuration = _configuration
|
|
56
|
+
|
|
57
|
+
self._allowed_callback_urls = None
|
|
58
|
+
self._client_type = None
|
|
59
|
+
self._description = None
|
|
60
|
+
self._name = None
|
|
61
|
+
self._user_pool_uid = None
|
|
62
|
+
self.discriminator = None
|
|
63
|
+
|
|
64
|
+
if allowed_callback_urls is not None:
|
|
65
|
+
self.allowed_callback_urls = allowed_callback_urls
|
|
66
|
+
self.client_type = client_type
|
|
67
|
+
if description is not None:
|
|
68
|
+
self.description = description
|
|
69
|
+
self.name = name
|
|
70
|
+
self.user_pool_uid = user_pool_uid
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
def allowed_callback_urls(self):
|
|
74
|
+
"""Gets the allowed_callback_urls of this CreateUserPoolClientRequest. # noqa: E501
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
:return: The allowed_callback_urls of this CreateUserPoolClientRequest. # noqa: E501
|
|
78
|
+
:rtype: list[str]
|
|
79
|
+
"""
|
|
80
|
+
return self._allowed_callback_urls
|
|
81
|
+
|
|
82
|
+
@allowed_callback_urls.setter
|
|
83
|
+
def allowed_callback_urls(self, allowed_callback_urls):
|
|
84
|
+
"""Sets the allowed_callback_urls of this CreateUserPoolClientRequest.
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
:param allowed_callback_urls: The allowed_callback_urls of this CreateUserPoolClientRequest. # noqa: E501
|
|
88
|
+
:type: list[str]
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
self._allowed_callback_urls = allowed_callback_urls
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
def client_type(self):
|
|
95
|
+
"""Gets the client_type of this CreateUserPoolClientRequest. # noqa: E501
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
:return: The client_type of this CreateUserPoolClientRequest. # noqa: E501
|
|
99
|
+
:rtype: str
|
|
100
|
+
"""
|
|
101
|
+
return self._client_type
|
|
102
|
+
|
|
103
|
+
@client_type.setter
|
|
104
|
+
def client_type(self, client_type):
|
|
105
|
+
"""Sets the client_type of this CreateUserPoolClientRequest.
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
:param client_type: The client_type of this CreateUserPoolClientRequest. # noqa: E501
|
|
109
|
+
:type: str
|
|
110
|
+
"""
|
|
111
|
+
if self._configuration.client_side_validation and client_type is None:
|
|
112
|
+
raise ValueError("Invalid value for `client_type`, must not be `None`") # noqa: E501
|
|
113
|
+
|
|
114
|
+
self._client_type = client_type
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
def description(self):
|
|
118
|
+
"""Gets the description of this CreateUserPoolClientRequest. # noqa: E501
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:return: The description of this CreateUserPoolClientRequest. # noqa: E501
|
|
122
|
+
:rtype: str
|
|
123
|
+
"""
|
|
124
|
+
return self._description
|
|
125
|
+
|
|
126
|
+
@description.setter
|
|
127
|
+
def description(self, description):
|
|
128
|
+
"""Sets the description of this CreateUserPoolClientRequest.
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
:param description: The description of this CreateUserPoolClientRequest. # noqa: E501
|
|
132
|
+
:type: str
|
|
133
|
+
"""
|
|
134
|
+
|
|
135
|
+
self._description = description
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
def name(self):
|
|
139
|
+
"""Gets the name of this CreateUserPoolClientRequest. # noqa: E501
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:return: The name of this CreateUserPoolClientRequest. # noqa: E501
|
|
143
|
+
:rtype: str
|
|
144
|
+
"""
|
|
145
|
+
return self._name
|
|
146
|
+
|
|
147
|
+
@name.setter
|
|
148
|
+
def name(self, name):
|
|
149
|
+
"""Sets the name of this CreateUserPoolClientRequest.
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
:param name: The name of this CreateUserPoolClientRequest. # noqa: E501
|
|
153
|
+
:type: str
|
|
154
|
+
"""
|
|
155
|
+
if self._configuration.client_side_validation and name is None:
|
|
156
|
+
raise ValueError("Invalid value for `name`, must not be `None`") # noqa: E501
|
|
157
|
+
|
|
158
|
+
self._name = name
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
def user_pool_uid(self):
|
|
162
|
+
"""Gets the user_pool_uid of this CreateUserPoolClientRequest. # noqa: E501
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
:return: The user_pool_uid of this CreateUserPoolClientRequest. # noqa: E501
|
|
166
|
+
:rtype: str
|
|
167
|
+
"""
|
|
168
|
+
return self._user_pool_uid
|
|
169
|
+
|
|
170
|
+
@user_pool_uid.setter
|
|
171
|
+
def user_pool_uid(self, user_pool_uid):
|
|
172
|
+
"""Sets the user_pool_uid of this CreateUserPoolClientRequest.
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
:param user_pool_uid: The user_pool_uid of this CreateUserPoolClientRequest. # noqa: E501
|
|
176
|
+
:type: str
|
|
177
|
+
"""
|
|
178
|
+
if self._configuration.client_side_validation and user_pool_uid is None:
|
|
179
|
+
raise ValueError("Invalid value for `user_pool_uid`, must not be `None`") # noqa: E501
|
|
180
|
+
|
|
181
|
+
self._user_pool_uid = user_pool_uid
|
|
182
|
+
|
|
183
|
+
def to_dict(self):
|
|
184
|
+
"""Returns the model properties as a dict"""
|
|
185
|
+
result = {}
|
|
186
|
+
|
|
187
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
188
|
+
value = getattr(self, attr)
|
|
189
|
+
if isinstance(value, list):
|
|
190
|
+
result[attr] = list(map(
|
|
191
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
192
|
+
value
|
|
193
|
+
))
|
|
194
|
+
elif hasattr(value, "to_dict"):
|
|
195
|
+
result[attr] = value.to_dict()
|
|
196
|
+
elif isinstance(value, dict):
|
|
197
|
+
result[attr] = dict(map(
|
|
198
|
+
lambda item: (item[0], item[1].to_dict())
|
|
199
|
+
if hasattr(item[1], "to_dict") else item,
|
|
200
|
+
value.items()
|
|
201
|
+
))
|
|
202
|
+
else:
|
|
203
|
+
result[attr] = value
|
|
204
|
+
if issubclass(CreateUserPoolClientRequest, dict):
|
|
205
|
+
for key, value in self.items():
|
|
206
|
+
result[key] = value
|
|
207
|
+
|
|
208
|
+
return result
|
|
209
|
+
|
|
210
|
+
def to_str(self):
|
|
211
|
+
"""Returns the string representation of the model"""
|
|
212
|
+
return pprint.pformat(self.to_dict())
|
|
213
|
+
|
|
214
|
+
def __repr__(self):
|
|
215
|
+
"""For `print` and `pprint`"""
|
|
216
|
+
return self.to_str()
|
|
217
|
+
|
|
218
|
+
def __eq__(self, other):
|
|
219
|
+
"""Returns true if both objects are equal"""
|
|
220
|
+
if not isinstance(other, CreateUserPoolClientRequest):
|
|
221
|
+
return False
|
|
222
|
+
|
|
223
|
+
return self.to_dict() == other.to_dict()
|
|
224
|
+
|
|
225
|
+
def __ne__(self, other):
|
|
226
|
+
"""Returns true if both objects are not equal"""
|
|
227
|
+
if not isinstance(other, CreateUserPoolClientRequest):
|
|
228
|
+
return True
|
|
229
|
+
|
|
230
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -0,0 +1,461 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
id
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class CreateUserPoolClientResponse(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'allowed_callback_urls': 'list[str]',
|
|
37
|
+
'allowed_cors': 'list[str]',
|
|
38
|
+
'allowed_logout_urls': 'list[str]',
|
|
39
|
+
'allowed_web_origins': 'list[str]',
|
|
40
|
+
'client_secret': 'str',
|
|
41
|
+
'client_type': 'str',
|
|
42
|
+
'create_time': 'str',
|
|
43
|
+
'description': 'str',
|
|
44
|
+
'id_token': 'IdTokenForCreateUserPoolClientOutput',
|
|
45
|
+
'login_page_url': 'str',
|
|
46
|
+
'name': 'str',
|
|
47
|
+
'refresh_token': 'RefreshTokenForCreateUserPoolClientOutput',
|
|
48
|
+
'uid': 'str',
|
|
49
|
+
'update_time': 'str'
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
attribute_map = {
|
|
53
|
+
'allowed_callback_urls': 'AllowedCallbackUrls',
|
|
54
|
+
'allowed_cors': 'AllowedCors',
|
|
55
|
+
'allowed_logout_urls': 'AllowedLogoutUrls',
|
|
56
|
+
'allowed_web_origins': 'AllowedWebOrigins',
|
|
57
|
+
'client_secret': 'ClientSecret',
|
|
58
|
+
'client_type': 'ClientType',
|
|
59
|
+
'create_time': 'CreateTime',
|
|
60
|
+
'description': 'Description',
|
|
61
|
+
'id_token': 'IdToken',
|
|
62
|
+
'login_page_url': 'LoginPageUrl',
|
|
63
|
+
'name': 'Name',
|
|
64
|
+
'refresh_token': 'RefreshToken',
|
|
65
|
+
'uid': 'Uid',
|
|
66
|
+
'update_time': 'UpdateTime'
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
def __init__(self, allowed_callback_urls=None, allowed_cors=None, allowed_logout_urls=None, allowed_web_origins=None, client_secret=None, client_type=None, create_time=None, description=None, id_token=None, login_page_url=None, name=None, refresh_token=None, uid=None, update_time=None, _configuration=None): # noqa: E501
|
|
70
|
+
"""CreateUserPoolClientResponse - a model defined in Swagger""" # noqa: E501
|
|
71
|
+
if _configuration is None:
|
|
72
|
+
_configuration = Configuration()
|
|
73
|
+
self._configuration = _configuration
|
|
74
|
+
|
|
75
|
+
self._allowed_callback_urls = None
|
|
76
|
+
self._allowed_cors = None
|
|
77
|
+
self._allowed_logout_urls = None
|
|
78
|
+
self._allowed_web_origins = None
|
|
79
|
+
self._client_secret = None
|
|
80
|
+
self._client_type = None
|
|
81
|
+
self._create_time = None
|
|
82
|
+
self._description = None
|
|
83
|
+
self._id_token = None
|
|
84
|
+
self._login_page_url = None
|
|
85
|
+
self._name = None
|
|
86
|
+
self._refresh_token = None
|
|
87
|
+
self._uid = None
|
|
88
|
+
self._update_time = None
|
|
89
|
+
self.discriminator = None
|
|
90
|
+
|
|
91
|
+
if allowed_callback_urls is not None:
|
|
92
|
+
self.allowed_callback_urls = allowed_callback_urls
|
|
93
|
+
if allowed_cors is not None:
|
|
94
|
+
self.allowed_cors = allowed_cors
|
|
95
|
+
if allowed_logout_urls is not None:
|
|
96
|
+
self.allowed_logout_urls = allowed_logout_urls
|
|
97
|
+
if allowed_web_origins is not None:
|
|
98
|
+
self.allowed_web_origins = allowed_web_origins
|
|
99
|
+
if client_secret is not None:
|
|
100
|
+
self.client_secret = client_secret
|
|
101
|
+
if client_type is not None:
|
|
102
|
+
self.client_type = client_type
|
|
103
|
+
if create_time is not None:
|
|
104
|
+
self.create_time = create_time
|
|
105
|
+
if description is not None:
|
|
106
|
+
self.description = description
|
|
107
|
+
if id_token is not None:
|
|
108
|
+
self.id_token = id_token
|
|
109
|
+
if login_page_url is not None:
|
|
110
|
+
self.login_page_url = login_page_url
|
|
111
|
+
if name is not None:
|
|
112
|
+
self.name = name
|
|
113
|
+
if refresh_token is not None:
|
|
114
|
+
self.refresh_token = refresh_token
|
|
115
|
+
if uid is not None:
|
|
116
|
+
self.uid = uid
|
|
117
|
+
if update_time is not None:
|
|
118
|
+
self.update_time = update_time
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
def allowed_callback_urls(self):
|
|
122
|
+
"""Gets the allowed_callback_urls of this CreateUserPoolClientResponse. # noqa: E501
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:return: The allowed_callback_urls of this CreateUserPoolClientResponse. # noqa: E501
|
|
126
|
+
:rtype: list[str]
|
|
127
|
+
"""
|
|
128
|
+
return self._allowed_callback_urls
|
|
129
|
+
|
|
130
|
+
@allowed_callback_urls.setter
|
|
131
|
+
def allowed_callback_urls(self, allowed_callback_urls):
|
|
132
|
+
"""Sets the allowed_callback_urls of this CreateUserPoolClientResponse.
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
:param allowed_callback_urls: The allowed_callback_urls of this CreateUserPoolClientResponse. # noqa: E501
|
|
136
|
+
:type: list[str]
|
|
137
|
+
"""
|
|
138
|
+
|
|
139
|
+
self._allowed_callback_urls = allowed_callback_urls
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
def allowed_cors(self):
|
|
143
|
+
"""Gets the allowed_cors of this CreateUserPoolClientResponse. # noqa: E501
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
:return: The allowed_cors of this CreateUserPoolClientResponse. # noqa: E501
|
|
147
|
+
:rtype: list[str]
|
|
148
|
+
"""
|
|
149
|
+
return self._allowed_cors
|
|
150
|
+
|
|
151
|
+
@allowed_cors.setter
|
|
152
|
+
def allowed_cors(self, allowed_cors):
|
|
153
|
+
"""Sets the allowed_cors of this CreateUserPoolClientResponse.
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
:param allowed_cors: The allowed_cors of this CreateUserPoolClientResponse. # noqa: E501
|
|
157
|
+
:type: list[str]
|
|
158
|
+
"""
|
|
159
|
+
|
|
160
|
+
self._allowed_cors = allowed_cors
|
|
161
|
+
|
|
162
|
+
@property
|
|
163
|
+
def allowed_logout_urls(self):
|
|
164
|
+
"""Gets the allowed_logout_urls of this CreateUserPoolClientResponse. # noqa: E501
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
:return: The allowed_logout_urls of this CreateUserPoolClientResponse. # noqa: E501
|
|
168
|
+
:rtype: list[str]
|
|
169
|
+
"""
|
|
170
|
+
return self._allowed_logout_urls
|
|
171
|
+
|
|
172
|
+
@allowed_logout_urls.setter
|
|
173
|
+
def allowed_logout_urls(self, allowed_logout_urls):
|
|
174
|
+
"""Sets the allowed_logout_urls of this CreateUserPoolClientResponse.
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
:param allowed_logout_urls: The allowed_logout_urls of this CreateUserPoolClientResponse. # noqa: E501
|
|
178
|
+
:type: list[str]
|
|
179
|
+
"""
|
|
180
|
+
|
|
181
|
+
self._allowed_logout_urls = allowed_logout_urls
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
def allowed_web_origins(self):
|
|
185
|
+
"""Gets the allowed_web_origins of this CreateUserPoolClientResponse. # noqa: E501
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
:return: The allowed_web_origins of this CreateUserPoolClientResponse. # noqa: E501
|
|
189
|
+
:rtype: list[str]
|
|
190
|
+
"""
|
|
191
|
+
return self._allowed_web_origins
|
|
192
|
+
|
|
193
|
+
@allowed_web_origins.setter
|
|
194
|
+
def allowed_web_origins(self, allowed_web_origins):
|
|
195
|
+
"""Sets the allowed_web_origins of this CreateUserPoolClientResponse.
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
:param allowed_web_origins: The allowed_web_origins of this CreateUserPoolClientResponse. # noqa: E501
|
|
199
|
+
:type: list[str]
|
|
200
|
+
"""
|
|
201
|
+
|
|
202
|
+
self._allowed_web_origins = allowed_web_origins
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
def client_secret(self):
|
|
206
|
+
"""Gets the client_secret of this CreateUserPoolClientResponse. # noqa: E501
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
:return: The client_secret of this CreateUserPoolClientResponse. # noqa: E501
|
|
210
|
+
:rtype: str
|
|
211
|
+
"""
|
|
212
|
+
return self._client_secret
|
|
213
|
+
|
|
214
|
+
@client_secret.setter
|
|
215
|
+
def client_secret(self, client_secret):
|
|
216
|
+
"""Sets the client_secret of this CreateUserPoolClientResponse.
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
:param client_secret: The client_secret of this CreateUserPoolClientResponse. # noqa: E501
|
|
220
|
+
:type: str
|
|
221
|
+
"""
|
|
222
|
+
|
|
223
|
+
self._client_secret = client_secret
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
def client_type(self):
|
|
227
|
+
"""Gets the client_type of this CreateUserPoolClientResponse. # noqa: E501
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
:return: The client_type of this CreateUserPoolClientResponse. # noqa: E501
|
|
231
|
+
:rtype: str
|
|
232
|
+
"""
|
|
233
|
+
return self._client_type
|
|
234
|
+
|
|
235
|
+
@client_type.setter
|
|
236
|
+
def client_type(self, client_type):
|
|
237
|
+
"""Sets the client_type of this CreateUserPoolClientResponse.
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
:param client_type: The client_type of this CreateUserPoolClientResponse. # noqa: E501
|
|
241
|
+
:type: str
|
|
242
|
+
"""
|
|
243
|
+
|
|
244
|
+
self._client_type = client_type
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
def create_time(self):
|
|
248
|
+
"""Gets the create_time of this CreateUserPoolClientResponse. # noqa: E501
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
:return: The create_time of this CreateUserPoolClientResponse. # noqa: E501
|
|
252
|
+
:rtype: str
|
|
253
|
+
"""
|
|
254
|
+
return self._create_time
|
|
255
|
+
|
|
256
|
+
@create_time.setter
|
|
257
|
+
def create_time(self, create_time):
|
|
258
|
+
"""Sets the create_time of this CreateUserPoolClientResponse.
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
:param create_time: The create_time of this CreateUserPoolClientResponse. # noqa: E501
|
|
262
|
+
:type: str
|
|
263
|
+
"""
|
|
264
|
+
|
|
265
|
+
self._create_time = create_time
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
def description(self):
|
|
269
|
+
"""Gets the description of this CreateUserPoolClientResponse. # noqa: E501
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
:return: The description of this CreateUserPoolClientResponse. # noqa: E501
|
|
273
|
+
:rtype: str
|
|
274
|
+
"""
|
|
275
|
+
return self._description
|
|
276
|
+
|
|
277
|
+
@description.setter
|
|
278
|
+
def description(self, description):
|
|
279
|
+
"""Sets the description of this CreateUserPoolClientResponse.
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
:param description: The description of this CreateUserPoolClientResponse. # noqa: E501
|
|
283
|
+
:type: str
|
|
284
|
+
"""
|
|
285
|
+
|
|
286
|
+
self._description = description
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
def id_token(self):
|
|
290
|
+
"""Gets the id_token of this CreateUserPoolClientResponse. # noqa: E501
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
:return: The id_token of this CreateUserPoolClientResponse. # noqa: E501
|
|
294
|
+
:rtype: IdTokenForCreateUserPoolClientOutput
|
|
295
|
+
"""
|
|
296
|
+
return self._id_token
|
|
297
|
+
|
|
298
|
+
@id_token.setter
|
|
299
|
+
def id_token(self, id_token):
|
|
300
|
+
"""Sets the id_token of this CreateUserPoolClientResponse.
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
:param id_token: The id_token of this CreateUserPoolClientResponse. # noqa: E501
|
|
304
|
+
:type: IdTokenForCreateUserPoolClientOutput
|
|
305
|
+
"""
|
|
306
|
+
|
|
307
|
+
self._id_token = id_token
|
|
308
|
+
|
|
309
|
+
@property
|
|
310
|
+
def login_page_url(self):
|
|
311
|
+
"""Gets the login_page_url of this CreateUserPoolClientResponse. # noqa: E501
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
:return: The login_page_url of this CreateUserPoolClientResponse. # noqa: E501
|
|
315
|
+
:rtype: str
|
|
316
|
+
"""
|
|
317
|
+
return self._login_page_url
|
|
318
|
+
|
|
319
|
+
@login_page_url.setter
|
|
320
|
+
def login_page_url(self, login_page_url):
|
|
321
|
+
"""Sets the login_page_url of this CreateUserPoolClientResponse.
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
:param login_page_url: The login_page_url of this CreateUserPoolClientResponse. # noqa: E501
|
|
325
|
+
:type: str
|
|
326
|
+
"""
|
|
327
|
+
|
|
328
|
+
self._login_page_url = login_page_url
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
def name(self):
|
|
332
|
+
"""Gets the name of this CreateUserPoolClientResponse. # noqa: E501
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
:return: The name of this CreateUserPoolClientResponse. # noqa: E501
|
|
336
|
+
:rtype: str
|
|
337
|
+
"""
|
|
338
|
+
return self._name
|
|
339
|
+
|
|
340
|
+
@name.setter
|
|
341
|
+
def name(self, name):
|
|
342
|
+
"""Sets the name of this CreateUserPoolClientResponse.
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
:param name: The name of this CreateUserPoolClientResponse. # noqa: E501
|
|
346
|
+
:type: str
|
|
347
|
+
"""
|
|
348
|
+
|
|
349
|
+
self._name = name
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
def refresh_token(self):
|
|
353
|
+
"""Gets the refresh_token of this CreateUserPoolClientResponse. # noqa: E501
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
:return: The refresh_token of this CreateUserPoolClientResponse. # noqa: E501
|
|
357
|
+
:rtype: RefreshTokenForCreateUserPoolClientOutput
|
|
358
|
+
"""
|
|
359
|
+
return self._refresh_token
|
|
360
|
+
|
|
361
|
+
@refresh_token.setter
|
|
362
|
+
def refresh_token(self, refresh_token):
|
|
363
|
+
"""Sets the refresh_token of this CreateUserPoolClientResponse.
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
:param refresh_token: The refresh_token of this CreateUserPoolClientResponse. # noqa: E501
|
|
367
|
+
:type: RefreshTokenForCreateUserPoolClientOutput
|
|
368
|
+
"""
|
|
369
|
+
|
|
370
|
+
self._refresh_token = refresh_token
|
|
371
|
+
|
|
372
|
+
@property
|
|
373
|
+
def uid(self):
|
|
374
|
+
"""Gets the uid of this CreateUserPoolClientResponse. # noqa: E501
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
:return: The uid of this CreateUserPoolClientResponse. # noqa: E501
|
|
378
|
+
:rtype: str
|
|
379
|
+
"""
|
|
380
|
+
return self._uid
|
|
381
|
+
|
|
382
|
+
@uid.setter
|
|
383
|
+
def uid(self, uid):
|
|
384
|
+
"""Sets the uid of this CreateUserPoolClientResponse.
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
:param uid: The uid of this CreateUserPoolClientResponse. # noqa: E501
|
|
388
|
+
:type: str
|
|
389
|
+
"""
|
|
390
|
+
|
|
391
|
+
self._uid = uid
|
|
392
|
+
|
|
393
|
+
@property
|
|
394
|
+
def update_time(self):
|
|
395
|
+
"""Gets the update_time of this CreateUserPoolClientResponse. # noqa: E501
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
:return: The update_time of this CreateUserPoolClientResponse. # noqa: E501
|
|
399
|
+
:rtype: str
|
|
400
|
+
"""
|
|
401
|
+
return self._update_time
|
|
402
|
+
|
|
403
|
+
@update_time.setter
|
|
404
|
+
def update_time(self, update_time):
|
|
405
|
+
"""Sets the update_time of this CreateUserPoolClientResponse.
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
:param update_time: The update_time of this CreateUserPoolClientResponse. # noqa: E501
|
|
409
|
+
:type: str
|
|
410
|
+
"""
|
|
411
|
+
|
|
412
|
+
self._update_time = update_time
|
|
413
|
+
|
|
414
|
+
def to_dict(self):
|
|
415
|
+
"""Returns the model properties as a dict"""
|
|
416
|
+
result = {}
|
|
417
|
+
|
|
418
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
419
|
+
value = getattr(self, attr)
|
|
420
|
+
if isinstance(value, list):
|
|
421
|
+
result[attr] = list(map(
|
|
422
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
423
|
+
value
|
|
424
|
+
))
|
|
425
|
+
elif hasattr(value, "to_dict"):
|
|
426
|
+
result[attr] = value.to_dict()
|
|
427
|
+
elif isinstance(value, dict):
|
|
428
|
+
result[attr] = dict(map(
|
|
429
|
+
lambda item: (item[0], item[1].to_dict())
|
|
430
|
+
if hasattr(item[1], "to_dict") else item,
|
|
431
|
+
value.items()
|
|
432
|
+
))
|
|
433
|
+
else:
|
|
434
|
+
result[attr] = value
|
|
435
|
+
if issubclass(CreateUserPoolClientResponse, dict):
|
|
436
|
+
for key, value in self.items():
|
|
437
|
+
result[key] = value
|
|
438
|
+
|
|
439
|
+
return result
|
|
440
|
+
|
|
441
|
+
def to_str(self):
|
|
442
|
+
"""Returns the string representation of the model"""
|
|
443
|
+
return pprint.pformat(self.to_dict())
|
|
444
|
+
|
|
445
|
+
def __repr__(self):
|
|
446
|
+
"""For `print` and `pprint`"""
|
|
447
|
+
return self.to_str()
|
|
448
|
+
|
|
449
|
+
def __eq__(self, other):
|
|
450
|
+
"""Returns true if both objects are equal"""
|
|
451
|
+
if not isinstance(other, CreateUserPoolClientResponse):
|
|
452
|
+
return False
|
|
453
|
+
|
|
454
|
+
return self.to_dict() == other.to_dict()
|
|
455
|
+
|
|
456
|
+
def __ne__(self, other):
|
|
457
|
+
"""Returns true if both objects are not equal"""
|
|
458
|
+
if not isinstance(other, CreateUserPoolClientResponse):
|
|
459
|
+
return True
|
|
460
|
+
|
|
461
|
+
return self.to_dict() != other.to_dict()
|