Skip to content

Commit

Permalink
Chore: Regenerate SDK after HTTP renames (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Jul 17, 2024
1 parent 00396a7 commit f8e2b5c
Show file tree
Hide file tree
Showing 397 changed files with 38,381 additions and 37,806 deletions.
94 changes: 47 additions & 47 deletions Sources/Services/AWSACM/Sources/AWSACM/Models.swift

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions Sources/Services/AWSACMPCA/Sources/AWSACMPCA/Models.swift

Large diffs are not rendered by default.

496 changes: 248 additions & 248 deletions Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/Models.swift

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions Sources/Services/AWSAccount/Sources/AWSAccount/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Code generated by smithy-swift-codegen. DO NOT EDIT!

import class SmithyHTTPAPI.HttpResponse
import class SmithyHTTPAPI.HTTPResponse
import class SmithyJSON.Reader
import class SmithyJSON.Writer
import enum ClientRuntime.ErrorFault
Expand Down Expand Up @@ -57,7 +57,7 @@ public struct AccessDeniedException: ClientRuntime.ModeledError, AWSClientRuntim
public static var fault: ClientRuntime.ErrorFault { .client }
public static var isRetryable: Swift.Bool { false }
public static var isThrottling: Swift.Bool { false }
public internal(set) var httpResponse = SmithyHTTPAPI.HttpResponse()
public internal(set) var httpResponse = SmithyHTTPAPI.HTTPResponse()
public internal(set) var message: Swift.String?
public internal(set) var requestID: Swift.String?

Expand All @@ -82,7 +82,7 @@ public struct ConflictException: ClientRuntime.ModeledError, AWSClientRuntime.AW
public static var fault: ClientRuntime.ErrorFault { .client }
public static var isRetryable: Swift.Bool { false }
public static var isThrottling: Swift.Bool { false }
public internal(set) var httpResponse = SmithyHTTPAPI.HttpResponse()
public internal(set) var httpResponse = SmithyHTTPAPI.HTTPResponse()
public internal(set) var message: Swift.String?
public internal(set) var requestID: Swift.String?

Expand All @@ -107,7 +107,7 @@ public struct InternalServerException: ClientRuntime.ModeledError, AWSClientRunt
public static var fault: ClientRuntime.ErrorFault { .server }
public static var isRetryable: Swift.Bool { true }
public static var isThrottling: Swift.Bool { false }
public internal(set) var httpResponse = SmithyHTTPAPI.HttpResponse()
public internal(set) var httpResponse = SmithyHTTPAPI.HTTPResponse()
public internal(set) var message: Swift.String?
public internal(set) var requestID: Swift.String?

Expand All @@ -132,7 +132,7 @@ public struct ResourceNotFoundException: ClientRuntime.ModeledError, AWSClientRu
public static var fault: ClientRuntime.ErrorFault { .client }
public static var isRetryable: Swift.Bool { false }
public static var isThrottling: Swift.Bool { false }
public internal(set) var httpResponse = SmithyHTTPAPI.HttpResponse()
public internal(set) var httpResponse = SmithyHTTPAPI.HTTPResponse()
public internal(set) var message: Swift.String?
public internal(set) var requestID: Swift.String?

Expand All @@ -157,7 +157,7 @@ public struct TooManyRequestsException: ClientRuntime.ModeledError, AWSClientRun
public static var fault: ClientRuntime.ErrorFault { .client }
public static var isRetryable: Swift.Bool { true }
public static var isThrottling: Swift.Bool { true }
public internal(set) var httpResponse = SmithyHTTPAPI.HttpResponse()
public internal(set) var httpResponse = SmithyHTTPAPI.HTTPResponse()
public internal(set) var message: Swift.String?
public internal(set) var requestID: Swift.String?

Expand Down Expand Up @@ -243,7 +243,7 @@ public struct ValidationException: ClientRuntime.ModeledError, AWSClientRuntime.
public static var fault: ClientRuntime.ErrorFault { .client }
public static var isRetryable: Swift.Bool { false }
public static var isThrottling: Swift.Bool { false }
public internal(set) var httpResponse = SmithyHTTPAPI.HttpResponse()
public internal(set) var httpResponse = SmithyHTTPAPI.HTTPResponse()
public internal(set) var message: Swift.String?
public internal(set) var requestID: Swift.String?

Expand Down Expand Up @@ -1031,7 +1031,7 @@ extension StartPrimaryEmailUpdateInput {

extension AcceptPrimaryEmailUpdateOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> AcceptPrimaryEmailUpdateOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> AcceptPrimaryEmailUpdateOutput {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let reader = responseReader
Expand All @@ -1043,28 +1043,28 @@ extension AcceptPrimaryEmailUpdateOutput {

extension DeleteAlternateContactOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> DeleteAlternateContactOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> DeleteAlternateContactOutput {
return DeleteAlternateContactOutput()
}
}

extension DisableRegionOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> DisableRegionOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> DisableRegionOutput {
return DisableRegionOutput()
}
}

extension EnableRegionOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> EnableRegionOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> EnableRegionOutput {
return EnableRegionOutput()
}
}

extension GetAlternateContactOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> GetAlternateContactOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> GetAlternateContactOutput {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let reader = responseReader
Expand All @@ -1076,7 +1076,7 @@ extension GetAlternateContactOutput {

extension GetContactInformationOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> GetContactInformationOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> GetContactInformationOutput {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let reader = responseReader
Expand All @@ -1088,7 +1088,7 @@ extension GetContactInformationOutput {

extension GetPrimaryEmailOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> GetPrimaryEmailOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> GetPrimaryEmailOutput {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let reader = responseReader
Expand All @@ -1100,7 +1100,7 @@ extension GetPrimaryEmailOutput {

extension GetRegionOptStatusOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> GetRegionOptStatusOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> GetRegionOptStatusOutput {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let reader = responseReader
Expand All @@ -1113,7 +1113,7 @@ extension GetRegionOptStatusOutput {

extension ListRegionsOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> ListRegionsOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> ListRegionsOutput {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let reader = responseReader
Expand All @@ -1126,21 +1126,21 @@ extension ListRegionsOutput {

extension PutAlternateContactOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> PutAlternateContactOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> PutAlternateContactOutput {
return PutAlternateContactOutput()
}
}

extension PutContactInformationOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> PutContactInformationOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> PutContactInformationOutput {
return PutContactInformationOutput()
}
}

extension StartPrimaryEmailUpdateOutput {

static func httpOutput(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> StartPrimaryEmailUpdateOutput {
static func httpOutput(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> StartPrimaryEmailUpdateOutput {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let reader = responseReader
Expand All @@ -1152,7 +1152,7 @@ extension StartPrimaryEmailUpdateOutput {

enum AcceptPrimaryEmailUpdateOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1171,7 +1171,7 @@ enum AcceptPrimaryEmailUpdateOutputError {

enum DeleteAlternateContactOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1189,7 +1189,7 @@ enum DeleteAlternateContactOutputError {

enum DisableRegionOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1207,7 +1207,7 @@ enum DisableRegionOutputError {

enum EnableRegionOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1225,7 +1225,7 @@ enum EnableRegionOutputError {

enum GetAlternateContactOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1243,7 +1243,7 @@ enum GetAlternateContactOutputError {

enum GetContactInformationOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1261,7 +1261,7 @@ enum GetContactInformationOutputError {

enum GetPrimaryEmailOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1279,7 +1279,7 @@ enum GetPrimaryEmailOutputError {

enum GetRegionOptStatusOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1296,7 +1296,7 @@ enum GetRegionOptStatusOutputError {

enum ListRegionsOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1313,7 +1313,7 @@ enum ListRegionsOutputError {

enum PutAlternateContactOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1330,7 +1330,7 @@ enum PutAlternateContactOutputError {

enum PutContactInformationOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand All @@ -1347,7 +1347,7 @@ enum PutContactInformationOutputError {

enum StartPrimaryEmailUpdateOutputError {

static func httpError(from httpResponse: SmithyHTTPAPI.HttpResponse) async throws -> Swift.Error {
static func httpError(from httpResponse: SmithyHTTPAPI.HTTPResponse) async throws -> Swift.Error {
let data = try await httpResponse.data()
let responseReader = try SmithyJSON.Reader.from(data: data)
let baseError = try AWSClientRuntime.RestJSONError(httpResponse: httpResponse, responseReader: responseReader, noErrorWrapping: false)
Expand Down
Loading

0 comments on commit f8e2b5c

Please sign in to comment.