diff --git a/Sources/SotoSmithyAWS/Traits/AwsIAMTraits.swift b/Sources/SotoSmithyAWS/Traits/AwsIAMTraits.swift index 4ef2cc2..b52bad9 100644 --- a/Sources/SotoSmithyAWS/Traits/AwsIAMTraits.swift +++ b/Sources/SotoSmithyAWS/Traits/AwsIAMTraits.swift @@ -37,7 +37,7 @@ public struct AwsIAMAction: StaticTrait { /// Provides a custom IAM action name. public struct AwsIAMActionName: SingleValueTrait { - public static let staticName: ShapeId = "aws.iam#iamActionName" + public static let staticName: ShapeId = "aws.iam#actionName" public var selector: Selector { TypeSelector() } public let value: String public init(value: String) {