Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update models from aws-sdk-go-v2 feature/dynamodbstreams/attributevalue/v1.13.42 #717

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 10 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ let package = Package(
.library(name: "SotoAppRunner", targets: ["SotoAppRunner"]),
.library(name: "SotoAppStream", targets: ["SotoAppStream"]),
.library(name: "SotoAppSync", targets: ["SotoAppSync"]),
.library(name: "SotoAppTest", targets: ["SotoAppTest"]),
.library(name: "SotoAppflow", targets: ["SotoAppflow"]),
.library(name: "SotoApplicationAutoScaling", targets: ["SotoApplicationAutoScaling"]),
.library(name: "SotoApplicationCostProfiler", targets: ["SotoApplicationCostProfiler"]),
.library(name: "SotoApplicationDiscoveryService", targets: ["SotoApplicationDiscoveryService"]),
.library(name: "SotoApplicationInsights", targets: ["SotoApplicationInsights"]),
.library(name: "SotoApplicationSignals", targets: ["SotoApplicationSignals"]),
.library(name: "SotoArtifact", targets: ["SotoArtifact"]),
.library(name: "SotoAthena", targets: ["SotoAthena"]),
.library(name: "SotoAuditManager", targets: ["SotoAuditManager"]),
Expand All @@ -62,7 +64,6 @@ let package = Package(
.library(name: "SotoBCMDataExports", targets: ["SotoBCMDataExports"]),
.library(name: "SotoBackup", targets: ["SotoBackup"]),
.library(name: "SotoBackupGateway", targets: ["SotoBackupGateway"]),
.library(name: "SotoBackupStorage", targets: ["SotoBackupStorage"]),
.library(name: "SotoBatch", targets: ["SotoBatch"]),
.library(name: "SotoBedrock", targets: ["SotoBedrock"]),
.library(name: "SotoBedrockAgent", targets: ["SotoBedrockAgent"]),
Expand Down Expand Up @@ -188,7 +189,6 @@ let package = Package(
.library(name: "SotoGuardDuty", targets: ["SotoGuardDuty"]),
.library(name: "SotoHealth", targets: ["SotoHealth"]),
.library(name: "SotoHealthLake", targets: ["SotoHealthLake"]),
.library(name: "SotoHoneycode", targets: ["SotoHoneycode"]),
.library(name: "SotoIAM", targets: ["SotoIAM"]),
.library(name: "SotoIVS", targets: ["SotoIVS"]),
.library(name: "SotoIVSRealTime", targets: ["SotoIVSRealTime"]),
Expand Down Expand Up @@ -250,6 +250,7 @@ let package = Package(
.library(name: "SotoMWAA", targets: ["SotoMWAA"]),
.library(name: "SotoMachineLearning", targets: ["SotoMachineLearning"]),
.library(name: "SotoMacie2", targets: ["SotoMacie2"]),
.library(name: "SotoMailManager", targets: ["SotoMailManager"]),
.library(name: "SotoManagedBlockchain", targets: ["SotoManagedBlockchain"]),
.library(name: "SotoManagedBlockchainQuery", targets: ["SotoManagedBlockchainQuery"]),
.library(name: "SotoMarketplaceAgreement", targets: ["SotoMarketplaceAgreement"]),
Expand Down Expand Up @@ -297,6 +298,7 @@ let package = Package(
.library(name: "SotoPaymentCryptography", targets: ["SotoPaymentCryptography"]),
.library(name: "SotoPaymentCryptographyData", targets: ["SotoPaymentCryptographyData"]),
.library(name: "SotoPcaConnectorAd", targets: ["SotoPcaConnectorAd"]),
.library(name: "SotoPcaConnectorScep", targets: ["SotoPcaConnectorScep"]),
.library(name: "SotoPersonalize", targets: ["SotoPersonalize"]),
.library(name: "SotoPersonalizeEvents", targets: ["SotoPersonalizeEvents"]),
.library(name: "SotoPersonalizeRuntime", targets: ["SotoPersonalizeRuntime"]),
Expand Down Expand Up @@ -383,6 +385,7 @@ let package = Package(
.library(name: "SotoSupport", targets: ["SotoSupport"]),
.library(name: "SotoSupportApp", targets: ["SotoSupportApp"]),
.library(name: "SotoSynthetics", targets: ["SotoSynthetics"]),
.library(name: "SotoTaxSettings", targets: ["SotoTaxSettings"]),
.library(name: "SotoTextract", targets: ["SotoTextract"]),
.library(name: "SotoTimestreamInfluxDB", targets: ["SotoTimestreamInfluxDB"]),
.library(name: "SotoTimestreamQuery", targets: ["SotoTimestreamQuery"]),
Expand Down Expand Up @@ -434,11 +437,13 @@ let package = Package(
.target(name: "SotoAppRunner", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AppRunner", swiftSettings: swiftSettings),
.target(name: "SotoAppStream", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AppStream", swiftSettings: swiftSettings),
.target(name: "SotoAppSync", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AppSync", swiftSettings: swiftSettings),
.target(name: "SotoAppTest", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AppTest", swiftSettings: swiftSettings),
.target(name: "SotoAppflow", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Appflow", swiftSettings: swiftSettings),
.target(name: "SotoApplicationAutoScaling", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApplicationAutoScaling", swiftSettings: swiftSettings),
.target(name: "SotoApplicationCostProfiler", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApplicationCostProfiler", swiftSettings: swiftSettings),
.target(name: "SotoApplicationDiscoveryService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApplicationDiscoveryService", swiftSettings: swiftSettings),
.target(name: "SotoApplicationInsights", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApplicationInsights", swiftSettings: swiftSettings),
.target(name: "SotoApplicationSignals", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ApplicationSignals", swiftSettings: swiftSettings),
.target(name: "SotoArtifact", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Artifact", swiftSettings: swiftSettings),
.target(name: "SotoAthena", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Athena", swiftSettings: swiftSettings),
.target(name: "SotoAuditManager", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AuditManager", swiftSettings: swiftSettings),
Expand All @@ -448,7 +453,6 @@ let package = Package(
.target(name: "SotoBCMDataExports", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BCMDataExports", swiftSettings: swiftSettings),
.target(name: "SotoBackup", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Backup", swiftSettings: swiftSettings),
.target(name: "SotoBackupGateway", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BackupGateway", swiftSettings: swiftSettings),
.target(name: "SotoBackupStorage", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BackupStorage", swiftSettings: swiftSettings),
.target(name: "SotoBatch", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Batch", swiftSettings: swiftSettings),
.target(name: "SotoBedrock", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Bedrock", swiftSettings: swiftSettings),
.target(name: "SotoBedrockAgent", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BedrockAgent", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -574,7 +578,6 @@ let package = Package(
.target(name: "SotoGuardDuty", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/GuardDuty", swiftSettings: swiftSettings),
.target(name: "SotoHealth", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Health", swiftSettings: swiftSettings),
.target(name: "SotoHealthLake", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/HealthLake", swiftSettings: swiftSettings),
.target(name: "SotoHoneycode", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Honeycode", swiftSettings: swiftSettings),
.target(name: "SotoIAM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IAM", swiftSettings: swiftSettings),
.target(name: "SotoIVS", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IVS", swiftSettings: swiftSettings),
.target(name: "SotoIVSRealTime", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IVSRealTime", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -636,6 +639,7 @@ let package = Package(
.target(name: "SotoMWAA", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MWAA", swiftSettings: swiftSettings),
.target(name: "SotoMachineLearning", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MachineLearning", swiftSettings: swiftSettings),
.target(name: "SotoMacie2", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Macie2", swiftSettings: swiftSettings),
.target(name: "SotoMailManager", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MailManager", swiftSettings: swiftSettings),
.target(name: "SotoManagedBlockchain", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ManagedBlockchain", swiftSettings: swiftSettings),
.target(name: "SotoManagedBlockchainQuery", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ManagedBlockchainQuery", swiftSettings: swiftSettings),
.target(name: "SotoMarketplaceAgreement", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/MarketplaceAgreement", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -683,6 +687,7 @@ let package = Package(
.target(name: "SotoPaymentCryptography", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/PaymentCryptography", swiftSettings: swiftSettings),
.target(name: "SotoPaymentCryptographyData", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/PaymentCryptographyData", swiftSettings: swiftSettings),
.target(name: "SotoPcaConnectorAd", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/PcaConnectorAd", swiftSettings: swiftSettings),
.target(name: "SotoPcaConnectorScep", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/PcaConnectorScep", swiftSettings: swiftSettings),
.target(name: "SotoPersonalize", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Personalize", swiftSettings: swiftSettings),
.target(name: "SotoPersonalizeEvents", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/PersonalizeEvents", swiftSettings: swiftSettings),
.target(name: "SotoPersonalizeRuntime", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/PersonalizeRuntime", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -769,6 +774,7 @@ let package = Package(
.target(name: "SotoSupport", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Support", swiftSettings: swiftSettings),
.target(name: "SotoSupportApp", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SupportApp", swiftSettings: swiftSettings),
.target(name: "SotoSynthetics", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Synthetics", swiftSettings: swiftSettings),
.target(name: "SotoTaxSettings", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/TaxSettings", swiftSettings: swiftSettings),
.target(name: "SotoTextract", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Textract", swiftSettings: swiftSettings),
.target(name: "SotoTimestreamInfluxDB", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/TimestreamInfluxDB", swiftSettings: swiftSettings),
.target(name: "SotoTimestreamQuery", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/TimestreamQuery", swiftSettings: swiftSettings),
Expand Down
Loading
Loading