How to use describe_partners method in localstack

Best Python code snippet using localstack_python

__init__.py

Source:__init__.py Github

copy

Full Screen

...2386 marker: String = None,2387 ) -> OrderableClusterOptionsMessage:2388 raise NotImplementedError2389 @handler("DescribePartners")2390 def describe_partners(2391 self,2392 context: RequestContext,2393 account_id: PartnerIntegrationAccountId,2394 cluster_identifier: PartnerIntegrationClusterIdentifier,2395 database_name: PartnerIntegrationDatabaseName = None,2396 partner_name: PartnerIntegrationPartnerName = None,2397 ) -> DescribePartnersOutputMessage:2398 raise NotImplementedError2399 @handler("DescribeReservedNodeExchangeStatus")2400 def describe_reserved_node_exchange_status(2401 self,2402 context: RequestContext,2403 reserved_node_id: String = None,2404 reserved_node_exchange_request_id: String = None,...

Full Screen

Full Screen

client.pyi

Source:client.pyi Github

copy

Full Screen

...1106 Returns a list of orderable cluster options.1107 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/redshift.html#Redshift.Client.describe_orderable_cluster_options)1108 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_redshift/client.html#describe_orderable_cluster_options)1109 """1110 def describe_partners(1111 self,1112 *,1113 AccountId: str,1114 ClusterIdentifier: str,1115 DatabaseName: str = None,1116 PartnerName: str = None1117 ) -> DescribePartnersOutputMessageTypeDef:1118 """1119 Returns information about the partner integrations defined for a cluster.1120 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/redshift.html#Redshift.Client.describe_partners)1121 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_redshift/client.html#describe_partners)1122 """1123 def describe_reserved_node_exchange_status(1124 self,...

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