Skip to content

Commit

Permalink
Revert some package.swift changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Mar 31, 2024
1 parent 212cdcf commit ad5f62c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ let package = Package(
.library(name: "SotoApplicationCostProfiler", targets: ["SotoApplicationCostProfiler"]),
.library(name: "SotoApplicationDiscoveryService", targets: ["SotoApplicationDiscoveryService"]),
.library(name: "SotoApplicationInsights", targets: ["SotoApplicationInsights"]),
.library(name: "SotoArtifact", targets: ["SotoArtifact"]),
.library(name: "SotoAthena", targets: ["SotoAthena"]),
.library(name: "SotoAuditManager", targets: ["SotoAuditManager"]),
.library(name: "SotoAutoScaling", targets: ["SotoAutoScaling"]),
Expand All @@ -68,7 +67,6 @@ let package = Package(
.library(name: "SotoBillingconductor", targets: ["SotoBillingconductor"]),
.library(name: "SotoBraket", targets: ["SotoBraket"]),
.library(name: "SotoBudgets", targets: ["SotoBudgets"]),
.library(name: "SotoChatbot", targets: ["SotoChatbot"]),
.library(name: "SotoChime", targets: ["SotoChime"]),
.library(name: "SotoChimeSDKIdentity", targets: ["SotoChimeSDKIdentity"]),
.library(name: "SotoChimeSDKMediaPipelines", targets: ["SotoChimeSDKMediaPipelines"]),
Expand Down Expand Up @@ -274,11 +272,9 @@ let package = Package(
.library(name: "SotoMigrationHubStrategy", targets: ["SotoMigrationHubStrategy"]),
.library(name: "SotoMobile", targets: ["SotoMobile"]),
.library(name: "SotoNeptune", targets: ["SotoNeptune"]),
.library(name: "SotoNeptuneGraph", targets: ["SotoNeptuneGraph"]),
.library(name: "SotoNeptunedata", targets: ["SotoNeptunedata"]),
.library(name: "SotoNetworkFirewall", targets: ["SotoNetworkFirewall"]),
.library(name: "SotoNetworkManager", targets: ["SotoNetworkManager"]),
.library(name: "SotoNetworkMonitor", targets: ["SotoNetworkMonitor"]),
.library(name: "SotoNimble", targets: ["SotoNimble"]),
.library(name: "SotoOAM", targets: ["SotoOAM"]),
.library(name: "SotoOSIS", targets: ["SotoOSIS"]),
Expand Down Expand Up @@ -375,12 +371,10 @@ let package = Package(
.library(name: "SotoSnowball", targets: ["SotoSnowball"]),
.library(name: "SotoSsmSap", targets: ["SotoSsmSap"]),
.library(name: "SotoStorageGateway", targets: ["SotoStorageGateway"]),
.library(name: "SotoSupplyChain", targets: ["SotoSupplyChain"]),
.library(name: "SotoSupport", targets: ["SotoSupport"]),
.library(name: "SotoSupportApp", targets: ["SotoSupportApp"]),
.library(name: "SotoSynthetics", targets: ["SotoSynthetics"]),
.library(name: "SotoTextract", targets: ["SotoTextract"]),
.library(name: "SotoTimestreamInfluxDB", targets: ["SotoTimestreamInfluxDB"]),
.library(name: "SotoTimestreamQuery", targets: ["SotoTimestreamQuery"]),
.library(name: "SotoTimestreamWrite", targets: ["SotoTimestreamWrite"]),
.library(name: "SotoTnb", targets: ["SotoTnb"]),
Expand Down Expand Up @@ -436,7 +430,6 @@ let package = Package(
.target(name: "SotoApplicationCostProfiler", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApplicationCostProfiler"),
.target(name: "SotoApplicationDiscoveryService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApplicationDiscoveryService"),
.target(name: "SotoApplicationInsights", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApplicationInsights"),
.target(name: "SotoArtifact", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Artifact"),
.target(name: "SotoAthena", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Athena"),
.target(name: "SotoAuditManager", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AuditManager"),
.target(name: "SotoAutoScaling", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AutoScaling"),
Expand All @@ -454,7 +447,6 @@ let package = Package(
.target(name: "SotoBillingconductor", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Billingconductor"),
.target(name: "SotoBraket", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Braket"),
.target(name: "SotoBudgets", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Budgets"),
.target(name: "SotoChatbot", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Chatbot"),
.target(name: "SotoChime", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Chime"),
.target(name: "SotoChimeSDKIdentity", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ChimeSDKIdentity"),
.target(name: "SotoChimeSDKMediaPipelines", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ChimeSDKMediaPipelines"),
Expand Down Expand Up @@ -660,11 +652,9 @@ let package = Package(
.target(name: "SotoMigrationHubStrategy", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MigrationHubStrategy"),
.target(name: "SotoMobile", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Mobile"),
.target(name: "SotoNeptune", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Neptune"),
.target(name: "SotoNeptuneGraph", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NeptuneGraph"),
.target(name: "SotoNeptunedata", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Neptunedata"),
.target(name: "SotoNetworkFirewall", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NetworkFirewall"),
.target(name: "SotoNetworkManager", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NetworkManager"),
.target(name: "SotoNetworkMonitor", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NetworkMonitor"),
.target(name: "SotoNimble", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Nimble"),
.target(name: "SotoOAM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/OAM"),
.target(name: "SotoOSIS", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/OSIS"),
Expand Down Expand Up @@ -761,12 +751,10 @@ let package = Package(
.target(name: "SotoSnowball", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Snowball"),
.target(name: "SotoSsmSap", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SsmSap"),
.target(name: "SotoStorageGateway", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/StorageGateway"),
.target(name: "SotoSupplyChain", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SupplyChain"),
.target(name: "SotoSupport", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Support"),
.target(name: "SotoSupportApp", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SupportApp"),
.target(name: "SotoSynthetics", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Synthetics"),
.target(name: "SotoTextract", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Textract"),
.target(name: "SotoTimestreamInfluxDB", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/TimestreamInfluxDB"),
.target(name: "SotoTimestreamQuery", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/TimestreamQuery"),
.target(name: "SotoTimestreamWrite", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/TimestreamWrite"),
.target(name: "SotoTnb", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Tnb"),
Expand Down

0 comments on commit ad5f62c

Please sign in to comment.