// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 include "../../../dafny-helpers/include.dfy" module {:options "-functionSyntax:4"} AwsKmsArnParsing { import opened Wrappers import opened Util }