Best Python code snippet using localstack_python
__init__.py
Source:__init__.py  
...1847        next_token: NextToken = None,1848    ) -> GetAggregateConfigRuleComplianceSummaryResponse:1849        raise NotImplementedError1850    @handler("GetAggregateConformancePackComplianceSummary")1851    def get_aggregate_conformance_pack_compliance_summary(1852        self,1853        context: RequestContext,1854        configuration_aggregator_name: ConfigurationAggregatorName,1855        filters: AggregateConformancePackComplianceSummaryFilters = None,1856        group_by_key: AggregateConformancePackComplianceSummaryGroupKey = None,1857        limit: Limit = None,1858        next_token: NextToken = None,1859    ) -> GetAggregateConformancePackComplianceSummaryResponse:1860        raise NotImplementedError1861    @handler("GetAggregateDiscoveredResourceCounts")1862    def get_aggregate_discovered_resource_counts(1863        self,1864        context: RequestContext,1865        configuration_aggregator_name: ConfigurationAggregatorName,...client.pyi
Source:client.pyi  
...680        and regions in an aggregator.681        [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/config.html#ConfigService.Client.get_aggregate_config_rule_compliance_summary)682        [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_config/client.html#get_aggregate_config_rule_compliance_summary)683        """684    def get_aggregate_conformance_pack_compliance_summary(685        self,686        *,687        ConfigurationAggregatorName: str,688        Filters: "AggregateConformancePackComplianceSummaryFiltersTypeDef" = None,689        GroupByKey: AggregateConformancePackComplianceSummaryGroupKeyType = None,690        Limit: int = None,691        NextToken: str = None692    ) -> GetAggregateConformancePackComplianceSummaryResponseTypeDef:693        """694        Returns the count of compliant and noncompliant conformance packs across all695        Amazon Web Services accounts and Amazon Web Services Regions in an aggregator.696        [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/config.html#ConfigService.Client.get_aggregate_conformance_pack_compliance_summary)697        [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_config/client.html#get_aggregate_conformance_pack_compliance_summary)698        """...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!!
