aws-sdk-rds 1.291.0 → 1.292.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: 30004e981fdfe16613fd17d443d84974f49123ac1e8aa8640d1a4e08f02af1db
4
- data.tar.gz: aabededda4ba8d71c3be7643ccffa645cab98cd21368ab0d36e7c295378cf5b6
3
+ metadata.gz: 42b93d780fb78f85eb1de366656e636b15a2cc5c0425ef2db5c18449615ecb8f
4
+ data.tar.gz: 5a0622f998010132c66e07a76cc6d2611d8219af534305f131ad3b173cc169d7
5
5
  SHA512:
6
- metadata.gz: 8ec0cea2b2620aae547abd744ea165f1e7e08915ed61b0b7be0cb2f40b8065f6cc1af594ff308edce23f8865140b50a6b1786535b75a59e2058162e373c5ffd6
7
- data.tar.gz: 8711844b44ca8e86ec379ec3b31f901c1099d72ec27bb93ced5dea8c504341332724ccd254e110fb9fd6823b48b75c1a6f31d5284f1621da20410edaea48d73a
6
+ metadata.gz: 938b2be89e640b3b87e6bc8435fb90026c7b203f890a17d922c21451e2695e3634291397fdefb3e008f329d25bedffbb6318f19b06afe552c47231f9e435e6ab
7
+ data.tar.gz: 98bac05c5e70fa46467c0bb62f2fc1b10b25537046c60303db9a1533f162be882055cf43db323f6406a0e3a779c89e2821f9b47acce10899447d954e327979c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.292.0 (2025-09-04)
5
+ ------------------
6
+
7
+ * Feature - Added new EndpointNetworkType and TargetConnectionNetworkType fields in Proxy APIs to support IPv6
8
+
4
9
  1.291.0 (2025-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.291.0
1
+ 1.292.0
@@ -7367,6 +7367,49 @@ module Aws::RDS
7367
7367
  # An optional set of key-value pairs to associate arbitrary data of your
7368
7368
  # choosing with the proxy.
7369
7369
  #
7370
+ # @option params [String] :endpoint_network_type
7371
+ # The network type of the DB proxy endpoint. The network type determines
7372
+ # the IP version that the proxy endpoint supports.
7373
+ #
7374
+ # Valid values:
7375
+ #
7376
+ # * `IPV4` - The proxy endpoint supports IPv4 only.
7377
+ #
7378
+ # * `IPV6` - The proxy endpoint supports IPv6 only.
7379
+ #
7380
+ # * `DUAL` - The proxy endpoint supports both IPv4 and IPv6.
7381
+ #
7382
+ # Default: `IPV4`
7383
+ #
7384
+ # Constraints:
7385
+ #
7386
+ # * If you specify `IPV6` or `DUAL`, the VPC and all subnets must have
7387
+ # an IPv6 CIDR block.
7388
+ #
7389
+ # * If you specify `IPV6` or `DUAL`, the VPC tenancy cannot be
7390
+ # `dedicated`.
7391
+ #
7392
+ # @option params [String] :target_connection_network_type
7393
+ # The network type that the proxy uses to connect to the target
7394
+ # database. The network type determines the IP version that the proxy
7395
+ # uses for connections to the database.
7396
+ #
7397
+ # Valid values:
7398
+ #
7399
+ # * `IPV4` - The proxy connects to the database using IPv4 only.
7400
+ #
7401
+ # * `IPV6` - The proxy connects to the database using IPv6 only.
7402
+ #
7403
+ # Default: `IPV4`
7404
+ #
7405
+ # Constraints:
7406
+ #
7407
+ # * If you specify `IPV6`, the database must support dual-stack mode.
7408
+ # RDS doesn't support IPv6-only databases.
7409
+ #
7410
+ # * All targets registered with the proxy must be compatible with the
7411
+ # specified network type.
7412
+ #
7370
7413
  # @return [Types::CreateDBProxyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7371
7414
  #
7372
7415
  # * {Types::CreateDBProxyResponse#db_proxy #db_proxy} => Types::DBProxy
@@ -7398,6 +7441,8 @@ module Aws::RDS
7398
7441
  # value: "String",
7399
7442
  # },
7400
7443
  # ],
7444
+ # endpoint_network_type: "IPV4", # accepts IPV4, IPV6, DUAL
7445
+ # target_connection_network_type: "IPV4", # accepts IPV4, IPV6
7401
7446
  # })
7402
7447
  #
7403
7448
  # @example Response structure
@@ -7425,6 +7470,8 @@ module Aws::RDS
7425
7470
  # resp.db_proxy.debug_logging #=> Boolean
7426
7471
  # resp.db_proxy.created_date #=> Time
7427
7472
  # resp.db_proxy.updated_date #=> Time
7473
+ # resp.db_proxy.endpoint_network_type #=> String, one of "IPV4", "IPV6", "DUAL"
7474
+ # resp.db_proxy.target_connection_network_type #=> String, one of "IPV4", "IPV6"
7428
7475
  #
7429
7476
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxy AWS API Documentation
7430
7477
  #
@@ -7476,6 +7523,28 @@ module Aws::RDS
7476
7523
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
7477
7524
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
7478
7525
  #
7526
+ # @option params [String] :endpoint_network_type
7527
+ # The network type of the DB proxy endpoint. The network type determines
7528
+ # the IP version that the proxy endpoint supports.
7529
+ #
7530
+ # Valid values:
7531
+ #
7532
+ # * `IPV4` - The proxy endpoint supports IPv4 only.
7533
+ #
7534
+ # * `IPV6` - The proxy endpoint supports IPv6 only.
7535
+ #
7536
+ # * `DUAL` - The proxy endpoint supports both IPv4 and IPv6.
7537
+ #
7538
+ # Default: `IPV4`
7539
+ #
7540
+ # Constraints:
7541
+ #
7542
+ # * If you specify `IPV6` or `DUAL`, the VPC and all subnets must have
7543
+ # an IPv6 CIDR block.
7544
+ #
7545
+ # * If you specify `IPV6` or `DUAL`, the VPC tenancy cannot be
7546
+ # `dedicated`.
7547
+ #
7479
7548
  # @return [Types::CreateDBProxyEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7480
7549
  #
7481
7550
  # * {Types::CreateDBProxyEndpointResponse#db_proxy_endpoint #db_proxy_endpoint} => Types::DBProxyEndpoint
@@ -7494,6 +7563,7 @@ module Aws::RDS
7494
7563
  # value: "String",
7495
7564
  # },
7496
7565
  # ],
7566
+ # endpoint_network_type: "IPV4", # accepts IPV4, IPV6, DUAL
7497
7567
  # })
7498
7568
  #
7499
7569
  # @example Response structure
@@ -7511,6 +7581,7 @@ module Aws::RDS
7511
7581
  # resp.db_proxy_endpoint.created_date #=> Time
7512
7582
  # resp.db_proxy_endpoint.target_role #=> String, one of "READ_WRITE", "READ_ONLY"
7513
7583
  # resp.db_proxy_endpoint.is_default #=> Boolean
7584
+ # resp.db_proxy_endpoint.endpoint_network_type #=> String, one of "IPV4", "IPV6", "DUAL"
7514
7585
  #
7515
7586
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyEndpoint AWS API Documentation
7516
7587
  #
@@ -10317,6 +10388,8 @@ module Aws::RDS
10317
10388
  # resp.db_proxy.debug_logging #=> Boolean
10318
10389
  # resp.db_proxy.created_date #=> Time
10319
10390
  # resp.db_proxy.updated_date #=> Time
10391
+ # resp.db_proxy.endpoint_network_type #=> String, one of "IPV4", "IPV6", "DUAL"
10392
+ # resp.db_proxy.target_connection_network_type #=> String, one of "IPV4", "IPV6"
10320
10393
  #
10321
10394
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBProxy AWS API Documentation
10322
10395
  #
@@ -10361,6 +10434,7 @@ module Aws::RDS
10361
10434
  # resp.db_proxy_endpoint.created_date #=> Time
10362
10435
  # resp.db_proxy_endpoint.target_role #=> String, one of "READ_WRITE", "READ_ONLY"
10363
10436
  # resp.db_proxy_endpoint.is_default #=> Boolean
10437
+ # resp.db_proxy_endpoint.endpoint_network_type #=> String, one of "IPV4", "IPV6", "DUAL"
10364
10438
  #
10365
10439
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBProxyEndpoint AWS API Documentation
10366
10440
  #
@@ -14260,6 +14334,8 @@ module Aws::RDS
14260
14334
  # resp.db_proxies[0].debug_logging #=> Boolean
14261
14335
  # resp.db_proxies[0].created_date #=> Time
14262
14336
  # resp.db_proxies[0].updated_date #=> Time
14337
+ # resp.db_proxies[0].endpoint_network_type #=> String, one of "IPV4", "IPV6", "DUAL"
14338
+ # resp.db_proxies[0].target_connection_network_type #=> String, one of "IPV4", "IPV6"
14263
14339
  # resp.marker #=> String
14264
14340
  #
14265
14341
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxies AWS API Documentation
@@ -14339,6 +14415,7 @@ module Aws::RDS
14339
14415
  # resp.db_proxy_endpoints[0].created_date #=> Time
14340
14416
  # resp.db_proxy_endpoints[0].target_role #=> String, one of "READ_WRITE", "READ_ONLY"
14341
14417
  # resp.db_proxy_endpoints[0].is_default #=> Boolean
14418
+ # resp.db_proxy_endpoints[0].endpoint_network_type #=> String, one of "IPV4", "IPV6", "DUAL"
14342
14419
  # resp.marker #=> String
14343
14420
  #
14344
14421
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBProxyEndpoints AWS API Documentation
@@ -22204,6 +22281,8 @@ module Aws::RDS
22204
22281
  # resp.db_proxy.debug_logging #=> Boolean
22205
22282
  # resp.db_proxy.created_date #=> Time
22206
22283
  # resp.db_proxy.updated_date #=> Time
22284
+ # resp.db_proxy.endpoint_network_type #=> String, one of "IPV4", "IPV6", "DUAL"
22285
+ # resp.db_proxy.target_connection_network_type #=> String, one of "IPV4", "IPV6"
22207
22286
  #
22208
22287
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxy AWS API Documentation
22209
22288
  #
@@ -22259,6 +22338,7 @@ module Aws::RDS
22259
22338
  # resp.db_proxy_endpoint.created_date #=> Time
22260
22339
  # resp.db_proxy_endpoint.target_role #=> String, one of "READ_WRITE", "READ_ONLY"
22261
22340
  # resp.db_proxy_endpoint.is_default #=> Boolean
22341
+ # resp.db_proxy_endpoint.endpoint_network_type #=> String, one of "IPV4", "IPV6", "DUAL"
22262
22342
  #
22263
22343
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBProxyEndpoint AWS API Documentation
22264
22344
  #
@@ -32516,7 +32596,7 @@ module Aws::RDS
32516
32596
  tracer: tracer
32517
32597
  )
32518
32598
  context[:gem_name] = 'aws-sdk-rds'
32519
- context[:gem_version] = '1.291.0'
32599
+ context[:gem_version] = '1.292.0'
32520
32600
  Seahorse::Client::Request.new(handlers, context)
32521
32601
  end
32522
32602
 
@@ -400,6 +400,7 @@ module Aws::RDS
400
400
  EnableHttpEndpointResponse = Shapes::StructureShape.new(name: 'EnableHttpEndpointResponse')
401
401
  EncryptionContextMap = Shapes::MapShape.new(name: 'EncryptionContextMap')
402
402
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
403
+ EndpointNetworkType = Shapes::StringShape.new(name: 'EndpointNetworkType')
403
404
  Engine = Shapes::StringShape.new(name: 'Engine')
404
405
  EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
405
406
  EngineFamily = Shapes::StringShape.new(name: 'EngineFamily')
@@ -739,6 +740,7 @@ module Aws::RDS
739
740
  Tag = Shapes::StructureShape.new(name: 'Tag')
740
741
  TagList = Shapes::ListShape.new(name: 'TagList')
741
742
  TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
743
+ TargetConnectionNetworkType = Shapes::StringShape.new(name: 'TargetConnectionNetworkType')
742
744
  TargetDBClusterParameterGroupName = Shapes::StringShape.new(name: 'TargetDBClusterParameterGroupName')
743
745
  TargetDBInstanceClass = Shapes::StringShape.new(name: 'TargetDBInstanceClass')
744
746
  TargetDBParameterGroupName = Shapes::StringShape.new(name: 'TargetDBParameterGroupName')
@@ -1263,6 +1265,7 @@ module Aws::RDS
1263
1265
  CreateDBProxyEndpointRequest.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "VpcSecurityGroupIds"))
1264
1266
  CreateDBProxyEndpointRequest.add_member(:target_role, Shapes::ShapeRef.new(shape: DBProxyEndpointTargetRole, location_name: "TargetRole"))
1265
1267
  CreateDBProxyEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1268
+ CreateDBProxyEndpointRequest.add_member(:endpoint_network_type, Shapes::ShapeRef.new(shape: EndpointNetworkType, location_name: "EndpointNetworkType"))
1266
1269
  CreateDBProxyEndpointRequest.struct_class = Types::CreateDBProxyEndpointRequest
1267
1270
 
1268
1271
  CreateDBProxyEndpointResponse.add_member(:db_proxy_endpoint, Shapes::ShapeRef.new(shape: DBProxyEndpoint, location_name: "DBProxyEndpoint"))
@@ -1278,6 +1281,8 @@ module Aws::RDS
1278
1281
  CreateDBProxyRequest.add_member(:idle_client_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IdleClientTimeout"))
1279
1282
  CreateDBProxyRequest.add_member(:debug_logging, Shapes::ShapeRef.new(shape: Boolean, location_name: "DebugLogging"))
1280
1283
  CreateDBProxyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1284
+ CreateDBProxyRequest.add_member(:endpoint_network_type, Shapes::ShapeRef.new(shape: EndpointNetworkType, location_name: "EndpointNetworkType"))
1285
+ CreateDBProxyRequest.add_member(:target_connection_network_type, Shapes::ShapeRef.new(shape: TargetConnectionNetworkType, location_name: "TargetConnectionNetworkType"))
1281
1286
  CreateDBProxyRequest.struct_class = Types::CreateDBProxyRequest
1282
1287
 
1283
1288
  CreateDBProxyResponse.add_member(:db_proxy, Shapes::ShapeRef.new(shape: DBProxy, location_name: "DBProxy"))
@@ -1943,6 +1948,8 @@ module Aws::RDS
1943
1948
  DBProxy.add_member(:debug_logging, Shapes::ShapeRef.new(shape: Boolean, location_name: "DebugLogging"))
1944
1949
  DBProxy.add_member(:created_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreatedDate"))
1945
1950
  DBProxy.add_member(:updated_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "UpdatedDate"))
1951
+ DBProxy.add_member(:endpoint_network_type, Shapes::ShapeRef.new(shape: EndpointNetworkType, location_name: "EndpointNetworkType"))
1952
+ DBProxy.add_member(:target_connection_network_type, Shapes::ShapeRef.new(shape: TargetConnectionNetworkType, location_name: "TargetConnectionNetworkType"))
1946
1953
  DBProxy.struct_class = Types::DBProxy
1947
1954
 
1948
1955
  DBProxyAlreadyExistsFault.struct_class = Types::DBProxyAlreadyExistsFault
@@ -1958,6 +1965,7 @@ module Aws::RDS
1958
1965
  DBProxyEndpoint.add_member(:created_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CreatedDate"))
1959
1966
  DBProxyEndpoint.add_member(:target_role, Shapes::ShapeRef.new(shape: DBProxyEndpointTargetRole, location_name: "TargetRole"))
1960
1967
  DBProxyEndpoint.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
1968
+ DBProxyEndpoint.add_member(:endpoint_network_type, Shapes::ShapeRef.new(shape: EndpointNetworkType, location_name: "EndpointNetworkType"))
1961
1969
  DBProxyEndpoint.struct_class = Types::DBProxyEndpoint
1962
1970
 
1963
1971
  DBProxyEndpointAlreadyExistsFault.struct_class = Types::DBProxyEndpointAlreadyExistsFault
@@ -5978,6 +5978,29 @@ module Aws::RDS
5978
5978
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html
5979
5979
  # @return [Array<Types::Tag>]
5980
5980
  #
5981
+ # @!attribute [rw] endpoint_network_type
5982
+ # The network type of the DB proxy endpoint. The network type
5983
+ # determines the IP version that the proxy endpoint supports.
5984
+ #
5985
+ # Valid values:
5986
+ #
5987
+ # * `IPV4` - The proxy endpoint supports IPv4 only.
5988
+ #
5989
+ # * `IPV6` - The proxy endpoint supports IPv6 only.
5990
+ #
5991
+ # * `DUAL` - The proxy endpoint supports both IPv4 and IPv6.
5992
+ #
5993
+ # Default: `IPV4`
5994
+ #
5995
+ # Constraints:
5996
+ #
5997
+ # * If you specify `IPV6` or `DUAL`, the VPC and all subnets must have
5998
+ # an IPv6 CIDR block.
5999
+ #
6000
+ # * If you specify `IPV6` or `DUAL`, the VPC tenancy cannot be
6001
+ # `dedicated`.
6002
+ # @return [String]
6003
+ #
5981
6004
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyEndpointRequest AWS API Documentation
5982
6005
  #
5983
6006
  class CreateDBProxyEndpointRequest < Struct.new(
@@ -5986,7 +6009,8 @@ module Aws::RDS
5986
6009
  :vpc_subnet_ids,
5987
6010
  :vpc_security_group_ids,
5988
6011
  :target_role,
5989
- :tags)
6012
+ :tags,
6013
+ :endpoint_network_type)
5990
6014
  SENSITIVE = []
5991
6015
  include Aws::Structure
5992
6016
  end
@@ -6067,6 +6091,51 @@ module Aws::RDS
6067
6091
  # your choosing with the proxy.
6068
6092
  # @return [Array<Types::Tag>]
6069
6093
  #
6094
+ # @!attribute [rw] endpoint_network_type
6095
+ # The network type of the DB proxy endpoint. The network type
6096
+ # determines the IP version that the proxy endpoint supports.
6097
+ #
6098
+ # Valid values:
6099
+ #
6100
+ # * `IPV4` - The proxy endpoint supports IPv4 only.
6101
+ #
6102
+ # * `IPV6` - The proxy endpoint supports IPv6 only.
6103
+ #
6104
+ # * `DUAL` - The proxy endpoint supports both IPv4 and IPv6.
6105
+ #
6106
+ # Default: `IPV4`
6107
+ #
6108
+ # Constraints:
6109
+ #
6110
+ # * If you specify `IPV6` or `DUAL`, the VPC and all subnets must have
6111
+ # an IPv6 CIDR block.
6112
+ #
6113
+ # * If you specify `IPV6` or `DUAL`, the VPC tenancy cannot be
6114
+ # `dedicated`.
6115
+ # @return [String]
6116
+ #
6117
+ # @!attribute [rw] target_connection_network_type
6118
+ # The network type that the proxy uses to connect to the target
6119
+ # database. The network type determines the IP version that the proxy
6120
+ # uses for connections to the database.
6121
+ #
6122
+ # Valid values:
6123
+ #
6124
+ # * `IPV4` - The proxy connects to the database using IPv4 only.
6125
+ #
6126
+ # * `IPV6` - The proxy connects to the database using IPv6 only.
6127
+ #
6128
+ # Default: `IPV4`
6129
+ #
6130
+ # Constraints:
6131
+ #
6132
+ # * If you specify `IPV6`, the database must support dual-stack mode.
6133
+ # RDS doesn't support IPv6-only databases.
6134
+ #
6135
+ # * All targets registered with the proxy must be compatible with the
6136
+ # specified network type.
6137
+ # @return [String]
6138
+ #
6070
6139
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBProxyRequest AWS API Documentation
6071
6140
  #
6072
6141
  class CreateDBProxyRequest < Struct.new(
@@ -6079,7 +6148,9 @@ module Aws::RDS
6079
6148
  :require_tls,
6080
6149
  :idle_client_timeout,
6081
6150
  :debug_logging,
6082
- :tags)
6151
+ :tags,
6152
+ :endpoint_network_type,
6153
+ :target_connection_network_type)
6083
6154
  SENSITIVE = []
6084
6155
  include Aws::Structure
6085
6156
  end
@@ -10384,6 +10455,31 @@ module Aws::RDS
10384
10455
  # The date and time when the proxy was last updated.
10385
10456
  # @return [Time]
10386
10457
  #
10458
+ # @!attribute [rw] endpoint_network_type
10459
+ # The network type of the DB proxy endpoint. The network type
10460
+ # determines the IP version that the proxy endpoint supports.
10461
+ #
10462
+ # Valid values:
10463
+ #
10464
+ # * `IPV4` - The proxy endpoint supports IPv4 only.
10465
+ #
10466
+ # * `IPV6` - The proxy endpoint supports IPv6 only.
10467
+ #
10468
+ # * `DUAL` - The proxy endpoint supports both IPv4 and IPv6.
10469
+ # @return [String]
10470
+ #
10471
+ # @!attribute [rw] target_connection_network_type
10472
+ # The network type that the proxy uses to connect to the target
10473
+ # database. The network type determines the IP version that the proxy
10474
+ # uses for connections to the database.
10475
+ #
10476
+ # Valid values:
10477
+ #
10478
+ # * `IPV4` - The proxy connects to the database using IPv4 only.
10479
+ #
10480
+ # * `IPV6` - The proxy connects to the database using IPv6 only.
10481
+ # @return [String]
10482
+ #
10387
10483
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxy AWS API Documentation
10388
10484
  #
10389
10485
  class DBProxy < Struct.new(
@@ -10401,7 +10497,9 @@ module Aws::RDS
10401
10497
  :idle_client_timeout,
10402
10498
  :debug_logging,
10403
10499
  :created_date,
10404
- :updated_date)
10500
+ :updated_date,
10501
+ :endpoint_network_type,
10502
+ :target_connection_network_type)
10405
10503
  SENSITIVE = []
10406
10504
  include Aws::Structure
10407
10505
  end
@@ -10480,6 +10578,19 @@ module Aws::RDS
10480
10578
  # DB proxy can be either read/write or read-only.
10481
10579
  # @return [Boolean]
10482
10580
  #
10581
+ # @!attribute [rw] endpoint_network_type
10582
+ # The network type of the DB proxy endpoint. The network type
10583
+ # determines the IP version that the proxy endpoint supports.
10584
+ #
10585
+ # Valid values:
10586
+ #
10587
+ # * `IPV4` - The proxy endpoint supports IPv4 only.
10588
+ #
10589
+ # * `IPV6` - The proxy endpoint supports IPv6 only.
10590
+ #
10591
+ # * `DUAL` - The proxy endpoint supports both IPv4 and IPv6.
10592
+ # @return [String]
10593
+ #
10483
10594
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBProxyEndpoint AWS API Documentation
10484
10595
  #
10485
10596
  class DBProxyEndpoint < Struct.new(
@@ -10493,7 +10604,8 @@ module Aws::RDS
10493
10604
  :endpoint,
10494
10605
  :created_date,
10495
10606
  :target_role,
10496
- :is_default)
10607
+ :is_default,
10608
+ :endpoint_network_type)
10497
10609
  SENSITIVE = []
10498
10610
  include Aws::Structure
10499
10611
  end
data/lib/aws-sdk-rds.rb CHANGED
@@ -80,7 +80,7 @@ module Aws::RDS
80
80
  autoload :ReservedDBInstancesOffering, 'aws-sdk-rds/reserved_db_instances_offering'
81
81
  autoload :ResourcePendingMaintenanceActionList, 'aws-sdk-rds/resource_pending_maintenance_action_list'
82
82
 
83
- GEM_VERSION = '1.291.0'
83
+ GEM_VERSION = '1.292.0'
84
84
 
85
85
  end
86
86
 
data/sig/client.rbs CHANGED
@@ -721,7 +721,9 @@ module Aws
721
721
  key: ::String?,
722
722
  value: ::String?
723
723
  },
724
- ]
724
+ ],
725
+ ?endpoint_network_type: ("IPV4" | "IPV6" | "DUAL"),
726
+ ?target_connection_network_type: ("IPV4" | "IPV6")
725
727
  ) -> _CreateDBProxyResponseSuccess
726
728
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBProxyResponseSuccess
727
729
 
@@ -741,7 +743,8 @@ module Aws
741
743
  key: ::String?,
742
744
  value: ::String?
743
745
  },
744
- ]
746
+ ],
747
+ ?endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
745
748
  ) -> _CreateDBProxyEndpointResponseSuccess
746
749
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBProxyEndpointResponseSuccess
747
750
 
data/sig/types.rbs CHANGED
@@ -588,6 +588,7 @@ module Aws::RDS
588
588
  attr_accessor vpc_security_group_ids: ::Array[::String]
589
589
  attr_accessor target_role: ("READ_WRITE" | "READ_ONLY")
590
590
  attr_accessor tags: ::Array[Types::Tag]
591
+ attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
591
592
  SENSITIVE: []
592
593
  end
593
594
 
@@ -607,6 +608,8 @@ module Aws::RDS
607
608
  attr_accessor idle_client_timeout: ::Integer
608
609
  attr_accessor debug_logging: bool
609
610
  attr_accessor tags: ::Array[Types::Tag]
611
+ attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
612
+ attr_accessor target_connection_network_type: ("IPV4" | "IPV6")
610
613
  SENSITIVE: []
611
614
  end
612
615
 
@@ -1373,6 +1376,8 @@ module Aws::RDS
1373
1376
  attr_accessor debug_logging: bool
1374
1377
  attr_accessor created_date: ::Time
1375
1378
  attr_accessor updated_date: ::Time
1379
+ attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
1380
+ attr_accessor target_connection_network_type: ("IPV4" | "IPV6")
1376
1381
  SENSITIVE: []
1377
1382
  end
1378
1383
 
@@ -1391,6 +1396,7 @@ module Aws::RDS
1391
1396
  attr_accessor created_date: ::Time
1392
1397
  attr_accessor target_role: ("READ_WRITE" | "READ_ONLY")
1393
1398
  attr_accessor is_default: bool
1399
+ attr_accessor endpoint_network_type: ("IPV4" | "IPV6" | "DUAL")
1394
1400
  SENSITIVE: []
1395
1401
  end
1396
1402
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.291.0
4
+ version: 1.292.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services