aws-sdk-apprunner 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12f035ff99eaa944ef28cbcf7244d5e82ab01b2ced97f81ed58f9cd8e15f5adb
4
- data.tar.gz: b3a54819f71dd87e453b4e351a4727658ca218a3f3a5680e92ec78c0ab8a4fb0
3
+ metadata.gz: cbfd3d51ddcc1078d45524b7e884a4b29b47e2e53073e34feb5f9bce0c26bdbc
4
+ data.tar.gz: 2b63e2055f3488ac8615ff1fbc90ad3d578ed507e3b8c5fcc24325ed995acf26
5
5
  SHA512:
6
- metadata.gz: 263613e977138831b40d525305a765222918d28bd55925c740312be196450d9fb0389379d80aed985e70d05441e99e9bb2b0da0f2ddf19b1411ea54996efe640
7
- data.tar.gz: '094a4209e422c8cd66045a2a4876068f6fa06d90e25c1768168a5ed33c79fa4cb8707e1560bd9d7eb0a4226345c8e9421f264d812bb8bef483696f6aba0fcb86'
6
+ metadata.gz: b763fbaadd11346ba4a23865115ab69fdc8e467ad86b4e129272eda356dafe593814ba29caf3a2e747ea0cc8fa8cd687d5ce9ab6e4aab5d8b7821899fb942e12
7
+ data.tar.gz: 96496d47525e599155e2336f33c1aa9410e00a2c4cbd6bf916321f109a3741ce34cb2872e626ee5d20d143a033e4c577ae710073beed6a8a137c256e5d3c1e83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2022-05-25)
5
+ ------------------
6
+
7
+ * Feature - Documentation-only update added for CodeConfiguration.
8
+
4
9
  1.13.0 (2022-04-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
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.13.0'
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-apprunner/customizations'
48
48
  # @!group service
49
49
  module Aws::AppRunner
50
50
 
51
- GEM_VERSION = '1.13.0'
51
+ GEM_VERSION = '1.14.0'
52
52
 
53
53
  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.13.0
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-04-11 00:00:00.000000000 Z
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