aws-sdk-apprunner 1.13.0 → 1.14.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apprunner/client.rb +5 -1
- data/lib/aws-sdk-apprunner/types.rb +8 -0
- 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: cbfd3d51ddcc1078d45524b7e884a4b29b47e2e53073e34feb5f9bce0c26bdbc
|
|
4
|
+
data.tar.gz: 2b63e2055f3488ac8615ff1fbc90ad3d578ed507e3b8c5fcc24325ed995acf26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b763fbaadd11346ba4a23865115ab69fdc8e467ad86b4e129272eda356dafe593814ba29caf3a2e747ea0cc8fa8cd687d5ce9ab6e4aab5d8b7821899fb942e12
|
|
7
|
+
data.tar.gz: 96496d47525e599155e2336f33c1aa9410e00a2c4cbd6bf916321f109a3741ce34cb2872e626ee5d20d143a033e4c577ae710073beed6a8a137c256e5d3c1e83
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.14.0
|
|
@@ -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
|
|
@@ -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.14.0'
|
|
2366
2370
|
Seahorse::Client::Request.new(handlers, context)
|
|
2367
2371
|
end
|
|
2368
2372
|
|
|
@@ -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
|
|
@@ -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
|
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.14.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-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|