Skip to content

Commit 69f6ec5

Browse files
committed
Merge remote-tracking branch 'origin/main' into release
2 parents 5aa5a4d + 0824b33 commit 69f6ec5

File tree

307 files changed

+11532
-1073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+11532
-1073
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
# windows job runs out of memory with the defaults normally used
7373
shell: bash
7474
run: |
75-
sed -i 's/org\.gradle\.jvmargs=.*$/org.gradle.jvmargs=-Xmx5g/' gradle.properties
75+
systeminfo
76+
sed -i 's/org\.gradle\.jvmargs=.*$/org.gradle.jvmargs=-Xmx4g/' gradle.properties
77+
echo "org.gradle.parallel=false" >> gradle.properties
7678
cat gradle.properties
7779
- name: Build and Test ${{ env.PACKAGE_NAME }}
7880
run: |

aws-runtime/aws-config/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ codegen {
7777
// generate an sts client
7878
create("sts-credentials-provider") {
7979
imports = listOf(
80-
awsModelFile("sts.2011-06-15.json")
80+
awsModelFile("sts.json")
8181
)
8282

8383
smithyKotlinPlugin {
@@ -111,7 +111,7 @@ codegen {
111111
// generate an sso client
112112
create("sso-credentials-provider") {
113113
imports = listOf(
114-
awsModelFile("sso.2019-06-10.json")
114+
awsModelFile("sso.json")
115115
)
116116

117117
val serviceShape = "com.amazonaws.sso#SWBPortalService"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)