Best Python code snippet using localstack_python
client.pyi
Source:client.pyi
...738 Deletes the specified HSM client certificate.739 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/redshift.html#Redshift.Client.delete_hsm_client_certificate)740 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_redshift/client.html#delete_hsm_client_certificate)741 """742 def delete_hsm_configuration(self, *, HsmConfigurationIdentifier: str) -> None:743 """744 Deletes the specified Amazon Redshift HSM configuration.745 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/redshift.html#Redshift.Client.delete_hsm_configuration)746 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_redshift/client.html#delete_hsm_configuration)747 """748 def delete_partner(749 self, *, AccountId: str, ClusterIdentifier: str, DatabaseName: str, PartnerName: str750 ) -> PartnerIntegrationOutputMessageTypeDef:751 """752 Deletes a partner integration from a cluster.753 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/redshift.html#Redshift.Client.delete_partner)754 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_redshift/client.html#delete_partner)755 """756 def delete_scheduled_action(self, *, ScheduledActionName: str) -> None:...
client.py
Source:client.py
...58 def delete_event_subscription(self, SubscriptionName: str):59 pass60 def delete_hsm_client_certificate(self, HsmClientCertificateIdentifier: str):61 pass62 def delete_hsm_configuration(self, HsmConfigurationIdentifier: str):63 pass64 def delete_snapshot_copy_grant(self, SnapshotCopyGrantName: str):65 pass66 def delete_snapshot_schedule(self, ScheduleIdentifier: str):67 pass68 def delete_tags(self, ResourceName: str, TagKeys: List):69 pass70 def describe_account_attributes(self, AttributeNames: List = None) -> Dict:71 pass72 def describe_cluster_db_revisions(self, ClusterIdentifier: str = None, MaxRecords: int = None, Marker: str = None) -> Dict:73 pass74 def describe_cluster_parameter_groups(self, ParameterGroupName: str = None, MaxRecords: int = None, Marker: str = None, TagKeys: List = None, TagValues: List = None) -> Dict:75 pass76 def describe_cluster_parameters(self, ParameterGroupName: str, Source: str = None, MaxRecords: int = None, Marker: str = None) -> Dict:...
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!!