Skip to content

Commit

Permalink
Fix duplicated sms-voice service
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 19, 2024
1 parent d0c704f commit 9026b08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mypy_boto3_builder/service_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class ServiceNameCatalog:
"redshiftserverless",
)
old_ssm_sap = ServiceName("ssm-sap", "SsmSap", "ssmsap")
sms_voice = ServiceName("sms-voice", "SMSVoice")

ITEMS: ClassVar[dict[str, ServiceName]] = {
ec2.boto3_name: ec2,
Expand All @@ -185,6 +186,7 @@ class ServiceNameCatalog:
lambda_.boto3_name: lambda_,
old_redshift_serverless.boto3_name: old_redshift_serverless,
old_ssm_sap.boto3_name: old_ssm_sap,
sms_voice.boto3_name: sms_voice,
}

@classmethod
Expand Down

0 comments on commit 9026b08

Please sign in to comment.