How to use export_client_vpn_client_certificate_revocation_list method in localstack

Best Python code snippet using localstack_python

client.pyi

Source:client.pyi Github

copy

Full Screen

...4314 ) -> EnableVpcClassicLinkDnsSupportResultTypeDef:4315 """4316 [Client.enable_vpc_classic_link_dns_support documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.enable_vpc_classic_link_dns_support)4317 """4318 def export_client_vpn_client_certificate_revocation_list(4319 self, ClientVpnEndpointId: str, DryRun: bool = None4320 ) -> ExportClientVpnClientCertificateRevocationListResultTypeDef:4321 """4322 [Client.export_client_vpn_client_certificate_revocation_list documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.export_client_vpn_client_certificate_revocation_list)4323 """4324 def export_client_vpn_client_configuration(4325 self, ClientVpnEndpointId: str, DryRun: bool = None4326 ) -> ExportClientVpnClientConfigurationResultTypeDef:4327 """4328 [Client.export_client_vpn_client_configuration documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.export_client_vpn_client_configuration)4329 """4330 def export_image(4331 self,4332 DiskImageFormat: Literal["VMDK", "RAW", "VHD"],...

Full Screen

Full Screen

client.py

Source:client.py Github

copy

Full Screen

...486 def enable_vpc_classic_link(self, VpcId: str, DryRun: bool = None) -> Dict:487 pass488 def enable_vpc_classic_link_dns_support(self, VpcId: str = None) -> Dict:489 pass490 def export_client_vpn_client_certificate_revocation_list(self, ClientVpnEndpointId: str, DryRun: bool = None) -> Dict:491 pass492 def export_client_vpn_client_configuration(self, ClientVpnEndpointId: str, DryRun: bool = None) -> Dict:493 pass494 def export_transit_gateway_routes(self, TransitGatewayRouteTableId: str, S3Bucket: str, Filters: List = None, DryRun: bool = None) -> Dict:495 pass496 def generate_presigned_url(self, ClientMethod: str = None, Params: Dict = None, ExpiresIn: int = None, HttpMethod: str = None):497 pass498 def get_console_output(self, InstanceId: str, DryRun: bool = None, Latest: bool = None) -> Dict:499 pass500 def get_console_screenshot(self, InstanceId: str, DryRun: bool = None, WakeUp: bool = None) -> Dict:501 pass502 def get_host_reservation_purchase_preview(self, HostIdSet: List, OfferingId: str) -> Dict:503 pass504 def get_launch_template_data(self, InstanceId: str, DryRun: bool = None) -> Dict:...

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run localstack automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful