aws-sdk-apprunner 1.16.0 → 1.17.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: 89cfb948af8631ec02722f1a489f07d70e9b7e4b046b84d271eaf93f6cb9dd76
4
- data.tar.gz: c11139f8f81093fb27b9a2db476712b6bcc9c992fb52b6d01286a5070e334485
3
+ metadata.gz: 1363833da17c83a161f5493cde522f0e4a6683f7b52a4aa6162272765ae8a4ba
4
+ data.tar.gz: fad1258d7e42977b1e168f9fe9c7f63bd892a067fa88ed51a197ae1ecd5c7c2e
5
5
  SHA512:
6
- metadata.gz: 188348a4082447fc8cb9558a683493782db077fa123948b7b61929d632bc7b3072897328900bb3fd7ed591aa9502b9b2584f3d22a51ea2d2611a689bba8f23fd
7
- data.tar.gz: 5d1f0c8cf9427ee6323c713fc07137c1db6f09d432ba4786e5528859f8ef528aae6b9140b0d6dee0ba2941f480875f94e9e904dbef1b24661c7f020a15037cb6
6
+ metadata.gz: 012b7b3b40e05612ff15b856801ac97ea2707e2d14c0e219a003dc08783c01e5dc2ff6e7e3150b9074868262e0f29b8add41387ff756d6e585673b6bc56666b8
7
+ data.tar.gz: 7fe5e037182e6401c9d17ba9b578bb9c69119934b712f3c86a305cb28a8a7463da6c0acd6d6c9bb71df9d25d468abb3e86d73334672583dc69bba7a2279e8a5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2022-10-28)
5
+ ------------------
6
+
7
+ * Feature - AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
8
+
4
9
  1.16.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -772,7 +772,7 @@ module Aws::AppRunner
772
772
  # code_configuration: {
773
773
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
774
774
  # code_configuration_values: {
775
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
775
+ # 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
776
776
  # build_command: "BuildCommand",
777
777
  # start_command: "StartCommand",
778
778
  # port: "String",
@@ -848,7 +848,7 @@ module Aws::AppRunner
848
848
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
849
849
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
850
850
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
851
- # 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"
851
+ # 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"
852
852
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
853
853
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
854
854
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1116,7 +1116,7 @@ module Aws::AppRunner
1116
1116
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1117
1117
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1118
1118
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1119
- # 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"
1119
+ # 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"
1120
1120
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1121
1121
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1122
1122
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1378,7 +1378,7 @@ module Aws::AppRunner
1378
1378
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1379
1379
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1380
1380
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1381
- # 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"
1381
+ # 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"
1382
1382
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1383
1383
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1384
1384
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1962,7 +1962,7 @@ module Aws::AppRunner
1962
1962
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1963
1963
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1964
1964
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1965
- # 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"
1965
+ # 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"
1966
1966
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1967
1967
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1968
1968
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2041,7 +2041,7 @@ module Aws::AppRunner
2041
2041
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2042
2042
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2043
2043
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2044
- # 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"
2044
+ # 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"
2045
2045
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2046
2046
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2047
2047
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2260,7 +2260,7 @@ module Aws::AppRunner
2260
2260
  # code_configuration: {
2261
2261
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
2262
2262
  # code_configuration_values: {
2263
- # runtime: "PYTHON_3", # required, accepts PYTHON_3, NODEJS_12, NODEJS_14, CORRETTO_8, CORRETTO_11, NODEJS_16
2263
+ # 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
2264
2264
  # build_command: "BuildCommand",
2265
2265
  # start_command: "StartCommand",
2266
2266
  # port: "String",
@@ -2327,7 +2327,7 @@ module Aws::AppRunner
2327
2327
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2328
2328
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2329
2329
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2330
- # 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"
2330
+ # 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"
2331
2331
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2332
2332
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2333
2333
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2383,7 +2383,7 @@ module Aws::AppRunner
2383
2383
  params: params,
2384
2384
  config: config)
2385
2385
  context[:gem_name] = 'aws-sdk-apprunner'
2386
- context[:gem_version] = '1.16.0'
2386
+ context[:gem_version] = '1.17.0'
2387
2387
  Seahorse::Client::Request.new(handlers, context)
2388
2388
  end
2389
2389
 
@@ -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, NODEJS_16
282
+ # 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
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, NODEJS_16
330
+ # 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
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, NODEJS_16
390
+ # 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
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, NODEJS_16
733
+ # 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
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, NODEJS_16
2753
+ # 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
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, NODEJS_16
2996
+ # 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
2997
2997
  # build_command: "BuildCommand",
2998
2998
  # start_command: "StartCommand",
2999
2999
  # port: "String",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apprunner/customizations'
52
52
  # @!group service
53
53
  module Aws::AppRunner
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.17.0'
56
56
 
57
57
  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.16.0
4
+ version: 1.17.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-10-25 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core