aws-sdk-apprunner 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbfd3d51ddcc1078d45524b7e884a4b29b47e2e53073e34feb5f9bce0c26bdbc
4
- data.tar.gz: 2b63e2055f3488ac8615ff1fbc90ad3d578ed507e3b8c5fcc24325ed995acf26
3
+ metadata.gz: 0e9d4611fb9929d23e219b9286b71de4116074cb6370fa9c6182c551c52bbed2
4
+ data.tar.gz: f5d0a0ca825492f01a6b790994e9d29a53bf3cb6ab7f12fd90527c96aadc8b7d
5
5
  SHA512:
6
- metadata.gz: b763fbaadd11346ba4a23865115ab69fdc8e467ad86b4e129272eda356dafe593814ba29caf3a2e747ea0cc8fa8cd687d5ce9ab6e4aab5d8b7821899fb942e12
7
- data.tar.gz: 96496d47525e599155e2336f33c1aa9410e00a2c4cbd6bf916321f109a3741ce34cb2872e626ee5d20d143a033e4c577ae710073beed6a8a137c256e5d3c1e83
6
+ metadata.gz: 793d120b341ffa6dd7bb3eae4b353f7742ee16f70723ca6febd4020dfde0f2033e4648c2e7a9ab9dbc089e1dbd8c9849687e3e9bf010cee3d1900a80bb764f03
7
+ data.tar.gz: a1ed4323876f5ab1ce458d48052f470cc7658c6ea2cd2e450821b145905567a9ec54c2129b54e78a22d46ccb23d9914f39618441f49164d55cedcde47608d77e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2022-09-23)
5
+ ------------------
6
+
7
+ * Feature - AWS App Runner adds a Node.js 16 runtime.
8
+
4
9
  1.14.0 (2022-05-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -755,7 +755,7 @@ module Aws::AppRunner
755
755
  # code_configuration: {
756
756
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
757
757
  # code_configuration_values: {
758
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11
758
+ # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
759
759
  # build_command: "BuildCommand",
760
760
  # start_command: "StartCommand",
761
761
  # port: "String",
@@ -831,7 +831,7 @@ module Aws::AppRunner
831
831
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
832
832
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
833
833
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
834
- # 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"
834
+ # 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"
835
835
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
836
836
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
837
837
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1099,7 +1099,7 @@ module Aws::AppRunner
1099
1099
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1100
1100
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1101
1101
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1102
- # 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"
1102
+ # 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"
1103
1103
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1104
1104
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1105
1105
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1361,7 +1361,7 @@ module Aws::AppRunner
1361
1361
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1362
1362
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1363
1363
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1364
- # 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"
1364
+ # 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"
1365
1365
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1366
1366
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1367
1367
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1945,7 +1945,7 @@ module Aws::AppRunner
1945
1945
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1946
1946
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1947
1947
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1948
- # 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"
1948
+ # 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"
1949
1949
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1950
1950
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1951
1951
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2024,7 +2024,7 @@ module Aws::AppRunner
2024
2024
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2025
2025
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2026
2026
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2027
- # 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"
2027
+ # 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"
2028
2028
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2029
2029
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2030
2030
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2243,7 +2243,7 @@ module Aws::AppRunner
2243
2243
  # code_configuration: {
2244
2244
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
2245
2245
  # code_configuration_values: {
2246
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11
2246
+ # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
2247
2247
  # build_command: "BuildCommand",
2248
2248
  # start_command: "StartCommand",
2249
2249
  # port: "String",
@@ -2310,7 +2310,7 @@ module Aws::AppRunner
2310
2310
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2311
2311
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2312
2312
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2313
- # 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"
2313
+ # 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"
2314
2314
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2315
2315
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2316
2316
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2366,7 +2366,7 @@ module Aws::AppRunner
2366
2366
  params: params,
2367
2367
  config: config)
2368
2368
  context[:gem_name] = 'aws-sdk-apprunner'
2369
- context[:gem_version] = '1.14.0'
2369
+ context[:gem_version] = '1.15.0'
2370
2370
  Seahorse::Client::Request.new(handlers, context)
2371
2371
  end
2372
2372
 
@@ -279,7 +279,7 @@ module Aws::AppRunner
279
279
  # {
280
280
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
281
281
  # code_configuration_values: {
282
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11
282
+ # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
283
283
  # build_command: "BuildCommand",
284
284
  # start_command: "StartCommand",
285
285
  # port: "String",
@@ -327,7 +327,7 @@ module Aws::AppRunner
327
327
  # data as a hash:
328
328
  #
329
329
  # {
330
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11
330
+ # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
331
331
  # build_command: "BuildCommand",
332
332
  # start_command: "StartCommand",
333
333
  # port: "String",
@@ -387,7 +387,7 @@ module Aws::AppRunner
387
387
  # code_configuration: {
388
388
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
389
389
  # code_configuration_values: {
390
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11
390
+ # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
391
391
  # build_command: "BuildCommand",
392
392
  # start_command: "StartCommand",
393
393
  # port: "String",
@@ -730,7 +730,7 @@ module Aws::AppRunner
730
730
  # code_configuration: {
731
731
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
732
732
  # code_configuration_values: {
733
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11
733
+ # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
734
734
  # build_command: "BuildCommand",
735
735
  # start_command: "StartCommand",
736
736
  # port: "String",
@@ -2750,7 +2750,7 @@ module Aws::AppRunner
2750
2750
  # code_configuration: {
2751
2751
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
2752
2752
  # code_configuration_values: {
2753
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11
2753
+ # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
2754
2754
  # build_command: "BuildCommand",
2755
2755
  # start_command: "StartCommand",
2756
2756
  # port: "String",
@@ -2993,7 +2993,7 @@ module Aws::AppRunner
2993
2993
  # code_configuration: {
2994
2994
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
2995
2995
  # code_configuration_values: {
2996
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11
2996
+ # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
2997
2997
  # build_command: "BuildCommand",
2998
2998
  # start_command: "StartCommand",
2999
2999
  # port: "String",
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-apprunner/customizations'
48
48
  # @!group service
49
49
  module Aws::AppRunner
50
50
 
51
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.15.0'
52
52
 
53
53
  end
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.14.0
4
+ version: 1.15.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: 2022-05-25 00:00:00.000000000 Z
11
+ date: 2022-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core