aws-sdk-apprunner 1.62.0 → 1.64.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5afa902b4b51b47d9315acd8c90da3d52164d63c5749b70e099f864757e0816
4
- data.tar.gz: 6087e4212911f2d99caf642e659e87ab4e90638fad00e2c9fc063ef7f71afd2b
3
+ metadata.gz: 13f250a88571c4272eef1e594cbe60237cfde73d831edb7a88d60207874fc52e
4
+ data.tar.gz: 9899af8fae665ea9846eab1bf90442d5565aff8bb6473e08ff6e9448d0a97e1b
5
5
  SHA512:
6
- metadata.gz: 0f9e36af4f1843b59b4e9c3ff72f605a6f52cc0f37929e005bfe0a6b7a677d08899bcb9ffa7d50243711fd3b0d62d536ed1d1bad4baac6f087f1e28d07cc5e6a
7
- data.tar.gz: 41f7e6a93a46824a529368e3861a1e840519debd973df3f807eb3938b5ba406d93eb23cb3994213dfdb01e10e8a8ce3596da826381a363e4c35dbf2005dcd16d
6
+ metadata.gz: 64751d6873bd38e9a0dda715b3f6e6ea38baefcfd08482baf9db59401129ed15e7f76dfcac3649844aea15a6b3e339c3f9330c9c97146aee34e36d1b6441db30
7
+ data.tar.gz: e6360eef7ff509e49179953f3a5087f1676f887f90c4cd4120bba2eca54eace40f01747c4e5fdc4904e291fad6098b7c46281b156922692cbbfc0a93643abd92
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
9
+ 1.63.0 (2025-08-28)
10
+ ------------------
11
+
12
+ * Feature - Doc only updates for APIs and and datatypes related to IPAddressType and Subnets for IPv6 dualstack support.
13
+
4
14
  1.62.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.64.0
@@ -1054,7 +1054,8 @@ module Aws::AppRunner
1054
1054
  # single Amazon VPC. App Runner determines the Amazon VPC from the
1055
1055
  # subnets you specify.
1056
1056
  #
1057
- # <note markdown="1"> App Runner currently only provides support for IPv4.
1057
+ # <note markdown="1"> App Runner only supports subnets of IP address type *IPv4* and *dual
1058
+ # stack* (IPv4 and IPv6).
1058
1059
  #
1059
1060
  # </note>
1060
1061
  #
@@ -3004,7 +3005,7 @@ module Aws::AppRunner
3004
3005
  tracer: tracer
3005
3006
  )
3006
3007
  context[:gem_name] = 'aws-sdk-apprunner'
3007
- context[:gem_version] = '1.62.0'
3008
+ context[:gem_version] = '1.64.0'
3008
3009
  Seahorse::Client::Request.new(handlers, context)
3009
3010
  end
3010
3011
 
@@ -13,22 +13,22 @@ module Aws::AppRunner
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -804,7 +804,8 @@ module Aws::AppRunner
804
804
  # subnets of a single Amazon VPC. App Runner determines the Amazon VPC
805
805
  # from the subnets you specify.
806
806
  #
807
- # <note markdown="1"> App Runner currently only provides support for IPv4.
807
+ # <note markdown="1"> App Runner only supports subnets of IP address type *IPv4* and *dual
808
+ # stack* (IPv4 and IPv6).
808
809
  #
809
810
  # </note>
810
811
  # @return [Array<String>]
@@ -2168,19 +2169,9 @@ module Aws::AppRunner
2168
2169
  # @return [Types::IngressConfiguration]
2169
2170
  #
2170
2171
  # @!attribute [rw] ip_address_type
2171
- # App Runner provides you with the option to choose between *Internet
2172
- # Protocol version 4 (IPv4)* and *dual stack* (IPv4 and IPv6) for your
2173
- # incoming public network configuration. This is an optional
2174
- # parameter. If you do not specify an `IpAddressType`, it defaults to
2175
- # select IPv4.
2176
- #
2177
- # <note markdown="1"> Currently, App Runner supports dual stack for only Public endpoint.
2178
- # Only IPv4 is supported for Private endpoint. If you update a service
2179
- # that's using dual-stack Public endpoint to a Private endpoint, your
2180
- # App Runner service will default to support only IPv4 for Private
2181
- # endpoint and fail to receive traffic originating from IPv6 endpoint.
2182
- #
2183
- # </note>
2172
+ # App Runner provides you with the option to choose between *IPv4* and
2173
+ # *dual stack* (IPv4 and IPv6). This is an optional parameter. If you
2174
+ # do not specify an `IpAddressType`, it defaults to select IPv4.
2184
2175
  # @return [String]
2185
2176
  #
2186
2177
  # @see http://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/NetworkConfiguration AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::AppRunner
54
54
  autoload :EndpointProvider, 'aws-sdk-apprunner/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apprunner/endpoints'
56
56
 
57
- GEM_VERSION = '1.62.0'
57
+ GEM_VERSION = '1.64.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apprunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services