Skip to content

Commit

Permalink
Update IAM traits (iamResource, iamConditionKeys)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 18, 2024
1 parent 83db1af commit 842a41d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Sources/SotoSmithyAWS/Traits/AwsIAMTraits.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ public struct AwsIAMDefineConditionKeysTrait: SingleValueTrait {
let type: KeyType
let documentation: String?
let externalDocumentation: String?
let relativeDocumentation: String?
let required: Bool?
}

public let value: [String: ConditionKey]
Expand Down Expand Up @@ -156,8 +158,7 @@ public struct AwsIAMSupportPrincipalTypesTrait: SingleValueTrait {
public struct AwsIAMResourceTrait: StaticTrait {
public static let staticName: ShapeId = "aws.iam#iamResource"
public var selector: Selector { TypeSelector<ResourceShape>() }
public let name: String
public init(name: String) {
self.name = name
}
public let name: String?
public let relativeDocumentation: String?
public let disableConditionKeyInheritance: Bool?
}

0 comments on commit 842a41d

Please sign in to comment.