How to use import_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

...4513 ) -> GetTransitGatewayRouteTablePropagationsResultTypeDef:4514 """4515 [Client.get_transit_gateway_route_table_propagations documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.get_transit_gateway_route_table_propagations)4516 """4517 def import_client_vpn_client_certificate_revocation_list(4518 self, ClientVpnEndpointId: str, CertificateRevocationList: str, DryRun: bool = None4519 ) -> ImportClientVpnClientCertificateRevocationListResultTypeDef:4520 """4521 [Client.import_client_vpn_client_certificate_revocation_list documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.import_client_vpn_client_certificate_revocation_list)4522 """4523 def import_image(4524 self,4525 Architecture: str = None,4526 ClientData: ClientDataTypeDef = None,4527 ClientToken: str = None,4528 Description: str = None,4529 DiskContainers: List[ImageDiskContainerTypeDef] = None,4530 DryRun: bool = None,4531 Encrypted: bool = None,...

Full Screen

Full Screen

client.py

Source:client.py Github

copy

Full Screen

...516 def get_transit_gateway_route_table_propagations(self, TransitGatewayRouteTableId: str, Filters: List = None, MaxResults: int = None, NextToken: str = None, DryRun: bool = None) -> Dict:517 pass518 def get_waiter(self, waiter_name: str = None) -> Waiter:519 pass520 def import_client_vpn_client_certificate_revocation_list(self, ClientVpnEndpointId: str, CertificateRevocationList: str, DryRun: bool = None) -> Dict:521 pass522 def import_image(self, Architecture: str = None, ClientData: Dict = None, ClientToken: str = None, Description: str = None, DiskContainers: List = None, DryRun: bool = None, Encrypted: bool = None, Hypervisor: str = None, KmsKeyId: str = None, LicenseType: str = None, Platform: str = None, RoleName: str = None) -> Dict:523 pass524 def import_instance(self, Platform: str, Description: str = None, DiskImages: List = None, DryRun: bool = None, LaunchSpecification: Dict = None) -> Dict:525 pass526 def import_key_pair(self, KeyName: str, PublicKeyMaterial: bytes, DryRun: bool = None) -> Dict:527 pass528 def import_snapshot(self, ClientData: Dict = None, ClientToken: str = None, Description: str = None, DiskContainer: Dict = None, DryRun: bool = None, Encrypted: bool = None, KmsKeyId: str = None, RoleName: str = None) -> Dict:529 pass530 def import_volume(self, AvailabilityZone: str, Image: Dict, Volume: Dict, Description: str = None, DryRun: bool = None) -> Dict:531 pass532 def modify_capacity_reservation(self, CapacityReservationId: str, InstanceCount: int = None, EndDate: datetime = None, EndDateType: str = None, DryRun: bool = None) -> Dict:533 pass534 def modify_client_vpn_endpoint(self, ClientVpnEndpointId: str, ServerCertificateArn: str = None, ConnectionLogOptions: Dict = None, DnsServers: Dict = None, Description: str = None, 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