aws-sdk-apprunner 1.53.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apprunner/client.rb +37 -37
- data/lib/aws-sdk-apprunner.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +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: dd479d2317abb4e609be35acfd3b4423928170e341934689b7cdea3785149a3a
|
4
|
+
data.tar.gz: c3177ce74900ab322053213a11039cfeb1a2fc23254c71fc1de568ef9699cf01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 197010446f58995aa0537d87354bcd4c44b2a57669026876259092c90385de74a8937d2aa6190771b675165a77469474f607bc549d17c87cc6137d29bc36ec22
|
7
|
+
data.tar.gz: 597e171c8a021b6ed8dccf07330a4966489643fd66847ab5802b25375ce62b6058beef7054a724ce6c2fa18a554e2ef698a8283a6f38fff58d25a3cf58f66810
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.54.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.53.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::AppRunner
|
40
40
|
# An API client for AppRunner. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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.
|
3001
|
+
context[:gem_version] = '1.55.0'
|
3002
3002
|
Seahorse::Client::Request.new(handlers, context)
|
3003
3003
|
end
|
3004
3004
|
|
data/lib/aws-sdk-apprunner.rb
CHANGED
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.
|
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-
|
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
|