Best Python code snippet using localstack_python
client.pyi
Source:client.pyi  
...68        Closes underlying endpoint connections.69        [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/resourcegroupstaggingapi.html#ResourceGroupsTaggingAPI.Client.close)70        [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_resourcegroupstaggingapi/client.html#close)71        """72    def describe_report_creation(self) -> DescribeReportCreationOutputTypeDef:73        """74        Describes the status of the `StartReportCreation` operation.75        [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/resourcegroupstaggingapi.html#ResourceGroupsTaggingAPI.Client.describe_report_creation)76        [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_resourcegroupstaggingapi/client.html#describe_report_creation)77        """78    def generate_presigned_url(79        self,80        ClientMethod: str,81        Params: Dict[str, Any] = None,82        ExpiresIn: int = 3600,83        HttpMethod: str = None,84    ) -> str:85        """86        Generate a presigned url given a client, its method, and arguments....__init__.py
Source:__init__.py  
...148class ResourcegroupstaggingapiApi:149    service = "resourcegroupstaggingapi"150    version = "2017-01-26"151    @handler("DescribeReportCreation")152    def describe_report_creation(153        self,154        context: RequestContext,155    ) -> DescribeReportCreationOutput:156        raise NotImplementedError157    @handler("GetComplianceSummary")158    def get_compliance_summary(159        self,160        context: RequestContext,161        target_id_filters: TargetIdFilterList = None,162        region_filters: RegionFilterList = None,163        resource_type_filters: ResourceTypeFilterList = None,164        tag_key_filters: TagKeyFilterList = None,165        group_by: GroupBy = None,166        max_results: MaxResultsGetComplianceSummary = 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!!
