@@ -452,7 +452,7 @@ def create_and_poll(
452452 healthmonitor : Optional [pool_create_params .Healthmonitor ] | Omit = omit ,
453453 listener_id : Optional [str ] | Omit = omit ,
454454 load_balancer_id : Optional [str ] | Omit = omit ,
455- members : Optional [ Iterable [pool_create_params .Member ] ] | Omit = omit ,
455+ members : Iterable [pool_create_params .Member ] | Omit = omit ,
456456 secret_id : Optional [str ] | Omit = omit ,
457457 session_persistence : Optional [pool_create_params .SessionPersistence ] | Omit = omit ,
458458 timeout_client_data : Optional [int ] | Omit = omit ,
@@ -1019,7 +1019,7 @@ async def create_and_poll(
10191019 healthmonitor : Optional [pool_create_params .Healthmonitor ] | Omit = omit ,
10201020 listener_id : Optional [str ] | Omit = omit ,
10211021 load_balancer_id : Optional [str ] | Omit = omit ,
1022- members : Optional [ Iterable [pool_create_params .Member ] ] | Omit = omit ,
1022+ members : Iterable [pool_create_params .Member ] | Omit = omit ,
10231023 secret_id : Optional [str ] | Omit = omit ,
10241024 session_persistence : Optional [pool_create_params .SessionPersistence ] | Omit = omit ,
10251025 timeout_client_data : Optional [int ] | Omit = omit ,
0 commit comments