You can add additional "model" to aws cli with https://docs.aws.amazon.com/cli/latest/reference/configure/add-model.html. The model will be added to ~/.aws/model/
If you need to use the same model with boto3, you will need to have the model available in botocore/data/.
See also