Best Python code snippet using localstack_python
eventbridge.py
Source:eventbridge.py  
...318    319    320    """321    pass322def describe_partner_event_source(Name=None):323    """324    An SaaS partner can use this operation to list details about a partner event source that they have created. AWS customers do not use this operation. Instead, AWS customers can use  DescribeEventSource to see details about a partner event source that is shared with them.325    See also: AWS API Documentation326    327    Exceptions328    329    :example: response = client.describe_partner_event_source(330        Name='string'331    )332    333    334    :type Name: string335    :param Name: [REQUIRED]\nThe name of the event source to display.\n336    :rtype: dict337ReturnsResponse Syntax{338    'Arn': 'string',339    'Name': 'string'340}341Response Structure342(dict) --343Arn (string) --The ARN of the event source....client.pyi
Source:client.pyi  
...305        your account.306        [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/events.html#EventBridge.Client.describe_event_source)307        [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_events/client.html#describe_event_source)308        """309    def describe_partner_event_source(310        self, *, Name: str311    ) -> DescribePartnerEventSourceResponseTypeDef:312        """313        An SaaS partner can use this operation to list details about a partner event314        source that they have created.315        [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/events.html#EventBridge.Client.describe_partner_event_source)316        [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_events/client.html#describe_partner_event_source)317        """318    def describe_replay(self, *, ReplayName: str) -> DescribeReplayResponseTypeDef:319        """320        Retrieves details about a replay.321        [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/events.html#EventBridge.Client.describe_replay)322        [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_events/client.html#describe_replay)323        """...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!!
