aws-sdk-apprunner 1.54.0 → 1.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 384b8020536ec605179503307944369d0235faff53fcdd2b3ff4e984ff145e18
4
- data.tar.gz: 70bd07516702fcb80f7bbf6a62e5a301cb9f4f9bf32c2fe457f7fbdc32f012d0
3
+ metadata.gz: dd479d2317abb4e609be35acfd3b4423928170e341934689b7cdea3785149a3a
4
+ data.tar.gz: c3177ce74900ab322053213a11039cfeb1a2fc23254c71fc1de568ef9699cf01
5
5
  SHA512:
6
- metadata.gz: aeb42c0b9202dce5a03ad70df0e192dc530504e1f7e52afc7fd120cb6f1e18699d318e4789621a2e8816bb20efa9bf6745017548421e275d441aee082ca4df90
7
- data.tar.gz: 9ff75985b8f5d38e6a400bbcbeedb4790da6244ddd90f12e8708dcc2778a4b5ee0a8f4d7aac784cdd95eba54d43474ae2050a342e1f5f12dc79b0008e7a206a8
6
+ metadata.gz: 197010446f58995aa0537d87354bcd4c44b2a57669026876259092c90385de74a8937d2aa6190771b675165a77469474f607bc549d17c87cc6137d29bc36ec22
7
+ data.tar.gz: 597e171c8a021b6ed8dccf07330a4966489643fd66847ab5802b25375ce62b6058beef7054a724ce6c2fa18a554e2ef698a8283a6f38fff58d25a3cf58f66810
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2025-04-24)
5
+ ------------------
6
+
7
+ * Feature - AWS App Runner adds Node.js 22 runtime.
8
+
4
9
  1.54.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -894,7 +894,7 @@ module Aws::AppRunner
894
894
  # code_configuration: {
895
895
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
896
896
  # code_configuration_values: {
897
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16, GO_1, DOTNET_6, PHP_81, RUBY_31, PYTHON_311, NODEJS_18
897
+ # runtime: "PYTHON_3", # required, accepts 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
898
898
  # build_command: "BuildCommand",
899
899
  # start_command: "StartCommand",
900
900
  # port: "String",
@@ -981,7 +981,7 @@ module Aws::AppRunner
981
981
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
982
982
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
983
983
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
984
- # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "PYTHON_3", "NODEJS_12", "NODEJS_14", "CORRETTO_8", "CORRETTO_11", "NODEJS_16", "GO_1", "DOTNET_6", "PHP_81", "RUBY_31", "PYTHON_311", "NODEJS_18"
984
+ # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "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"
985
985
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
986
986
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
987
987
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1342,7 +1342,7 @@ module Aws::AppRunner
1342
1342
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1343
1343
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1344
1344
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1345
- # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "PYTHON_3", "NODEJS_12", "NODEJS_14", "CORRETTO_8", "CORRETTO_11", "NODEJS_16", "GO_1", "DOTNET_6", "PHP_81", "RUBY_31", "PYTHON_311", "NODEJS_18"
1345
+ # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "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"
1346
1346
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1347
1347
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1348
1348
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1670,7 +1670,7 @@ module Aws::AppRunner
1670
1670
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1671
1671
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1672
1672
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1673
- # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "PYTHON_3", "NODEJS_12", "NODEJS_14", "CORRETTO_8", "CORRETTO_11", "NODEJS_16", "GO_1", "DOTNET_6", "PHP_81", "RUBY_31", "PYTHON_311", "NODEJS_18"
1673
+ # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "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"
1674
1674
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1675
1675
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1676
1676
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2427,7 +2427,7 @@ module Aws::AppRunner
2427
2427
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2428
2428
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2429
2429
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2430
- # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "PYTHON_3", "NODEJS_12", "NODEJS_14", "CORRETTO_8", "CORRETTO_11", "NODEJS_16", "GO_1", "DOTNET_6", "PHP_81", "RUBY_31", "PYTHON_311", "NODEJS_18"
2430
+ # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "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"
2431
2431
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2432
2432
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2433
2433
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2517,7 +2517,7 @@ module Aws::AppRunner
2517
2517
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2518
2518
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2519
2519
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2520
- # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "PYTHON_3", "NODEJS_12", "NODEJS_14", "CORRETTO_8", "CORRETTO_11", "NODEJS_16", "GO_1", "DOTNET_6", "PHP_81", "RUBY_31", "PYTHON_311", "NODEJS_18"
2520
+ # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "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"
2521
2521
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2522
2522
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2523
2523
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2793,7 +2793,7 @@ module Aws::AppRunner
2793
2793
  # code_configuration: {
2794
2794
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
2795
2795
  # code_configuration_values: {
2796
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16, GO_1, DOTNET_6, PHP_81, RUBY_31, PYTHON_311, NODEJS_18
2796
+ # runtime: "PYTHON_3", # required, accepts 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
2797
2797
  # build_command: "BuildCommand",
2798
2798
  # start_command: "StartCommand",
2799
2799
  # port: "String",
@@ -2871,7 +2871,7 @@ module Aws::AppRunner
2871
2871
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2872
2872
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2873
2873
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2874
- # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "PYTHON_3", "NODEJS_12", "NODEJS_14", "CORRETTO_8", "CORRETTO_11", "NODEJS_16", "GO_1", "DOTNET_6", "PHP_81", "RUBY_31", "PYTHON_311", "NODEJS_18"
2874
+ # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime #=> String, one of "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"
2875
2875
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2876
2876
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2877
2877
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2998,7 +2998,7 @@ module Aws::AppRunner
2998
2998
  tracer: tracer
2999
2999
  )
3000
3000
  context[:gem_name] = 'aws-sdk-apprunner'
3001
- context[:gem_version] = '1.54.0'
3001
+ context[:gem_version] = '1.55.0'
3002
3002
  Seahorse::Client::Request.new(handlers, context)
3003
3003
  end
3004
3004
 
@@ -54,7 +54,7 @@ module Aws::AppRunner
54
54
  autoload :EndpointProvider, 'aws-sdk-apprunner/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apprunner/endpoints'
56
56
 
57
- GEM_VERSION = '1.54.0'
57
+ GEM_VERSION = '1.55.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -166,7 +166,7 @@ module Aws
166
166
  code_configuration: {
167
167
  configuration_source: ("REPOSITORY" | "API"),
168
168
  code_configuration_values: {
169
- 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"),
169
+ 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"),
170
170
  build_command: ::String?,
171
171
  start_command: ::String?,
172
172
  port: ::String?,
@@ -615,7 +615,7 @@ module Aws
615
615
  code_configuration: {
616
616
  configuration_source: ("REPOSITORY" | "API"),
617
617
  code_configuration_values: {
618
- 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"),
618
+ 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"),
619
619
  build_command: ::String?,
620
620
  start_command: ::String?,
621
621
  port: ::String?,
data/sig/types.rbs CHANGED
@@ -71,7 +71,7 @@ module Aws::AppRunner
71
71
  end
72
72
 
73
73
  class CodeConfigurationValues
74
- attr_accessor 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")
74
+ attr_accessor 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")
75
75
  attr_accessor build_command: ::String
76
76
  attr_accessor start_command: ::String
77
77
  attr_accessor port: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apprunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core