How to use get_package_version_history method in localstack

Best Python code snippet using localstack_python

client.pyi

Source:client.pyi Github

copy

Full Screen

...363 Returns a list of upgrade-compatible versions of OpenSearch/Elasticsearch.364 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/opensearch.html#OpenSearchService.Client.get_compatible_versions)365 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_opensearch/client.html#get_compatible_versions)366 """367 def get_package_version_history(368 self, *, PackageID: str, MaxResults: int = None, NextToken: str = None369 ) -> GetPackageVersionHistoryResponseTypeDef:370 """371 Returns a list of package versions, along with their creation time and commit372 message.373 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/opensearch.html#OpenSearchService.Client.get_package_version_history)374 [Show boto3-stubs documentation](https://vemel.github.io/boto3_stubs_docs/mypy_boto3_opensearch/client.html#get_package_version_history)375 """376 def get_upgrade_history(377 self, *, DomainName: str, MaxResults: int = None, NextToken: str = None378 ) -> GetUpgradeHistoryResponseTypeDef:379 """380 Retrieves the complete history of the last 10 upgrades performed on the domain.381 [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/1.24.58/reference/services/opensearch.html#OpenSearchService.Client.get_upgrade_history)...

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