Skip to content

Commit

Permalink
chore: Updates version to 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Feb 17, 2024
1 parent 260ffe0 commit 78b3f57
Show file tree
Hide file tree
Showing 755 changed files with 755 additions and 1,883 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func addResolvedTargets() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.40.0",
clientRuntimeVersion: "0.41.0",
crtVersion: "0.26.0"
)

Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.35.0
0.36.0
5 changes: 0 additions & 5 deletions Sources/Services/AWSACM/Models/ACMClientTypes.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSACM/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import AWSClientRuntime
import ClientRuntime

public enum ACMClientTypes {}

extension AccessDeniedException {
public init(httpResponse: ClientRuntime.HttpResponse, decoder: ClientRuntime.ResponseDecoder? = nil, message: Swift.String? = nil, requestID: Swift.String? = nil) async throws {
if let data = try await httpResponse.body.readData(),
Expand Down
5 changes: 0 additions & 5 deletions Sources/Services/AWSACMPCA/Models/ACMPCAClientTypes.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSACMPCA/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import AWSClientRuntime
import ClientRuntime

public enum ACMPCAClientTypes {}

extension ACMPCAClientTypes.ASN1Subject: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case commonName = "CommonName"
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAPIGateway/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import AWSClientRuntime
import ClientRuntime

public enum APIGatewayClientTypes {}

extension APIGatewayClientTypes.AccessLogSettings: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case destinationArn
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSARCZonalShift/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import AWSClientRuntime
import ClientRuntime

public enum ARCZonalShiftClientTypes {}

extension AccessDeniedException {
public init(httpResponse: ClientRuntime.HttpResponse, decoder: ClientRuntime.ResponseDecoder? = nil, message: Swift.String? = nil, requestID: Swift.String? = nil) async throws {
if let data = try await httpResponse.body.readData(),
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAccessAnalyzer/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ extension AccessAnalyzerClientTypes {

}

public enum AccessAnalyzerClientTypes {}

extension AccessAnalyzerClientTypes {
public enum AccessCheckPolicyType: Swift.Equatable, Swift.RawRepresentable, Swift.CaseIterable, Swift.Codable, Swift.Hashable {
case identityPolicy
Expand Down
5 changes: 0 additions & 5 deletions Sources/Services/AWSAccount/Models/AccountClientTypes.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAccount/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ extension AccessDeniedExceptionBody: Swift.Decodable {
}
}

public enum AccountClientTypes {}

extension AccountClientTypes.AlternateContact: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case alternateContactType = "AlternateContactType"
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAlexaForBusiness/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ extension AlexaForBusinessClientTypes {

}

public enum AlexaForBusinessClientTypes {}

extension AlreadyExistsException {
public init(httpResponse: ClientRuntime.HttpResponse, decoder: ClientRuntime.ResponseDecoder? = nil, message: Swift.String? = nil, requestID: Swift.String? = nil) async throws {
if let data = try await httpResponse.body.readData(),
Expand Down
5 changes: 0 additions & 5 deletions Sources/Services/AWSAmp/Models/AmpClientTypes.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAmp/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ extension AmpClientTypes {
}
}

public enum AmpClientTypes {}

extension AmpClientTypes.AmpConfiguration: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case workspaceArn
Expand Down
5 changes: 0 additions & 5 deletions Sources/Services/AWSAmplify/Models/AmplifyClientTypes.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAmplify/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import AWSClientRuntime
import ClientRuntime

public enum AmplifyClientTypes {}

extension AmplifyClientTypes.App: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case appArn
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAmplifyBackend/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ extension AmplifyBackendClientTypes {
}
}

public enum AmplifyBackendClientTypes {}

extension AmplifyBackendClientTypes {
public enum AuthResources: Swift.Equatable, Swift.RawRepresentable, Swift.CaseIterable, Swift.Codable, Swift.Hashable {
case identityPoolAndUserPool
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAmplifyUIBuilder/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ extension AmplifyUIBuilderClientTypes {

}

public enum AmplifyUIBuilderClientTypes {}

extension AmplifyUIBuilderClientTypes.ApiConfiguration: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case datastoreconfig = "dataStoreConfig"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import AWSClientRuntime
import ClientRuntime

public enum ApiGatewayManagementApiClientTypes {}

extension DeleteConnectionInput {

static func urlPathProvider(_ value: DeleteConnectionInput) -> Swift.String? {
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSApiGatewayV2/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ extension ApiGatewayV2ClientTypes {

}

public enum ApiGatewayV2ClientTypes {}

extension ApiGatewayV2ClientTypes.ApiMapping: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case apiId = "apiId"
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppConfig/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ extension AppConfigClientTypes {
}
}

public enum AppConfigClientTypes {}

extension AppConfigClientTypes.Application: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case description = "Description"
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppConfigData/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import AWSClientRuntime
import ClientRuntime

public enum AppConfigDataClientTypes {}

extension AppConfigDataClientTypes.BadRequestDetails: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case invalidparameters = "InvalidParameters"
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppFabric/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ extension AppFabricClientTypes {

}

public enum AppFabricClientTypes {}

extension AppFabricClientTypes.AuditLogDestinationConfiguration: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case destination
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppIntegrations/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ extension AccessDeniedExceptionBody: Swift.Decodable {
}
}

public enum AppIntegrationsClientTypes {}

extension AppIntegrationsClientTypes.ApplicationAssociationSummary: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case applicationArn = "ApplicationArn"
Expand Down
5 changes: 0 additions & 5 deletions Sources/Services/AWSAppMesh/Models/AppMeshClientTypes.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppMesh/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ extension AppMeshClientTypes {

}

public enum AppMeshClientTypes {}

extension AppMeshClientTypes.AwsCloudMapInstanceAttribute: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case key
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppRunner/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import AWSClientRuntime
import ClientRuntime

public enum AppRunnerClientTypes {}

extension AssociateCustomDomainInput: Swift.Encodable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case domainName = "DomainName"
Expand Down

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppStream/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ extension AppStreamClientTypes {
}
}

public enum AppStreamClientTypes {}

extension AppStreamClientTypes {
public enum AppVisibility: Swift.Equatable, Swift.RawRepresentable, Swift.CaseIterable, Swift.Codable, Swift.Hashable {
case all
Expand Down
5 changes: 0 additions & 5 deletions Sources/Services/AWSAppSync/Models/AppSyncClientTypes.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppSync/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,8 @@ extension ApiLimitExceededExceptionBody: Swift.Decodable {
}
}

public enum AppSyncClientTypes {}

extension AppSyncClientTypes.AppSyncRuntime: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case name
Expand Down
5 changes: 0 additions & 5 deletions Sources/Services/AWSAppflow/Models/AppflowClientTypes.swift

This file was deleted.

2 changes: 2 additions & 0 deletions Sources/Services/AWSAppflow/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ extension AppflowClientTypes {

}

public enum AppflowClientTypes {}

extension AppflowClientTypes.AuthParameter: Swift.Codable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case connectorSuppliedValues
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ extension ApplicationAutoScalingClientTypes {

}

public enum ApplicationAutoScalingClientTypes {}

extension ConcurrentUpdateException {
public init(httpResponse: ClientRuntime.HttpResponse, decoder: ClientRuntime.ResponseDecoder? = nil, message: Swift.String? = nil, requestID: Swift.String? = nil) async throws {
if let data = try await httpResponse.body.readData(),
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ extension AccessDeniedExceptionBody: Swift.Decodable {
}
}

public enum ApplicationCostProfilerClientTypes {}

extension DeleteReportDefinitionInput {

static func urlPathProvider(_ value: DeleteReportDefinitionInput) -> Swift.String? {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ extension ApplicationDiscoveryClientTypes {
}
}

public enum ApplicationDiscoveryClientTypes {}

extension AssociateConfigurationItemsToApplicationInput: Swift.Encodable {
enum CodingKeys: Swift.String, Swift.CodingKey {
case applicationConfigurationId
Expand Down

This file was deleted.

Loading

0 comments on commit 78b3f57

Please sign in to comment.