aws-sdk-neptune 1.26.0 → 1.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-neptune.rb +3 -2
- data/lib/aws-sdk-neptune/client.rb +346 -20
- data/lib/aws-sdk-neptune/client_api.rb +159 -0
- data/lib/aws-sdk-neptune/errors.rb +44 -0
- data/lib/aws-sdk-neptune/types.rb +621 -15
- metadata +4 -4
@@ -36,6 +36,8 @@ module Aws::Neptune
|
|
36
36
|
CopyDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyDBClusterSnapshotResult')
|
37
37
|
CopyDBParameterGroupMessage = Shapes::StructureShape.new(name: 'CopyDBParameterGroupMessage')
|
38
38
|
CopyDBParameterGroupResult = Shapes::StructureShape.new(name: 'CopyDBParameterGroupResult')
|
39
|
+
CreateDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'CreateDBClusterEndpointMessage')
|
40
|
+
CreateDBClusterEndpointOutput = Shapes::StructureShape.new(name: 'CreateDBClusterEndpointOutput')
|
39
41
|
CreateDBClusterMessage = Shapes::StructureShape.new(name: 'CreateDBClusterMessage')
|
40
42
|
CreateDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupMessage')
|
41
43
|
CreateDBClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupResult')
|
@@ -52,6 +54,12 @@ module Aws::Neptune
|
|
52
54
|
CreateEventSubscriptionResult = Shapes::StructureShape.new(name: 'CreateEventSubscriptionResult')
|
53
55
|
DBCluster = Shapes::StructureShape.new(name: 'DBCluster')
|
54
56
|
DBClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterAlreadyExistsFault')
|
57
|
+
DBClusterEndpoint = Shapes::StructureShape.new(name: 'DBClusterEndpoint')
|
58
|
+
DBClusterEndpointAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterEndpointAlreadyExistsFault')
|
59
|
+
DBClusterEndpointList = Shapes::ListShape.new(name: 'DBClusterEndpointList')
|
60
|
+
DBClusterEndpointMessage = Shapes::StructureShape.new(name: 'DBClusterEndpointMessage')
|
61
|
+
DBClusterEndpointNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterEndpointNotFoundFault')
|
62
|
+
DBClusterEndpointQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterEndpointQuotaExceededFault')
|
55
63
|
DBClusterList = Shapes::ListShape.new(name: 'DBClusterList')
|
56
64
|
DBClusterMember = Shapes::StructureShape.new(name: 'DBClusterMember')
|
57
65
|
DBClusterMemberList = Shapes::ListShape.new(name: 'DBClusterMemberList')
|
@@ -114,6 +122,8 @@ module Aws::Neptune
|
|
114
122
|
DBSubnetGroups = Shapes::ListShape.new(name: 'DBSubnetGroups')
|
115
123
|
DBSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetQuotaExceededFault')
|
116
124
|
DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault')
|
125
|
+
DeleteDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterEndpointMessage')
|
126
|
+
DeleteDBClusterEndpointOutput = Shapes::StructureShape.new(name: 'DeleteDBClusterEndpointOutput')
|
117
127
|
DeleteDBClusterMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterMessage')
|
118
128
|
DeleteDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterParameterGroupMessage')
|
119
129
|
DeleteDBClusterResult = Shapes::StructureShape.new(name: 'DeleteDBClusterResult')
|
@@ -125,6 +135,7 @@ module Aws::Neptune
|
|
125
135
|
DeleteDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBSubnetGroupMessage')
|
126
136
|
DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
|
127
137
|
DeleteEventSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionResult')
|
138
|
+
DescribeDBClusterEndpointsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterEndpointsMessage')
|
128
139
|
DescribeDBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParameterGroupsMessage')
|
129
140
|
DescribeDBClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParametersMessage')
|
130
141
|
DescribeDBClusterSnapshotAttributesMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotAttributesMessage')
|
@@ -178,6 +189,7 @@ module Aws::Neptune
|
|
178
189
|
InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault')
|
179
190
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
180
191
|
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
192
|
+
InvalidDBClusterEndpointStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterEndpointStateFault')
|
181
193
|
InvalidDBClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterSnapshotStateFault')
|
182
194
|
InvalidDBClusterStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterStateFault')
|
183
195
|
InvalidDBInstanceStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceStateFault')
|
@@ -194,6 +206,8 @@ module Aws::Neptune
|
|
194
206
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
195
207
|
ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
|
196
208
|
LogTypeList = Shapes::ListShape.new(name: 'LogTypeList')
|
209
|
+
ModifyDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterEndpointMessage')
|
210
|
+
ModifyDBClusterEndpointOutput = Shapes::StructureShape.new(name: 'ModifyDBClusterEndpointOutput')
|
197
211
|
ModifyDBClusterMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterMessage')
|
198
212
|
ModifyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterParameterGroupMessage')
|
199
213
|
ModifyDBClusterResult = Shapes::StructureShape.new(name: 'ModifyDBClusterResult')
|
@@ -257,6 +271,7 @@ module Aws::Neptune
|
|
257
271
|
StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault')
|
258
272
|
StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault')
|
259
273
|
String = Shapes::StringShape.new(name: 'String')
|
274
|
+
StringList = Shapes::ListShape.new(name: 'StringList')
|
260
275
|
Subnet = Shapes::StructureShape.new(name: 'Subnet')
|
261
276
|
SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
|
262
277
|
SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
|
@@ -282,6 +297,7 @@ module Aws::Neptune
|
|
282
297
|
|
283
298
|
AddRoleToDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
284
299
|
AddRoleToDBClusterMessage.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RoleArn"))
|
300
|
+
AddRoleToDBClusterMessage.add_member(:feature_name, Shapes::ShapeRef.new(shape: String, location_name: "FeatureName"))
|
285
301
|
AddRoleToDBClusterMessage.struct_class = Types::AddRoleToDBClusterMessage
|
286
302
|
|
287
303
|
AddSourceIdentifierToSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
@@ -353,6 +369,26 @@ module Aws::Neptune
|
|
353
369
|
CopyDBParameterGroupResult.add_member(:db_parameter_group, Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup"))
|
354
370
|
CopyDBParameterGroupResult.struct_class = Types::CopyDBParameterGroupResult
|
355
371
|
|
372
|
+
CreateDBClusterEndpointMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
373
|
+
CreateDBClusterEndpointMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterEndpointIdentifier"))
|
374
|
+
CreateDBClusterEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointType"))
|
375
|
+
CreateDBClusterEndpointMessage.add_member(:static_members, Shapes::ShapeRef.new(shape: StringList, location_name: "StaticMembers"))
|
376
|
+
CreateDBClusterEndpointMessage.add_member(:excluded_members, Shapes::ShapeRef.new(shape: StringList, location_name: "ExcludedMembers"))
|
377
|
+
CreateDBClusterEndpointMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
378
|
+
CreateDBClusterEndpointMessage.struct_class = Types::CreateDBClusterEndpointMessage
|
379
|
+
|
380
|
+
CreateDBClusterEndpointOutput.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointIdentifier"))
|
381
|
+
CreateDBClusterEndpointOutput.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
382
|
+
CreateDBClusterEndpointOutput.add_member(:db_cluster_endpoint_resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointResourceIdentifier"))
|
383
|
+
CreateDBClusterEndpointOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
384
|
+
CreateDBClusterEndpointOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
385
|
+
CreateDBClusterEndpointOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "EndpointType"))
|
386
|
+
CreateDBClusterEndpointOutput.add_member(:custom_endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "CustomEndpointType"))
|
387
|
+
CreateDBClusterEndpointOutput.add_member(:static_members, Shapes::ShapeRef.new(shape: StringList, location_name: "StaticMembers"))
|
388
|
+
CreateDBClusterEndpointOutput.add_member(:excluded_members, Shapes::ShapeRef.new(shape: StringList, location_name: "ExcludedMembers"))
|
389
|
+
CreateDBClusterEndpointOutput.add_member(:db_cluster_endpoint_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointArn"))
|
390
|
+
CreateDBClusterEndpointOutput.struct_class = Types::CreateDBClusterEndpointOutput
|
391
|
+
|
356
392
|
CreateDBClusterMessage.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
357
393
|
CreateDBClusterMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
358
394
|
CreateDBClusterMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
@@ -518,6 +554,30 @@ module Aws::Neptune
|
|
518
554
|
|
519
555
|
DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
|
520
556
|
|
557
|
+
DBClusterEndpoint.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointIdentifier"))
|
558
|
+
DBClusterEndpoint.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
559
|
+
DBClusterEndpoint.add_member(:db_cluster_endpoint_resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointResourceIdentifier"))
|
560
|
+
DBClusterEndpoint.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
561
|
+
DBClusterEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
562
|
+
DBClusterEndpoint.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "EndpointType"))
|
563
|
+
DBClusterEndpoint.add_member(:custom_endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "CustomEndpointType"))
|
564
|
+
DBClusterEndpoint.add_member(:static_members, Shapes::ShapeRef.new(shape: StringList, location_name: "StaticMembers"))
|
565
|
+
DBClusterEndpoint.add_member(:excluded_members, Shapes::ShapeRef.new(shape: StringList, location_name: "ExcludedMembers"))
|
566
|
+
DBClusterEndpoint.add_member(:db_cluster_endpoint_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointArn"))
|
567
|
+
DBClusterEndpoint.struct_class = Types::DBClusterEndpoint
|
568
|
+
|
569
|
+
DBClusterEndpointAlreadyExistsFault.struct_class = Types::DBClusterEndpointAlreadyExistsFault
|
570
|
+
|
571
|
+
DBClusterEndpointList.member = Shapes::ShapeRef.new(shape: DBClusterEndpoint, location_name: "DBClusterEndpointList")
|
572
|
+
|
573
|
+
DBClusterEndpointMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
574
|
+
DBClusterEndpointMessage.add_member(:db_cluster_endpoints, Shapes::ShapeRef.new(shape: DBClusterEndpointList, location_name: "DBClusterEndpoints"))
|
575
|
+
DBClusterEndpointMessage.struct_class = Types::DBClusterEndpointMessage
|
576
|
+
|
577
|
+
DBClusterEndpointNotFoundFault.struct_class = Types::DBClusterEndpointNotFoundFault
|
578
|
+
|
579
|
+
DBClusterEndpointQuotaExceededFault.struct_class = Types::DBClusterEndpointQuotaExceededFault
|
580
|
+
|
521
581
|
DBClusterList.member = Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster")
|
522
582
|
|
523
583
|
DBClusterMember.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
@@ -565,6 +625,7 @@ module Aws::Neptune
|
|
565
625
|
|
566
626
|
DBClusterRole.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "RoleArn"))
|
567
627
|
DBClusterRole.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
628
|
+
DBClusterRole.add_member(:feature_name, Shapes::ShapeRef.new(shape: String, location_name: "FeatureName"))
|
568
629
|
DBClusterRole.struct_class = Types::DBClusterRole
|
569
630
|
|
570
631
|
DBClusterRoleAlreadyExistsFault.struct_class = Types::DBClusterRoleAlreadyExistsFault
|
@@ -781,6 +842,21 @@ module Aws::Neptune
|
|
781
842
|
|
782
843
|
DBUpgradeDependencyFailureFault.struct_class = Types::DBUpgradeDependencyFailureFault
|
783
844
|
|
845
|
+
DeleteDBClusterEndpointMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterEndpointIdentifier"))
|
846
|
+
DeleteDBClusterEndpointMessage.struct_class = Types::DeleteDBClusterEndpointMessage
|
847
|
+
|
848
|
+
DeleteDBClusterEndpointOutput.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointIdentifier"))
|
849
|
+
DeleteDBClusterEndpointOutput.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
850
|
+
DeleteDBClusterEndpointOutput.add_member(:db_cluster_endpoint_resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointResourceIdentifier"))
|
851
|
+
DeleteDBClusterEndpointOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
852
|
+
DeleteDBClusterEndpointOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
853
|
+
DeleteDBClusterEndpointOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "EndpointType"))
|
854
|
+
DeleteDBClusterEndpointOutput.add_member(:custom_endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "CustomEndpointType"))
|
855
|
+
DeleteDBClusterEndpointOutput.add_member(:static_members, Shapes::ShapeRef.new(shape: StringList, location_name: "StaticMembers"))
|
856
|
+
DeleteDBClusterEndpointOutput.add_member(:excluded_members, Shapes::ShapeRef.new(shape: StringList, location_name: "ExcludedMembers"))
|
857
|
+
DeleteDBClusterEndpointOutput.add_member(:db_cluster_endpoint_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointArn"))
|
858
|
+
DeleteDBClusterEndpointOutput.struct_class = Types::DeleteDBClusterEndpointOutput
|
859
|
+
|
784
860
|
DeleteDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
785
861
|
DeleteDBClusterMessage.add_member(:skip_final_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalSnapshot"))
|
786
862
|
DeleteDBClusterMessage.add_member(:final_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalDBSnapshotIdentifier"))
|
@@ -818,6 +894,13 @@ module Aws::Neptune
|
|
818
894
|
DeleteEventSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
819
895
|
DeleteEventSubscriptionResult.struct_class = Types::DeleteEventSubscriptionResult
|
820
896
|
|
897
|
+
DescribeDBClusterEndpointsMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
898
|
+
DescribeDBClusterEndpointsMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointIdentifier"))
|
899
|
+
DescribeDBClusterEndpointsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
900
|
+
DescribeDBClusterEndpointsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
901
|
+
DescribeDBClusterEndpointsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
902
|
+
DescribeDBClusterEndpointsMessage.struct_class = Types::DescribeDBClusterEndpointsMessage
|
903
|
+
|
821
904
|
DescribeDBClusterParameterGroupsMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
822
905
|
DescribeDBClusterParameterGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
823
906
|
DescribeDBClusterParameterGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -1044,6 +1127,8 @@ module Aws::Neptune
|
|
1044
1127
|
|
1045
1128
|
InsufficientStorageClusterCapacityFault.struct_class = Types::InsufficientStorageClusterCapacityFault
|
1046
1129
|
|
1130
|
+
InvalidDBClusterEndpointStateFault.struct_class = Types::InvalidDBClusterEndpointStateFault
|
1131
|
+
|
1047
1132
|
InvalidDBClusterSnapshotStateFault.struct_class = Types::InvalidDBClusterSnapshotStateFault
|
1048
1133
|
|
1049
1134
|
InvalidDBClusterStateFault.struct_class = Types::InvalidDBClusterStateFault
|
@@ -1078,6 +1163,24 @@ module Aws::Neptune
|
|
1078
1163
|
|
1079
1164
|
LogTypeList.member = Shapes::ShapeRef.new(shape: String)
|
1080
1165
|
|
1166
|
+
ModifyDBClusterEndpointMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterEndpointIdentifier"))
|
1167
|
+
ModifyDBClusterEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "EndpointType"))
|
1168
|
+
ModifyDBClusterEndpointMessage.add_member(:static_members, Shapes::ShapeRef.new(shape: StringList, location_name: "StaticMembers"))
|
1169
|
+
ModifyDBClusterEndpointMessage.add_member(:excluded_members, Shapes::ShapeRef.new(shape: StringList, location_name: "ExcludedMembers"))
|
1170
|
+
ModifyDBClusterEndpointMessage.struct_class = Types::ModifyDBClusterEndpointMessage
|
1171
|
+
|
1172
|
+
ModifyDBClusterEndpointOutput.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointIdentifier"))
|
1173
|
+
ModifyDBClusterEndpointOutput.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
1174
|
+
ModifyDBClusterEndpointOutput.add_member(:db_cluster_endpoint_resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointResourceIdentifier"))
|
1175
|
+
ModifyDBClusterEndpointOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
1176
|
+
ModifyDBClusterEndpointOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1177
|
+
ModifyDBClusterEndpointOutput.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "EndpointType"))
|
1178
|
+
ModifyDBClusterEndpointOutput.add_member(:custom_endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "CustomEndpointType"))
|
1179
|
+
ModifyDBClusterEndpointOutput.add_member(:static_members, Shapes::ShapeRef.new(shape: StringList, location_name: "StaticMembers"))
|
1180
|
+
ModifyDBClusterEndpointOutput.add_member(:excluded_members, Shapes::ShapeRef.new(shape: StringList, location_name: "ExcludedMembers"))
|
1181
|
+
ModifyDBClusterEndpointOutput.add_member(:db_cluster_endpoint_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterEndpointArn"))
|
1182
|
+
ModifyDBClusterEndpointOutput.struct_class = Types::ModifyDBClusterEndpointOutput
|
1183
|
+
|
1081
1184
|
ModifyDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1082
1185
|
ModifyDBClusterMessage.add_member(:new_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewDBClusterIdentifier"))
|
1083
1186
|
ModifyDBClusterMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
|
@@ -1291,6 +1394,7 @@ module Aws::Neptune
|
|
1291
1394
|
|
1292
1395
|
RemoveRoleFromDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1293
1396
|
RemoveRoleFromDBClusterMessage.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RoleArn"))
|
1397
|
+
RemoveRoleFromDBClusterMessage.add_member(:feature_name, Shapes::ShapeRef.new(shape: String, location_name: "FeatureName"))
|
1294
1398
|
RemoveRoleFromDBClusterMessage.struct_class = Types::RemoveRoleFromDBClusterMessage
|
1295
1399
|
|
1296
1400
|
RemoveSourceIdentifierFromSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
@@ -1391,6 +1495,8 @@ module Aws::Neptune
|
|
1391
1495
|
|
1392
1496
|
StorageTypeNotSupportedFault.struct_class = Types::StorageTypeNotSupportedFault
|
1393
1497
|
|
1498
|
+
StringList.member = Shapes::ShapeRef.new(shape: String)
|
1499
|
+
|
1394
1500
|
Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
|
1395
1501
|
Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
|
1396
1502
|
Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
|
@@ -1572,6 +1678,20 @@ module Aws::Neptune
|
|
1572
1678
|
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
1573
1679
|
end)
|
1574
1680
|
|
1681
|
+
api.add_operation(:create_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
1682
|
+
o.name = "CreateDBClusterEndpoint"
|
1683
|
+
o.http_method = "POST"
|
1684
|
+
o.http_request_uri = "/"
|
1685
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBClusterEndpointMessage)
|
1686
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBClusterEndpointOutput)
|
1687
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterEndpointQuotaExceededFault)
|
1688
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterEndpointAlreadyExistsFault)
|
1689
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1690
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1691
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1692
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
1693
|
+
end)
|
1694
|
+
|
1575
1695
|
api.add_operation(:create_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1576
1696
|
o.name = "CreateDBClusterParameterGroup"
|
1577
1697
|
o.http_method = "POST"
|
@@ -1672,6 +1792,17 @@ module Aws::Neptune
|
|
1672
1792
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
1673
1793
|
end)
|
1674
1794
|
|
1795
|
+
api.add_operation(:delete_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
1796
|
+
o.name = "DeleteDBClusterEndpoint"
|
1797
|
+
o.http_method = "POST"
|
1798
|
+
o.http_request_uri = "/"
|
1799
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterEndpointMessage)
|
1800
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBClusterEndpointOutput)
|
1801
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterEndpointStateFault)
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterEndpointNotFoundFault)
|
1803
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1804
|
+
end)
|
1805
|
+
|
1675
1806
|
api.add_operation(:delete_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1676
1807
|
o.name = "DeleteDBClusterParameterGroup"
|
1677
1808
|
o.http_method = "POST"
|
@@ -1736,6 +1867,21 @@ module Aws::Neptune
|
|
1736
1867
|
o.errors << Shapes::ShapeRef.new(shape: InvalidEventSubscriptionStateFault)
|
1737
1868
|
end)
|
1738
1869
|
|
1870
|
+
api.add_operation(:describe_db_cluster_endpoints, Seahorse::Model::Operation.new.tap do |o|
|
1871
|
+
o.name = "DescribeDBClusterEndpoints"
|
1872
|
+
o.http_method = "POST"
|
1873
|
+
o.http_request_uri = "/"
|
1874
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterEndpointsMessage)
|
1875
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterEndpointMessage)
|
1876
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1877
|
+
o[:pager] = Aws::Pager.new(
|
1878
|
+
limit_key: "max_records",
|
1879
|
+
tokens: {
|
1880
|
+
"marker" => "marker"
|
1881
|
+
}
|
1882
|
+
)
|
1883
|
+
end)
|
1884
|
+
|
1739
1885
|
api.add_operation(:describe_db_cluster_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
|
1740
1886
|
o.name = "DescribeDBClusterParameterGroups"
|
1741
1887
|
o.http_method = "POST"
|
@@ -1988,6 +2134,19 @@ module Aws::Neptune
|
|
1988
2134
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
1989
2135
|
end)
|
1990
2136
|
|
2137
|
+
api.add_operation(:modify_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
2138
|
+
o.name = "ModifyDBClusterEndpoint"
|
2139
|
+
o.http_method = "POST"
|
2140
|
+
o.http_request_uri = "/"
|
2141
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterEndpointMessage)
|
2142
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBClusterEndpointOutput)
|
2143
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2144
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterEndpointStateFault)
|
2145
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterEndpointNotFoundFault)
|
2146
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2147
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2148
|
+
end)
|
2149
|
+
|
1991
2150
|
api.add_operation(:modify_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1992
2151
|
o.name = "ModifyDBClusterParameterGroup"
|
1993
2152
|
o.http_method = "POST"
|
@@ -30,6 +30,9 @@ module Aws::Neptune
|
|
30
30
|
# * {AuthorizationNotFoundFault}
|
31
31
|
# * {CertificateNotFoundFault}
|
32
32
|
# * {DBClusterAlreadyExistsFault}
|
33
|
+
# * {DBClusterEndpointAlreadyExistsFault}
|
34
|
+
# * {DBClusterEndpointNotFoundFault}
|
35
|
+
# * {DBClusterEndpointQuotaExceededFault}
|
33
36
|
# * {DBClusterNotFoundFault}
|
34
37
|
# * {DBClusterParameterGroupNotFoundFault}
|
35
38
|
# * {DBClusterQuotaExceededFault}
|
@@ -58,6 +61,7 @@ module Aws::Neptune
|
|
58
61
|
# * {InsufficientDBClusterCapacityFault}
|
59
62
|
# * {InsufficientDBInstanceCapacityFault}
|
60
63
|
# * {InsufficientStorageClusterCapacityFault}
|
64
|
+
# * {InvalidDBClusterEndpointStateFault}
|
61
65
|
# * {InvalidDBClusterSnapshotStateFault}
|
62
66
|
# * {InvalidDBClusterStateFault}
|
63
67
|
# * {InvalidDBInstanceStateFault}
|
@@ -123,6 +127,36 @@ module Aws::Neptune
|
|
123
127
|
end
|
124
128
|
end
|
125
129
|
|
130
|
+
class DBClusterEndpointAlreadyExistsFault < ServiceError
|
131
|
+
|
132
|
+
# @param [Seahorse::Client::RequestContext] context
|
133
|
+
# @param [String] message
|
134
|
+
# @param [Aws::Neptune::Types::DBClusterEndpointAlreadyExistsFault] data
|
135
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
136
|
+
super(context, message, data)
|
137
|
+
end
|
138
|
+
end
|
139
|
+
|
140
|
+
class DBClusterEndpointNotFoundFault < ServiceError
|
141
|
+
|
142
|
+
# @param [Seahorse::Client::RequestContext] context
|
143
|
+
# @param [String] message
|
144
|
+
# @param [Aws::Neptune::Types::DBClusterEndpointNotFoundFault] data
|
145
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
146
|
+
super(context, message, data)
|
147
|
+
end
|
148
|
+
end
|
149
|
+
|
150
|
+
class DBClusterEndpointQuotaExceededFault < ServiceError
|
151
|
+
|
152
|
+
# @param [Seahorse::Client::RequestContext] context
|
153
|
+
# @param [String] message
|
154
|
+
# @param [Aws::Neptune::Types::DBClusterEndpointQuotaExceededFault] data
|
155
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
156
|
+
super(context, message, data)
|
157
|
+
end
|
158
|
+
end
|
159
|
+
|
126
160
|
class DBClusterNotFoundFault < ServiceError
|
127
161
|
|
128
162
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -403,6 +437,16 @@ module Aws::Neptune
|
|
403
437
|
end
|
404
438
|
end
|
405
439
|
|
440
|
+
class InvalidDBClusterEndpointStateFault < ServiceError
|
441
|
+
|
442
|
+
# @param [Seahorse::Client::RequestContext] context
|
443
|
+
# @param [String] message
|
444
|
+
# @param [Aws::Neptune::Types::InvalidDBClusterEndpointStateFault] data
|
445
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
446
|
+
super(context, message, data)
|
447
|
+
end
|
448
|
+
end
|
449
|
+
|
406
450
|
class InvalidDBClusterSnapshotStateFault < ServiceError
|
407
451
|
|
408
452
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -16,6 +16,7 @@ module Aws::Neptune
|
|
16
16
|
# {
|
17
17
|
# db_cluster_identifier: "String", # required
|
18
18
|
# role_arn: "String", # required
|
19
|
+
# feature_name: "String",
|
19
20
|
# }
|
20
21
|
#
|
21
22
|
# @!attribute [rw] db_cluster_identifier
|
@@ -28,11 +29,18 @@ module Aws::Neptune
|
|
28
29
|
# `arn:aws:iam::123456789012:role/NeptuneAccessRole`.
|
29
30
|
# @return [String]
|
30
31
|
#
|
32
|
+
# @!attribute [rw] feature_name
|
33
|
+
# The name of the feature for the Neptune DB cluster that the IAM role
|
34
|
+
# is to be associated with. For the list of supported feature names,
|
35
|
+
# see DBEngineVersion.
|
36
|
+
# @return [String]
|
37
|
+
#
|
31
38
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/AddRoleToDBClusterMessage AWS API Documentation
|
32
39
|
#
|
33
40
|
class AddRoleToDBClusterMessage < Struct.new(
|
34
41
|
:db_cluster_identifier,
|
35
|
-
:role_arn
|
42
|
+
:role_arn,
|
43
|
+
:feature_name)
|
36
44
|
SENSITIVE = []
|
37
45
|
include Aws::Structure
|
38
46
|
end
|
@@ -552,6 +560,150 @@ module Aws::Neptune
|
|
552
560
|
include Aws::Structure
|
553
561
|
end
|
554
562
|
|
563
|
+
# @note When making an API call, you may pass CreateDBClusterEndpointMessage
|
564
|
+
# data as a hash:
|
565
|
+
#
|
566
|
+
# {
|
567
|
+
# db_cluster_identifier: "String", # required
|
568
|
+
# db_cluster_endpoint_identifier: "String", # required
|
569
|
+
# endpoint_type: "String", # required
|
570
|
+
# static_members: ["String"],
|
571
|
+
# excluded_members: ["String"],
|
572
|
+
# tags: [
|
573
|
+
# {
|
574
|
+
# key: "String",
|
575
|
+
# value: "String",
|
576
|
+
# },
|
577
|
+
# ],
|
578
|
+
# }
|
579
|
+
#
|
580
|
+
# @!attribute [rw] db_cluster_identifier
|
581
|
+
# The DB cluster identifier of the DB cluster associated with the
|
582
|
+
# endpoint. This parameter is stored as a lowercase string.
|
583
|
+
# @return [String]
|
584
|
+
#
|
585
|
+
# @!attribute [rw] db_cluster_endpoint_identifier
|
586
|
+
# The identifier to use for the new endpoint. This parameter is stored
|
587
|
+
# as a lowercase string.
|
588
|
+
# @return [String]
|
589
|
+
#
|
590
|
+
# @!attribute [rw] endpoint_type
|
591
|
+
# The type of the endpoint. One of: `READER`, `WRITER`, `ANY`.
|
592
|
+
# @return [String]
|
593
|
+
#
|
594
|
+
# @!attribute [rw] static_members
|
595
|
+
# List of DB instance identifiers that are part of the custom endpoint
|
596
|
+
# group.
|
597
|
+
# @return [Array<String>]
|
598
|
+
#
|
599
|
+
# @!attribute [rw] excluded_members
|
600
|
+
# List of DB instance identifiers that aren't part of the custom
|
601
|
+
# endpoint group. All other eligible instances are reachable through
|
602
|
+
# the custom endpoint. Only relevant if the list of static members is
|
603
|
+
# empty.
|
604
|
+
# @return [Array<String>]
|
605
|
+
#
|
606
|
+
# @!attribute [rw] tags
|
607
|
+
# The tags to be assigned to the Amazon Neptune resource.
|
608
|
+
# @return [Array<Types::Tag>]
|
609
|
+
#
|
610
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBClusterEndpointMessage AWS API Documentation
|
611
|
+
#
|
612
|
+
class CreateDBClusterEndpointMessage < Struct.new(
|
613
|
+
:db_cluster_identifier,
|
614
|
+
:db_cluster_endpoint_identifier,
|
615
|
+
:endpoint_type,
|
616
|
+
:static_members,
|
617
|
+
:excluded_members,
|
618
|
+
:tags)
|
619
|
+
SENSITIVE = []
|
620
|
+
include Aws::Structure
|
621
|
+
end
|
622
|
+
|
623
|
+
# This data type represents the information you need to connect to an
|
624
|
+
# Amazon Neptune DB cluster. This data type is used as a response
|
625
|
+
# element in the following actions:
|
626
|
+
#
|
627
|
+
# * `CreateDBClusterEndpoint`
|
628
|
+
#
|
629
|
+
# * `DescribeDBClusterEndpoints`
|
630
|
+
#
|
631
|
+
# * `ModifyDBClusterEndpoint`
|
632
|
+
#
|
633
|
+
# * `DeleteDBClusterEndpoint`
|
634
|
+
#
|
635
|
+
# For the data structure that represents Amazon Neptune DB instance
|
636
|
+
# endpoints, see `Endpoint`.
|
637
|
+
#
|
638
|
+
# @!attribute [rw] db_cluster_endpoint_identifier
|
639
|
+
# The identifier associated with the endpoint. This parameter is
|
640
|
+
# stored as a lowercase string.
|
641
|
+
# @return [String]
|
642
|
+
#
|
643
|
+
# @!attribute [rw] db_cluster_identifier
|
644
|
+
# The DB cluster identifier of the DB cluster associated with the
|
645
|
+
# endpoint. This parameter is stored as a lowercase string.
|
646
|
+
# @return [String]
|
647
|
+
#
|
648
|
+
# @!attribute [rw] db_cluster_endpoint_resource_identifier
|
649
|
+
# A unique system-generated identifier for an endpoint. It remains the
|
650
|
+
# same for the whole life of the endpoint.
|
651
|
+
# @return [String]
|
652
|
+
#
|
653
|
+
# @!attribute [rw] endpoint
|
654
|
+
# The DNS address of the endpoint.
|
655
|
+
# @return [String]
|
656
|
+
#
|
657
|
+
# @!attribute [rw] status
|
658
|
+
# The current status of the endpoint. One of: `creating`, `available`,
|
659
|
+
# `deleting`, `inactive`, `modifying`. The `inactive` state applies to
|
660
|
+
# an endpoint that cannot be used for a certain kind of cluster, such
|
661
|
+
# as a `writer` endpoint for a read-only secondary cluster in a global
|
662
|
+
# database.
|
663
|
+
# @return [String]
|
664
|
+
#
|
665
|
+
# @!attribute [rw] endpoint_type
|
666
|
+
# The type of the endpoint. One of: `READER`, `WRITER`, `CUSTOM`.
|
667
|
+
# @return [String]
|
668
|
+
#
|
669
|
+
# @!attribute [rw] custom_endpoint_type
|
670
|
+
# The type associated with a custom endpoint. One of: `READER`,
|
671
|
+
# `WRITER`, `ANY`.
|
672
|
+
# @return [String]
|
673
|
+
#
|
674
|
+
# @!attribute [rw] static_members
|
675
|
+
# List of DB instance identifiers that are part of the custom endpoint
|
676
|
+
# group.
|
677
|
+
# @return [Array<String>]
|
678
|
+
#
|
679
|
+
# @!attribute [rw] excluded_members
|
680
|
+
# List of DB instance identifiers that aren't part of the custom
|
681
|
+
# endpoint group. All other eligible instances are reachable through
|
682
|
+
# the custom endpoint. Only relevant if the list of static members is
|
683
|
+
# empty.
|
684
|
+
# @return [Array<String>]
|
685
|
+
#
|
686
|
+
# @!attribute [rw] db_cluster_endpoint_arn
|
687
|
+
# The Amazon Resource Name (ARN) for the endpoint.
|
688
|
+
# @return [String]
|
689
|
+
#
|
690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBClusterEndpointOutput AWS API Documentation
|
691
|
+
#
|
692
|
+
class CreateDBClusterEndpointOutput < Struct.new(
|
693
|
+
:db_cluster_endpoint_identifier,
|
694
|
+
:db_cluster_identifier,
|
695
|
+
:db_cluster_endpoint_resource_identifier,
|
696
|
+
:endpoint,
|
697
|
+
:status,
|
698
|
+
:endpoint_type,
|
699
|
+
:custom_endpoint_type,
|
700
|
+
:static_members,
|
701
|
+
:excluded_members,
|
702
|
+
:db_cluster_endpoint_arn)
|
703
|
+
SENSITIVE = []
|
704
|
+
include Aws::Structure
|
705
|
+
end
|
706
|
+
|
555
707
|
# @note When making an API call, you may pass CreateDBClusterMessage
|
556
708
|
# data as a hash:
|
557
709
|
#
|
@@ -662,10 +814,10 @@ module Aws::Neptune
|
|
662
814
|
# @return [String]
|
663
815
|
#
|
664
816
|
# @!attribute [rw] engine_version
|
665
|
-
# The version number of the database engine to use
|
666
|
-
#
|
817
|
+
# The version number of the database engine to use for the new DB
|
818
|
+
# cluster.
|
667
819
|
#
|
668
|
-
# Example: `1.0.1`
|
820
|
+
# Example: `1.0.2.1`
|
669
821
|
# @return [String]
|
670
822
|
#
|
671
823
|
# @!attribute [rw] port
|
@@ -791,10 +943,7 @@ module Aws::Neptune
|
|
791
943
|
# @return [String]
|
792
944
|
#
|
793
945
|
# @!attribute [rw] enable_iam_database_authentication
|
794
|
-
#
|
795
|
-
# accounts to database accounts, and otherwise false.
|
796
|
-
#
|
797
|
-
# Default: `false`
|
946
|
+
# Not supported by Neptune.
|
798
947
|
# @return [Boolean]
|
799
948
|
#
|
800
949
|
# @!attribute [rw] enable_cloudwatch_logs_exports
|
@@ -1938,6 +2087,130 @@ module Aws::Neptune
|
|
1938
2087
|
#
|
1939
2088
|
class DBClusterAlreadyExistsFault < Aws::EmptyStructure; end
|
1940
2089
|
|
2090
|
+
# This data type represents the information you need to connect to an
|
2091
|
+
# Amazon Neptune DB cluster. This data type is used as a response
|
2092
|
+
# element in the following actions:
|
2093
|
+
#
|
2094
|
+
# * `CreateDBClusterEndpoint`
|
2095
|
+
#
|
2096
|
+
# * `DescribeDBClusterEndpoints`
|
2097
|
+
#
|
2098
|
+
# * `ModifyDBClusterEndpoint`
|
2099
|
+
#
|
2100
|
+
# * `DeleteDBClusterEndpoint`
|
2101
|
+
#
|
2102
|
+
# For the data structure that represents Amazon Neptune DB instance
|
2103
|
+
# endpoints, see `Endpoint`.
|
2104
|
+
#
|
2105
|
+
# @!attribute [rw] db_cluster_endpoint_identifier
|
2106
|
+
# The identifier associated with the endpoint. This parameter is
|
2107
|
+
# stored as a lowercase string.
|
2108
|
+
# @return [String]
|
2109
|
+
#
|
2110
|
+
# @!attribute [rw] db_cluster_identifier
|
2111
|
+
# The DB cluster identifier of the DB cluster associated with the
|
2112
|
+
# endpoint. This parameter is stored as a lowercase string.
|
2113
|
+
# @return [String]
|
2114
|
+
#
|
2115
|
+
# @!attribute [rw] db_cluster_endpoint_resource_identifier
|
2116
|
+
# A unique system-generated identifier for an endpoint. It remains the
|
2117
|
+
# same for the whole life of the endpoint.
|
2118
|
+
# @return [String]
|
2119
|
+
#
|
2120
|
+
# @!attribute [rw] endpoint
|
2121
|
+
# The DNS address of the endpoint.
|
2122
|
+
# @return [String]
|
2123
|
+
#
|
2124
|
+
# @!attribute [rw] status
|
2125
|
+
# The current status of the endpoint. One of: `creating`, `available`,
|
2126
|
+
# `deleting`, `inactive`, `modifying`. The `inactive` state applies to
|
2127
|
+
# an endpoint that cannot be used for a certain kind of cluster, such
|
2128
|
+
# as a `writer` endpoint for a read-only secondary cluster in a global
|
2129
|
+
# database.
|
2130
|
+
# @return [String]
|
2131
|
+
#
|
2132
|
+
# @!attribute [rw] endpoint_type
|
2133
|
+
# The type of the endpoint. One of: `READER`, `WRITER`, `CUSTOM`.
|
2134
|
+
# @return [String]
|
2135
|
+
#
|
2136
|
+
# @!attribute [rw] custom_endpoint_type
|
2137
|
+
# The type associated with a custom endpoint. One of: `READER`,
|
2138
|
+
# `WRITER`, `ANY`.
|
2139
|
+
# @return [String]
|
2140
|
+
#
|
2141
|
+
# @!attribute [rw] static_members
|
2142
|
+
# List of DB instance identifiers that are part of the custom endpoint
|
2143
|
+
# group.
|
2144
|
+
# @return [Array<String>]
|
2145
|
+
#
|
2146
|
+
# @!attribute [rw] excluded_members
|
2147
|
+
# List of DB instance identifiers that aren't part of the custom
|
2148
|
+
# endpoint group. All other eligible instances are reachable through
|
2149
|
+
# the custom endpoint. Only relevant if the list of static members is
|
2150
|
+
# empty.
|
2151
|
+
# @return [Array<String>]
|
2152
|
+
#
|
2153
|
+
# @!attribute [rw] db_cluster_endpoint_arn
|
2154
|
+
# The Amazon Resource Name (ARN) for the endpoint.
|
2155
|
+
# @return [String]
|
2156
|
+
#
|
2157
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterEndpoint AWS API Documentation
|
2158
|
+
#
|
2159
|
+
class DBClusterEndpoint < Struct.new(
|
2160
|
+
:db_cluster_endpoint_identifier,
|
2161
|
+
:db_cluster_identifier,
|
2162
|
+
:db_cluster_endpoint_resource_identifier,
|
2163
|
+
:endpoint,
|
2164
|
+
:status,
|
2165
|
+
:endpoint_type,
|
2166
|
+
:custom_endpoint_type,
|
2167
|
+
:static_members,
|
2168
|
+
:excluded_members,
|
2169
|
+
:db_cluster_endpoint_arn)
|
2170
|
+
SENSITIVE = []
|
2171
|
+
include Aws::Structure
|
2172
|
+
end
|
2173
|
+
|
2174
|
+
# The specified custom endpoint cannot be created because it already
|
2175
|
+
# exists.
|
2176
|
+
#
|
2177
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterEndpointAlreadyExistsFault AWS API Documentation
|
2178
|
+
#
|
2179
|
+
class DBClusterEndpointAlreadyExistsFault < Aws::EmptyStructure; end
|
2180
|
+
|
2181
|
+
# @!attribute [rw] marker
|
2182
|
+
# An optional pagination token provided by a previous
|
2183
|
+
# `DescribeDBClusterEndpoints` request. If this parameter is
|
2184
|
+
# specified, the response includes only records beyond the marker, up
|
2185
|
+
# to the value specified by `MaxRecords`.
|
2186
|
+
# @return [String]
|
2187
|
+
#
|
2188
|
+
# @!attribute [rw] db_cluster_endpoints
|
2189
|
+
# Contains the details of the endpoints associated with the cluster
|
2190
|
+
# and matching any filter conditions.
|
2191
|
+
# @return [Array<Types::DBClusterEndpoint>]
|
2192
|
+
#
|
2193
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterEndpointMessage AWS API Documentation
|
2194
|
+
#
|
2195
|
+
class DBClusterEndpointMessage < Struct.new(
|
2196
|
+
:marker,
|
2197
|
+
:db_cluster_endpoints)
|
2198
|
+
SENSITIVE = []
|
2199
|
+
include Aws::Structure
|
2200
|
+
end
|
2201
|
+
|
2202
|
+
# The specified custom endpoint doesn't exist.
|
2203
|
+
#
|
2204
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterEndpointNotFoundFault AWS API Documentation
|
2205
|
+
#
|
2206
|
+
class DBClusterEndpointNotFoundFault < Aws::EmptyStructure; end
|
2207
|
+
|
2208
|
+
# The cluster already has the maximum number of custom endpoints.
|
2209
|
+
#
|
2210
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterEndpointQuotaExceededFault AWS API Documentation
|
2211
|
+
#
|
2212
|
+
class DBClusterEndpointQuotaExceededFault < Aws::EmptyStructure; end
|
2213
|
+
|
1941
2214
|
# Contains information about an instance that is part of a DB cluster.
|
1942
2215
|
#
|
1943
2216
|
# @!attribute [rw] db_instance_identifier
|
@@ -2149,11 +2422,18 @@ module Aws::Neptune
|
|
2149
2422
|
# access other AWS services on your behalf.
|
2150
2423
|
# @return [String]
|
2151
2424
|
#
|
2425
|
+
# @!attribute [rw] feature_name
|
2426
|
+
# The name of the feature associated with the AWS Identity and Access
|
2427
|
+
# Management (IAM) role. For the list of supported feature names, see
|
2428
|
+
# DBEngineVersion.
|
2429
|
+
# @return [String]
|
2430
|
+
#
|
2152
2431
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterRole AWS API Documentation
|
2153
2432
|
#
|
2154
2433
|
class DBClusterRole < Struct.new(
|
2155
2434
|
:role_arn,
|
2156
|
-
:status
|
2435
|
+
:status,
|
2436
|
+
:feature_name)
|
2157
2437
|
SENSITIVE = []
|
2158
2438
|
include Aws::Structure
|
2159
2439
|
end
|
@@ -3160,6 +3440,110 @@ module Aws::Neptune
|
|
3160
3440
|
#
|
3161
3441
|
class DBUpgradeDependencyFailureFault < Aws::EmptyStructure; end
|
3162
3442
|
|
3443
|
+
# @note When making an API call, you may pass DeleteDBClusterEndpointMessage
|
3444
|
+
# data as a hash:
|
3445
|
+
#
|
3446
|
+
# {
|
3447
|
+
# db_cluster_endpoint_identifier: "String", # required
|
3448
|
+
# }
|
3449
|
+
#
|
3450
|
+
# @!attribute [rw] db_cluster_endpoint_identifier
|
3451
|
+
# The identifier associated with the custom endpoint. This parameter
|
3452
|
+
# is stored as a lowercase string.
|
3453
|
+
# @return [String]
|
3454
|
+
#
|
3455
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBClusterEndpointMessage AWS API Documentation
|
3456
|
+
#
|
3457
|
+
class DeleteDBClusterEndpointMessage < Struct.new(
|
3458
|
+
:db_cluster_endpoint_identifier)
|
3459
|
+
SENSITIVE = []
|
3460
|
+
include Aws::Structure
|
3461
|
+
end
|
3462
|
+
|
3463
|
+
# This data type represents the information you need to connect to an
|
3464
|
+
# Amazon Neptune DB cluster. This data type is used as a response
|
3465
|
+
# element in the following actions:
|
3466
|
+
#
|
3467
|
+
# * `CreateDBClusterEndpoint`
|
3468
|
+
#
|
3469
|
+
# * `DescribeDBClusterEndpoints`
|
3470
|
+
#
|
3471
|
+
# * `ModifyDBClusterEndpoint`
|
3472
|
+
#
|
3473
|
+
# * `DeleteDBClusterEndpoint`
|
3474
|
+
#
|
3475
|
+
# For the data structure that represents Amazon RDS DB instance
|
3476
|
+
# endpoints, see `Endpoint`.
|
3477
|
+
#
|
3478
|
+
# @!attribute [rw] db_cluster_endpoint_identifier
|
3479
|
+
# The identifier associated with the endpoint. This parameter is
|
3480
|
+
# stored as a lowercase string.
|
3481
|
+
# @return [String]
|
3482
|
+
#
|
3483
|
+
# @!attribute [rw] db_cluster_identifier
|
3484
|
+
# The DB cluster identifier of the DB cluster associated with the
|
3485
|
+
# endpoint. This parameter is stored as a lowercase string.
|
3486
|
+
# @return [String]
|
3487
|
+
#
|
3488
|
+
# @!attribute [rw] db_cluster_endpoint_resource_identifier
|
3489
|
+
# A unique system-generated identifier for an endpoint. It remains the
|
3490
|
+
# same for the whole life of the endpoint.
|
3491
|
+
# @return [String]
|
3492
|
+
#
|
3493
|
+
# @!attribute [rw] endpoint
|
3494
|
+
# The DNS address of the endpoint.
|
3495
|
+
# @return [String]
|
3496
|
+
#
|
3497
|
+
# @!attribute [rw] status
|
3498
|
+
# The current status of the endpoint. One of: `creating`, `available`,
|
3499
|
+
# `deleting`, `inactive`, `modifying`. The `inactive` state applies to
|
3500
|
+
# an endpoint that cannot be used for a certain kind of cluster, such
|
3501
|
+
# as a `writer` endpoint for a read-only secondary cluster in a global
|
3502
|
+
# database.
|
3503
|
+
# @return [String]
|
3504
|
+
#
|
3505
|
+
# @!attribute [rw] endpoint_type
|
3506
|
+
# The type of the endpoint. One of: `READER`, `WRITER`, `CUSTOM`.
|
3507
|
+
# @return [String]
|
3508
|
+
#
|
3509
|
+
# @!attribute [rw] custom_endpoint_type
|
3510
|
+
# The type associated with a custom endpoint. One of: `READER`,
|
3511
|
+
# `WRITER`, `ANY`.
|
3512
|
+
# @return [String]
|
3513
|
+
#
|
3514
|
+
# @!attribute [rw] static_members
|
3515
|
+
# List of DB instance identifiers that are part of the custom endpoint
|
3516
|
+
# group.
|
3517
|
+
# @return [Array<String>]
|
3518
|
+
#
|
3519
|
+
# @!attribute [rw] excluded_members
|
3520
|
+
# List of DB instance identifiers that aren't part of the custom
|
3521
|
+
# endpoint group. All other eligible instances are reachable through
|
3522
|
+
# the custom endpoint. Only relevant if the list of static members is
|
3523
|
+
# empty.
|
3524
|
+
# @return [Array<String>]
|
3525
|
+
#
|
3526
|
+
# @!attribute [rw] db_cluster_endpoint_arn
|
3527
|
+
# The Amazon Resource Name (ARN) for the endpoint.
|
3528
|
+
# @return [String]
|
3529
|
+
#
|
3530
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBClusterEndpointOutput AWS API Documentation
|
3531
|
+
#
|
3532
|
+
class DeleteDBClusterEndpointOutput < Struct.new(
|
3533
|
+
:db_cluster_endpoint_identifier,
|
3534
|
+
:db_cluster_identifier,
|
3535
|
+
:db_cluster_endpoint_resource_identifier,
|
3536
|
+
:endpoint,
|
3537
|
+
:status,
|
3538
|
+
:endpoint_type,
|
3539
|
+
:custom_endpoint_type,
|
3540
|
+
:static_members,
|
3541
|
+
:excluded_members,
|
3542
|
+
:db_cluster_endpoint_arn)
|
3543
|
+
SENSITIVE = []
|
3544
|
+
include Aws::Structure
|
3545
|
+
end
|
3546
|
+
|
3163
3547
|
# @note When making an API call, you may pass DeleteDBClusterMessage
|
3164
3548
|
# data as a hash:
|
3165
3549
|
#
|
@@ -3476,6 +3860,78 @@ module Aws::Neptune
|
|
3476
3860
|
include Aws::Structure
|
3477
3861
|
end
|
3478
3862
|
|
3863
|
+
# @note When making an API call, you may pass DescribeDBClusterEndpointsMessage
|
3864
|
+
# data as a hash:
|
3865
|
+
#
|
3866
|
+
# {
|
3867
|
+
# db_cluster_identifier: "String",
|
3868
|
+
# db_cluster_endpoint_identifier: "String",
|
3869
|
+
# filters: [
|
3870
|
+
# {
|
3871
|
+
# name: "String", # required
|
3872
|
+
# values: ["String"], # required
|
3873
|
+
# },
|
3874
|
+
# ],
|
3875
|
+
# max_records: 1,
|
3876
|
+
# marker: "String",
|
3877
|
+
# }
|
3878
|
+
#
|
3879
|
+
# @!attribute [rw] db_cluster_identifier
|
3880
|
+
# The DB cluster identifier of the DB cluster associated with the
|
3881
|
+
# endpoint. This parameter is stored as a lowercase string.
|
3882
|
+
# @return [String]
|
3883
|
+
#
|
3884
|
+
# @!attribute [rw] db_cluster_endpoint_identifier
|
3885
|
+
# The identifier of the endpoint to describe. This parameter is stored
|
3886
|
+
# as a lowercase string.
|
3887
|
+
# @return [String]
|
3888
|
+
#
|
3889
|
+
# @!attribute [rw] filters
|
3890
|
+
# A set of name-value pairs that define which endpoints to include in
|
3891
|
+
# the output. The filters are specified as name-value pairs, in the
|
3892
|
+
# format
|
3893
|
+
# `Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...`.
|
3894
|
+
# `Name` can be one of: `db-cluster-endpoint-type`,
|
3895
|
+
# `db-cluster-endpoint-custom-type`, `db-cluster-endpoint-id`,
|
3896
|
+
# `db-cluster-endpoint-status`. `Values` for the `
|
3897
|
+
# db-cluster-endpoint-type` filter can be one or more of: `reader`,
|
3898
|
+
# `writer`, `custom`. `Values` for the
|
3899
|
+
# `db-cluster-endpoint-custom-type` filter can be one or more of:
|
3900
|
+
# `reader`, `any`. `Values` for the `db-cluster-endpoint-status`
|
3901
|
+
# filter can be one or more of: `available`, `creating`, `deleting`,
|
3902
|
+
# `inactive`, `modifying`.
|
3903
|
+
# @return [Array<Types::Filter>]
|
3904
|
+
#
|
3905
|
+
# @!attribute [rw] max_records
|
3906
|
+
# The maximum number of records to include in the response. If more
|
3907
|
+
# records exist than the specified `MaxRecords` value, a pagination
|
3908
|
+
# token called a marker is included in the response so you can
|
3909
|
+
# retrieve the remaining results.
|
3910
|
+
#
|
3911
|
+
# Default: 100
|
3912
|
+
#
|
3913
|
+
# Constraints: Minimum 20, maximum 100.
|
3914
|
+
# @return [Integer]
|
3915
|
+
#
|
3916
|
+
# @!attribute [rw] marker
|
3917
|
+
# An optional pagination token provided by a previous
|
3918
|
+
# `DescribeDBClusterEndpoints` request. If this parameter is
|
3919
|
+
# specified, the response includes only records beyond the marker, up
|
3920
|
+
# to the value specified by `MaxRecords`.
|
3921
|
+
# @return [String]
|
3922
|
+
#
|
3923
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DescribeDBClusterEndpointsMessage AWS API Documentation
|
3924
|
+
#
|
3925
|
+
class DescribeDBClusterEndpointsMessage < Struct.new(
|
3926
|
+
:db_cluster_identifier,
|
3927
|
+
:db_cluster_endpoint_identifier,
|
3928
|
+
:filters,
|
3929
|
+
:max_records,
|
3930
|
+
:marker)
|
3931
|
+
SENSITIVE = []
|
3932
|
+
include Aws::Structure
|
3933
|
+
end
|
3934
|
+
|
3479
3935
|
# @note When making an API call, you may pass DescribeDBClusterParameterGroupsMessage
|
3480
3936
|
# data as a hash:
|
3481
3937
|
#
|
@@ -4771,6 +5227,9 @@ module Aws::Neptune
|
|
4771
5227
|
|
4772
5228
|
# Specifies a connection endpoint.
|
4773
5229
|
#
|
5230
|
+
# For the data structure that represents Amazon Neptune DB cluster
|
5231
|
+
# endpoints, see `DBClusterEndpoint`.
|
5232
|
+
#
|
4774
5233
|
# @!attribute [rw] address
|
4775
5234
|
# Specifies the DNS address of the DB instance.
|
4776
5235
|
# @return [String]
|
@@ -5118,6 +5577,13 @@ module Aws::Neptune
|
|
5118
5577
|
#
|
5119
5578
|
class InsufficientStorageClusterCapacityFault < Aws::EmptyStructure; end
|
5120
5579
|
|
5580
|
+
# The requested operation cannot be performed on the endpoint while the
|
5581
|
+
# endpoint is in this state.
|
5582
|
+
#
|
5583
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBClusterEndpointStateFault AWS API Documentation
|
5584
|
+
#
|
5585
|
+
class InvalidDBClusterEndpointStateFault < Aws::EmptyStructure; end
|
5586
|
+
|
5121
5587
|
# The supplied value is not a valid DB cluster snapshot state.
|
5122
5588
|
#
|
5123
5589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBClusterSnapshotStateFault AWS API Documentation
|
@@ -5236,6 +5702,132 @@ module Aws::Neptune
|
|
5236
5702
|
include Aws::Structure
|
5237
5703
|
end
|
5238
5704
|
|
5705
|
+
# @note When making an API call, you may pass ModifyDBClusterEndpointMessage
|
5706
|
+
# data as a hash:
|
5707
|
+
#
|
5708
|
+
# {
|
5709
|
+
# db_cluster_endpoint_identifier: "String", # required
|
5710
|
+
# endpoint_type: "String",
|
5711
|
+
# static_members: ["String"],
|
5712
|
+
# excluded_members: ["String"],
|
5713
|
+
# }
|
5714
|
+
#
|
5715
|
+
# @!attribute [rw] db_cluster_endpoint_identifier
|
5716
|
+
# The identifier of the endpoint to modify. This parameter is stored
|
5717
|
+
# as a lowercase string.
|
5718
|
+
# @return [String]
|
5719
|
+
#
|
5720
|
+
# @!attribute [rw] endpoint_type
|
5721
|
+
# The type of the endpoint. One of: `READER`, `WRITER`, `ANY`.
|
5722
|
+
# @return [String]
|
5723
|
+
#
|
5724
|
+
# @!attribute [rw] static_members
|
5725
|
+
# List of DB instance identifiers that are part of the custom endpoint
|
5726
|
+
# group.
|
5727
|
+
# @return [Array<String>]
|
5728
|
+
#
|
5729
|
+
# @!attribute [rw] excluded_members
|
5730
|
+
# List of DB instance identifiers that aren't part of the custom
|
5731
|
+
# endpoint group. All other eligible instances are reachable through
|
5732
|
+
# the custom endpoint. Only relevant if the list of static members is
|
5733
|
+
# empty.
|
5734
|
+
# @return [Array<String>]
|
5735
|
+
#
|
5736
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyDBClusterEndpointMessage AWS API Documentation
|
5737
|
+
#
|
5738
|
+
class ModifyDBClusterEndpointMessage < Struct.new(
|
5739
|
+
:db_cluster_endpoint_identifier,
|
5740
|
+
:endpoint_type,
|
5741
|
+
:static_members,
|
5742
|
+
:excluded_members)
|
5743
|
+
SENSITIVE = []
|
5744
|
+
include Aws::Structure
|
5745
|
+
end
|
5746
|
+
|
5747
|
+
# This data type represents the information you need to connect to an
|
5748
|
+
# Amazon Aurora DB cluster. This data type is used as a response element
|
5749
|
+
# in the following actions:
|
5750
|
+
#
|
5751
|
+
# * `CreateDBClusterEndpoint`
|
5752
|
+
#
|
5753
|
+
# * `DescribeDBClusterEndpoints`
|
5754
|
+
#
|
5755
|
+
# * `ModifyDBClusterEndpoint`
|
5756
|
+
#
|
5757
|
+
# * `DeleteDBClusterEndpoint`
|
5758
|
+
#
|
5759
|
+
# For the data structure that represents Amazon RDS DB instance
|
5760
|
+
# endpoints, see `Endpoint`.
|
5761
|
+
#
|
5762
|
+
# @!attribute [rw] db_cluster_endpoint_identifier
|
5763
|
+
# The identifier associated with the endpoint. This parameter is
|
5764
|
+
# stored as a lowercase string.
|
5765
|
+
# @return [String]
|
5766
|
+
#
|
5767
|
+
# @!attribute [rw] db_cluster_identifier
|
5768
|
+
# The DB cluster identifier of the DB cluster associated with the
|
5769
|
+
# endpoint. This parameter is stored as a lowercase string.
|
5770
|
+
# @return [String]
|
5771
|
+
#
|
5772
|
+
# @!attribute [rw] db_cluster_endpoint_resource_identifier
|
5773
|
+
# A unique system-generated identifier for an endpoint. It remains the
|
5774
|
+
# same for the whole life of the endpoint.
|
5775
|
+
# @return [String]
|
5776
|
+
#
|
5777
|
+
# @!attribute [rw] endpoint
|
5778
|
+
# The DNS address of the endpoint.
|
5779
|
+
# @return [String]
|
5780
|
+
#
|
5781
|
+
# @!attribute [rw] status
|
5782
|
+
# The current status of the endpoint. One of: `creating`, `available`,
|
5783
|
+
# `deleting`, `inactive`, `modifying`. The `inactive` state applies to
|
5784
|
+
# an endpoint that cannot be used for a certain kind of cluster, such
|
5785
|
+
# as a `writer` endpoint for a read-only secondary cluster in a global
|
5786
|
+
# database.
|
5787
|
+
# @return [String]
|
5788
|
+
#
|
5789
|
+
# @!attribute [rw] endpoint_type
|
5790
|
+
# The type of the endpoint. One of: `READER`, `WRITER`, `CUSTOM`.
|
5791
|
+
# @return [String]
|
5792
|
+
#
|
5793
|
+
# @!attribute [rw] custom_endpoint_type
|
5794
|
+
# The type associated with a custom endpoint. One of: `READER`,
|
5795
|
+
# `WRITER`, `ANY`.
|
5796
|
+
# @return [String]
|
5797
|
+
#
|
5798
|
+
# @!attribute [rw] static_members
|
5799
|
+
# List of DB instance identifiers that are part of the custom endpoint
|
5800
|
+
# group.
|
5801
|
+
# @return [Array<String>]
|
5802
|
+
#
|
5803
|
+
# @!attribute [rw] excluded_members
|
5804
|
+
# List of DB instance identifiers that aren't part of the custom
|
5805
|
+
# endpoint group. All other eligible instances are reachable through
|
5806
|
+
# the custom endpoint. Only relevant if the list of static members is
|
5807
|
+
# empty.
|
5808
|
+
# @return [Array<String>]
|
5809
|
+
#
|
5810
|
+
# @!attribute [rw] db_cluster_endpoint_arn
|
5811
|
+
# The Amazon Resource Name (ARN) for the endpoint.
|
5812
|
+
# @return [String]
|
5813
|
+
#
|
5814
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyDBClusterEndpointOutput AWS API Documentation
|
5815
|
+
#
|
5816
|
+
class ModifyDBClusterEndpointOutput < Struct.new(
|
5817
|
+
:db_cluster_endpoint_identifier,
|
5818
|
+
:db_cluster_identifier,
|
5819
|
+
:db_cluster_endpoint_resource_identifier,
|
5820
|
+
:endpoint,
|
5821
|
+
:status,
|
5822
|
+
:endpoint_type,
|
5823
|
+
:custom_endpoint_type,
|
5824
|
+
:static_members,
|
5825
|
+
:excluded_members,
|
5826
|
+
:db_cluster_endpoint_arn)
|
5827
|
+
SENSITIVE = []
|
5828
|
+
include Aws::Structure
|
5829
|
+
end
|
5830
|
+
|
5239
5831
|
# @note When making an API call, you may pass ModifyDBClusterMessage
|
5240
5832
|
# data as a hash:
|
5241
5833
|
#
|
@@ -5393,12 +5985,18 @@ module Aws::Neptune
|
|
5393
5985
|
# @return [Types::CloudwatchLogsExportConfiguration]
|
5394
5986
|
#
|
5395
5987
|
# @!attribute [rw] engine_version
|
5396
|
-
# The version number of the database engine
|
5397
|
-
#
|
5398
|
-
#
|
5988
|
+
# The version number of the database engine to which you want to
|
5989
|
+
# upgrade. Changing this parameter results in an outage. The change is
|
5990
|
+
# applied during the next maintenance window unless the
|
5991
|
+
# `ApplyImmediately` parameter is set to true.
|
5992
|
+
#
|
5993
|
+
# For a list of valid engine versions, see [Engine Releases for Amazon
|
5994
|
+
# Neptune][1], or call [DescribeDBEngineVersions][2].
|
5995
|
+
#
|
5399
5996
|
#
|
5400
|
-
#
|
5401
|
-
#
|
5997
|
+
#
|
5998
|
+
# [1]: https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html
|
5999
|
+
# [2]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
|
5402
6000
|
# @return [String]
|
5403
6001
|
#
|
5404
6002
|
# @!attribute [rw] deletion_protection
|
@@ -6726,6 +7324,7 @@ module Aws::Neptune
|
|
6726
7324
|
# {
|
6727
7325
|
# db_cluster_identifier: "String", # required
|
6728
7326
|
# role_arn: "String", # required
|
7327
|
+
# feature_name: "String",
|
6729
7328
|
# }
|
6730
7329
|
#
|
6731
7330
|
# @!attribute [rw] db_cluster_identifier
|
@@ -6738,11 +7337,18 @@ module Aws::Neptune
|
|
6738
7337
|
# `arn:aws:iam::123456789012:role/NeptuneAccessRole`.
|
6739
7338
|
# @return [String]
|
6740
7339
|
#
|
7340
|
+
# @!attribute [rw] feature_name
|
7341
|
+
# The name of the feature for the DB cluster that the IAM role is to
|
7342
|
+
# be disassociated from. For the list of supported feature names, see
|
7343
|
+
# DBEngineVersion.
|
7344
|
+
# @return [String]
|
7345
|
+
#
|
6741
7346
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RemoveRoleFromDBClusterMessage AWS API Documentation
|
6742
7347
|
#
|
6743
7348
|
class RemoveRoleFromDBClusterMessage < Struct.new(
|
6744
7349
|
:db_cluster_identifier,
|
6745
|
-
:role_arn
|
7350
|
+
:role_arn,
|
7351
|
+
:feature_name)
|
6746
7352
|
SENSITIVE = []
|
6747
7353
|
include Aws::Structure
|
6748
7354
|
end
|