aws-sdk-neptune 1.90.0 → 1.92.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: 47f79a8561a90b6b5f72efeb908c3bd2662abcac2127a91af0ec8afa83086854
4
- data.tar.gz: d75309502b58c19cd920dedbb29474d9b50303aac30067ebb5445b5afa5ff5ce
3
+ metadata.gz: f32d43d7cf07747272d2a562d45f4d2f0b979902fd748af8b4f29ab23b2154c0
4
+ data.tar.gz: 2ef6b05618d5c906d4a5c721b21ab3cbb493ce88bd5b6bf21fc3889d94067eb1
5
5
  SHA512:
6
- metadata.gz: 87767258640ca3ea7dd72c23e220f304ae15474bd3f65eb2be353e12460f161c46673b9d52d9b42afd70ad5b77eabab92a93d32de84f533d922ea54adbd8c127
7
- data.tar.gz: dea9ed0fcffd8e562031d4e49aa7c7751ff78545142a59ef025ecbd7c8df74c6cff1554735e30b8b5d8e2ab475e816295c8df650eafea9c10fd94a56eb5bc174
6
+ metadata.gz: ee5606996c5390cad743643a167c0e0d55a1f7840882732f4ab36d106c904b6a5667c8d59d0a0c09c46150d035c65697410d631cc9f179d50fe72eb99608eebe
7
+ data.tar.gz: 3e362ee053e0a7ead5a47503a1195087e8e78b1cce74f4cc08bb63f5aeadeb59f3a41f16319e4c183ab59b8f8fcc2864bd00ce303d3a7043b4bf29ca3519897a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-09-02)
5
+ ------------------
6
+
7
+ * Feature - Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter.
8
+
9
+ 1.91.0 (2025-08-27)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.90.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.92.0
@@ -1739,7 +1739,19 @@ module Aws::Neptune
1739
1739
  # *(Not supported by Neptune)*
1740
1740
  #
1741
1741
  # @option params [Boolean] :publicly_accessible
1742
- # This flag should no longer be used.
1742
+ # Indicates whether the DB instance is publicly accessible.
1743
+ #
1744
+ # When the DB instance is publicly accessible and you connect from
1745
+ # outside of the DB instance's virtual private cloud (VPC), its Domain
1746
+ # Name System (DNS) endpoint resolves to the public IP address. When you
1747
+ # connect from within the same VPC as the DB instance, the endpoint
1748
+ # resolves to the private IP address. Access to the DB instance is
1749
+ # ultimately controlled by the security group it uses. That public
1750
+ # access isn't permitted if the security group assigned to the DB
1751
+ # cluster doesn't permit it.
1752
+ #
1753
+ # When the DB instance isn't publicly accessible, it is an internal DB
1754
+ # instance with a DNS name that resolves to a private IP address.
1743
1755
  #
1744
1756
  # @option params [Array<Types::Tag>] :tags
1745
1757
  # The tags to assign to the new instance.
@@ -5853,7 +5865,19 @@ module Aws::Neptune
5853
5865
  # Default: `8182`
5854
5866
  #
5855
5867
  # @option params [Boolean] :publicly_accessible
5856
- # This flag should no longer be used.
5868
+ # Indicates whether the DB instance is publicly accessible.
5869
+ #
5870
+ # When the DB instance is publicly accessible and you connect from
5871
+ # outside of the DB instance's virtual private cloud (VPC), its Domain
5872
+ # Name System (DNS) endpoint resolves to the public IP address. When you
5873
+ # connect from within the same VPC as the DB instance, the endpoint
5874
+ # resolves to the private IP address. Access to the DB instance is
5875
+ # ultimately controlled by the security group it uses. That public
5876
+ # access isn't permitted if the security group assigned to the DB
5877
+ # cluster doesn't permit it.
5878
+ #
5879
+ # When the DB instance isn't publicly accessible, it is an internal DB
5880
+ # instance with a DNS name that resolves to a private IP address.
5857
5881
  #
5858
5882
  # @option params [String] :monitoring_role_arn
5859
5883
  # The ARN for the IAM role that permits Neptune to send enhanced
@@ -7757,7 +7781,7 @@ module Aws::Neptune
7757
7781
  tracer: tracer
7758
7782
  )
7759
7783
  context[:gem_name] = 'aws-sdk-neptune'
7760
- context[:gem_version] = '1.90.0'
7784
+ context[:gem_version] = '1.92.0'
7761
7785
  Seahorse::Client::Request.new(handlers, context)
7762
7786
  end
7763
7787
 
@@ -505,7 +505,7 @@ module Aws::Neptune
505
505
  CreateDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
506
506
  CreateDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
507
507
  CreateDBInstanceMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
508
- CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, deprecated: true, location_name: "PubliclyAccessible"))
508
+ CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
509
509
  CreateDBInstanceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
510
510
  CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
511
511
  CreateDBInstanceMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
@@ -796,7 +796,7 @@ module Aws::Neptune
796
796
  DBInstance.add_member(:option_group_memberships, Shapes::ShapeRef.new(shape: OptionGroupMembershipList, location_name: "OptionGroupMemberships"))
797
797
  DBInstance.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
798
798
  DBInstance.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SecondaryAvailabilityZone"))
799
- DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "PubliclyAccessible"))
799
+ DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
800
800
  DBInstance.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBInstanceStatusInfoList, location_name: "StatusInfos"))
801
801
  DBInstance.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
802
802
  DBInstance.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
@@ -1374,7 +1374,7 @@ module Aws::Neptune
1374
1374
  ModifyDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
1375
1375
  ModifyDBInstanceMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
1376
1376
  ModifyDBInstanceMessage.add_member(:db_port_number, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DBPortNumber"))
1377
- ModifyDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, deprecated: true, location_name: "PubliclyAccessible"))
1377
+ ModifyDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
1378
1378
  ModifyDBInstanceMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
1379
1379
  ModifyDBInstanceMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
1380
1380
  ModifyDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
@@ -1296,7 +1296,19 @@ module Aws::Neptune
1296
1296
  # @return [String]
1297
1297
  #
1298
1298
  # @!attribute [rw] publicly_accessible
1299
- # This flag should no longer be used.
1299
+ # Indicates whether the DB instance is publicly accessible.
1300
+ #
1301
+ # When the DB instance is publicly accessible and you connect from
1302
+ # outside of the DB instance's virtual private cloud (VPC), its
1303
+ # Domain Name System (DNS) endpoint resolves to the public IP address.
1304
+ # When you connect from within the same VPC as the DB instance, the
1305
+ # endpoint resolves to the private IP address. Access to the DB
1306
+ # instance is ultimately controlled by the security group it uses.
1307
+ # That public access isn't permitted if the security group assigned
1308
+ # to the DB cluster doesn't permit it.
1309
+ #
1310
+ # When the DB instance isn't publicly accessible, it is an internal
1311
+ # DB instance with a DNS name that resolves to a private IP address.
1300
1312
  # @return [Boolean]
1301
1313
  #
1302
1314
  # @!attribute [rw] tags
@@ -2931,7 +2943,19 @@ module Aws::Neptune
2931
2943
  # @return [String]
2932
2944
  #
2933
2945
  # @!attribute [rw] publicly_accessible
2934
- # This flag should no longer be used.
2946
+ # Indicates whether the DB instance is publicly accessible.
2947
+ #
2948
+ # When the DB instance is publicly accessible and you connect from
2949
+ # outside of the DB instance's virtual private cloud (VPC), its
2950
+ # Domain Name System (DNS) endpoint resolves to the public IP address.
2951
+ # When you connect from within the same VPC as the DB instance, the
2952
+ # endpoint resolves to the private IP address. Access to the DB
2953
+ # instance is ultimately controlled by the security group it uses.
2954
+ # That public access isn't permitted if the security group assigned
2955
+ # to the DB cluster doesn't permit it.
2956
+ #
2957
+ # When the DB instance isn't publicly accessible, it is an internal
2958
+ # DB instance with a DNS name that resolves to a private IP address.
2935
2959
  # @return [Boolean]
2936
2960
  #
2937
2961
  # @!attribute [rw] status_infos
@@ -6390,7 +6414,19 @@ module Aws::Neptune
6390
6414
  # @return [Integer]
6391
6415
  #
6392
6416
  # @!attribute [rw] publicly_accessible
6393
- # This flag should no longer be used.
6417
+ # Indicates whether the DB instance is publicly accessible.
6418
+ #
6419
+ # When the DB instance is publicly accessible and you connect from
6420
+ # outside of the DB instance's virtual private cloud (VPC), its
6421
+ # Domain Name System (DNS) endpoint resolves to the public IP address.
6422
+ # When you connect from within the same VPC as the DB instance, the
6423
+ # endpoint resolves to the private IP address. Access to the DB
6424
+ # instance is ultimately controlled by the security group it uses.
6425
+ # That public access isn't permitted if the security group assigned
6426
+ # to the DB cluster doesn't permit it.
6427
+ #
6428
+ # When the DB instance isn't publicly accessible, it is an internal
6429
+ # DB instance with a DNS name that resolves to a private IP address.
6394
6430
  # @return [Boolean]
6395
6431
  #
6396
6432
  # @!attribute [rw] monitoring_role_arn
@@ -55,7 +55,7 @@ module Aws::Neptune
55
55
  autoload :EndpointProvider, 'aws-sdk-neptune/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-neptune/endpoints'
57
57
 
58
- GEM_VERSION = '1.90.0'
58
+ GEM_VERSION = '1.92.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptune
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services