aws-sdk-neptune 1.0.0 → 1.1.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/lib/aws-sdk-neptune.rb +1 -1
- data/lib/aws-sdk-neptune/client.rb +3 -34
- data/lib/aws-sdk-neptune/client_api.rb +3 -3
- data/lib/aws-sdk-neptune/types.rb +3 -53
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bb25c5c4b3e2c2ffca9b2dd50e6a39d8983e132
|
|
4
|
+
data.tar.gz: 45b270d5ef88b8490359353eda49ae38c5e9ad6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3eddca9ecbadc77c3fcc98603ec301dd18012f3e281cee2744213fdde9b7f7115b1a619cbdd5c501abe8e092aaec9ba538f5a08d55fc89b22ae3a03abd79c536
|
|
7
|
+
data.tar.gz: 71be8d0386e5ffea43cb8d72f84c821b2f1afa74091bbe1048e63c5e20bbdbeb1608284575d47268a6e69b6c837aa521d529be153f69a9fb11202631007de5b1
|
data/lib/aws-sdk-neptune.rb
CHANGED
|
@@ -1424,25 +1424,7 @@ module Aws::Neptune
|
|
|
1424
1424
|
# more information, see CreateDBCluster.
|
|
1425
1425
|
#
|
|
1426
1426
|
# @option params [Boolean] :publicly_accessible
|
|
1427
|
-
#
|
|
1428
|
-
# true specifies an Internet-facing instance with a publicly resolvable
|
|
1429
|
-
# DNS name, which resolves to a public IP address. A value of false
|
|
1430
|
-
# specifies an internal instance with a DNS name that resolves to a
|
|
1431
|
-
# private IP address.
|
|
1432
|
-
#
|
|
1433
|
-
# Default: The default behavior varies depending on whether a VPC has
|
|
1434
|
-
# been requested or not. The following list shows the default behavior
|
|
1435
|
-
# in each case.
|
|
1436
|
-
#
|
|
1437
|
-
# * **Default VPC:** true
|
|
1438
|
-
#
|
|
1439
|
-
# * **VPC:** false
|
|
1440
|
-
#
|
|
1441
|
-
# If no DB subnet group has been specified as part of the request and
|
|
1442
|
-
# the PubliclyAccessible value has not been set, the DB instance is
|
|
1443
|
-
# publicly accessible. If a specific DB subnet group has been specified
|
|
1444
|
-
# as part of the request and the PubliclyAccessible value has not been
|
|
1445
|
-
# set, the DB instance is private.
|
|
1427
|
+
# This parameter is not supported.
|
|
1446
1428
|
#
|
|
1447
1429
|
# @option params [Array<Types::Tag>] :tags
|
|
1448
1430
|
# A list of tags. For more information, see [Tagging Amazon Neptune
|
|
@@ -4909,20 +4891,7 @@ module Aws::Neptune
|
|
|
4909
4891
|
# Default: `8182`
|
|
4910
4892
|
#
|
|
4911
4893
|
# @option params [Boolean] :publicly_accessible
|
|
4912
|
-
#
|
|
4913
|
-
# resolvable DNS name. Set to `True` to make the DB instance
|
|
4914
|
-
# Internet-facing with a publicly resolvable DNS name, which resolves to
|
|
4915
|
-
# a public IP address. Set to `False` to make the DB instance internal
|
|
4916
|
-
# with a DNS name that resolves to a private IP address.
|
|
4917
|
-
#
|
|
4918
|
-
# The DB instance must be part of a public subnet and
|
|
4919
|
-
# `PubliclyAccessible` must be true in order for it to be publicly
|
|
4920
|
-
# accessible.
|
|
4921
|
-
#
|
|
4922
|
-
# Changes to the `PubliclyAccessible` parameter are applied immediately
|
|
4923
|
-
# regardless of the value of the `ApplyImmediately` parameter.
|
|
4924
|
-
#
|
|
4925
|
-
# Default: false
|
|
4894
|
+
# This parameter is not supported.
|
|
4926
4895
|
#
|
|
4927
4896
|
# @option params [String] :monitoring_role_arn
|
|
4928
4897
|
# The ARN for the IAM role that permits Neptune to send enhanced
|
|
@@ -6238,7 +6207,7 @@ module Aws::Neptune
|
|
|
6238
6207
|
params: params,
|
|
6239
6208
|
config: config)
|
|
6240
6209
|
context[:gem_name] = 'aws-sdk-neptune'
|
|
6241
|
-
context[:gem_version] = '1.
|
|
6210
|
+
context[:gem_version] = '1.1.0'
|
|
6242
6211
|
Seahorse::Client::Request.new(handlers, context)
|
|
6243
6212
|
end
|
|
6244
6213
|
|
|
@@ -410,7 +410,7 @@ module Aws::Neptune
|
|
|
410
410
|
CreateDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
|
411
411
|
CreateDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
|
412
412
|
CreateDBInstanceMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
|
413
|
-
CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
|
413
|
+
CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, deprecated: true, location_name: "PubliclyAccessible"))
|
|
414
414
|
CreateDBInstanceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
415
415
|
CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
|
416
416
|
CreateDBInstanceMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
@@ -634,7 +634,7 @@ module Aws::Neptune
|
|
|
634
634
|
DBInstance.add_member(:option_group_memberships, Shapes::ShapeRef.new(shape: OptionGroupMembershipList, location_name: "OptionGroupMemberships"))
|
|
635
635
|
DBInstance.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
|
636
636
|
DBInstance.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SecondaryAvailabilityZone"))
|
|
637
|
-
DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
|
|
637
|
+
DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, deprecated: true, location_name: "PubliclyAccessible"))
|
|
638
638
|
DBInstance.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBInstanceStatusInfoList, location_name: "StatusInfos"))
|
|
639
639
|
DBInstance.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
|
640
640
|
DBInstance.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
|
@@ -1037,7 +1037,7 @@ module Aws::Neptune
|
|
|
1037
1037
|
ModifyDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
|
1038
1038
|
ModifyDBInstanceMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
|
1039
1039
|
ModifyDBInstanceMessage.add_member(:db_port_number, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DBPortNumber"))
|
|
1040
|
-
ModifyDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
|
1040
|
+
ModifyDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, deprecated: true, location_name: "PubliclyAccessible"))
|
|
1041
1041
|
ModifyDBInstanceMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
|
1042
1042
|
ModifyDBInstanceMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
|
1043
1043
|
ModifyDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
|
@@ -1316,25 +1316,7 @@ module Aws::Neptune
|
|
|
1316
1316
|
# @return [String]
|
|
1317
1317
|
#
|
|
1318
1318
|
# @!attribute [rw] publicly_accessible
|
|
1319
|
-
#
|
|
1320
|
-
# true specifies an Internet-facing instance with a publicly
|
|
1321
|
-
# resolvable DNS name, which resolves to a public IP address. A value
|
|
1322
|
-
# of false specifies an internal instance with a DNS name that
|
|
1323
|
-
# resolves to a private IP address.
|
|
1324
|
-
#
|
|
1325
|
-
# Default: The default behavior varies depending on whether a VPC has
|
|
1326
|
-
# been requested or not. The following list shows the default behavior
|
|
1327
|
-
# in each case.
|
|
1328
|
-
#
|
|
1329
|
-
# * **Default VPC:** true
|
|
1330
|
-
#
|
|
1331
|
-
# * **VPC:** false
|
|
1332
|
-
#
|
|
1333
|
-
# If no DB subnet group has been specified as part of the request and
|
|
1334
|
-
# the PubliclyAccessible value has not been set, the DB instance is
|
|
1335
|
-
# publicly accessible. If a specific DB subnet group has been
|
|
1336
|
-
# specified as part of the request and the PubliclyAccessible value
|
|
1337
|
-
# has not been set, the DB instance is private.
|
|
1319
|
+
# This parameter is not supported.
|
|
1338
1320
|
# @return [Boolean]
|
|
1339
1321
|
#
|
|
1340
1322
|
# @!attribute [rw] tags
|
|
@@ -2656,25 +2638,7 @@ module Aws::Neptune
|
|
|
2656
2638
|
# @return [String]
|
|
2657
2639
|
#
|
|
2658
2640
|
# @!attribute [rw] publicly_accessible
|
|
2659
|
-
#
|
|
2660
|
-
# true specifies an Internet-facing instance with a publicly
|
|
2661
|
-
# resolvable DNS name, which resolves to a public IP address. A value
|
|
2662
|
-
# of false specifies an internal instance with a DNS name that
|
|
2663
|
-
# resolves to a private IP address.
|
|
2664
|
-
#
|
|
2665
|
-
# Default: The default behavior varies depending on whether a VPC has
|
|
2666
|
-
# been requested or not. The following list shows the default behavior
|
|
2667
|
-
# in each case.
|
|
2668
|
-
#
|
|
2669
|
-
# * **Default VPC:**true
|
|
2670
|
-
#
|
|
2671
|
-
# * **VPC:**false
|
|
2672
|
-
#
|
|
2673
|
-
# If no DB subnet group has been specified as part of the request and
|
|
2674
|
-
# the PubliclyAccessible value has not been set, the DB instance is
|
|
2675
|
-
# publicly accessible. If a specific DB subnet group has been
|
|
2676
|
-
# specified as part of the request and the PubliclyAccessible value
|
|
2677
|
-
# has not been set, the DB instance is private.
|
|
2641
|
+
# This parameter is not supported.
|
|
2678
2642
|
# @return [Boolean]
|
|
2679
2643
|
#
|
|
2680
2644
|
# @!attribute [rw] status_infos
|
|
@@ -5688,21 +5652,7 @@ module Aws::Neptune
|
|
|
5688
5652
|
# @return [Integer]
|
|
5689
5653
|
#
|
|
5690
5654
|
# @!attribute [rw] publicly_accessible
|
|
5691
|
-
#
|
|
5692
|
-
# resolvable DNS name. Set to `True` to make the DB instance
|
|
5693
|
-
# Internet-facing with a publicly resolvable DNS name, which resolves
|
|
5694
|
-
# to a public IP address. Set to `False` to make the DB instance
|
|
5695
|
-
# internal with a DNS name that resolves to a private IP address.
|
|
5696
|
-
#
|
|
5697
|
-
# The DB instance must be part of a public subnet and
|
|
5698
|
-
# `PubliclyAccessible` must be true in order for it to be publicly
|
|
5699
|
-
# accessible.
|
|
5700
|
-
#
|
|
5701
|
-
# Changes to the `PubliclyAccessible` parameter are applied
|
|
5702
|
-
# immediately regardless of the value of the `ApplyImmediately`
|
|
5703
|
-
# parameter.
|
|
5704
|
-
#
|
|
5705
|
-
# Default: false
|
|
5655
|
+
# This parameter is not supported.
|
|
5706
5656
|
# @return [Boolean]
|
|
5707
5657
|
#
|
|
5708
5658
|
# @!attribute [rw] monitoring_role_arn
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-neptune
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.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: 2018-
|
|
11
|
+
date: 2018-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|