Best Python code snippet using localstack_python
client.pyi
Source:client.pyi  
...4603    ) -> ModifyCapacityReservationResultTypeDef:4604        """4605        [Client.modify_capacity_reservation documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.modify_capacity_reservation)4606        """4607    def modify_client_vpn_endpoint(4608        self,4609        ClientVpnEndpointId: str,4610        ServerCertificateArn: str = None,4611        ConnectionLogOptions: ConnectionLogOptionsTypeDef = None,4612        DnsServers: DnsServersOptionsModifyStructureTypeDef = None,4613        VpnPort: int = None,4614        Description: str = None,4615        SplitTunnel: bool = None,4616        DryRun: bool = None,4617        SecurityGroupIds: List[str] = None,4618        VpcId: str = None,4619    ) -> ModifyClientVpnEndpointResultTypeDef:4620        """4621        [Client.modify_client_vpn_endpoint documentation](https://boto3.amazonaws.com/v1/documentation/api/1.14.47/reference/services/ec2.html#EC2.Client.modify_client_vpn_endpoint)...client.py
Source:client.py  
...530    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:535        pass536    def modify_fleet(self, FleetId: str, TargetCapacitySpecification: Dict, DryRun: bool = None, ExcessCapacityTerminationPolicy: str = None) -> Dict:537        pass538    def modify_fpga_image_attribute(self, FpgaImageId: str, DryRun: bool = None, Attribute: str = None, OperationType: str = None, UserIds: List = None, UserGroups: List = None, ProductCodes: List = None, LoadPermission: Dict = None, Description: str = None, Name: str = None) -> Dict:539        pass540    def modify_hosts(self, AutoPlacement: str, HostIds: List) -> Dict:541        pass542    def modify_id_format(self, Resource: str, UseLongIds: bool):543        pass544    def modify_identity_id_format(self, PrincipalArn: str, Resource: str, UseLongIds: bool):545        pass546    def modify_image_attribute(self, ImageId: str, Attribute: str = None, Description: Dict = None, LaunchPermission: Dict = None, OperationType: str = None, ProductCodes: List = None, UserGroups: List = None, UserIds: List = None, Value: str = None, DryRun: bool = None):547        pass548    def modify_instance_attribute(self, InstanceId: str, SourceDestCheck: Dict = None, Attribute: str = None, BlockDeviceMappings: List = None, DisableApiTermination: Dict = None, DryRun: bool = None, EbsOptimized: Dict = None, EnaSupport: Dict = None, Groups: List = None, InstanceInitiatedShutdownBehavior: Dict = None, InstanceType: Dict = None, Kernel: Dict = None, Ramdisk: Dict = None, SriovNetSupport: Dict = None, UserData: Dict = None, Value: str = None):...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.
You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.
Get 100 minutes of automation test minutes FREE!!
