Skip to content

Commit 648fb8f

Browse files
AWS App Runner adds Node.js 22 runtime.
1 parent a71fcc9 commit 648fb8f

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

generator/ServiceModels/apprunner/apprunner-2020-05-15.api.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"apprunner",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS App Runner",
910
"serviceId":"AppRunner",
1011
"signatureVersion":"v4",
1112
"signingName":"apprunner",
1213
"targetPrefix":"AppRunner",
13-
"uid":"apprunner-2020-05-15"
14+
"uid":"apprunner-2020-05-15",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AssociateCustomDomain":{
@@ -1615,7 +1617,8 @@
16151617
"PHP_81",
16161618
"RUBY_31",
16171619
"PYTHON_311",
1618-
"NODEJS_18"
1620+
"NODEJS_18",
1621+
"NODEJS_22"
16191622
]
16201623
},
16211624
"RuntimeEnvironmentSecrets":{

generator/ServiceModels/apprunner/apprunner-2020-05-15.normal.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"apprunner",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS App Runner",
910
"serviceId":"AppRunner",
1011
"signatureVersion":"v4",
1112
"signingName":"apprunner",
1213
"targetPrefix":"AppRunner",
13-
"uid":"apprunner-2020-05-15"
14+
"uid":"apprunner-2020-05-15",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AssociateCustomDomain":{
@@ -2351,7 +2353,8 @@
23512353
"PHP_81",
23522354
"RUBY_31",
23532355
"PYTHON_311",
2354-
"NODEJS_18"
2356+
"NODEJS_18",
2357+
"NODEJS_22"
23552358
]
23562359
},
23572360
"RuntimeEnvironmentSecrets":{

sdk/src/Services/AppRunner/Generated/ServiceEnumerations.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,10 @@ public class Runtime : ConstantClass
781781
/// </summary>
782782
public static readonly Runtime NODEJS_18 = new Runtime("NODEJS_18");
783783
/// <summary>
784+
/// Constant NODEJS_22 for Runtime
785+
/// </summary>
786+
public static readonly Runtime NODEJS_22 = new Runtime("NODEJS_22");
787+
/// <summary>
784788
/// Constant PHP_81 for Runtime
785789
/// </summary>
786790
public static readonly Runtime PHP_81 = new Runtime("PHP_81");

0 commit comments

Comments
 (0)