Skip to content

Commit

Permalink
Update models from aws-sdk-go-v2 release-2023-11-03
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Nov 6, 2023
1 parent 92623a6 commit 2d3acbf
Show file tree
Hide file tree
Showing 412 changed files with 92,260 additions and 27,689 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ let package = Package(
.library(name: "SotoDataExchange", targets: ["SotoDataExchange"]),
.library(name: "SotoDataPipeline", targets: ["SotoDataPipeline"]),
.library(name: "SotoDataSync", targets: ["SotoDataSync"]),
.library(name: "SotoDataZone", targets: ["SotoDataZone"]),
.library(name: "SotoDatabaseMigrationService", targets: ["SotoDatabaseMigrationService"]),
.library(name: "SotoDetective", targets: ["SotoDetective"]),
.library(name: "SotoDevOpsGuru", targets: ["SotoDevOpsGuru"]),
Expand Down Expand Up @@ -155,7 +156,6 @@ let package = Package(
.library(name: "SotoForecastquery", targets: ["SotoForecastquery"]),
.library(name: "SotoFraudDetector", targets: ["SotoFraudDetector"]),
.library(name: "SotoGameLift", targets: ["SotoGameLift"]),
.library(name: "SotoGameSparks", targets: ["SotoGameSparks"]),
.library(name: "SotoGlacier", targets: ["SotoGlacier"]),
.library(name: "SotoGlobalAccelerator", targets: ["SotoGlobalAccelerator"]),
.library(name: "SotoGlue", targets: ["SotoGlue"]),
Expand Down Expand Up @@ -209,6 +209,7 @@ let package = Package(
.library(name: "SotoKinesisVideoWebRTCStorage", targets: ["SotoKinesisVideoWebRTCStorage"]),
.library(name: "SotoLakeFormation", targets: ["SotoLakeFormation"]),
.library(name: "SotoLambda", targets: ["SotoLambda"]),
.library(name: "SotoLaunchWizard", targets: ["SotoLaunchWizard"]),
.library(name: "SotoLexModelBuildingService", targets: ["SotoLexModelBuildingService"]),
.library(name: "SotoLexModelsV2", targets: ["SotoLexModelsV2"]),
.library(name: "SotoLexRuntimeService", targets: ["SotoLexRuntimeService"]),
Expand Down Expand Up @@ -475,6 +476,7 @@ let package = Package(
.target(name: "SotoDataExchange", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DataExchange"),
.target(name: "SotoDataPipeline", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DataPipeline"),
.target(name: "SotoDataSync", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DataSync"),
.target(name: "SotoDataZone", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DataZone"),
.target(name: "SotoDatabaseMigrationService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DatabaseMigrationService"),
.target(name: "SotoDetective", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Detective"),
.target(name: "SotoDevOpsGuru", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DevOpsGuru"),
Expand Down Expand Up @@ -517,7 +519,6 @@ let package = Package(
.target(name: "SotoForecastquery", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Forecastquery"),
.target(name: "SotoFraudDetector", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/FraudDetector"),
.target(name: "SotoGameLift", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/GameLift"),
.target(name: "SotoGameSparks", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/GameSparks"),
.target(name: "SotoGlacier", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Glacier"),
.target(name: "SotoGlobalAccelerator", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/GlobalAccelerator"),
.target(name: "SotoGlue", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Glue"),
Expand Down Expand Up @@ -571,6 +572,7 @@ let package = Package(
.target(name: "SotoKinesisVideoWebRTCStorage", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/KinesisVideoWebRTCStorage"),
.target(name: "SotoLakeFormation", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/LakeFormation"),
.target(name: "SotoLambda", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Lambda"),
.target(name: "SotoLaunchWizard", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/LaunchWizard"),
.target(name: "SotoLexModelBuildingService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/LexModelBuildingService"),
.target(name: "SotoLexModelsV2", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/LexModelsV2"),
.target(name: "SotoLexRuntimeService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/LexRuntimeService"),
Expand Down
Loading

0 comments on commit 2d3acbf

Please sign in to comment.