@@ -1876,38 +1876,38 @@ def list_supported_resource_types_with_http_info(self, body, **kwargs): # noqa:
18761876 _request_timeout = params .get ('_request_timeout' ),
18771877 collection_formats = collection_formats )
18781878
1879- def list_tags_for_resource (self , body , ** kwargs ): # noqa: E501
1880- """list_tags_for_resource # noqa: E501
1879+ def list_tags_for_resources (self , body , ** kwargs ): # noqa: E501
1880+ """list_tags_for_resources # noqa: E501
18811881
18821882 This method makes a synchronous HTTP request by default. To make an
18831883 asynchronous HTTP request, please pass async_req=True
1884- >>> thread = api.list_tags_for_resource (body, async_req=True)
1884+ >>> thread = api.list_tags_for_resources (body, async_req=True)
18851885 >>> result = thread.get()
18861886
18871887 :param async_req bool
1888- :param ListTagsForResourceRequest body: (required)
1889- :return: ListTagsForResourceResponse
1888+ :param ListTagsForResourcesRequest body: (required)
1889+ :return: ListTagsForResourcesResponse
18901890 If the method is called asynchronously,
18911891 returns the request thread.
18921892 """
18931893 kwargs ['_return_http_data_only' ] = True
18941894 if kwargs .get ('async_req' ):
1895- return self .list_tags_for_resource_with_http_info (body , ** kwargs ) # noqa: E501
1895+ return self .list_tags_for_resources_with_http_info (body , ** kwargs ) # noqa: E501
18961896 else :
1897- (data ) = self .list_tags_for_resource_with_http_info (body , ** kwargs ) # noqa: E501
1897+ (data ) = self .list_tags_for_resources_with_http_info (body , ** kwargs ) # noqa: E501
18981898 return data
18991899
1900- def list_tags_for_resource_with_http_info (self , body , ** kwargs ): # noqa: E501
1901- """list_tags_for_resource # noqa: E501
1900+ def list_tags_for_resources_with_http_info (self , body , ** kwargs ): # noqa: E501
1901+ """list_tags_for_resources # noqa: E501
19021902
19031903 This method makes a synchronous HTTP request by default. To make an
19041904 asynchronous HTTP request, please pass async_req=True
1905- >>> thread = api.list_tags_for_resource_with_http_info (body, async_req=True)
1905+ >>> thread = api.list_tags_for_resources_with_http_info (body, async_req=True)
19061906 >>> result = thread.get()
19071907
19081908 :param async_req bool
1909- :param ListTagsForResourceRequest body: (required)
1910- :return: ListTagsForResourceResponse
1909+ :param ListTagsForResourcesRequest body: (required)
1910+ :return: ListTagsForResourcesResponse
19111911 If the method is called asynchronously,
19121912 returns the request thread.
19131913 """
@@ -1923,14 +1923,14 @@ def list_tags_for_resource_with_http_info(self, body, **kwargs): # noqa: E501
19231923 if key not in all_params :
19241924 raise TypeError (
19251925 "Got an unexpected keyword argument '%s'"
1926- " to method list_tags_for_resource " % key
1926+ " to method list_tags_for_resources " % key
19271927 )
19281928 params [key ] = val
19291929 del params ['kwargs' ]
19301930 # verify the required parameter 'body' is set
19311931 if self .api_client .client_side_validation and ('body' not in params or
19321932 params ['body' ] is None ): # noqa: E501
1933- raise ValueError ("Missing the required parameter `body` when calling `list_tags_for_resource `" ) # noqa: E501
1933+ raise ValueError ("Missing the required parameter `body` when calling `list_tags_for_resources `" ) # noqa: E501
19341934
19351935 collection_formats = {}
19361936
@@ -1958,14 +1958,14 @@ def list_tags_for_resource_with_http_info(self, body, **kwargs): # noqa: E501
19581958 auth_settings = ['volcengineSign' ] # noqa: E501
19591959
19601960 return self .api_client .call_api (
1961- '/ListTagsForResource /2022-05-12/vke/post/' , 'POST' ,
1961+ '/ListTagsForResources /2022-05-12/vke/post/' , 'POST' ,
19621962 path_params ,
19631963 query_params ,
19641964 header_params ,
19651965 body = body_params ,
19661966 post_params = form_params ,
19671967 files = local_var_files ,
1968- response_type = 'ListTagsForResourceResponse ' , # noqa: E501
1968+ response_type = 'ListTagsForResourcesResponse ' , # noqa: E501
19691969 auth_settings = auth_settings ,
19701970 async_req = params .get ('async_req' ),
19711971 _return_http_data_only = params .get ('_return_http_data_only' ),
0 commit comments