Skip to content

Commit

Permalink
Merge customizations for DynamoDB
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 20, 2024
1 parent 5d0b2be commit caa3fde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion botocore/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,9 @@ class EndpointResolverBuiltins(str, Enum):
AWS_S3_DISABLE_MRAP = "AWS::S3::DisableMultiRegionAccessPoints"
# Whether a custom endpoint has been configured (str)
SDK_ENDPOINT = "SDK::Endpoint"

# Currently not implemented:
ACCOUNT_ID = "AWS::Auth::AccountId"
ACCOUNT_ID_ENDPOINT_MODE = "AWS::Auth::AccountIdEndpointMode"

class EndpointRulesetResolver:
"""Resolves endpoints using a service's endpoint ruleset"""
Expand Down

0 comments on commit caa3fde

Please sign in to comment.