aws-sdk-apprunner 1.13.0 → 1.15.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apprunner/client.rb +13 -9
- data/lib/aws-sdk-apprunner/types.rb +14 -6
- data/lib/aws-sdk-apprunner.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e9d4611fb9929d23e219b9286b71de4116074cb6370fa9c6182c551c52bbed2
|
|
4
|
+
data.tar.gz: f5d0a0ca825492f01a6b790994e9d29a53bf3cb6ab7f12fd90527c96aadc8b7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 793d120b341ffa6dd7bb3eae4b353f7742ee16f70723ca6febd4020dfde0f2033e4648c2e7a9ab9dbc089e1dbd8c9849687e3e9bf010cee3d1900a80bb764f03
|
|
7
|
+
data.tar.gz: a1ed4323876f5ab1ce458d48052f470cc7658c6ea2cd2e450821b145905567a9ec54c2129b54e78a22d46ccb23d9914f39618441f49164d55cedcde47608d77e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
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
|
+
|
|
9
|
+
1.14.0 (2022-05-25)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Documentation-only update added for CodeConfiguration.
|
|
13
|
+
|
|
4
14
|
1.13.0 (2022-04-11)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
@@ -887,6 +887,10 @@ module Aws::AppRunner
|
|
|
887
887
|
# single Amazon VPC. App Runner determines the Amazon VPC from the
|
|
888
888
|
# subnets you specify.
|
|
889
889
|
#
|
|
890
|
+
# <note markdown="1"> App Runner currently only provides support for IPv4.
|
|
891
|
+
#
|
|
892
|
+
# </note>
|
|
893
|
+
#
|
|
890
894
|
# @option params [Array<String>] :security_groups
|
|
891
895
|
# A list of IDs of security groups that App Runner should use for access
|
|
892
896
|
# to Amazon Web Services resources under the specified subnets. If not
|
|
@@ -1095,7 +1099,7 @@ module Aws::AppRunner
|
|
|
1095
1099
|
# resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
|
|
1096
1100
|
# resp.service.source_configuration.code_repository.source_code_version.value #=> String
|
|
1097
1101
|
# resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
|
|
1098
|
-
# 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"
|
|
1099
1103
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
|
|
1100
1104
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
|
|
1101
1105
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
|
|
@@ -1357,7 +1361,7 @@ module Aws::AppRunner
|
|
|
1357
1361
|
# resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
|
|
1358
1362
|
# resp.service.source_configuration.code_repository.source_code_version.value #=> String
|
|
1359
1363
|
# resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
|
|
1360
|
-
# 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"
|
|
1361
1365
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
|
|
1362
1366
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
|
|
1363
1367
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
|
|
@@ -1941,7 +1945,7 @@ module Aws::AppRunner
|
|
|
1941
1945
|
# resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
|
|
1942
1946
|
# resp.service.source_configuration.code_repository.source_code_version.value #=> String
|
|
1943
1947
|
# resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
|
|
1944
|
-
# 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"
|
|
1945
1949
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
|
|
1946
1950
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
|
|
1947
1951
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
|
|
@@ -2020,7 +2024,7 @@ module Aws::AppRunner
|
|
|
2020
2024
|
# resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
|
|
2021
2025
|
# resp.service.source_configuration.code_repository.source_code_version.value #=> String
|
|
2022
2026
|
# resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
|
|
2023
|
-
# 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"
|
|
2024
2028
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
|
|
2025
2029
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
|
|
2026
2030
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
|
|
@@ -2239,7 +2243,7 @@ module Aws::AppRunner
|
|
|
2239
2243
|
# code_configuration: {
|
|
2240
2244
|
# configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
|
|
2241
2245
|
# code_configuration_values: {
|
|
2242
|
-
# 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
|
|
2243
2247
|
# build_command: "BuildCommand",
|
|
2244
2248
|
# start_command: "StartCommand",
|
|
2245
2249
|
# port: "String",
|
|
@@ -2306,7 +2310,7 @@ module Aws::AppRunner
|
|
|
2306
2310
|
# resp.service.source_configuration.code_repository.source_code_version.type #=> String, one of "BRANCH"
|
|
2307
2311
|
# resp.service.source_configuration.code_repository.source_code_version.value #=> String
|
|
2308
2312
|
# resp.service.source_configuration.code_repository.code_configuration.configuration_source #=> String, one of "REPOSITORY", "API"
|
|
2309
|
-
# 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"
|
|
2310
2314
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.build_command #=> String
|
|
2311
2315
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.start_command #=> String
|
|
2312
2316
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.port #=> String
|
|
@@ -2362,7 +2366,7 @@ module Aws::AppRunner
|
|
|
2362
2366
|
params: params,
|
|
2363
2367
|
config: config)
|
|
2364
2368
|
context[:gem_name] = 'aws-sdk-apprunner'
|
|
2365
|
-
context[:gem_version] = '1.
|
|
2369
|
+
context[:gem_version] = '1.15.0'
|
|
2366
2370
|
Seahorse::Client::Request.new(handlers, context)
|
|
2367
2371
|
end
|
|
2368
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",
|
|
@@ -409,6 +409,10 @@ module Aws::AppRunner
|
|
|
409
409
|
# @!attribute [rw] code_configuration
|
|
410
410
|
# Configuration for building and running the service from a source
|
|
411
411
|
# code repository.
|
|
412
|
+
#
|
|
413
|
+
# <note markdown="1"> `CodeConfiguration` is required only for `CreateService` request.
|
|
414
|
+
#
|
|
415
|
+
# </note>
|
|
412
416
|
# @return [Types::CodeConfiguration]
|
|
413
417
|
#
|
|
414
418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CodeRepository AWS API Documentation
|
|
@@ -726,7 +730,7 @@ module Aws::AppRunner
|
|
|
726
730
|
# code_configuration: {
|
|
727
731
|
# configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
|
|
728
732
|
# code_configuration_values: {
|
|
729
|
-
# 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
|
|
730
734
|
# build_command: "BuildCommand",
|
|
731
735
|
# start_command: "StartCommand",
|
|
732
736
|
# port: "String",
|
|
@@ -908,6 +912,10 @@ module Aws::AppRunner
|
|
|
908
912
|
# associates your service with a custom Amazon VPC. Specify IDs of
|
|
909
913
|
# subnets of a single Amazon VPC. App Runner determines the Amazon VPC
|
|
910
914
|
# from the subnets you specify.
|
|
915
|
+
#
|
|
916
|
+
# <note markdown="1"> App Runner currently only provides support for IPv4.
|
|
917
|
+
#
|
|
918
|
+
# </note>
|
|
911
919
|
# @return [Array<String>]
|
|
912
920
|
#
|
|
913
921
|
# @!attribute [rw] security_groups
|
|
@@ -2742,7 +2750,7 @@ module Aws::AppRunner
|
|
|
2742
2750
|
# code_configuration: {
|
|
2743
2751
|
# configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
|
|
2744
2752
|
# code_configuration_values: {
|
|
2745
|
-
# 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
|
|
2746
2754
|
# build_command: "BuildCommand",
|
|
2747
2755
|
# start_command: "StartCommand",
|
|
2748
2756
|
# port: "String",
|
|
@@ -2985,7 +2993,7 @@ module Aws::AppRunner
|
|
|
2985
2993
|
# code_configuration: {
|
|
2986
2994
|
# configuration_source: "REPOSITORY", # required, accepts REPOSITORY, API
|
|
2987
2995
|
# code_configuration_values: {
|
|
2988
|
-
# 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
|
|
2989
2997
|
# build_command: "BuildCommand",
|
|
2990
2998
|
# start_command: "StartCommand",
|
|
2991
2999
|
# port: "String",
|
data/lib/aws-sdk-apprunner.rb
CHANGED
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.
|
|
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-
|
|
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
|