Skip to content

Commit

Permalink
aws.api#tagEnabled can only be applied to services
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Sep 4, 2023
1 parent 99ec1a7 commit b84bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SotoSmithyAWS/Traits/AwsCoreTraits.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public struct AwsHttpChecksumTrait: StaticTrait {
/// Indicates the service supports resource level tagging consistent with AWS services.
public struct AwsTagEnabledTrait: StaticTrait {
public static let staticName: ShapeId = "aws.api#tagEnabled"
public var selector: Selector { TypeSelector<OperationShape>() }
public var selector: Selector { TypeSelector<ServiceShape>() }

public let disableDefaultOperations: Bool?

Expand Down

0 comments on commit b84bf61

Please sign in to comment.