Skip to content

Commit

Permalink
Fix up IAM action trait name
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jan 29, 2024
1 parent b8b0058 commit 13bee9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SotoSmithyAWS/Traits/AwsIAMTraits.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public struct AwsIAMAction: StaticTrait {
let optional: [String: ActionResource]
}

public static let staticName: ShapeId = "aws.iam#action"
public static let staticName: ShapeId = "aws.iam#iamAction"
public var selector: Selector { TypeSelector<OperationShape>() }
public let name: String
public let documentation: String
Expand All @@ -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#actionName"
public static let staticName: ShapeId = "aws.iam#iamActionName"
public var selector: Selector { TypeSelector<OperationShape>() }
public let value: String
public init(value: String) {
Expand Down

0 comments on commit 13bee9b

Please sign in to comment.