Skip to content

Commit 48a92c7

Browse files
committed
Update Package.swift
1 parent ce82501 commit 48a92c7

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Package.swift

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ let package = Package(
2727
.library(name: "SotoAlexaForBusiness", targets: ["SotoAlexaForBusiness"]),
2828
.library(name: "SotoAmplify", targets: ["SotoAmplify"]),
2929
.library(name: "SotoAmplifyBackend", targets: ["SotoAmplifyBackend"]),
30+
.library(name: "SotoAmplifyUIBuilder", targets: ["SotoAmplifyUIBuilder"]),
3031
.library(name: "SotoApiGatewayManagementApi", targets: ["SotoApiGatewayManagementApi"]),
3132
.library(name: "SotoApiGatewayV2", targets: ["SotoApiGatewayV2"]),
3233
.library(name: "SotoAppConfig", targets: ["SotoAppConfig"]),
@@ -48,6 +49,7 @@ let package = Package(
4849
.library(name: "SotoAutoScaling", targets: ["SotoAutoScaling"]),
4950
.library(name: "SotoAutoScalingPlans", targets: ["SotoAutoScalingPlans"]),
5051
.library(name: "SotoBackup", targets: ["SotoBackup"]),
52+
.library(name: "SotoBackupGateway", targets: ["SotoBackupGateway"]),
5153
.library(name: "SotoBatch", targets: ["SotoBatch"]),
5254
.library(name: "SotoBraket", targets: ["SotoBraket"]),
5355
.library(name: "SotoBudgets", targets: ["SotoBudgets"]),
@@ -67,7 +69,9 @@ let package = Package(
6769
.library(name: "SotoCloudTrail", targets: ["SotoCloudTrail"]),
6870
.library(name: "SotoCloudWatch", targets: ["SotoCloudWatch"]),
6971
.library(name: "SotoCloudWatchEvents", targets: ["SotoCloudWatchEvents"]),
72+
.library(name: "SotoCloudWatchEvidently", targets: ["SotoCloudWatchEvidently"]),
7073
.library(name: "SotoCloudWatchLogs", targets: ["SotoCloudWatchLogs"]),
74+
.library(name: "SotoCloudWatchRUM", targets: ["SotoCloudWatchRUM"]),
7175
.library(name: "SotoCodeArtifact", targets: ["SotoCodeArtifact"]),
7276
.library(name: "SotoCodeBuild", targets: ["SotoCodeBuild"]),
7377
.library(name: "SotoCodeCommit", targets: ["SotoCodeCommit"]),
@@ -152,6 +156,7 @@ let package = Package(
152156
.library(name: "SotoImagebuilder", targets: ["SotoImagebuilder"]),
153157
.library(name: "SotoImportExport", targets: ["SotoImportExport"]),
154158
.library(name: "SotoInspector", targets: ["SotoInspector"]),
159+
.library(name: "SotoInspector2", targets: ["SotoInspector2"]),
155160
.library(name: "SotoIoT", targets: ["SotoIoT"]),
156161
.library(name: "SotoIoT1ClickDevicesService", targets: ["SotoIoT1ClickDevicesService"]),
157162
.library(name: "SotoIoT1ClickProjects", targets: ["SotoIoT1ClickProjects"]),
@@ -165,6 +170,7 @@ let package = Package(
165170
.library(name: "SotoIoTSecureTunneling", targets: ["SotoIoTSecureTunneling"]),
166171
.library(name: "SotoIoTSiteWise", targets: ["SotoIoTSiteWise"]),
167172
.library(name: "SotoIoTThingsGraph", targets: ["SotoIoTThingsGraph"]),
173+
.library(name: "SotoIoTTwinMaker", targets: ["SotoIoTTwinMaker"]),
168174
.library(name: "SotoIoTWireless", targets: ["SotoIoTWireless"]),
169175
.library(name: "SotoKMS", targets: ["SotoKMS"]),
170176
.library(name: "SotoKafka", targets: ["SotoKafka"]),
@@ -213,6 +219,7 @@ let package = Package(
213219
.library(name: "SotoMgn", targets: ["SotoMgn"]),
214220
.library(name: "SotoMigrationHub", targets: ["SotoMigrationHub"]),
215221
.library(name: "SotoMigrationHubConfig", targets: ["SotoMigrationHubConfig"]),
222+
.library(name: "SotoMigrationHubRefactorSpaces", targets: ["SotoMigrationHubRefactorSpaces"]),
216223
.library(name: "SotoMigrationHubStrategyRecommendations", targets: ["SotoMigrationHubStrategyRecommendations"]),
217224
.library(name: "SotoMobile", targets: ["SotoMobile"]),
218225
.library(name: "SotoMobileAnalytics", targets: ["SotoMobileAnalytics"]),
@@ -243,6 +250,7 @@ let package = Package(
243250
.library(name: "SotoRAM", targets: ["SotoRAM"]),
244251
.library(name: "SotoRDS", targets: ["SotoRDS"]),
245252
.library(name: "SotoRDSDataService", targets: ["SotoRDSDataService"]),
253+
.library(name: "SotoRecycleBin", targets: ["SotoRecycleBin"]),
246254
.library(name: "SotoRedshift", targets: ["SotoRedshift"]),
247255
.library(name: "SotoRedshiftDataAPIService", targets: ["SotoRedshiftDataAPIService"]),
248256
.library(name: "SotoRekognition", targets: ["SotoRekognition"]),
@@ -310,10 +318,11 @@ let package = Package(
310318
.library(name: "SotoWorkMail", targets: ["SotoWorkMail"]),
311319
.library(name: "SotoWorkMailMessageFlow", targets: ["SotoWorkMailMessageFlow"]),
312320
.library(name: "SotoWorkSpaces", targets: ["SotoWorkSpaces"]),
321+
.library(name: "SotoWorkSpacesWeb", targets: ["SotoWorkSpacesWeb"]),
313322
.library(name: "SotoXRay", targets: ["SotoXRay"])
314323
],
315324
dependencies: [
316-
.package(url: "https://github.com/soto-project/soto-core.git", from: "5.9.1")
325+
.package(url: "https://github.com/soto-project/soto-core.git", from: "5.7.0")
317326
],
318327
targets: [
319328
.target(name: "SotoACM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ACM"),
@@ -324,6 +333,7 @@ let package = Package(
324333
.target(name: "SotoAlexaForBusiness", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AlexaForBusiness"),
325334
.target(name: "SotoAmplify", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Amplify"),
326335
.target(name: "SotoAmplifyBackend", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AmplifyBackend"),
336+
.target(name: "SotoAmplifyUIBuilder", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AmplifyUIBuilder"),
327337
.target(name: "SotoApiGatewayManagementApi", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApiGatewayManagementApi"),
328338
.target(name: "SotoApiGatewayV2", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApiGatewayV2"),
329339
.target(name: "SotoAppConfig", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AppConfig"),
@@ -345,6 +355,7 @@ let package = Package(
345355
.target(name: "SotoAutoScaling", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AutoScaling"),
346356
.target(name: "SotoAutoScalingPlans", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AutoScalingPlans"),
347357
.target(name: "SotoBackup", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Backup"),
358+
.target(name: "SotoBackupGateway", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BackupGateway"),
348359
.target(name: "SotoBatch", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Batch"),
349360
.target(name: "SotoBraket", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Braket"),
350361
.target(name: "SotoBudgets", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Budgets"),
@@ -364,7 +375,9 @@ let package = Package(
364375
.target(name: "SotoCloudTrail", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CloudTrail"),
365376
.target(name: "SotoCloudWatch", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CloudWatch"),
366377
.target(name: "SotoCloudWatchEvents", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CloudWatchEvents"),
378+
.target(name: "SotoCloudWatchEvidently", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CloudWatchEvidently"),
367379
.target(name: "SotoCloudWatchLogs", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CloudWatchLogs"),
380+
.target(name: "SotoCloudWatchRUM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CloudWatchRUM"),
368381
.target(name: "SotoCodeArtifact", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CodeArtifact"),
369382
.target(name: "SotoCodeBuild", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CodeBuild"),
370383
.target(name: "SotoCodeCommit", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CodeCommit"),
@@ -449,6 +462,7 @@ let package = Package(
449462
.target(name: "SotoImagebuilder", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Imagebuilder"),
450463
.target(name: "SotoImportExport", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ImportExport"),
451464
.target(name: "SotoInspector", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Inspector"),
465+
.target(name: "SotoInspector2", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Inspector2"),
452466
.target(name: "SotoIoT", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoT"),
453467
.target(name: "SotoIoT1ClickDevicesService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoT1ClickDevicesService"),
454468
.target(name: "SotoIoT1ClickProjects", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoT1ClickProjects"),
@@ -462,6 +476,7 @@ let package = Package(
462476
.target(name: "SotoIoTSecureTunneling", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoTSecureTunneling"),
463477
.target(name: "SotoIoTSiteWise", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoTSiteWise"),
464478
.target(name: "SotoIoTThingsGraph", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoTThingsGraph"),
479+
.target(name: "SotoIoTTwinMaker", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoTTwinMaker"),
465480
.target(name: "SotoIoTWireless", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoTWireless"),
466481
.target(name: "SotoKMS", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/KMS"),
467482
.target(name: "SotoKafka", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Kafka"),
@@ -510,6 +525,7 @@ let package = Package(
510525
.target(name: "SotoMgn", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Mgn"),
511526
.target(name: "SotoMigrationHub", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MigrationHub"),
512527
.target(name: "SotoMigrationHubConfig", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MigrationHubConfig"),
528+
.target(name: "SotoMigrationHubRefactorSpaces", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MigrationHubRefactorSpaces"),
513529
.target(name: "SotoMigrationHubStrategyRecommendations", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MigrationHubStrategyRecommendations"),
514530
.target(name: "SotoMobile", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Mobile"),
515531
.target(name: "SotoMobileAnalytics", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MobileAnalytics"),
@@ -540,6 +556,7 @@ let package = Package(
540556
.target(name: "SotoRAM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/RAM"),
541557
.target(name: "SotoRDS", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/RDS"),
542558
.target(name: "SotoRDSDataService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/RDSDataService"),
559+
.target(name: "SotoRecycleBin", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/RecycleBin"),
543560
.target(name: "SotoRedshift", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Redshift"),
544561
.target(name: "SotoRedshiftDataAPIService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/RedshiftDataAPIService"),
545562
.target(name: "SotoRekognition", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Rekognition"),
@@ -607,6 +624,7 @@ let package = Package(
607624
.target(name: "SotoWorkMail", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/WorkMail"),
608625
.target(name: "SotoWorkMailMessageFlow", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/WorkMailMessageFlow"),
609626
.target(name: "SotoWorkSpaces", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/WorkSpaces"),
627+
.target(name: "SotoWorkSpacesWeb", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/WorkSpacesWeb"),
610628
.target(name: "SotoXRay", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/XRay"),
611629
.target(name: "CSotoZlib", linkerSettings: [.linkedLibrary("z")]),
612630

0 commit comments

Comments
 (0)