8000 remove dms change · localstack/localstack@665baf3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 665baf3

Browse files
committed
remove dms change
1 parent d769cd5 commit 665baf3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

localstack-core/localstack/utils/aws/client_types.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import abc
2-
from enum import StrEnum
32
from typing import TYPE_CHECKING, Union
43

54
"""
@@ -250,7 +249,7 @@ class TypedServiceClientFactory(abc.ABC):
250249
xray: Union["XRayClient", "MetadataRequestInjector[XRayClient]"]
251250

252251

253-
class ServicePrincipal(StrEnum):
252+
class ServicePrincipal(str):
254253
"""
255254
Class containing defined service principals.
256255
To add to this list, please look up the correct service principal name for the service.
@@ -265,7 +264,6 @@ class ServicePrincipal(StrEnum):
265264
"""
266265

267266
apigateway = "apigateway"
268-
dms = "dms"
269267
events = "events"
270268
firehose = "firehose"
271269
lambda_ = "lambda"

0 commit comments

Comments
 (0)
0