Skip to content

Commit

Permalink
Update models from aws-sdk-go-v2 release-2024-05-03 (#715)
Browse files Browse the repository at this point in the history
Co-authored-by: adam-fowler <adam-fowler@users.noreply.github.com>
  • Loading branch information
soto-automation[bot] and adam-fowler committed May 7, 2024
1 parent 58634b7 commit e41eb3a
Show file tree
Hide file tree
Showing 254 changed files with 66,681 additions and 35,229 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ let package = Package(
.library(name: "SotoARCZonalShift", targets: ["SotoARCZonalShift"]),
.library(name: "SotoAccessAnalyzer", targets: ["SotoAccessAnalyzer"]),
.library(name: "SotoAccount", targets: ["SotoAccount"]),
.library(name: "SotoAlexaForBusiness", targets: ["SotoAlexaForBusiness"]),
.library(name: "SotoAmp", targets: ["SotoAmp"]),
.library(name: "SotoAmplify", targets: ["SotoAmplify"]),
.library(name: "SotoAmplifyBackend", targets: ["SotoAmplifyBackend"]),
Expand Down Expand Up @@ -121,6 +120,7 @@ let package = Package(
.library(name: "SotoConnectCases", targets: ["SotoConnectCases"]),
.library(name: "SotoConnectContactLens", targets: ["SotoConnectContactLens"]),
.library(name: "SotoConnectParticipant", targets: ["SotoConnectParticipant"]),
.library(name: "SotoControlCatalog", targets: ["SotoControlCatalog"]),
.library(name: "SotoControlTower", targets: ["SotoControlTower"]),
.library(name: "SotoCostAndUsageReportService", targets: ["SotoCostAndUsageReportService"]),
.library(name: "SotoCostExplorer", targets: ["SotoCostExplorer"]),
Expand Down Expand Up @@ -332,6 +332,7 @@ let package = Package(
.library(name: "SotoRolesAnywhere", targets: ["SotoRolesAnywhere"]),
.library(name: "SotoRoute53", targets: ["SotoRoute53"]),
.library(name: "SotoRoute53Domains", targets: ["SotoRoute53Domains"]),
.library(name: "SotoRoute53Profiles", targets: ["SotoRoute53Profiles"]),
.library(name: "SotoRoute53RecoveryCluster", targets: ["SotoRoute53RecoveryCluster"]),
.library(name: "SotoRoute53RecoveryControlConfig", targets: ["SotoRoute53RecoveryControlConfig"]),
.library(name: "SotoRoute53RecoveryReadiness", targets: ["SotoRoute53RecoveryReadiness"]),
Expand Down Expand Up @@ -419,7 +420,6 @@ let package = Package(
.target(name: "SotoARCZonalShift", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ARCZonalShift", swiftSettings: swiftSettings),
.target(name: "SotoAccessAnalyzer", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AccessAnalyzer", swiftSettings: swiftSettings),
.target(name: "SotoAccount", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Account", swiftSettings: swiftSettings),
.target(name: "SotoAlexaForBusiness", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AlexaForBusiness", swiftSettings: swiftSettings),
.target(name: "SotoAmp", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Amp", swiftSettings: swiftSettings),
.target(name: "SotoAmplify", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Amplify", swiftSettings: swiftSettings),
.target(name: "SotoAmplifyBackend", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AmplifyBackend", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -506,6 +506,7 @@ let package = Package(
.target(name: "SotoConnectCases", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ConnectCases", swiftSettings: swiftSettings),
.target(name: "SotoConnectContactLens", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ConnectContactLens", swiftSettings: swiftSettings),
.target(name: "SotoConnectParticipant", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ConnectParticipant", swiftSettings: swiftSettings),
.target(name: "SotoControlCatalog", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ControlCatalog", swiftSettings: swiftSettings),
.target(name: "SotoControlTower", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ControlTower", swiftSettings: swiftSettings),
.target(name: "SotoCostAndUsageReportService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CostAndUsageReportService", swiftSettings: swiftSettings),
.target(name: "SotoCostExplorer", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CostExplorer", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -717,6 +718,7 @@ let package = Package(
.target(name: "SotoRolesAnywhere", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/RolesAnywhere", swiftSettings: swiftSettings),
.target(name: "SotoRoute53", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Route53", swiftSettings: swiftSettings),
.target(name: "SotoRoute53Domains", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Route53Domains", swiftSettings: swiftSettings),
.target(name: "SotoRoute53Profiles", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Route53Profiles", swiftSettings: swiftSettings),
.target(name: "SotoRoute53RecoveryCluster", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Route53RecoveryCluster", swiftSettings: swiftSettings),
.target(name: "SotoRoute53RecoveryControlConfig", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Route53RecoveryControlConfig", swiftSettings: swiftSettings),
.target(name: "SotoRoute53RecoveryReadiness", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Route53RecoveryReadiness", swiftSettings: swiftSettings),
Expand Down
Loading

0 comments on commit e41eb3a

Please sign in to comment.