aws-sdk-apprunner 1.29.0 → 1.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apprunner/client.rb +12 -4
- data/lib/aws-sdk-apprunner/client_api.rb +2 -0
- data/lib/aws-sdk-apprunner/types.rb +12 -4
- 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: d9b60691f96cb0064d6d296e6446de5d2a8da2831760d61693cb11f2aff7133b
|
4
|
+
data.tar.gz: b08fff1ba6d77a14553247fcc9768a6d829e81d1a5a80a4029befaf5efa8e6a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcea8373ca3a61467dac307852fd6aabfe1e320e746465cd866c7c15e67d8e039ab4666beba0b2e9536612996a8dd637cb71b6436a6528180bf141262b2336f7
|
7
|
+
data.tar.gz: 560faec1f580af0bbf1850e9090c12dbaff2f8b80e22bd7a6af3cb324c84e05ab740f91ab1709dfa9f17e6f0f1951934054b77519ec34a8241e97e8b8f003829
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.30.0 (2023-09-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories
|
8
|
+
|
4
9
|
1.29.0 (2023-09-20)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.30.0
|
@@ -498,8 +498,8 @@ module Aws::AppRunner
|
|
498
498
|
# subsequent calls, App Runner creates incremental revisions of the
|
499
499
|
# configuration.
|
500
500
|
#
|
501
|
-
# <note markdown="1"> Prior to the release of [
|
502
|
-
# `DefaultConfiguration` was reserved.
|
501
|
+
# <note markdown="1"> Prior to the release of [Auto scale configuration enhancements][1],
|
502
|
+
# the name `DefaultConfiguration` was reserved.
|
503
503
|
#
|
504
504
|
# This restriction is no longer in place. You can now manage
|
505
505
|
# `DefaultConfiguration` the same way you manage your custom auto
|
@@ -523,7 +523,7 @@ module Aws::AppRunner
|
|
523
523
|
#
|
524
524
|
#
|
525
525
|
#
|
526
|
-
# [1]: https://docs.aws.amazon.com/apprunner/latest/relnotes/release-
|
526
|
+
# [1]: https://docs.aws.amazon.com/apprunner/latest/relnotes/release-2023-09-22-auto-scale-config.html
|
527
527
|
#
|
528
528
|
# @option params [Integer] :max_concurrency
|
529
529
|
# The maximum number of concurrent requests that you want an instance to
|
@@ -827,6 +827,7 @@ module Aws::AppRunner
|
|
827
827
|
# },
|
828
828
|
# },
|
829
829
|
# },
|
830
|
+
# source_directory: "SourceDirectory",
|
830
831
|
# },
|
831
832
|
# image_repository: {
|
832
833
|
# image_identifier: "ImageIdentifier", # required
|
@@ -908,6 +909,7 @@ module Aws::AppRunner
|
|
908
909
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
909
910
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets #=> Hash
|
910
911
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets["RuntimeEnvironmentSecretsName"] #=> String
|
912
|
+
# resp.service.source_configuration.code_repository.source_directory #=> String
|
911
913
|
# resp.service.source_configuration.image_repository.image_identifier #=> String
|
912
914
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables #=> Hash
|
913
915
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
@@ -1267,6 +1269,7 @@ module Aws::AppRunner
|
|
1267
1269
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
1268
1270
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets #=> Hash
|
1269
1271
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets["RuntimeEnvironmentSecretsName"] #=> String
|
1272
|
+
# resp.service.source_configuration.code_repository.source_directory #=> String
|
1270
1273
|
# resp.service.source_configuration.image_repository.image_identifier #=> String
|
1271
1274
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables #=> Hash
|
1272
1275
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
@@ -1593,6 +1596,7 @@ module Aws::AppRunner
|
|
1593
1596
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
1594
1597
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets #=> Hash
|
1595
1598
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets["RuntimeEnvironmentSecretsName"] #=> String
|
1599
|
+
# resp.service.source_configuration.code_repository.source_directory #=> String
|
1596
1600
|
# resp.service.source_configuration.image_repository.image_identifier #=> String
|
1597
1601
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables #=> Hash
|
1598
1602
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
@@ -2348,6 +2352,7 @@ module Aws::AppRunner
|
|
2348
2352
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
2349
2353
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets #=> Hash
|
2350
2354
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets["RuntimeEnvironmentSecretsName"] #=> String
|
2355
|
+
# resp.service.source_configuration.code_repository.source_directory #=> String
|
2351
2356
|
# resp.service.source_configuration.image_repository.image_identifier #=> String
|
2352
2357
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables #=> Hash
|
2353
2358
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
@@ -2436,6 +2441,7 @@ module Aws::AppRunner
|
|
2436
2441
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
2437
2442
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets #=> Hash
|
2438
2443
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets["RuntimeEnvironmentSecretsName"] #=> String
|
2444
|
+
# resp.service.source_configuration.code_repository.source_directory #=> String
|
2439
2445
|
# resp.service.source_configuration.image_repository.image_identifier #=> String
|
2440
2446
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables #=> Hash
|
2441
2447
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
@@ -2714,6 +2720,7 @@ module Aws::AppRunner
|
|
2714
2720
|
# },
|
2715
2721
|
# },
|
2716
2722
|
# },
|
2723
|
+
# source_directory: "SourceDirectory",
|
2717
2724
|
# },
|
2718
2725
|
# image_repository: {
|
2719
2726
|
# image_identifier: "ImageIdentifier", # required
|
@@ -2786,6 +2793,7 @@ module Aws::AppRunner
|
|
2786
2793
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
2787
2794
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets #=> Hash
|
2788
2795
|
# resp.service.source_configuration.code_repository.code_configuration.code_configuration_values.runtime_environment_secrets["RuntimeEnvironmentSecretsName"] #=> String
|
2796
|
+
# resp.service.source_configuration.code_repository.source_directory #=> String
|
2789
2797
|
# resp.service.source_configuration.image_repository.image_identifier #=> String
|
2790
2798
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables #=> Hash
|
2791
2799
|
# resp.service.source_configuration.image_repository.image_configuration.runtime_environment_variables["RuntimeEnvironmentVariablesKey"] #=> String
|
@@ -2898,7 +2906,7 @@ module Aws::AppRunner
|
|
2898
2906
|
params: params,
|
2899
2907
|
config: config)
|
2900
2908
|
context[:gem_name] = 'aws-sdk-apprunner'
|
2901
|
-
context[:gem_version] = '1.
|
2909
|
+
context[:gem_version] = '1.30.0'
|
2902
2910
|
Seahorse::Client::Request.new(handlers, context)
|
2903
2911
|
end
|
2904
2912
|
|
@@ -175,6 +175,7 @@ module Aws::AppRunner
|
|
175
175
|
SourceCodeVersion = Shapes::StructureShape.new(name: 'SourceCodeVersion')
|
176
176
|
SourceCodeVersionType = Shapes::StringShape.new(name: 'SourceCodeVersionType')
|
177
177
|
SourceConfiguration = Shapes::StructureShape.new(name: 'SourceConfiguration')
|
178
|
+
SourceDirectory = Shapes::StringShape.new(name: 'SourceDirectory')
|
178
179
|
StartCommand = Shapes::StringShape.new(name: 'StartCommand')
|
179
180
|
StartDeploymentRequest = Shapes::StructureShape.new(name: 'StartDeploymentRequest')
|
180
181
|
StartDeploymentResponse = Shapes::StructureShape.new(name: 'StartDeploymentResponse')
|
@@ -274,6 +275,7 @@ module Aws::AppRunner
|
|
274
275
|
CodeRepository.add_member(:repository_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RepositoryUrl"))
|
275
276
|
CodeRepository.add_member(:source_code_version, Shapes::ShapeRef.new(shape: SourceCodeVersion, required: true, location_name: "SourceCodeVersion"))
|
276
277
|
CodeRepository.add_member(:code_configuration, Shapes::ShapeRef.new(shape: CodeConfiguration, location_name: "CodeConfiguration"))
|
278
|
+
CodeRepository.add_member(:source_directory, Shapes::ShapeRef.new(shape: SourceDirectory, location_name: "SourceDirectory"))
|
277
279
|
CodeRepository.struct_class = Types::CodeRepository
|
278
280
|
|
279
281
|
Connection.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
@@ -420,12 +420,20 @@ module Aws::AppRunner
|
|
420
420
|
# </note>
|
421
421
|
# @return [Types::CodeConfiguration]
|
422
422
|
#
|
423
|
+
# @!attribute [rw] source_directory
|
424
|
+
# The path of the directory that stores source code and configuration
|
425
|
+
# files. The build and start commands also execute from here. The path
|
426
|
+
# is absolute from root and, if not specified, defaults to the
|
427
|
+
# repository root.
|
428
|
+
# @return [String]
|
429
|
+
#
|
423
430
|
# @see http://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CodeRepository AWS API Documentation
|
424
431
|
#
|
425
432
|
class CodeRepository < Struct.new(
|
426
433
|
:repository_url,
|
427
434
|
:source_code_version,
|
428
|
-
:code_configuration
|
435
|
+
:code_configuration,
|
436
|
+
:source_directory)
|
429
437
|
SENSITIVE = []
|
430
438
|
include Aws::Structure
|
431
439
|
end
|
@@ -511,8 +519,8 @@ module Aws::AppRunner
|
|
511
519
|
# subsequent calls, App Runner creates incremental revisions of the
|
512
520
|
# configuration.
|
513
521
|
#
|
514
|
-
# <note markdown="1"> Prior to the release of [
|
515
|
-
# `DefaultConfiguration` was reserved.
|
522
|
+
# <note markdown="1"> Prior to the release of [Auto scale configuration enhancements][1],
|
523
|
+
# the name `DefaultConfiguration` was reserved.
|
516
524
|
#
|
517
525
|
# This restriction is no longer in place. You can now manage
|
518
526
|
# `DefaultConfiguration` the same way you manage your custom auto
|
@@ -536,7 +544,7 @@ module Aws::AppRunner
|
|
536
544
|
#
|
537
545
|
#
|
538
546
|
#
|
539
|
-
# [1]: https://docs.aws.amazon.com/apprunner/latest/relnotes/release-
|
547
|
+
# [1]: https://docs.aws.amazon.com/apprunner/latest/relnotes/release-2023-09-22-auto-scale-config.html
|
540
548
|
# @return [String]
|
541
549
|
#
|
542
550
|
# @!attribute [rw] max_concurrency
|
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.30.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-09-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|