aws-sdk-apprunner 1.31.0 → 1.32.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: 9c5aa073475c45b73139fd746d997099fe530f636ab8438662cb02315fd78213
4
- data.tar.gz: ab96462af95d80b61e4dc7a8d5b509c8067d5693d31387924802d3c4f1975d41
3
+ metadata.gz: d2f481de58e52bb2bead64c0eb7284d1a6b9290d8ed9dfedc4c5ae2bd4f6121a
4
+ data.tar.gz: 6d6a2d10e514510790a67961842ad296b1dcf7c2ff6a0b05b34cdc2b0b8988cc
5
5
  SHA512:
6
- metadata.gz: db5bde3e788b07065b57ba63bd99766c0bd54bc1076bf637a61f81a91398f60095b7c8a8bb6963ab66a6799f7a9edc2a684c9577ff3aef9f563bb3d6efaa6659
7
- data.tar.gz: b4e4cfc1841c31bf810deb9536a2855c7f7cfb04c8176fd3ee1f2fad9b38512c91dbe22db99c2efc79387e079882d6000acaacb50dd85183fe1bf9cedecfa2b4
6
+ metadata.gz: 8d2a4ca1263505350c53e31b12c9516af09c2f0d03c5d13532b9ffa5fbcacaf15daef96c7eb3d5c492345360ca66566366657ea98560a462fdda22e4e894aea4
7
+ data.tar.gz: cc9a3183b932ed8e20e12032439ffae29525a2d6ef37882501c4b838a716d60b46133d17432a6dca65d7b4336cf785ffc8295f860d5c7f3ee4e73f467c703b7d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2023-11-02)
5
+ ------------------
6
+
7
+ * Feature - AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.
8
+
4
9
  1.31.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -880,6 +880,7 @@ module Aws::AppRunner
880
880
  # ingress_configuration: {
881
881
  # is_publicly_accessible: false,
882
882
  # },
883
+ # ip_address_type: "IPV4", # accepts IPV4, DUAL_STACK
883
884
  # },
884
885
  # observability_configuration: {
885
886
  # observability_enabled: false, # required
@@ -941,6 +942,7 @@ module Aws::AppRunner
941
942
  # resp.service.network_configuration.egress_configuration.egress_type #=> String, one of "DEFAULT", "VPC"
942
943
  # resp.service.network_configuration.egress_configuration.vpc_connector_arn #=> String
943
944
  # resp.service.network_configuration.ingress_configuration.is_publicly_accessible #=> Boolean
945
+ # resp.service.network_configuration.ip_address_type #=> String, one of "IPV4", "DUAL_STACK"
944
946
  # resp.service.observability_configuration.observability_enabled #=> Boolean
945
947
  # resp.service.observability_configuration.observability_configuration_arn #=> String
946
948
  # resp.operation_id #=> String
@@ -1301,6 +1303,7 @@ module Aws::AppRunner
1301
1303
  # resp.service.network_configuration.egress_configuration.egress_type #=> String, one of "DEFAULT", "VPC"
1302
1304
  # resp.service.network_configuration.egress_configuration.vpc_connector_arn #=> String
1303
1305
  # resp.service.network_configuration.ingress_configuration.is_publicly_accessible #=> Boolean
1306
+ # resp.service.network_configuration.ip_address_type #=> String, one of "IPV4", "DUAL_STACK"
1304
1307
  # resp.service.observability_configuration.observability_enabled #=> Boolean
1305
1308
  # resp.service.observability_configuration.observability_configuration_arn #=> String
1306
1309
  # resp.operation_id #=> String
@@ -1628,6 +1631,7 @@ module Aws::AppRunner
1628
1631
  # resp.service.network_configuration.egress_configuration.egress_type #=> String, one of "DEFAULT", "VPC"
1629
1632
  # resp.service.network_configuration.egress_configuration.vpc_connector_arn #=> String
1630
1633
  # resp.service.network_configuration.ingress_configuration.is_publicly_accessible #=> Boolean
1634
+ # resp.service.network_configuration.ip_address_type #=> String, one of "IPV4", "DUAL_STACK"
1631
1635
  # resp.service.observability_configuration.observability_enabled #=> Boolean
1632
1636
  # resp.service.observability_configuration.observability_configuration_arn #=> String
1633
1637
  #
@@ -2384,6 +2388,7 @@ module Aws::AppRunner
2384
2388
  # resp.service.network_configuration.egress_configuration.egress_type #=> String, one of "DEFAULT", "VPC"
2385
2389
  # resp.service.network_configuration.egress_configuration.vpc_connector_arn #=> String
2386
2390
  # resp.service.network_configuration.ingress_configuration.is_publicly_accessible #=> Boolean
2391
+ # resp.service.network_configuration.ip_address_type #=> String, one of "IPV4", "DUAL_STACK"
2387
2392
  # resp.service.observability_configuration.observability_enabled #=> Boolean
2388
2393
  # resp.service.observability_configuration.observability_configuration_arn #=> String
2389
2394
  # resp.operation_id #=> String
@@ -2473,6 +2478,7 @@ module Aws::AppRunner
2473
2478
  # resp.service.network_configuration.egress_configuration.egress_type #=> String, one of "DEFAULT", "VPC"
2474
2479
  # resp.service.network_configuration.egress_configuration.vpc_connector_arn #=> String
2475
2480
  # resp.service.network_configuration.ingress_configuration.is_publicly_accessible #=> Boolean
2481
+ # resp.service.network_configuration.ip_address_type #=> String, one of "IPV4", "DUAL_STACK"
2476
2482
  # resp.service.observability_configuration.observability_enabled #=> Boolean
2477
2483
  # resp.service.observability_configuration.observability_configuration_arn #=> String
2478
2484
  # resp.operation_id #=> String
@@ -2764,6 +2770,7 @@ module Aws::AppRunner
2764
2770
  # ingress_configuration: {
2765
2771
  # is_publicly_accessible: false,
2766
2772
  # },
2773
+ # ip_address_type: "IPV4", # accepts IPV4, DUAL_STACK
2767
2774
  # },
2768
2775
  # observability_configuration: {
2769
2776
  # observability_enabled: false, # required
@@ -2825,6 +2832,7 @@ module Aws::AppRunner
2825
2832
  # resp.service.network_configuration.egress_configuration.egress_type #=> String, one of "DEFAULT", "VPC"
2826
2833
  # resp.service.network_configuration.egress_configuration.vpc_connector_arn #=> String
2827
2834
  # resp.service.network_configuration.ingress_configuration.is_publicly_accessible #=> Boolean
2835
+ # resp.service.network_configuration.ip_address_type #=> String, one of "IPV4", "DUAL_STACK"
2828
2836
  # resp.service.observability_configuration.observability_enabled #=> Boolean
2829
2837
  # resp.service.observability_configuration.observability_configuration_arn #=> String
2830
2838
  # resp.operation_id #=> String
@@ -2906,7 +2914,7 @@ module Aws::AppRunner
2906
2914
  params: params,
2907
2915
  config: config)
2908
2916
  context[:gem_name] = 'aws-sdk-apprunner'
2909
- context[:gem_version] = '1.31.0'
2917
+ context[:gem_version] = '1.32.0'
2910
2918
  Seahorse::Client::Request.new(handlers, context)
2911
2919
  end
2912
2920
 
@@ -108,6 +108,7 @@ module Aws::AppRunner
108
108
  InternalServiceErrorException = Shapes::StructureShape.new(name: 'InternalServiceErrorException')
109
109
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
110
110
  InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
111
+ IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
111
112
  IsDefault = Shapes::BooleanShape.new(name: 'IsDefault')
112
113
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
113
114
  Latest = Shapes::BooleanShape.new(name: 'Latest')
@@ -582,6 +583,7 @@ module Aws::AppRunner
582
583
 
583
584
  NetworkConfiguration.add_member(:egress_configuration, Shapes::ShapeRef.new(shape: EgressConfiguration, location_name: "EgressConfiguration"))
584
585
  NetworkConfiguration.add_member(:ingress_configuration, Shapes::ShapeRef.new(shape: IngressConfiguration, location_name: "IngressConfiguration"))
586
+ NetworkConfiguration.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
585
587
  NetworkConfiguration.struct_class = Types::NetworkConfiguration
586
588
 
587
589
  ObservabilityConfiguration.add_member(:observability_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ObservabilityConfigurationArn"))
@@ -32,7 +32,7 @@ module Aws::AppRunner
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://apprunner-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -2167,11 +2167,28 @@ module Aws::AppRunner
2167
2167
  # Network configuration settings for inbound message traffic.
2168
2168
  # @return [Types::IngressConfiguration]
2169
2169
  #
2170
+ # @!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>
2184
+ # @return [String]
2185
+ #
2170
2186
  # @see http://docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/NetworkConfiguration AWS API Documentation
2171
2187
  #
2172
2188
  class NetworkConfiguration < Struct.new(
2173
2189
  :egress_configuration,
2174
- :ingress_configuration)
2190
+ :ingress_configuration,
2191
+ :ip_address_type)
2175
2192
  SENSITIVE = []
2176
2193
  include Aws::Structure
2177
2194
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-apprunner/customizations'
52
52
  # @!group service
53
53
  module Aws::AppRunner
54
54
 
55
- GEM_VERSION = '1.31.0'
55
+ GEM_VERSION = '1.32.0'
56
56
 
57
57
  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.31.0
4
+ version: 1.32.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-27 00:00:00.000000000 Z
11
+ date: 2023-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core