Skip to content

Commit

Permalink
mypy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ievgeniia ieromenko committed Sep 6, 2024
1 parent 162525d commit cea07f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
from mypy_boto3_lakeformation.type_defs import ResourceTypeDef
from mypy_boto3_organizations import OrganizationsClient
from mypy_boto3_ram import RAMClient
from mypy_boto3_ram.type_defs import ResourceShareInvitationTypeDef
from mypy_boto3_securitylake import SecurityLakeClient
from mypy_boto3_securitylake.literals import AwsLogSourceNameType
from mypy_boto3_securitylake.paginator import ListLogSourcesPaginator
Expand Down Expand Up @@ -761,7 +762,7 @@ def configure_resource_share_in_subscriber_acct(ram_client: RAMClient, resource_
raise ValueError("Error accepting resource share invitation") from None


def accept_resource_share_invitation(ram_client: RAMClient, invitation: dict) -> None:
def accept_resource_share_invitation(ram_client: RAMClient, invitation: ResourceShareInvitationTypeDef) -> None:
"""Accept the resource share invitation.
Args:
Expand Down

0 comments on commit cea07f9

Please sign in to comment.