@@ -54,7 +54,7 @@ def create(
5454 client_default : bool | NotGiven = NOT_GIVEN ,
5555 dns_destination_ips_id : str | NotGiven = NOT_GIVEN ,
5656 ecs_support : bool | NotGiven = NOT_GIVEN ,
57- endpoints : EndpointParam | NotGiven = NOT_GIVEN ,
57+ endpoints : Optional [ EndpointParam ] | NotGiven = NOT_GIVEN ,
5858 networks : Optional [Iterable [location_create_params .Network ]] | NotGiven = NOT_GIVEN ,
5959 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
6060 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -129,7 +129,7 @@ def update(
129129 client_default : bool | NotGiven = NOT_GIVEN ,
130130 dns_destination_ips_id : str | NotGiven = NOT_GIVEN ,
131131 ecs_support : bool | NotGiven = NOT_GIVEN ,
132- endpoints : EndpointParam | NotGiven = NOT_GIVEN ,
132+ endpoints : Optional [ EndpointParam ] | NotGiven = NOT_GIVEN ,
133133 networks : Optional [Iterable [location_update_params .Network ]] | NotGiven = NOT_GIVEN ,
134134 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
135135 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -340,7 +340,7 @@ async def create(
340340 client_default : bool | NotGiven = NOT_GIVEN ,
341341 dns_destination_ips_id : str | NotGiven = NOT_GIVEN ,
342342 ecs_support : bool | NotGiven = NOT_GIVEN ,
343- endpoints : EndpointParam | NotGiven = NOT_GIVEN ,
343+ endpoints : Optional [ EndpointParam ] | NotGiven = NOT_GIVEN ,
344344 networks : Optional [Iterable [location_create_params .Network ]] | NotGiven = NOT_GIVEN ,
345345 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
346346 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -415,7 +415,7 @@ async def update(
415415 client_default : bool | NotGiven = NOT_GIVEN ,
416416 dns_destination_ips_id : str | NotGiven = NOT_GIVEN ,
417417 ecs_support : bool | NotGiven = NOT_GIVEN ,
418- endpoints : EndpointParam | NotGiven = NOT_GIVEN ,
418+ endpoints : Optional [ EndpointParam ] | NotGiven = NOT_GIVEN ,
419419 networks : Optional [Iterable [location_update_params .Network ]] | NotGiven = NOT_GIVEN ,
420420 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
421421 # The extra values given here take precedence over values defined on the client or passed to this method.
0 commit comments