aws-sdk-neptune 1.91.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptune/client.rb +27 -3
- data/lib/aws-sdk-neptune/client_api.rb +3 -3
- data/lib/aws-sdk-neptune/types.rb +39 -3
- data/lib/aws-sdk-neptune.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f32d43d7cf07747272d2a562d45f4d2f0b979902fd748af8b4f29ab23b2154c0
|
4
|
+
data.tar.gz: 2ef6b05618d5c906d4a5c721b21ab3cbb493ce88bd5b6bf21fc3889d94067eb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee5606996c5390cad743643a167c0e0d55a1f7840882732f4ab36d106c904b6a5667c8d59d0a0c09c46150d035c65697410d631cc9f179d50fe72eb99608eebe
|
7
|
+
data.tar.gz: 3e362ee053e0a7ead5a47503a1195087e8e78b1cce74f4cc08bb63f5aeadeb59f3a41f16319e4c183ab59b8f8fcc2864bd00ce303d3a7043b4bf29ca3519897a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
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
|
+
|
4
9
|
1.91.0 (2025-08-27)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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
|
-
#
|
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.
|
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,
|
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,
|
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,
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
data/lib/aws-sdk-neptune.rb
CHANGED