aws-sdk-apprunner 1.34.0 → 1.35.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: '08003d5ea5dbe4da534ac97561bbe9d849171b938ad99ef97eba975607917c59'
4
- data.tar.gz: 759e1a03a13c1b0f6c5fdd635d3dbd0fb7a45027ecca683460d3cc30ba274c78
3
+ metadata.gz: dfc7a4ac951d719965b917bf98531f0c75c0e5c3c727b5ca360fca354f0dacbb
4
+ data.tar.gz: a112c30bdb9f8244c7a8159e552969bf4d9d107d9306f9ea26330c6695302c85
5
5
  SHA512:
6
- metadata.gz: 130df4ade46bddf1e0d9ce176f9ae36c0128a12ac0ca772f61766f0fc9e39f46b1cc9473b86dc52c71d155523828efde4a493087ad92c0eb10e50f9e6c173318
7
- data.tar.gz: f6e01c2a78bd5216ac2e31eb9cc56bab0ef052bc0905ea42b736bd21e24affcbb54b1ce4c8bad6cc99a1df8175c22e54367fb45c8cfc7d9d3b010432a77d2e0c
6
+ metadata.gz: b73a7542706060d15975cb4b782f880cc2ac650d26f3237b893d5cb04b6f0b1a7c01854302edeaaa283929682208226ddb96e9110f7cdb6c61f4fce99551454b
7
+ data.tar.gz: 8fc4113cd511224dfb5fa81bb0af2014feaf09c7ce954a8934819a5c8528064ad49a831812d7692894df25ab471d5b031201c895f53c97d9b72f9786e4d3bee5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2023-12-29)
5
+ ------------------
6
+
7
+ * Feature - AWS App Runner adds Python 3.11 and Node.js 18 runtimes.
8
+
4
9
  1.34.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -815,7 +815,7 @@ module Aws::AppRunner
815
815
  # code_configuration: {
816
816
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
817
817
  # code_configuration_values: {
818
- # 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
818
+ # 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
819
819
  # build_command: "BuildCommand",
820
820
  # start_command: "StartCommand",
821
821
  # port: "String",
@@ -902,7 +902,7 @@ module Aws::AppRunner
902
902
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
903
903
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
904
904
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
905
- # 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"
905
+ # 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"
906
906
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
907
907
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
908
908
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1263,7 +1263,7 @@ module Aws::AppRunner
1263
1263
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1264
1264
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1265
1265
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1266
- # 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"
1266
+ # 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"
1267
1267
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1268
1268
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1269
1269
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -1591,7 +1591,7 @@ module Aws::AppRunner
1591
1591
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
1592
1592
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
1593
1593
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
1594
- # 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"
1594
+ # 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"
1595
1595
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
1596
1596
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
1597
1597
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2348,7 +2348,7 @@ module Aws::AppRunner
2348
2348
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2349
2349
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2350
2350
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2351
- # 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"
2351
+ # 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"
2352
2352
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2353
2353
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2354
2354
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2438,7 +2438,7 @@ module Aws::AppRunner
2438
2438
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2439
2439
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2440
2440
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2441
- # 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"
2441
+ # 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"
2442
2442
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2443
2443
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2444
2444
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2714,7 +2714,7 @@ module Aws::AppRunner
2714
2714
  # code_configuration: {
2715
2715
  # configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
2716
2716
  # code_configuration_values: {
2717
- # 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
2717
+ # 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
2718
2718
  # build_command: "BuildCommand",
2719
2719
  # start_command: "StartCommand",
2720
2720
  # port: "String",
@@ -2792,7 +2792,7 @@ module Aws::AppRunner
2792
2792
  # resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
2793
2793
  # resp.service.source_configuration.code_repository.source_code_version.value #=> String
2794
2794
  # resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
2795
- # 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"
2795
+ # 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"
2796
2796
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
2797
2797
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
2798
2798
  # resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
@@ -2914,7 +2914,7 @@ module Aws::AppRunner
2914
2914
  params: params,
2915
2915
  config: config)
2916
2916
  context[:gem_name] = 'aws-sdk-apprunner'
2917
- context[:gem_version] = '1.34.0'
2917
+ context[:gem_version] = '1.35.0'
2918
2918
  Seahorse::Client::Request.new(handlers, context)
2919
2919
  end
2920
2920
 
@@ -2169,12 +2169,12 @@ module Aws::AppRunner
2169
2169
  #
2170
2170
  # @!attribute [rw] ip_address_type
2171
2171
  # App Runner provides you with the option to choose between *Internet
2172
- # Protocol version 4 (IPv4)* and *dual-stack* (IPv4 and IPv6) for your
2172
+ # Protocol version 4 (IPv4)* and *dual stack* (IPv4 and IPv6) for your
2173
2173
  # incoming public network configuration. This is an optional
2174
2174
  # parameter. If you do not specify an `IpAddressType`, it defaults to
2175
2175
  # select IPv4.
2176
2176
  #
2177
- # <note markdown="1"> Currently, App Runner supports dual-stack for only Public endpoint.
2177
+ # <note markdown="1"> Currently, App Runner supports dual stack for only Public endpoint.
2178
2178
  # Only IPv4 is supported for Private endpoint. If you update a service
2179
2179
  # that's using dual-stack Public endpoint to a Private endpoint, your
2180
2180
  # App Runner service will default to support only IPv4 for Private
@@ -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.34.0'
55
+ GEM_VERSION = '1.35.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.34.0
4
+ version: 1.35.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: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2023-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core