Skip to content

Commit 15aea07

Browse files
author
awstools
committed
feat(client-apprunner): AWS App Runner adds Node.js 22 runtime.
1 parent 5ab41aa commit 15aea07

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

clients/client-apprunner/src/commands/CreateServiceCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
5353
* CodeConfiguration: { // CodeConfiguration
5454
* ConfigurationSource: "REPOSITORY" || "API", // required
5555
* CodeConfigurationValues: { // CodeConfigurationValues
56-
* Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
56+
* Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18" || "NODEJS_22", // required
5757
* BuildCommand: "STRING_VALUE",
5858
* StartCommand: "STRING_VALUE",
5959
* Port: "STRING_VALUE",
@@ -147,7 +147,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
147147
* // CodeConfiguration: { // CodeConfiguration
148148
* // ConfigurationSource: "REPOSITORY" || "API", // required
149149
* // CodeConfigurationValues: { // CodeConfigurationValues
150-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
150+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18" || "NODEJS_22", // required
151151
* // BuildCommand: "STRING_VALUE",
152152
* // StartCommand: "STRING_VALUE",
153153
* // Port: "STRING_VALUE",

clients/client-apprunner/src/commands/DeleteServiceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
7070
* // CodeConfiguration: { // CodeConfiguration
7171
* // ConfigurationSource: "REPOSITORY" || "API", // required
7272
* // CodeConfigurationValues: { // CodeConfigurationValues
73-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
73+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18" || "NODEJS_22", // required
7474
* // BuildCommand: "STRING_VALUE",
7575
* // StartCommand: "STRING_VALUE",
7676
* // Port: "STRING_VALUE",

clients/client-apprunner/src/commands/DescribeServiceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface DescribeServiceCommandOutput extends DescribeServiceResponse, _
6464
* // CodeConfiguration: { // CodeConfiguration
6565
* // ConfigurationSource: "REPOSITORY" || "API", // required
6666
* // CodeConfigurationValues: { // CodeConfigurationValues
67-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
67+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18" || "NODEJS_22", // required
6868
* // BuildCommand: "STRING_VALUE",
6969
* // StartCommand: "STRING_VALUE",
7070
* // Port: "STRING_VALUE",

clients/client-apprunner/src/commands/PauseServiceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface PauseServiceCommandOutput extends PauseServiceResponse, __Metad
6363
* // CodeConfiguration: { // CodeConfiguration
6464
* // ConfigurationSource: "REPOSITORY" || "API", // required
6565
* // CodeConfigurationValues: { // CodeConfigurationValues
66-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
66+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18" || "NODEJS_22", // required
6767
* // BuildCommand: "STRING_VALUE",
6868
* // StartCommand: "STRING_VALUE",
6969
* // Port: "STRING_VALUE",

clients/client-apprunner/src/commands/ResumeServiceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __Met
6666
* // CodeConfiguration: { // CodeConfiguration
6767
* // ConfigurationSource: "REPOSITORY" || "API", // required
6868
* // CodeConfigurationValues: { // CodeConfigurationValues
69-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
69+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18" || "NODEJS_22", // required
7070
* // BuildCommand: "STRING_VALUE",
7171
* // StartCommand: "STRING_VALUE",
7272
* // Port: "STRING_VALUE",

clients/client-apprunner/src/commands/UpdateServiceCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
5757
* CodeConfiguration: { // CodeConfiguration
5858
* ConfigurationSource: "REPOSITORY" || "API", // required
5959
* CodeConfigurationValues: { // CodeConfigurationValues
60-
* Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
60+
* Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18" || "NODEJS_22", // required
6161
* BuildCommand: "STRING_VALUE",
6262
* StartCommand: "STRING_VALUE",
6363
* Port: "STRING_VALUE",
@@ -142,7 +142,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
142142
* // CodeConfiguration: { // CodeConfiguration
143143
* // ConfigurationSource: "REPOSITORY" || "API", // required
144144
* // CodeConfigurationValues: { // CodeConfigurationValues
145-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
145+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18" || "NODEJS_22", // required
146146
* // BuildCommand: "STRING_VALUE",
147147
* // StartCommand: "STRING_VALUE",
148148
* // Port: "STRING_VALUE",

clients/client-apprunner/src/models/models_0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@ export const Runtime = {
990990
NODEJS_14: "NODEJS_14",
991991
NODEJS_16: "NODEJS_16",
992992
NODEJS_18: "NODEJS_18",
993+
NODEJS_22: "NODEJS_22",
993994
PHP_81: "PHP_81",
994995
PYTHON_3: "PYTHON_3",
995996
PYTHON_311: "PYTHON_311",

codegen/sdk-codegen/aws-models/apprunner.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4514,6 +4514,12 @@
45144514
"traits": {
45154515
"smithy.api#enumValue": "NODEJS_18"
45164516
}
4517+
},
4518+
"NODEJS_22": {
4519+
"target": "smithy.api#Unit",
4520+
"traits": {
4521+
"smithy.api#enumValue": "NODEJS_22"
4522+
}
45174523
}
45184524
}
45194525
},

0 commit comments

Comments
 (0)