Skip to content

Commit ae88a85

Browse files
authored
Merge branch 'main' into jbe/process_creds_fix
2 parents d9b4d45 + 3cca19b commit ae88a85

File tree

31 files changed

+12704
-9421
lines changed

31 files changed

+12704
-9421
lines changed

Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ private let serviceClientData: [ServiceClientData] = [
706706
.init(
707707
"AWSECS",
708708
"ecs.json",
709-
[.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps, .SmithyWaitersAPI]
709+
[.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps]
710710
),
711711
.init(
712712
"AWSEFS",
@@ -1893,6 +1893,11 @@ private let serviceClientData: [ServiceClientData] = [
18931893
"signer.json",
18941894
[.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps, .SmithyWaitersAPI]
18951895
),
1896+
.init(
1897+
"AWSSignerData",
1898+
"signer-data.json",
1899+
[.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps]
1900+
),
18961901
.init(
18971902
"AWSSignin",
18981903
"signin.json",

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.59
1+
1.6.60

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.60
1+
1.6.61

Sources/Core/AWSSDKDynamic/Sources/AWSSDKDynamic/PackageVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
// Code is auto-generated. DO NOT EDIT!
99

10-
public let packageVersion = "1.6.59"
10+
public let packageVersion = "1.6.60"

Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
837837

838838
[AWSSigner](../../../../../swift/api/awssigner/latest)
839839

840+
[AWSSignerData](../../../../../swift/api/awssignerdata/latest)
841+
840842
[AWSSignin](../../../../../swift/api/awssignin/latest)
841843

842844
[AWSSimSpaceWeaver](../../../../../swift/api/awssimspaceweaver/latest)

Sources/Core/SDKForSwift/Documentation.docc/SDKForSwift.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
837837

838838
[AWSSigner](/sdk-for-swift/latest/api/awssigner/documentation/awssigner)
839839

840+
[AWSSignerData](/sdk-for-swift/latest/api/awssignerdata/documentation/awssignerdata)
841+
840842
[AWSSignin](/sdk-for-swift/latest/api/awssignin/documentation/awssignin)
841843

842844
[AWSSimSpaceWeaver](/sdk-for-swift/latest/api/awssimspaceweaver/documentation/awssimspaceweaver)

Sources/Services/AWSAppStream/Sources/AWSAppStream/Models.swift

Lines changed: 40 additions & 0 deletions
Large diffs are not rendered by default.

Sources/Services/AWSECS/Dependencies.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"SmithyReadWrite",
1515
"SmithyRetries",
1616
"SmithyRetriesAPI",
17-
"SmithyTimestamps",
18-
"SmithyWaitersAPI"
17+
"SmithyTimestamps"
1918
]
2019
}

Sources/Services/AWSECS/Sources/AWSECS/ECSClient.swift

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

Sources/Services/AWSECS/Sources/AWSECS/Models.swift

Lines changed: 7512 additions & 7451 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)