Skip to content

Commit

Permalink
chore: Updates version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Jan 15, 2025
1 parent 989291f commit f9c89cb
Show file tree
Hide file tree
Showing 819 changed files with 45,580 additions and 897 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import PackageDescription

// MARK: - Dynamic Content

let clientRuntimeVersion: Version = "0.109.0"
let clientRuntimeVersion: Version = "0.110.0"
let crtVersion: Version = "0.43.0"

let excludeRuntimeUnitTests = false
Expand Down Expand Up @@ -539,7 +539,8 @@ private var runtimeTargets: [Target] {
.smithyEventStreamsAuthAPI,
.awsSDKCommon,
.awsSDKHTTPAuth,
.awsSDKIdentity
.awsSDKIdentity,
.awsSDKChecksums,
],
path: "Sources/Core/AWSClientRuntime/Sources/AWSClientRuntime",
resources: [
Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.78
1.1.0
2 changes: 1 addition & 1 deletion Package.version.next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
8 changes: 8 additions & 0 deletions Sources/Services/AWSACM/Package.swift.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ let package = Package(
id: "aws-sdk-swift.AWSClientRuntime",
exact: "0.0.1"
),
.package(
id: "aws-sdk-swift.AWSSDKChecksums",
exact: "0.0.1"
),
.package(
id: "aws-sdk-swift.AWSSDKHTTPAuth",
exact: "0.0.1"
Expand All @@ -32,6 +36,10 @@ let package = Package(
name: "AWSClientRuntime",
package: "aws-sdk-swift.AWSClientRuntime"
),
.product(
name: "AWSSDKChecksums",
package: "aws-sdk-swift.AWSSDKChecksums"
),
.product(
name: "AWSSDKHTTPAuth",
package: "aws-sdk-swift.AWSSDKHTTPAuth"
Expand Down
51 changes: 50 additions & 1 deletion Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Sources/Services/AWSACMPCA/Package.swift.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ let package = Package(
id: "aws-sdk-swift.AWSClientRuntime",
exact: "0.0.1"
),
.package(
id: "aws-sdk-swift.AWSSDKChecksums",
exact: "0.0.1"
),
.package(
id: "aws-sdk-swift.AWSSDKHTTPAuth",
exact: "0.0.1"
Expand All @@ -32,6 +36,10 @@ let package = Package(
name: "AWSClientRuntime",
package: "aws-sdk-swift.AWSClientRuntime"
),
.product(
name: "AWSSDKChecksums",
package: "aws-sdk-swift.AWSSDKChecksums"
),
.product(
name: "AWSSDKHTTPAuth",
package: "aws-sdk-swift.AWSSDKHTTPAuth"
Expand Down
67 changes: 66 additions & 1 deletion Sources/Services/AWSACMPCA/Sources/AWSACMPCA/ACMPCAClient.swift

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Sources/Services/AWSAPIGateway/Package.swift.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ let package = Package(
id: "aws-sdk-swift.AWSClientRuntime",
exact: "0.0.1"
),
.package(
id: "aws-sdk-swift.AWSSDKChecksums",
exact: "0.0.1"
),
.package(
id: "aws-sdk-swift.AWSSDKHTTPAuth",
exact: "0.0.1"
Expand All @@ -32,6 +36,10 @@ let package = Package(
name: "AWSClientRuntime",
package: "aws-sdk-swift.AWSClientRuntime"
),
.product(
name: "AWSSDKChecksums",
package: "aws-sdk-swift.AWSSDKChecksums"
),
.product(
name: "AWSSDKHTTPAuth",
package: "aws-sdk-swift.AWSSDKHTTPAuth"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ public struct CreateBasePathMappingInput: Swift.Sendable {
/// The domain name of the BasePathMapping resource to create.
/// This member is required.
public var domainName: Swift.String?
/// The identifier for the domain name resource. Supported only for private custom domain names.
/// The identifier for the domain name resource. Required for private custom domain names.
public var domainNameId: Swift.String?
/// The string identifier of the associated RestApi.
/// This member is required.
Expand Down Expand Up @@ -4092,7 +4092,7 @@ public struct GetDomainNameInput: Swift.Sendable {
/// The name of the DomainName resource.
/// This member is required.
public var domainName: Swift.String?
/// The identifier for the domain name resource. Supported only for private custom domain names.
/// The identifier for the domain name resource. Required for private custom domain names.
public var domainNameId: Swift.String?

public init(
Expand Down
8 changes: 8 additions & 0 deletions Sources/Services/AWSARCZonalShift/Package.swift.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ let package = Package(
id: "aws-sdk-swift.AWSClientRuntime",
exact: "0.0.1"
),
.package(
id: "aws-sdk-swift.AWSSDKChecksums",
exact: "0.0.1"
),
.package(
id: "aws-sdk-swift.AWSSDKHTTPAuth",
exact: "0.0.1"
Expand All @@ -32,6 +36,10 @@ let package = Package(
name: "AWSClientRuntime",
package: "aws-sdk-swift.AWSClientRuntime"
),
.product(
name: "AWSSDKChecksums",
package: "aws-sdk-swift.AWSSDKChecksums"
),
.product(
name: "AWSSDKHTTPAuth",
package: "aws-sdk-swift.AWSSDKHTTPAuth"
Expand Down
Loading

0 comments on commit f9c89cb

Please sign in to comment.