Skip to content

Commit

Permalink
Remove SQSQueueAttribute patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 13, 2021
1 parent 127d008 commit 3778d74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
/*.xcodeproj
xcuserdata/
/.swiftpm
/.vscode
Package.resolved
/aws/services
3 changes: 0 additions & 3 deletions Sources/SotoCodeGenerator/Model+Patch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ extension Model {
"Savingsplans": [
"com.amazonaws.savingsplans#AWSSavingsPlan": EditTraitPatch { trait -> AwsServiceTrait in trait.with(sdkId: "SavingsPlans") },
],
"SQS": [
"com.amazonaws.sqs#QueueAttributeName": EditEnumPatch(add: [.init(value: "SqsManagedSseEnabled")]),
],
]
func patch(serviceName: String) throws {
if let servicePatches = Self.patches[serviceName] {
Expand Down

0 comments on commit 3778d74

Please sign in to comment.