mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Making the new pinpoint client.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from typing import Protocol
|
||||
|
||||
from botocore.config import Config
|
||||
|
||||
AWS_CLIENT_CONFIG = Config(
|
||||
@@ -22,7 +24,7 @@ class ClientException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class Client(object):
|
||||
class Client(Protocol):
|
||||
"""
|
||||
Base client for sending notifications.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user