File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
generator/ServiceModels/apprunner
sdk/src/Services/AppRunner/Generated Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 5
5
"endpointPrefix" :" apprunner" ,
6
6
"jsonVersion" :" 1.0" ,
7
7
"protocol" :" json" ,
8
+ "protocols" :[" json" ],
8
9
"serviceFullName" :" AWS App Runner" ,
9
10
"serviceId" :" AppRunner" ,
10
11
"signatureVersion" :" v4" ,
11
12
"signingName" :" apprunner" ,
12
13
"targetPrefix" :" AppRunner" ,
13
- "uid" :" apprunner-2020-05-15"
14
+ "uid" :" apprunner-2020-05-15" ,
15
+ "auth" :[" aws.auth#sigv4" ]
14
16
},
15
17
"operations" :{
16
18
"AssociateCustomDomain" :{
1615
1617
" PHP_81" ,
1616
1618
" RUBY_31" ,
1617
1619
" PYTHON_311" ,
1618
- " NODEJS_18"
1620
+ " NODEJS_18" ,
1621
+ " NODEJS_22"
1619
1622
]
1620
1623
},
1621
1624
"RuntimeEnvironmentSecrets" :{
Original file line number Diff line number Diff line change 5
5
"endpointPrefix" :" apprunner" ,
6
6
"jsonVersion" :" 1.0" ,
7
7
"protocol" :" json" ,
8
+ "protocols" :[" json" ],
8
9
"serviceFullName" :" AWS App Runner" ,
9
10
"serviceId" :" AppRunner" ,
10
11
"signatureVersion" :" v4" ,
11
12
"signingName" :" apprunner" ,
12
13
"targetPrefix" :" AppRunner" ,
13
- "uid" :" apprunner-2020-05-15"
14
+ "uid" :" apprunner-2020-05-15" ,
15
+ "auth" :[" aws.auth#sigv4" ]
14
16
},
15
17
"operations" :{
16
18
"AssociateCustomDomain" :{
2351
2353
" PHP_81" ,
2352
2354
" RUBY_31" ,
2353
2355
" PYTHON_311" ,
2354
- " NODEJS_18"
2356
+ " NODEJS_18" ,
2357
+ " NODEJS_22"
2355
2358
]
2356
2359
},
2357
2360
"RuntimeEnvironmentSecrets" :{
Original file line number Diff line number Diff line change @@ -781,6 +781,10 @@ public class Runtime : ConstantClass
781
781
/// </summary>
782
782
public static readonly Runtime NODEJS_18 = new Runtime ( "NODEJS_18" ) ;
783
783
/// <summary>
784
+ /// Constant NODEJS_22 for Runtime
785
+ /// </summary>
786
+ public static readonly Runtime NODEJS_22 = new Runtime ( "NODEJS_22" ) ;
787
+ /// <summary>
784
788
/// Constant PHP_81 for Runtime
785
789
/// </summary>
786
790
public static readonly Runtime PHP_81 = new Runtime ( "PHP_81" ) ;
You can’t perform that action at this time.
0 commit comments