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/rds/auth/v1.5.1 #743

Merged
merged 1 commit into from
Dec 9, 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
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@ let package = Package(
.library(name: "SotoAutoScalingPlans", targets: ["SotoAutoScalingPlans"]),
.library(name: "SotoB2bi", targets: ["SotoB2bi"]),
.library(name: "SotoBCMDataExports", targets: ["SotoBCMDataExports"]),
.library(name: "SotoBCMPricingCalculator", targets: ["SotoBCMPricingCalculator"]),
.library(name: "SotoBackup", targets: ["SotoBackup"]),
.library(name: "SotoBackupGateway", targets: ["SotoBackupGateway"]),
.library(name: "SotoBatch", targets: ["SotoBatch"]),
.library(name: "SotoBedrock", targets: ["SotoBedrock"]),
.library(name: "SotoBedrockAgent", targets: ["SotoBedrockAgent"]),
.library(name: "SotoBedrockAgentRuntime", targets: ["SotoBedrockAgentRuntime"]),
.library(name: "SotoBedrockDataAutomation", targets: ["SotoBedrockDataAutomation"]),
.library(name: "SotoBedrockDataAutomationRuntime", targets: ["SotoBedrockDataAutomationRuntime"]),
.library(name: "SotoBedrockRuntime", targets: ["SotoBedrockRuntime"]),
.library(name: "SotoBilling", targets: ["SotoBilling"]),
.library(name: "SotoBillingconductor", targets: ["SotoBillingconductor"]),
Expand Down Expand Up @@ -130,6 +133,7 @@ let package = Package(
.library(name: "SotoCustomerProfiles", targets: ["SotoCustomerProfiles"]),
.library(name: "SotoDAX", targets: ["SotoDAX"]),
.library(name: "SotoDLM", targets: ["SotoDLM"]),
.library(name: "SotoDSQL", targets: ["SotoDSQL"]),
.library(name: "SotoDataBrew", targets: ["SotoDataBrew"]),
.library(name: "SotoDataExchange", targets: ["SotoDataExchange"]),
.library(name: "SotoDataPipeline", targets: ["SotoDataPipeline"]),
Expand Down Expand Up @@ -203,6 +207,7 @@ let package = Package(
.library(name: "SotoInspector2", targets: ["SotoInspector2"]),
.library(name: "SotoInspectorScan", targets: ["SotoInspectorScan"]),
.library(name: "SotoInternetMonitor", targets: ["SotoInternetMonitor"]),
.library(name: "SotoInvoicing", targets: ["SotoInvoicing"]),
.library(name: "SotoIoT", targets: ["SotoIoT"]),
.library(name: "SotoIoT1ClickDevicesService", targets: ["SotoIoT1ClickDevicesService"]),
.library(name: "SotoIoT1ClickProjects", targets: ["SotoIoT1ClickProjects"]),
Expand Down Expand Up @@ -286,10 +291,14 @@ let package = Package(
.library(name: "SotoNeptuneGraph", targets: ["SotoNeptuneGraph"]),
.library(name: "SotoNeptunedata", targets: ["SotoNeptunedata"]),
.library(name: "SotoNetworkFirewall", targets: ["SotoNetworkFirewall"]),
.library(name: "SotoNetworkFlowMonitor", targets: ["SotoNetworkFlowMonitor"]),
.library(name: "SotoNetworkManager", targets: ["SotoNetworkManager"]),
.library(name: "SotoNetworkMonitor", targets: ["SotoNetworkMonitor"]),
.library(name: "SotoNotifications", targets: ["SotoNotifications"]),
.library(name: "SotoNotificationsContacts", targets: ["SotoNotificationsContacts"]),
.library(name: "SotoOAM", targets: ["SotoOAM"]),
.library(name: "SotoOSIS", targets: ["SotoOSIS"]),
.library(name: "SotoObservabilityAdmin", targets: ["SotoObservabilityAdmin"]),
.library(name: "SotoOmics", targets: ["SotoOmics"]),
.library(name: "SotoOpenSearch", targets: ["SotoOpenSearch"]),
.library(name: "SotoOpenSearchServerless", targets: ["SotoOpenSearchServerless"]),
Expand Down Expand Up @@ -349,6 +358,7 @@ let package = Package(
.library(name: "SotoS3", targets: ["SotoS3"]),
.library(name: "SotoS3Control", targets: ["SotoS3Control"]),
.library(name: "SotoS3Outposts", targets: ["SotoS3Outposts"]),
.library(name: "SotoS3Tables", targets: ["SotoS3Tables"]),
.library(name: "SotoSES", targets: ["SotoSES"]),
.library(name: "SotoSESv2", targets: ["SotoSESv2"]),
.library(name: "SotoSFN", targets: ["SotoSFN"]),
Expand Down Expand Up @@ -376,6 +386,7 @@ let package = Package(
.library(name: "SotoSchemas", targets: ["SotoSchemas"]),
.library(name: "SotoSecretsManager", targets: ["SotoSecretsManager"]),
.library(name: "SotoSecurityHub", targets: ["SotoSecurityHub"]),
.library(name: "SotoSecurityIR", targets: ["SotoSecurityIR"]),
.library(name: "SotoSecurityLake", targets: ["SotoSecurityLake"]),
.library(name: "SotoServerlessApplicationRepository", targets: ["SotoServerlessApplicationRepository"]),
.library(name: "SotoServiceCatalog", targets: ["SotoServiceCatalog"]),
Expand Down Expand Up @@ -459,12 +470,15 @@ let package = Package(
.target(name: "SotoAutoScalingPlans", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/AutoScalingPlans", swiftSettings: swiftSettings),
.target(name: "SotoB2bi", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/B2bi", swiftSettings: swiftSettings),
.target(name: "SotoBCMDataExports", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BCMDataExports", swiftSettings: swiftSettings),
.target(name: "SotoBCMPricingCalculator", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BCMPricingCalculator", 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: "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),
.target(name: "SotoBedrockAgentRuntime", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BedrockAgentRuntime", swiftSettings: swiftSettings),
.target(name: "SotoBedrockDataAutomation", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BedrockDataAutomation", swiftSettings: swiftSettings),
.target(name: "SotoBedrockDataAutomationRuntime", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BedrockDataAutomationRuntime", swiftSettings: swiftSettings),
.target(name: "SotoBedrockRuntime", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/BedrockRuntime", swiftSettings: swiftSettings),
.target(name: "SotoBilling", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Billing", swiftSettings: swiftSettings),
.target(name: "SotoBillingconductor", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Billingconductor", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -527,6 +541,7 @@ let package = Package(
.target(name: "SotoCustomerProfiles", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/CustomerProfiles", swiftSettings: swiftSettings),
.target(name: "SotoDAX", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DAX", swiftSettings: swiftSettings),
.target(name: "SotoDLM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DLM", swiftSettings: swiftSettings),
.target(name: "SotoDSQL", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DSQL", swiftSettings: swiftSettings),
.target(name: "SotoDataBrew", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DataBrew", swiftSettings: swiftSettings),
.target(name: "SotoDataExchange", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DataExchange", swiftSettings: swiftSettings),
.target(name: "SotoDataPipeline", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/DataPipeline", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -600,6 +615,7 @@ let package = Package(
.target(name: "SotoInspector2", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Inspector2", swiftSettings: swiftSettings),
.target(name: "SotoInspectorScan", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/InspectorScan", swiftSettings: swiftSettings),
.target(name: "SotoInternetMonitor", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/InternetMonitor", swiftSettings: swiftSettings),
.target(name: "SotoInvoicing", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Invoicing", swiftSettings: swiftSettings),
.target(name: "SotoIoT", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoT", swiftSettings: swiftSettings),
.target(name: "SotoIoT1ClickDevicesService", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoT1ClickDevicesService", swiftSettings: swiftSettings),
.target(name: "SotoIoT1ClickProjects", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/IoT1ClickProjects", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -683,10 +699,14 @@ let package = Package(
.target(name: "SotoNeptuneGraph", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NeptuneGraph", swiftSettings: swiftSettings),
.target(name: "SotoNeptunedata", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Neptunedata", swiftSettings: swiftSettings),
.target(name: "SotoNetworkFirewall", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NetworkFirewall", swiftSettings: swiftSettings),
.target(name: "SotoNetworkFlowMonitor", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NetworkFlowMonitor", swiftSettings: swiftSettings),
.target(name: "SotoNetworkManager", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NetworkManager", swiftSettings: swiftSettings),
.target(name: "SotoNetworkMonitor", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NetworkMonitor", swiftSettings: swiftSettings),
.target(name: "SotoNotifications", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Notifications", swiftSettings: swiftSettings),
.target(name: "SotoNotificationsContacts", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/NotificationsContacts", swiftSettings: swiftSettings),
.target(name: "SotoOAM", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/OAM", swiftSettings: swiftSettings),
.target(name: "SotoOSIS", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/OSIS", swiftSettings: swiftSettings),
.target(name: "SotoObservabilityAdmin", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ObservabilityAdmin", swiftSettings: swiftSettings),
.target(name: "SotoOmics", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Omics", swiftSettings: swiftSettings),
.target(name: "SotoOpenSearch", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/OpenSearch", swiftSettings: swiftSettings),
.target(name: "SotoOpenSearchServerless", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/OpenSearchServerless", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -746,6 +766,7 @@ let package = Package(
.target(name: "_SotoS3Generated", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/S3", swiftSettings: swiftSettings),
.target(name: "SotoS3Control", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/S3Control", swiftSettings: swiftSettings),
.target(name: "SotoS3Outposts", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/S3Outposts", swiftSettings: swiftSettings),
.target(name: "SotoS3Tables", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/S3Tables", swiftSettings: swiftSettings),
.target(name: "SotoSES", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SES", swiftSettings: swiftSettings),
.target(name: "SotoSESv2", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SESv2", swiftSettings: swiftSettings),
.target(name: "SotoSFN", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SFN", swiftSettings: swiftSettings),
Expand Down Expand Up @@ -773,6 +794,7 @@ let package = Package(
.target(name: "SotoSchemas", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/Schemas", swiftSettings: swiftSettings),
.target(name: "SotoSecretsManager", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SecretsManager", swiftSettings: swiftSettings),
.target(name: "SotoSecurityHub", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SecurityHub", swiftSettings: swiftSettings),
.target(name: "SotoSecurityIR", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SecurityIR", swiftSettings: swiftSettings),
.target(name: "SotoSecurityLake", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/SecurityLake", swiftSettings: swiftSettings),
.target(name: "SotoServerlessApplicationRepository", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ServerlessApplicationRepository", swiftSettings: swiftSettings),
.target(name: "SotoServiceCatalog", dependencies: [.product(name: "SotoCore", package: "soto-core")], path: "./Sources/Soto/Services/ServiceCatalog", swiftSettings: swiftSettings),
Expand Down
Loading
Loading