aws-sdk-neptune 1.19.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-neptune.rb +7 -4
- data/lib/aws-sdk-neptune/client.rb +382 -104
- data/lib/aws-sdk-neptune/client_api.rb +164 -0
- data/lib/aws-sdk-neptune/errors.rb +671 -0
- data/lib/aws-sdk-neptune/resource.rb +1 -0
- data/lib/aws-sdk-neptune/types.rb +601 -110
- data/lib/aws-sdk-neptune/waiters.rb +62 -0
- metadata +3 -3
@@ -248,6 +248,10 @@ module Aws::Neptune
|
|
248
248
|
SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
|
249
249
|
SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
|
250
250
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
251
|
+
StartDBClusterMessage = Shapes::StructureShape.new(name: 'StartDBClusterMessage')
|
252
|
+
StartDBClusterResult = Shapes::StructureShape.new(name: 'StartDBClusterResult')
|
253
|
+
StopDBClusterMessage = Shapes::StructureShape.new(name: 'StopDBClusterMessage')
|
254
|
+
StopDBClusterResult = Shapes::StructureShape.new(name: 'StopDBClusterResult')
|
251
255
|
StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault')
|
252
256
|
StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault')
|
253
257
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -299,6 +303,8 @@ module Aws::Neptune
|
|
299
303
|
|
300
304
|
AttributeValueList.member = Shapes::ShapeRef.new(shape: String, location_name: "AttributeValue")
|
301
305
|
|
306
|
+
AuthorizationNotFoundFault.struct_class = Types::AuthorizationNotFoundFault
|
307
|
+
|
302
308
|
AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
303
309
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
304
310
|
|
@@ -306,6 +312,8 @@ module Aws::Neptune
|
|
306
312
|
|
307
313
|
AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
|
308
314
|
|
315
|
+
CertificateNotFoundFault.struct_class = Types::CertificateNotFoundFault
|
316
|
+
|
309
317
|
CharacterSet.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
310
318
|
CharacterSet.add_member(:character_set_description, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetDescription"))
|
311
319
|
CharacterSet.struct_class = Types::CharacterSet
|
@@ -366,6 +374,7 @@ module Aws::Neptune
|
|
366
374
|
CreateDBClusterMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
|
367
375
|
CreateDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
368
376
|
CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
|
377
|
+
CreateDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
369
378
|
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
370
379
|
|
371
380
|
CreateDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
@@ -430,6 +439,7 @@ module Aws::Neptune
|
|
430
439
|
CreateDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
|
431
440
|
CreateDBInstanceMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
432
441
|
CreateDBInstanceMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
|
442
|
+
CreateDBInstanceMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
433
443
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
434
444
|
|
435
445
|
CreateDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -501,8 +511,11 @@ module Aws::Neptune
|
|
501
511
|
DBCluster.add_member(:clone_group_id, Shapes::ShapeRef.new(shape: String, location_name: "CloneGroupId"))
|
502
512
|
DBCluster.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
|
503
513
|
DBCluster.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
|
514
|
+
DBCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
504
515
|
DBCluster.struct_class = Types::DBCluster
|
505
516
|
|
517
|
+
DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
|
518
|
+
|
506
519
|
DBClusterList.member = Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster")
|
507
520
|
|
508
521
|
DBClusterMember.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
@@ -517,6 +530,8 @@ module Aws::Neptune
|
|
517
530
|
DBClusterMessage.add_member(:db_clusters, Shapes::ShapeRef.new(shape: DBClusterList, location_name: "DBClusters"))
|
518
531
|
DBClusterMessage.struct_class = Types::DBClusterMessage
|
519
532
|
|
533
|
+
DBClusterNotFoundFault.struct_class = Types::DBClusterNotFoundFault
|
534
|
+
|
520
535
|
DBClusterOptionGroupMemberships.member = Shapes::ShapeRef.new(shape: DBClusterOptionGroupStatus, location_name: "DBClusterOptionGroup")
|
521
536
|
|
522
537
|
DBClusterOptionGroupStatus.add_member(:db_cluster_option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterOptionGroupName"))
|
@@ -538,14 +553,24 @@ module Aws::Neptune
|
|
538
553
|
DBClusterParameterGroupNameMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
539
554
|
DBClusterParameterGroupNameMessage.struct_class = Types::DBClusterParameterGroupNameMessage
|
540
555
|
|
556
|
+
DBClusterParameterGroupNotFoundFault.struct_class = Types::DBClusterParameterGroupNotFoundFault
|
557
|
+
|
541
558
|
DBClusterParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
542
559
|
DBClusterParameterGroupsMessage.add_member(:db_cluster_parameter_groups, Shapes::ShapeRef.new(shape: DBClusterParameterGroupList, location_name: "DBClusterParameterGroups"))
|
543
560
|
DBClusterParameterGroupsMessage.struct_class = Types::DBClusterParameterGroupsMessage
|
544
561
|
|
562
|
+
DBClusterQuotaExceededFault.struct_class = Types::DBClusterQuotaExceededFault
|
563
|
+
|
545
564
|
DBClusterRole.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "RoleArn"))
|
546
565
|
DBClusterRole.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
547
566
|
DBClusterRole.struct_class = Types::DBClusterRole
|
548
567
|
|
568
|
+
DBClusterRoleAlreadyExistsFault.struct_class = Types::DBClusterRoleAlreadyExistsFault
|
569
|
+
|
570
|
+
DBClusterRoleNotFoundFault.struct_class = Types::DBClusterRoleNotFoundFault
|
571
|
+
|
572
|
+
DBClusterRoleQuotaExceededFault.struct_class = Types::DBClusterRoleQuotaExceededFault
|
573
|
+
|
549
574
|
DBClusterRoles.member = Shapes::ShapeRef.new(shape: DBClusterRole, location_name: "DBClusterRole")
|
550
575
|
|
551
576
|
DBClusterSnapshot.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
@@ -570,6 +595,8 @@ module Aws::Neptune
|
|
570
595
|
DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
571
596
|
DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
|
572
597
|
|
598
|
+
DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
|
599
|
+
|
573
600
|
DBClusterSnapshotAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "AttributeName"))
|
574
601
|
DBClusterSnapshotAttribute.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValues"))
|
575
602
|
DBClusterSnapshotAttribute.struct_class = Types::DBClusterSnapshotAttribute
|
@@ -586,6 +613,8 @@ module Aws::Neptune
|
|
586
613
|
DBClusterSnapshotMessage.add_member(:db_cluster_snapshots, Shapes::ShapeRef.new(shape: DBClusterSnapshotList, location_name: "DBClusterSnapshots"))
|
587
614
|
DBClusterSnapshotMessage.struct_class = Types::DBClusterSnapshotMessage
|
588
615
|
|
616
|
+
DBClusterSnapshotNotFoundFault.struct_class = Types::DBClusterSnapshotNotFoundFault
|
617
|
+
|
589
618
|
DBEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
590
619
|
DBEngineVersion.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
591
620
|
DBEngineVersion.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
@@ -658,14 +687,19 @@ module Aws::Neptune
|
|
658
687
|
DBInstance.add_member(:performance_insights_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PerformanceInsightsEnabled"))
|
659
688
|
DBInstance.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
660
689
|
DBInstance.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
|
690
|
+
DBInstance.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
661
691
|
DBInstance.struct_class = Types::DBInstance
|
662
692
|
|
693
|
+
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
694
|
+
|
663
695
|
DBInstanceList.member = Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance")
|
664
696
|
|
665
697
|
DBInstanceMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
666
698
|
DBInstanceMessage.add_member(:db_instances, Shapes::ShapeRef.new(shape: DBInstanceList, location_name: "DBInstances"))
|
667
699
|
DBInstanceMessage.struct_class = Types::DBInstanceMessage
|
668
700
|
|
701
|
+
DBInstanceNotFoundFault.struct_class = Types::DBInstanceNotFoundFault
|
702
|
+
|
669
703
|
DBInstanceStatusInfo.add_member(:status_type, Shapes::ShapeRef.new(shape: String, location_name: "StatusType"))
|
670
704
|
DBInstanceStatusInfo.add_member(:normal, Shapes::ShapeRef.new(shape: Boolean, location_name: "Normal"))
|
671
705
|
DBInstanceStatusInfo.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
@@ -680,6 +714,8 @@ module Aws::Neptune
|
|
680
714
|
DBParameterGroup.add_member(:db_parameter_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupArn"))
|
681
715
|
DBParameterGroup.struct_class = Types::DBParameterGroup
|
682
716
|
|
717
|
+
DBParameterGroupAlreadyExistsFault.struct_class = Types::DBParameterGroupAlreadyExistsFault
|
718
|
+
|
683
719
|
DBParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
684
720
|
DBParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
685
721
|
DBParameterGroupDetails.struct_class = Types::DBParameterGroupDetails
|
@@ -689,6 +725,10 @@ module Aws::Neptune
|
|
689
725
|
DBParameterGroupNameMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
690
726
|
DBParameterGroupNameMessage.struct_class = Types::DBParameterGroupNameMessage
|
691
727
|
|
728
|
+
DBParameterGroupNotFoundFault.struct_class = Types::DBParameterGroupNotFoundFault
|
729
|
+
|
730
|
+
DBParameterGroupQuotaExceededFault.struct_class = Types::DBParameterGroupQuotaExceededFault
|
731
|
+
|
692
732
|
DBParameterGroupStatus.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
693
733
|
DBParameterGroupStatus.add_member(:parameter_apply_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterApplyStatus"))
|
694
734
|
DBParameterGroupStatus.struct_class = Types::DBParameterGroupStatus
|
@@ -707,6 +747,12 @@ module Aws::Neptune
|
|
707
747
|
|
708
748
|
DBSecurityGroupNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName")
|
709
749
|
|
750
|
+
DBSecurityGroupNotFoundFault.struct_class = Types::DBSecurityGroupNotFoundFault
|
751
|
+
|
752
|
+
DBSnapshotAlreadyExistsFault.struct_class = Types::DBSnapshotAlreadyExistsFault
|
753
|
+
|
754
|
+
DBSnapshotNotFoundFault.struct_class = Types::DBSnapshotNotFoundFault
|
755
|
+
|
710
756
|
DBSubnetGroup.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
711
757
|
DBSubnetGroup.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupDescription"))
|
712
758
|
DBSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
@@ -715,12 +761,24 @@ module Aws::Neptune
|
|
715
761
|
DBSubnetGroup.add_member(:db_subnet_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupArn"))
|
716
762
|
DBSubnetGroup.struct_class = Types::DBSubnetGroup
|
717
763
|
|
764
|
+
DBSubnetGroupAlreadyExistsFault.struct_class = Types::DBSubnetGroupAlreadyExistsFault
|
765
|
+
|
766
|
+
DBSubnetGroupDoesNotCoverEnoughAZs.struct_class = Types::DBSubnetGroupDoesNotCoverEnoughAZs
|
767
|
+
|
718
768
|
DBSubnetGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
719
769
|
DBSubnetGroupMessage.add_member(:db_subnet_groups, Shapes::ShapeRef.new(shape: DBSubnetGroups, location_name: "DBSubnetGroups"))
|
720
770
|
DBSubnetGroupMessage.struct_class = Types::DBSubnetGroupMessage
|
721
771
|
|
772
|
+
DBSubnetGroupNotFoundFault.struct_class = Types::DBSubnetGroupNotFoundFault
|
773
|
+
|
774
|
+
DBSubnetGroupQuotaExceededFault.struct_class = Types::DBSubnetGroupQuotaExceededFault
|
775
|
+
|
722
776
|
DBSubnetGroups.member = Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup")
|
723
777
|
|
778
|
+
DBSubnetQuotaExceededFault.struct_class = Types::DBSubnetQuotaExceededFault
|
779
|
+
|
780
|
+
DBUpgradeDependencyFailureFault.struct_class = Types::DBUpgradeDependencyFailureFault
|
781
|
+
|
724
782
|
DeleteDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
725
783
|
DeleteDBClusterMessage.add_member(:skip_final_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalSnapshot"))
|
726
784
|
DeleteDBClusterMessage.add_member(:final_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalDBSnapshotIdentifier"))
|
@@ -898,6 +956,8 @@ module Aws::Neptune
|
|
898
956
|
|
899
957
|
DomainMembershipList.member = Shapes::ShapeRef.new(shape: DomainMembership, location_name: "DomainMembership")
|
900
958
|
|
959
|
+
DomainNotFoundFault.struct_class = Types::DomainNotFoundFault
|
960
|
+
|
901
961
|
DoubleRange.add_member(:from, Shapes::ShapeRef.new(shape: Double, location_name: "From"))
|
902
962
|
DoubleRange.add_member(:to, Shapes::ShapeRef.new(shape: Double, location_name: "To"))
|
903
963
|
DoubleRange.struct_class = Types::DoubleRange
|
@@ -947,6 +1007,8 @@ module Aws::Neptune
|
|
947
1007
|
EventSubscription.add_member(:event_subscription_arn, Shapes::ShapeRef.new(shape: String, location_name: "EventSubscriptionArn"))
|
948
1008
|
EventSubscription.struct_class = Types::EventSubscription
|
949
1009
|
|
1010
|
+
EventSubscriptionQuotaExceededFault.struct_class = Types::EventSubscriptionQuotaExceededFault
|
1011
|
+
|
950
1012
|
EventSubscriptionsList.member = Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription")
|
951
1013
|
|
952
1014
|
EventSubscriptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
@@ -972,6 +1034,40 @@ module Aws::Neptune
|
|
972
1034
|
|
973
1035
|
FilterValueList.member = Shapes::ShapeRef.new(shape: String, location_name: "Value")
|
974
1036
|
|
1037
|
+
InstanceQuotaExceededFault.struct_class = Types::InstanceQuotaExceededFault
|
1038
|
+
|
1039
|
+
InsufficientDBClusterCapacityFault.struct_class = Types::InsufficientDBClusterCapacityFault
|
1040
|
+
|
1041
|
+
InsufficientDBInstanceCapacityFault.struct_class = Types::InsufficientDBInstanceCapacityFault
|
1042
|
+
|
1043
|
+
InsufficientStorageClusterCapacityFault.struct_class = Types::InsufficientStorageClusterCapacityFault
|
1044
|
+
|
1045
|
+
InvalidDBClusterSnapshotStateFault.struct_class = Types::InvalidDBClusterSnapshotStateFault
|
1046
|
+
|
1047
|
+
InvalidDBClusterStateFault.struct_class = Types::InvalidDBClusterStateFault
|
1048
|
+
|
1049
|
+
InvalidDBInstanceStateFault.struct_class = Types::InvalidDBInstanceStateFault
|
1050
|
+
|
1051
|
+
InvalidDBParameterGroupStateFault.struct_class = Types::InvalidDBParameterGroupStateFault
|
1052
|
+
|
1053
|
+
InvalidDBSecurityGroupStateFault.struct_class = Types::InvalidDBSecurityGroupStateFault
|
1054
|
+
|
1055
|
+
InvalidDBSnapshotStateFault.struct_class = Types::InvalidDBSnapshotStateFault
|
1056
|
+
|
1057
|
+
InvalidDBSubnetGroupStateFault.struct_class = Types::InvalidDBSubnetGroupStateFault
|
1058
|
+
|
1059
|
+
InvalidDBSubnetStateFault.struct_class = Types::InvalidDBSubnetStateFault
|
1060
|
+
|
1061
|
+
InvalidEventSubscriptionStateFault.struct_class = Types::InvalidEventSubscriptionStateFault
|
1062
|
+
|
1063
|
+
InvalidRestoreFault.struct_class = Types::InvalidRestoreFault
|
1064
|
+
|
1065
|
+
InvalidSubnet.struct_class = Types::InvalidSubnet
|
1066
|
+
|
1067
|
+
InvalidVPCNetworkStateFault.struct_class = Types::InvalidVPCNetworkStateFault
|
1068
|
+
|
1069
|
+
KMSKeyNotAccessibleFault.struct_class = Types::KMSKeyNotAccessibleFault
|
1070
|
+
|
975
1071
|
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
976
1072
|
|
977
1073
|
ListTagsForResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
@@ -994,6 +1090,7 @@ module Aws::Neptune
|
|
994
1090
|
ModifyDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
995
1091
|
ModifyDBClusterMessage.add_member(:cloudwatch_logs_export_configuration, Shapes::ShapeRef.new(shape: CloudwatchLogsExportConfiguration, location_name: "CloudwatchLogsExportConfiguration"))
|
996
1092
|
ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1093
|
+
ModifyDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
997
1094
|
ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
|
998
1095
|
|
999
1096
|
ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
@@ -1048,6 +1145,7 @@ module Aws::Neptune
|
|
1048
1145
|
ModifyDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
|
1049
1146
|
ModifyDBInstanceMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
1050
1147
|
ModifyDBInstanceMessage.add_member(:cloudwatch_logs_export_configuration, Shapes::ShapeRef.new(shape: CloudwatchLogsExportConfiguration, location_name: "CloudwatchLogsExportConfiguration"))
|
1148
|
+
ModifyDBInstanceMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
1051
1149
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
1052
1150
|
|
1053
1151
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -1081,6 +1179,8 @@ module Aws::Neptune
|
|
1081
1179
|
|
1082
1180
|
OptionGroupMembershipList.member = Shapes::ShapeRef.new(shape: OptionGroupMembership, location_name: "OptionGroupMembership")
|
1083
1181
|
|
1182
|
+
OptionGroupNotFoundFault.struct_class = Types::OptionGroupNotFoundFault
|
1183
|
+
|
1084
1184
|
OrderableDBInstanceOption.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1085
1185
|
OrderableDBInstanceOption.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1086
1186
|
OrderableDBInstanceOption.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
@@ -1165,6 +1265,8 @@ module Aws::Neptune
|
|
1165
1265
|
PromoteReadReplicaDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1166
1266
|
PromoteReadReplicaDBClusterResult.struct_class = Types::PromoteReadReplicaDBClusterResult
|
1167
1267
|
|
1268
|
+
ProvisionedIopsNotAvailableInAZFault.struct_class = Types::ProvisionedIopsNotAvailableInAZFault
|
1269
|
+
|
1168
1270
|
Range.add_member(:from, Shapes::ShapeRef.new(shape: Integer, location_name: "From"))
|
1169
1271
|
Range.add_member(:to, Shapes::ShapeRef.new(shape: Integer, location_name: "To"))
|
1170
1272
|
Range.add_member(:step, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Step"))
|
@@ -1210,6 +1312,8 @@ module Aws::Neptune
|
|
1210
1312
|
ResetDBParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
1211
1313
|
ResetDBParameterGroupMessage.struct_class = Types::ResetDBParameterGroupMessage
|
1212
1314
|
|
1315
|
+
ResourceNotFoundFault.struct_class = Types::ResourceNotFoundFault
|
1316
|
+
|
1213
1317
|
ResourcePendingMaintenanceActions.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
1214
1318
|
ResourcePendingMaintenanceActions.add_member(:pending_maintenance_action_details, Shapes::ShapeRef.new(shape: PendingMaintenanceActionDetails, location_name: "PendingMaintenanceActionDetails"))
|
1215
1319
|
ResourcePendingMaintenanceActions.struct_class = Types::ResourcePendingMaintenanceActions
|
@@ -1229,6 +1333,7 @@ module Aws::Neptune
|
|
1229
1333
|
RestoreDBClusterFromSnapshotMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
1230
1334
|
RestoreDBClusterFromSnapshotMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
|
1231
1335
|
RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
1336
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
1232
1337
|
RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
|
1233
1338
|
|
1234
1339
|
RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
@@ -1248,22 +1353,59 @@ module Aws::Neptune
|
|
1248
1353
|
RestoreDBClusterToPointInTimeMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
1249
1354
|
RestoreDBClusterToPointInTimeMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
|
1250
1355
|
RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
1356
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
|
1251
1357
|
RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
|
1252
1358
|
|
1253
1359
|
RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1254
1360
|
RestoreDBClusterToPointInTimeResult.struct_class = Types::RestoreDBClusterToPointInTimeResult
|
1255
1361
|
|
1362
|
+
SNSInvalidTopicFault.struct_class = Types::SNSInvalidTopicFault
|
1363
|
+
|
1364
|
+
SNSNoAuthorizationFault.struct_class = Types::SNSNoAuthorizationFault
|
1365
|
+
|
1366
|
+
SNSTopicArnNotFoundFault.struct_class = Types::SNSTopicArnNotFoundFault
|
1367
|
+
|
1368
|
+
SharedSnapshotQuotaExceededFault.struct_class = Types::SharedSnapshotQuotaExceededFault
|
1369
|
+
|
1370
|
+
SnapshotQuotaExceededFault.struct_class = Types::SnapshotQuotaExceededFault
|
1371
|
+
|
1256
1372
|
SourceIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SourceId")
|
1257
1373
|
|
1374
|
+
SourceNotFoundFault.struct_class = Types::SourceNotFoundFault
|
1375
|
+
|
1376
|
+
StartDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1377
|
+
StartDBClusterMessage.struct_class = Types::StartDBClusterMessage
|
1378
|
+
|
1379
|
+
StartDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1380
|
+
StartDBClusterResult.struct_class = Types::StartDBClusterResult
|
1381
|
+
|
1382
|
+
StopDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1383
|
+
StopDBClusterMessage.struct_class = Types::StopDBClusterMessage
|
1384
|
+
|
1385
|
+
StopDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1386
|
+
StopDBClusterResult.struct_class = Types::StopDBClusterResult
|
1387
|
+
|
1388
|
+
StorageQuotaExceededFault.struct_class = Types::StorageQuotaExceededFault
|
1389
|
+
|
1390
|
+
StorageTypeNotSupportedFault.struct_class = Types::StorageTypeNotSupportedFault
|
1391
|
+
|
1258
1392
|
Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
|
1259
1393
|
Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
|
1260
1394
|
Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
|
1261
1395
|
Subnet.struct_class = Types::Subnet
|
1262
1396
|
|
1397
|
+
SubnetAlreadyInUse.struct_class = Types::SubnetAlreadyInUse
|
1398
|
+
|
1263
1399
|
SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier")
|
1264
1400
|
|
1265
1401
|
SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "Subnet")
|
1266
1402
|
|
1403
|
+
SubscriptionAlreadyExistFault.struct_class = Types::SubscriptionAlreadyExistFault
|
1404
|
+
|
1405
|
+
SubscriptionCategoryNotFoundFault.struct_class = Types::SubscriptionCategoryNotFoundFault
|
1406
|
+
|
1407
|
+
SubscriptionNotFoundFault.struct_class = Types::SubscriptionNotFoundFault
|
1408
|
+
|
1267
1409
|
SupportedCharacterSetsList.member = Shapes::ShapeRef.new(shape: CharacterSet, location_name: "CharacterSet")
|
1268
1410
|
|
1269
1411
|
SupportedTimezonesList.member = Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone")
|
@@ -2048,6 +2190,28 @@ module Aws::Neptune
|
|
2048
2190
|
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2049
2191
|
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
2050
2192
|
end)
|
2193
|
+
|
2194
|
+
api.add_operation(:start_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
2195
|
+
o.name = "StartDBCluster"
|
2196
|
+
o.http_method = "POST"
|
2197
|
+
o.http_request_uri = "/"
|
2198
|
+
o.input = Shapes::ShapeRef.new(shape: StartDBClusterMessage)
|
2199
|
+
o.output = Shapes::ShapeRef.new(shape: StartDBClusterResult)
|
2200
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2201
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2202
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2203
|
+
end)
|
2204
|
+
|
2205
|
+
api.add_operation(:stop_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
2206
|
+
o.name = "StopDBCluster"
|
2207
|
+
o.http_method = "POST"
|
2208
|
+
o.http_request_uri = "/"
|
2209
|
+
o.input = Shapes::ShapeRef.new(shape: StopDBClusterMessage)
|
2210
|
+
o.output = Shapes::ShapeRef.new(shape: StopDBClusterResult)
|
2211
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2212
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2213
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2214
|
+
end)
|
2051
2215
|
end
|
2052
2216
|
|
2053
2217
|
end
|
@@ -6,9 +6,680 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::Neptune
|
9
|
+
|
10
|
+
# When Neptune returns an error response, the Ruby SDK constructs and raises an error.
|
11
|
+
# These errors all extend Aws::Neptune::Errors::ServiceError < {Aws::Errors::ServiceError}
|
12
|
+
#
|
13
|
+
# You can rescue all Neptune errors using ServiceError:
|
14
|
+
#
|
15
|
+
# begin
|
16
|
+
# # do stuff
|
17
|
+
# rescue Aws::Neptune::Errors::ServiceError
|
18
|
+
# # rescues all Neptune API errors
|
19
|
+
# end
|
20
|
+
#
|
21
|
+
#
|
22
|
+
# ## Request Context
|
23
|
+
# ServiceError objects have a {Aws::Errors::ServiceError#context #context} method that returns
|
24
|
+
# information about the request that generated the error.
|
25
|
+
# See {Seahorse::Client::RequestContext} for more information.
|
26
|
+
#
|
27
|
+
# ## Error Classes
|
28
|
+
# * {AuthorizationNotFoundFault}
|
29
|
+
# * {CertificateNotFoundFault}
|
30
|
+
# * {DBClusterAlreadyExistsFault}
|
31
|
+
# * {DBClusterNotFoundFault}
|
32
|
+
# * {DBClusterParameterGroupNotFoundFault}
|
33
|
+
# * {DBClusterQuotaExceededFault}
|
34
|
+
# * {DBClusterRoleAlreadyExistsFault}
|
35
|
+
# * {DBClusterRoleNotFoundFault}
|
36
|
+
# * {DBClusterRoleQuotaExceededFault}
|
37
|
+
# * {DBClusterSnapshotAlreadyExistsFault}
|
38
|
+
# * {DBClusterSnapshotNotFoundFault}
|
39
|
+
# * {DBInstanceAlreadyExistsFault}
|
40
|
+
# * {DBInstanceNotFoundFault}
|
41
|
+
# * {DBParameterGroupAlreadyExistsFault}
|
42
|
+
# * {DBParameterGroupNotFoundFault}
|
43
|
+
# * {DBParameterGroupQuotaExceededFault}
|
44
|
+
# * {DBSecurityGroupNotFoundFault}
|
45
|
+
# * {DBSnapshotAlreadyExistsFault}
|
46
|
+
# * {DBSnapshotNotFoundFault}
|
47
|
+
# * {DBSubnetGroupAlreadyExistsFault}
|
48
|
+
# * {DBSubnetGroupDoesNotCoverEnoughAZs}
|
49
|
+
# * {DBSubnetGroupNotFoundFault}
|
50
|
+
# * {DBSubnetGroupQuotaExceededFault}
|
51
|
+
# * {DBSubnetQuotaExceededFault}
|
52
|
+
# * {DBUpgradeDependencyFailureFault}
|
53
|
+
# * {DomainNotFoundFault}
|
54
|
+
# * {EventSubscriptionQuotaExceededFault}
|
55
|
+
# * {InstanceQuotaExceededFault}
|
56
|
+
# * {InsufficientDBClusterCapacityFault}
|
57
|
+
# * {InsufficientDBInstanceCapacityFault}
|
58
|
+
# * {InsufficientStorageClusterCapacityFault}
|
59
|
+
# * {InvalidDBClusterSnapshotStateFault}
|
60
|
+
# * {InvalidDBClusterStateFault}
|
61
|
+
# * {InvalidDBInstanceStateFault}
|
62
|
+
# * {InvalidDBParameterGroupStateFault}
|
63
|
+
# * {InvalidDBSecurityGroupStateFault}
|
64
|
+
# * {InvalidDBSnapshotStateFault}
|
65
|
+
# * {InvalidDBSubnetGroupStateFault}
|
66
|
+
# * {InvalidDBSubnetStateFault}
|
67
|
+
# * {InvalidEventSubscriptionStateFault}
|
68
|
+
# * {InvalidRestoreFault}
|
69
|
+
# * {InvalidSubnet}
|
70
|
+
# * {InvalidVPCNetworkStateFault}
|
71
|
+
# * {KMSKeyNotAccessibleFault}
|
72
|
+
# * {OptionGroupNotFoundFault}
|
73
|
+
# * {ProvisionedIopsNotAvailableInAZFault}
|
74
|
+
# * {ResourceNotFoundFault}
|
75
|
+
# * {SNSInvalidTopicFault}
|
76
|
+
# * {SNSNoAuthorizationFault}
|
77
|
+
# * {SNSTopicArnNotFoundFault}
|
78
|
+
# * {SharedSnapshotQuotaExceededFault}
|
79
|
+
# * {SnapshotQuotaExceededFault}
|
80
|
+
# * {SourceNotFoundFault}
|
81
|
+
# * {StorageQuotaExceededFault}
|
82
|
+
# * {StorageTypeNotSupportedFault}
|
83
|
+
# * {SubnetAlreadyInUse}
|
84
|
+
# * {SubscriptionAlreadyExistFault}
|
85
|
+
# * {SubscriptionCategoryNotFoundFault}
|
86
|
+
# * {SubscriptionNotFoundFault}
|
87
|
+
#
|
88
|
+
# Additionally, error classes are dynamically generated for service errors based on the error code
|
89
|
+
# if they are not defined above.
|
9
90
|
module Errors
|
10
91
|
|
11
92
|
extend Aws::Errors::DynamicErrors
|
12
93
|
|
94
|
+
class AuthorizationNotFoundFault < ServiceError
|
95
|
+
|
96
|
+
# @param [Seahorse::Client::RequestContext] context
|
97
|
+
# @param [String] message
|
98
|
+
# @param [Aws::Neptune::Types::AuthorizationNotFoundFault] data
|
99
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
100
|
+
super(context, message, data)
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
class CertificateNotFoundFault < ServiceError
|
105
|
+
|
106
|
+
# @param [Seahorse::Client::RequestContext] context
|
107
|
+
# @param [String] message
|
108
|
+
# @param [Aws::Neptune::Types::CertificateNotFoundFault] data
|
109
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
110
|
+
super(context, message, data)
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
114
|
+
class DBClusterAlreadyExistsFault < ServiceError
|
115
|
+
|
116
|
+
# @param [Seahorse::Client::RequestContext] context
|
117
|
+
# @param [String] message
|
118
|
+
# @param [Aws::Neptune::Types::DBClusterAlreadyExistsFault] data
|
119
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
120
|
+
super(context, message, data)
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
class DBClusterNotFoundFault < ServiceError
|
125
|
+
|
126
|
+
# @param [Seahorse::Client::RequestContext] context
|
127
|
+
# @param [String] message
|
128
|
+
# @param [Aws::Neptune::Types::DBClusterNotFoundFault] data
|
129
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
130
|
+
super(context, message, data)
|
131
|
+
end
|
132
|
+
end
|
133
|
+
|
134
|
+
class DBClusterParameterGroupNotFoundFault < ServiceError
|
135
|
+
|
136
|
+
# @param [Seahorse::Client::RequestContext] context
|
137
|
+
# @param [String] message
|
138
|
+
# @param [Aws::Neptune::Types::DBClusterParameterGroupNotFoundFault] data
|
139
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
140
|
+
super(context, message, data)
|
141
|
+
end
|
142
|
+
end
|
143
|
+
|
144
|
+
class DBClusterQuotaExceededFault < ServiceError
|
145
|
+
|
146
|
+
# @param [Seahorse::Client::RequestContext] context
|
147
|
+
# @param [String] message
|
148
|
+
# @param [Aws::Neptune::Types::DBClusterQuotaExceededFault] data
|
149
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
150
|
+
super(context, message, data)
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
class DBClusterRoleAlreadyExistsFault < ServiceError
|
155
|
+
|
156
|
+
# @param [Seahorse::Client::RequestContext] context
|
157
|
+
# @param [String] message
|
158
|
+
# @param [Aws::Neptune::Types::DBClusterRoleAlreadyExistsFault] data
|
159
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
160
|
+
super(context, message, data)
|
161
|
+
end
|
162
|
+
end
|
163
|
+
|
164
|
+
class DBClusterRoleNotFoundFault < ServiceError
|
165
|
+
|
166
|
+
# @param [Seahorse::Client::RequestContext] context
|
167
|
+
# @param [String] message
|
168
|
+
# @param [Aws::Neptune::Types::DBClusterRoleNotFoundFault] data
|
169
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
170
|
+
super(context, message, data)
|
171
|
+
end
|
172
|
+
end
|
173
|
+
|
174
|
+
class DBClusterRoleQuotaExceededFault < ServiceError
|
175
|
+
|
176
|
+
# @param [Seahorse::Client::RequestContext] context
|
177
|
+
# @param [String] message
|
178
|
+
# @param [Aws::Neptune::Types::DBClusterRoleQuotaExceededFault] data
|
179
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
180
|
+
super(context, message, data)
|
181
|
+
end
|
182
|
+
end
|
183
|
+
|
184
|
+
class DBClusterSnapshotAlreadyExistsFault < ServiceError
|
185
|
+
|
186
|
+
# @param [Seahorse::Client::RequestContext] context
|
187
|
+
# @param [String] message
|
188
|
+
# @param [Aws::Neptune::Types::DBClusterSnapshotAlreadyExistsFault] data
|
189
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
190
|
+
super(context, message, data)
|
191
|
+
end
|
192
|
+
end
|
193
|
+
|
194
|
+
class DBClusterSnapshotNotFoundFault < ServiceError
|
195
|
+
|
196
|
+
# @param [Seahorse::Client::RequestContext] context
|
197
|
+
# @param [String] message
|
198
|
+
# @param [Aws::Neptune::Types::DBClusterSnapshotNotFoundFault] data
|
199
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
200
|
+
super(context, message, data)
|
201
|
+
end
|
202
|
+
end
|
203
|
+
|
204
|
+
class DBInstanceAlreadyExistsFault < ServiceError
|
205
|
+
|
206
|
+
# @param [Seahorse::Client::RequestContext] context
|
207
|
+
# @param [String] message
|
208
|
+
# @param [Aws::Neptune::Types::DBInstanceAlreadyExistsFault] data
|
209
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
210
|
+
super(context, message, data)
|
211
|
+
end
|
212
|
+
end
|
213
|
+
|
214
|
+
class DBInstanceNotFoundFault < ServiceError
|
215
|
+
|
216
|
+
# @param [Seahorse::Client::RequestContext] context
|
217
|
+
# @param [String] message
|
218
|
+
# @param [Aws::Neptune::Types::DBInstanceNotFoundFault] data
|
219
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
220
|
+
super(context, message, data)
|
221
|
+
end
|
222
|
+
end
|
223
|
+
|
224
|
+
class DBParameterGroupAlreadyExistsFault < ServiceError
|
225
|
+
|
226
|
+
# @param [Seahorse::Client::RequestContext] context
|
227
|
+
# @param [String] message
|
228
|
+
# @param [Aws::Neptune::Types::DBParameterGroupAlreadyExistsFault] data
|
229
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
230
|
+
super(context, message, data)
|
231
|
+
end
|
232
|
+
end
|
233
|
+
|
234
|
+
class DBParameterGroupNotFoundFault < ServiceError
|
235
|
+
|
236
|
+
# @param [Seahorse::Client::RequestContext] context
|
237
|
+
# @param [String] message
|
238
|
+
# @param [Aws::Neptune::Types::DBParameterGroupNotFoundFault] data
|
239
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
240
|
+
super(context, message, data)
|
241
|
+
end
|
242
|
+
end
|
243
|
+
|
244
|
+
class DBParameterGroupQuotaExceededFault < ServiceError
|
245
|
+
|
246
|
+
# @param [Seahorse::Client::RequestContext] context
|
247
|
+
# @param [String] message
|
248
|
+
# @param [Aws::Neptune::Types::DBParameterGroupQuotaExceededFault] data
|
249
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
250
|
+
super(context, message, data)
|
251
|
+
end
|
252
|
+
end
|
253
|
+
|
254
|
+
class DBSecurityGroupNotFoundFault < ServiceError
|
255
|
+
|
256
|
+
# @param [Seahorse::Client::RequestContext] context
|
257
|
+
# @param [String] message
|
258
|
+
# @param [Aws::Neptune::Types::DBSecurityGroupNotFoundFault] data
|
259
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
260
|
+
super(context, message, data)
|
261
|
+
end
|
262
|
+
end
|
263
|
+
|
264
|
+
class DBSnapshotAlreadyExistsFault < ServiceError
|
265
|
+
|
266
|
+
# @param [Seahorse::Client::RequestContext] context
|
267
|
+
# @param [String] message
|
268
|
+
# @param [Aws::Neptune::Types::DBSnapshotAlreadyExistsFault] data
|
269
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
270
|
+
super(context, message, data)
|
271
|
+
end
|
272
|
+
end
|
273
|
+
|
274
|
+
class DBSnapshotNotFoundFault < ServiceError
|
275
|
+
|
276
|
+
# @param [Seahorse::Client::RequestContext] context
|
277
|
+
# @param [String] message
|
278
|
+
# @param [Aws::Neptune::Types::DBSnapshotNotFoundFault] data
|
279
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
280
|
+
super(context, message, data)
|
281
|
+
end
|
282
|
+
end
|
283
|
+
|
284
|
+
class DBSubnetGroupAlreadyExistsFault < ServiceError
|
285
|
+
|
286
|
+
# @param [Seahorse::Client::RequestContext] context
|
287
|
+
# @param [String] message
|
288
|
+
# @param [Aws::Neptune::Types::DBSubnetGroupAlreadyExistsFault] data
|
289
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
290
|
+
super(context, message, data)
|
291
|
+
end
|
292
|
+
end
|
293
|
+
|
294
|
+
class DBSubnetGroupDoesNotCoverEnoughAZs < ServiceError
|
295
|
+
|
296
|
+
# @param [Seahorse::Client::RequestContext] context
|
297
|
+
# @param [String] message
|
298
|
+
# @param [Aws::Neptune::Types::DBSubnetGroupDoesNotCoverEnoughAZs] data
|
299
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
300
|
+
super(context, message, data)
|
301
|
+
end
|
302
|
+
end
|
303
|
+
|
304
|
+
class DBSubnetGroupNotFoundFault < ServiceError
|
305
|
+
|
306
|
+
# @param [Seahorse::Client::RequestContext] context
|
307
|
+
# @param [String] message
|
308
|
+
# @param [Aws::Neptune::Types::DBSubnetGroupNotFoundFault] data
|
309
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
310
|
+
super(context, message, data)
|
311
|
+
end
|
312
|
+
end
|
313
|
+
|
314
|
+
class DBSubnetGroupQuotaExceededFault < ServiceError
|
315
|
+
|
316
|
+
# @param [Seahorse::Client::RequestContext] context
|
317
|
+
# @param [String] message
|
318
|
+
# @param [Aws::Neptune::Types::DBSubnetGroupQuotaExceededFault] data
|
319
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
320
|
+
super(context, message, data)
|
321
|
+
end
|
322
|
+
end
|
323
|
+
|
324
|
+
class DBSubnetQuotaExceededFault < ServiceError
|
325
|
+
|
326
|
+
# @param [Seahorse::Client::RequestContext] context
|
327
|
+
# @param [String] message
|
328
|
+
# @param [Aws::Neptune::Types::DBSubnetQuotaExceededFault] data
|
329
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
330
|
+
super(context, message, data)
|
331
|
+
end
|
332
|
+
end
|
333
|
+
|
334
|
+
class DBUpgradeDependencyFailureFault < ServiceError
|
335
|
+
|
336
|
+
# @param [Seahorse::Client::RequestContext] context
|
337
|
+
# @param [String] message
|
338
|
+
# @param [Aws::Neptune::Types::DBUpgradeDependencyFailureFault] data
|
339
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
340
|
+
super(context, message, data)
|
341
|
+
end
|
342
|
+
end
|
343
|
+
|
344
|
+
class DomainNotFoundFault < ServiceError
|
345
|
+
|
346
|
+
# @param [Seahorse::Client::RequestContext] context
|
347
|
+
# @param [String] message
|
348
|
+
# @param [Aws::Neptune::Types::DomainNotFoundFault] data
|
349
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
350
|
+
super(context, message, data)
|
351
|
+
end
|
352
|
+
end
|
353
|
+
|
354
|
+
class EventSubscriptionQuotaExceededFault < ServiceError
|
355
|
+
|
356
|
+
# @param [Seahorse::Client::RequestContext] context
|
357
|
+
# @param [String] message
|
358
|
+
# @param [Aws::Neptune::Types::EventSubscriptionQuotaExceededFault] data
|
359
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
360
|
+
super(context, message, data)
|
361
|
+
end
|
362
|
+
end
|
363
|
+
|
364
|
+
class InstanceQuotaExceededFault < ServiceError
|
365
|
+
|
366
|
+
# @param [Seahorse::Client::RequestContext] context
|
367
|
+
# @param [String] message
|
368
|
+
# @param [Aws::Neptune::Types::InstanceQuotaExceededFault] data
|
369
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
370
|
+
super(context, message, data)
|
371
|
+
end
|
372
|
+
end
|
373
|
+
|
374
|
+
class InsufficientDBClusterCapacityFault < ServiceError
|
375
|
+
|
376
|
+
# @param [Seahorse::Client::RequestContext] context
|
377
|
+
# @param [String] message
|
378
|
+
# @param [Aws::Neptune::Types::InsufficientDBClusterCapacityFault] data
|
379
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
380
|
+
super(context, message, data)
|
381
|
+
end
|
382
|
+
end
|
383
|
+
|
384
|
+
class InsufficientDBInstanceCapacityFault < ServiceError
|
385
|
+
|
386
|
+
# @param [Seahorse::Client::RequestContext] context
|
387
|
+
# @param [String] message
|
388
|
+
# @param [Aws::Neptune::Types::InsufficientDBInstanceCapacityFault] data
|
389
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
390
|
+
super(context, message, data)
|
391
|
+
end
|
392
|
+
end
|
393
|
+
|
394
|
+
class InsufficientStorageClusterCapacityFault < ServiceError
|
395
|
+
|
396
|
+
# @param [Seahorse::Client::RequestContext] context
|
397
|
+
# @param [String] message
|
398
|
+
# @param [Aws::Neptune::Types::InsufficientStorageClusterCapacityFault] data
|
399
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
400
|
+
super(context, message, data)
|
401
|
+
end
|
402
|
+
end
|
403
|
+
|
404
|
+
class InvalidDBClusterSnapshotStateFault < ServiceError
|
405
|
+
|
406
|
+
# @param [Seahorse::Client::RequestContext] context
|
407
|
+
# @param [String] message
|
408
|
+
# @param [Aws::Neptune::Types::InvalidDBClusterSnapshotStateFault] data
|
409
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
410
|
+
super(context, message, data)
|
411
|
+
end
|
412
|
+
end
|
413
|
+
|
414
|
+
class InvalidDBClusterStateFault < ServiceError
|
415
|
+
|
416
|
+
# @param [Seahorse::Client::RequestContext] context
|
417
|
+
# @param [String] message
|
418
|
+
# @param [Aws::Neptune::Types::InvalidDBClusterStateFault] data
|
419
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
420
|
+
super(context, message, data)
|
421
|
+
end
|
422
|
+
end
|
423
|
+
|
424
|
+
class InvalidDBInstanceStateFault < ServiceError
|
425
|
+
|
426
|
+
# @param [Seahorse::Client::RequestContext] context
|
427
|
+
# @param [String] message
|
428
|
+
# @param [Aws::Neptune::Types::InvalidDBInstanceStateFault] data
|
429
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
430
|
+
super(context, message, data)
|
431
|
+
end
|
432
|
+
end
|
433
|
+
|
434
|
+
class InvalidDBParameterGroupStateFault < ServiceError
|
435
|
+
|
436
|
+
# @param [Seahorse::Client::RequestContext] context
|
437
|
+
# @param [String] message
|
438
|
+
# @param [Aws::Neptune::Types::InvalidDBParameterGroupStateFault] data
|
439
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
440
|
+
super(context, message, data)
|
441
|
+
end
|
442
|
+
end
|
443
|
+
|
444
|
+
class InvalidDBSecurityGroupStateFault < ServiceError
|
445
|
+
|
446
|
+
# @param [Seahorse::Client::RequestContext] context
|
447
|
+
# @param [String] message
|
448
|
+
# @param [Aws::Neptune::Types::InvalidDBSecurityGroupStateFault] data
|
449
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
450
|
+
super(context, message, data)
|
451
|
+
end
|
452
|
+
end
|
453
|
+
|
454
|
+
class InvalidDBSnapshotStateFault < ServiceError
|
455
|
+
|
456
|
+
# @param [Seahorse::Client::RequestContext] context
|
457
|
+
# @param [String] message
|
458
|
+
# @param [Aws::Neptune::Types::InvalidDBSnapshotStateFault] data
|
459
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
460
|
+
super(context, message, data)
|
461
|
+
end
|
462
|
+
end
|
463
|
+
|
464
|
+
class InvalidDBSubnetGroupStateFault < ServiceError
|
465
|
+
|
466
|
+
# @param [Seahorse::Client::RequestContext] context
|
467
|
+
# @param [String] message
|
468
|
+
# @param [Aws::Neptune::Types::InvalidDBSubnetGroupStateFault] data
|
469
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
470
|
+
super(context, message, data)
|
471
|
+
end
|
472
|
+
end
|
473
|
+
|
474
|
+
class InvalidDBSubnetStateFault < ServiceError
|
475
|
+
|
476
|
+
# @param [Seahorse::Client::RequestContext] context
|
477
|
+
# @param [String] message
|
478
|
+
# @param [Aws::Neptune::Types::InvalidDBSubnetStateFault] data
|
479
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
480
|
+
super(context, message, data)
|
481
|
+
end
|
482
|
+
end
|
483
|
+
|
484
|
+
class InvalidEventSubscriptionStateFault < ServiceError
|
485
|
+
|
486
|
+
# @param [Seahorse::Client::RequestContext] context
|
487
|
+
# @param [String] message
|
488
|
+
# @param [Aws::Neptune::Types::InvalidEventSubscriptionStateFault] data
|
489
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
490
|
+
super(context, message, data)
|
491
|
+
end
|
492
|
+
end
|
493
|
+
|
494
|
+
class InvalidRestoreFault < ServiceError
|
495
|
+
|
496
|
+
# @param [Seahorse::Client::RequestContext] context
|
497
|
+
# @param [String] message
|
498
|
+
# @param [Aws::Neptune::Types::InvalidRestoreFault] data
|
499
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
500
|
+
super(context, message, data)
|
501
|
+
end
|
502
|
+
end
|
503
|
+
|
504
|
+
class InvalidSubnet < ServiceError
|
505
|
+
|
506
|
+
# @param [Seahorse::Client::RequestContext] context
|
507
|
+
# @param [String] message
|
508
|
+
# @param [Aws::Neptune::Types::InvalidSubnet] data
|
509
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
510
|
+
super(context, message, data)
|
511
|
+
end
|
512
|
+
end
|
513
|
+
|
514
|
+
class InvalidVPCNetworkStateFault < ServiceError
|
515
|
+
|
516
|
+
# @param [Seahorse::Client::RequestContext] context
|
517
|
+
# @param [String] message
|
518
|
+
# @param [Aws::Neptune::Types::InvalidVPCNetworkStateFault] data
|
519
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
520
|
+
super(context, message, data)
|
521
|
+
end
|
522
|
+
end
|
523
|
+
|
524
|
+
class KMSKeyNotAccessibleFault < ServiceError
|
525
|
+
|
526
|
+
# @param [Seahorse::Client::RequestContext] context
|
527
|
+
# @param [String] message
|
528
|
+
# @param [Aws::Neptune::Types::KMSKeyNotAccessibleFault] data
|
529
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
530
|
+
super(context, message, data)
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
534
|
+
class OptionGroupNotFoundFault < ServiceError
|
535
|
+
|
536
|
+
# @param [Seahorse::Client::RequestContext] context
|
537
|
+
# @param [String] message
|
538
|
+
# @param [Aws::Neptune::Types::OptionGroupNotFoundFault] data
|
539
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
540
|
+
super(context, message, data)
|
541
|
+
end
|
542
|
+
end
|
543
|
+
|
544
|
+
class ProvisionedIopsNotAvailableInAZFault < ServiceError
|
545
|
+
|
546
|
+
# @param [Seahorse::Client::RequestContext] context
|
547
|
+
# @param [String] message
|
548
|
+
# @param [Aws::Neptune::Types::ProvisionedIopsNotAvailableInAZFault] data
|
549
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
550
|
+
super(context, message, data)
|
551
|
+
end
|
552
|
+
end
|
553
|
+
|
554
|
+
class ResourceNotFoundFault < ServiceError
|
555
|
+
|
556
|
+
# @param [Seahorse::Client::RequestContext] context
|
557
|
+
# @param [String] message
|
558
|
+
# @param [Aws::Neptune::Types::ResourceNotFoundFault] data
|
559
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
560
|
+
super(context, message, data)
|
561
|
+
end
|
562
|
+
end
|
563
|
+
|
564
|
+
class SNSInvalidTopicFault < ServiceError
|
565
|
+
|
566
|
+
# @param [Seahorse::Client::RequestContext] context
|
567
|
+
# @param [String] message
|
568
|
+
# @param [Aws::Neptune::Types::SNSInvalidTopicFault] data
|
569
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
570
|
+
super(context, message, data)
|
571
|
+
end
|
572
|
+
end
|
573
|
+
|
574
|
+
class SNSNoAuthorizationFault < ServiceError
|
575
|
+
|
576
|
+
# @param [Seahorse::Client::RequestContext] context
|
577
|
+
# @param [String] message
|
578
|
+
# @param [Aws::Neptune::Types::SNSNoAuthorizationFault] data
|
579
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
580
|
+
super(context, message, data)
|
581
|
+
end
|
582
|
+
end
|
583
|
+
|
584
|
+
class SNSTopicArnNotFoundFault < ServiceError
|
585
|
+
|
586
|
+
# @param [Seahorse::Client::RequestContext] context
|
587
|
+
# @param [String] message
|
588
|
+
# @param [Aws::Neptune::Types::SNSTopicArnNotFoundFault] data
|
589
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
590
|
+
super(context, message, data)
|
591
|
+
end
|
592
|
+
end
|
593
|
+
|
594
|
+
class SharedSnapshotQuotaExceededFault < ServiceError
|
595
|
+
|
596
|
+
# @param [Seahorse::Client::RequestContext] context
|
597
|
+
# @param [String] message
|
598
|
+
# @param [Aws::Neptune::Types::SharedSnapshotQuotaExceededFault] data
|
599
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
600
|
+
super(context, message, data)
|
601
|
+
end
|
602
|
+
end
|
603
|
+
|
604
|
+
class SnapshotQuotaExceededFault < ServiceError
|
605
|
+
|
606
|
+
# @param [Seahorse::Client::RequestContext] context
|
607
|
+
# @param [String] message
|
608
|
+
# @param [Aws::Neptune::Types::SnapshotQuotaExceededFault] data
|
609
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
610
|
+
super(context, message, data)
|
611
|
+
end
|
612
|
+
end
|
613
|
+
|
614
|
+
class SourceNotFoundFault < ServiceError
|
615
|
+
|
616
|
+
# @param [Seahorse::Client::RequestContext] context
|
617
|
+
# @param [String] message
|
618
|
+
# @param [Aws::Neptune::Types::SourceNotFoundFault] data
|
619
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
620
|
+
super(context, message, data)
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
624
|
+
class StorageQuotaExceededFault < ServiceError
|
625
|
+
|
626
|
+
# @param [Seahorse::Client::RequestContext] context
|
627
|
+
# @param [String] message
|
628
|
+
# @param [Aws::Neptune::Types::StorageQuotaExceededFault] data
|
629
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
630
|
+
super(context, message, data)
|
631
|
+
end
|
632
|
+
end
|
633
|
+
|
634
|
+
class StorageTypeNotSupportedFault < ServiceError
|
635
|
+
|
636
|
+
# @param [Seahorse::Client::RequestContext] context
|
637
|
+
# @param [String] message
|
638
|
+
# @param [Aws::Neptune::Types::StorageTypeNotSupportedFault] data
|
639
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
640
|
+
super(context, message, data)
|
641
|
+
end
|
642
|
+
end
|
643
|
+
|
644
|
+
class SubnetAlreadyInUse < ServiceError
|
645
|
+
|
646
|
+
# @param [Seahorse::Client::RequestContext] context
|
647
|
+
# @param [String] message
|
648
|
+
# @param [Aws::Neptune::Types::SubnetAlreadyInUse] data
|
649
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
650
|
+
super(context, message, data)
|
651
|
+
end
|
652
|
+
end
|
653
|
+
|
654
|
+
class SubscriptionAlreadyExistFault < ServiceError
|
655
|
+
|
656
|
+
# @param [Seahorse::Client::RequestContext] context
|
657
|
+
# @param [String] message
|
658
|
+
# @param [Aws::Neptune::Types::SubscriptionAlreadyExistFault] data
|
659
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
660
|
+
super(context, message, data)
|
661
|
+
end
|
662
|
+
end
|
663
|
+
|
664
|
+
class SubscriptionCategoryNotFoundFault < ServiceError
|
665
|
+
|
666
|
+
# @param [Seahorse::Client::RequestContext] context
|
667
|
+
# @param [String] message
|
668
|
+
# @param [Aws::Neptune::Types::SubscriptionCategoryNotFoundFault] data
|
669
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
670
|
+
super(context, message, data)
|
671
|
+
end
|
672
|
+
end
|
673
|
+
|
674
|
+
class SubscriptionNotFoundFault < ServiceError
|
675
|
+
|
676
|
+
# @param [Seahorse::Client::RequestContext] context
|
677
|
+
# @param [String] message
|
678
|
+
# @param [Aws::Neptune::Types::SubscriptionNotFoundFault] data
|
679
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
680
|
+
super(context, message, data)
|
681
|
+
end
|
682
|
+
end
|
683
|
+
|
13
684
|
end
|
14
685
|
end
|