aws-sdk-neptune 1.21.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,13 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::Neptune
9
+ # This class provides a resource oriented interface for Neptune.
10
+ # To create a resource object:
11
+ # resource = Aws::Neptune::Resource.new(region: 'us-west-2')
12
+ # You can supply a client object with custom configuration that will be used for all resource operations.
13
+ # If you do not pass +:client+, a default client will be constructed.
14
+ # client = Aws::Neptune::Client.new(region: 'us-west-2')
15
+ # resource = Aws::Neptune::Resource.new(client: client)
9
16
  class Resource
10
17
 
11
18
  # @param options ({})
@@ -181,6 +181,16 @@ module Aws::Neptune
181
181
  include Aws::Structure
182
182
  end
183
183
 
184
+ # Specified CIDRIP or EC2 security group is not authorized for the
185
+ # specified DB security group.
186
+ #
187
+ # Neptune may not also be authorized via IAM to perform necessary
188
+ # actions on your behalf.
189
+ #
190
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/AuthorizationNotFoundFault AWS API Documentation
191
+ #
192
+ class AuthorizationNotFoundFault < Aws::EmptyStructure; end
193
+
184
194
  # Specifies an Availability Zone.
185
195
  #
186
196
  # @!attribute [rw] name
@@ -194,6 +204,12 @@ module Aws::Neptune
194
204
  include Aws::Structure
195
205
  end
196
206
 
207
+ # *CertificateIdentifier* does not refer to an existing certificate.
208
+ #
209
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CertificateNotFoundFault AWS API Documentation
210
+ #
211
+ class CertificateNotFoundFault < Aws::EmptyStructure; end
212
+
197
213
  # Specifies a character set.
198
214
  #
199
215
  # @!attribute [rw] character_set_name
@@ -1884,6 +1900,12 @@ module Aws::Neptune
1884
1900
  include Aws::Structure
1885
1901
  end
1886
1902
 
1903
+ # User already has a DB cluster with the given identifier.
1904
+ #
1905
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterAlreadyExistsFault AWS API Documentation
1906
+ #
1907
+ class DBClusterAlreadyExistsFault < Aws::EmptyStructure; end
1908
+
1887
1909
  # Contains information about an instance that is part of a DB cluster.
1888
1910
  #
1889
1911
  # @!attribute [rw] db_instance_identifier
@@ -1933,6 +1955,12 @@ module Aws::Neptune
1933
1955
  include Aws::Structure
1934
1956
  end
1935
1957
 
1958
+ # *DBClusterIdentifier* does not refer to an existing DB cluster.
1959
+ #
1960
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterNotFoundFault AWS API Documentation
1961
+ #
1962
+ class DBClusterNotFoundFault < Aws::EmptyStructure; end
1963
+
1936
1964
  # Contains status information for a DB cluster option group.
1937
1965
  #
1938
1966
  # @!attribute [rw] db_cluster_option_group_name
@@ -2026,6 +2054,13 @@ module Aws::Neptune
2026
2054
  include Aws::Structure
2027
2055
  end
2028
2056
 
2057
+ # *DBClusterParameterGroupName* does not refer to an existing DB Cluster
2058
+ # parameter group.
2059
+ #
2060
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterParameterGroupNotFoundFault AWS API Documentation
2061
+ #
2062
+ class DBClusterParameterGroupNotFoundFault < Aws::EmptyStructure; end
2063
+
2029
2064
  # @!attribute [rw] marker
2030
2065
  # An optional pagination token provided by a previous
2031
2066
  # `DescribeDBClusterParameterGroups` request. If this parameter is
@@ -2045,6 +2080,13 @@ module Aws::Neptune
2045
2080
  include Aws::Structure
2046
2081
  end
2047
2082
 
2083
+ # User attempted to create a new DB cluster and the user has already
2084
+ # reached the maximum allowed DB cluster quota.
2085
+ #
2086
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterQuotaExceededFault AWS API Documentation
2087
+ #
2088
+ class DBClusterQuotaExceededFault < Aws::EmptyStructure; end
2089
+
2048
2090
  # Describes an AWS Identity and Access Management (IAM) role that is
2049
2091
  # associated with a DB cluster.
2050
2092
  #
@@ -2076,6 +2118,27 @@ module Aws::Neptune
2076
2118
  include Aws::Structure
2077
2119
  end
2078
2120
 
2121
+ # The specified IAM role Amazon Resource Name (ARN) is already
2122
+ # associated with the specified DB cluster.
2123
+ #
2124
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterRoleAlreadyExistsFault AWS API Documentation
2125
+ #
2126
+ class DBClusterRoleAlreadyExistsFault < Aws::EmptyStructure; end
2127
+
2128
+ # The specified IAM role Amazon Resource Name (ARN) is not associated
2129
+ # with the specified DB cluster.
2130
+ #
2131
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterRoleNotFoundFault AWS API Documentation
2132
+ #
2133
+ class DBClusterRoleNotFoundFault < Aws::EmptyStructure; end
2134
+
2135
+ # You have exceeded the maximum number of IAM roles that can be
2136
+ # associated with the specified DB cluster.
2137
+ #
2138
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterRoleQuotaExceededFault AWS API Documentation
2139
+ #
2140
+ class DBClusterRoleQuotaExceededFault < Aws::EmptyStructure; end
2141
+
2079
2142
  # Contains the details for an Amazon Neptune DB cluster snapshot
2080
2143
  #
2081
2144
  # This data type is used as a response element in the
@@ -2213,6 +2276,12 @@ module Aws::Neptune
2213
2276
  include Aws::Structure
2214
2277
  end
2215
2278
 
2279
+ # User already has a DB cluster snapshot with the given identifier.
2280
+ #
2281
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterSnapshotAlreadyExistsFault AWS API Documentation
2282
+ #
2283
+ class DBClusterSnapshotAlreadyExistsFault < Aws::EmptyStructure; end
2284
+
2216
2285
  # Contains the name and values of a manual DB cluster snapshot
2217
2286
  # attribute.
2218
2287
  #
@@ -2291,6 +2360,13 @@ module Aws::Neptune
2291
2360
  include Aws::Structure
2292
2361
  end
2293
2362
 
2363
+ # *DBClusterSnapshotIdentifier* does not refer to an existing DB cluster
2364
+ # snapshot.
2365
+ #
2366
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBClusterSnapshotNotFoundFault AWS API Documentation
2367
+ #
2368
+ class DBClusterSnapshotNotFoundFault < Aws::EmptyStructure; end
2369
+
2294
2370
  # This data type is used as a response element in the action
2295
2371
  # DescribeDBEngineVersions.
2296
2372
  #
@@ -2703,6 +2779,12 @@ module Aws::Neptune
2703
2779
  include Aws::Structure
2704
2780
  end
2705
2781
 
2782
+ # User already has a DB instance with the given identifier.
2783
+ #
2784
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBInstanceAlreadyExistsFault AWS API Documentation
2785
+ #
2786
+ class DBInstanceAlreadyExistsFault < Aws::EmptyStructure; end
2787
+
2706
2788
  # @!attribute [rw] marker
2707
2789
  # An optional pagination token provided by a previous request. If this
2708
2790
  # parameter is specified, the response includes only records beyond
@@ -2721,6 +2803,12 @@ module Aws::Neptune
2721
2803
  include Aws::Structure
2722
2804
  end
2723
2805
 
2806
+ # *DBInstanceIdentifier* does not refer to an existing DB instance.
2807
+ #
2808
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBInstanceNotFoundFault AWS API Documentation
2809
+ #
2810
+ class DBInstanceNotFoundFault < Aws::EmptyStructure; end
2811
+
2724
2812
  # Provides a list of status information for a DB instance.
2725
2813
  #
2726
2814
  # @!attribute [rw] status_type
@@ -2785,6 +2873,12 @@ module Aws::Neptune
2785
2873
  include Aws::Structure
2786
2874
  end
2787
2875
 
2876
+ # A DB parameter group with the same name exists.
2877
+ #
2878
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBParameterGroupAlreadyExistsFault AWS API Documentation
2879
+ #
2880
+ class DBParameterGroupAlreadyExistsFault < Aws::EmptyStructure; end
2881
+
2788
2882
  # @!attribute [rw] parameters
2789
2883
  # A list of Parameter values.
2790
2884
  # @return [Array<Types::Parameter>]
@@ -2814,6 +2908,20 @@ module Aws::Neptune
2814
2908
  include Aws::Structure
2815
2909
  end
2816
2910
 
2911
+ # *DBParameterGroupName* does not refer to an existing DB parameter
2912
+ # group.
2913
+ #
2914
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBParameterGroupNotFoundFault AWS API Documentation
2915
+ #
2916
+ class DBParameterGroupNotFoundFault < Aws::EmptyStructure; end
2917
+
2918
+ # Request would result in user exceeding the allowed number of DB
2919
+ # parameter groups.
2920
+ #
2921
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBParameterGroupQuotaExceededFault AWS API Documentation
2922
+ #
2923
+ class DBParameterGroupQuotaExceededFault < Aws::EmptyStructure; end
2924
+
2817
2925
  # The status of the DB parameter group.
2818
2926
  #
2819
2927
  # This data type is used as a response element in the following actions:
@@ -2878,6 +2986,24 @@ module Aws::Neptune
2878
2986
  include Aws::Structure
2879
2987
  end
2880
2988
 
2989
+ # *DBSecurityGroupName* does not refer to an existing DB security group.
2990
+ #
2991
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBSecurityGroupNotFoundFault AWS API Documentation
2992
+ #
2993
+ class DBSecurityGroupNotFoundFault < Aws::EmptyStructure; end
2994
+
2995
+ # *DBSnapshotIdentifier* is already used by an existing snapshot.
2996
+ #
2997
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBSnapshotAlreadyExistsFault AWS API Documentation
2998
+ #
2999
+ class DBSnapshotAlreadyExistsFault < Aws::EmptyStructure; end
3000
+
3001
+ # *DBSnapshotIdentifier* does not refer to an existing DB snapshot.
3002
+ #
3003
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBSnapshotNotFoundFault AWS API Documentation
3004
+ #
3005
+ class DBSnapshotNotFoundFault < Aws::EmptyStructure; end
3006
+
2881
3007
  # Contains the details of an Amazon Neptune DB subnet group.
2882
3008
  #
2883
3009
  # This data type is used as a response element in the
@@ -2919,6 +3045,19 @@ module Aws::Neptune
2919
3045
  include Aws::Structure
2920
3046
  end
2921
3047
 
3048
+ # *DBSubnetGroupName* is already used by an existing DB subnet group.
3049
+ #
3050
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBSubnetGroupAlreadyExistsFault AWS API Documentation
3051
+ #
3052
+ class DBSubnetGroupAlreadyExistsFault < Aws::EmptyStructure; end
3053
+
3054
+ # Subnets in the DB subnet group should cover at least two Availability
3055
+ # Zones unless there is only one Availability Zone.
3056
+ #
3057
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBSubnetGroupDoesNotCoverEnoughAZs AWS API Documentation
3058
+ #
3059
+ class DBSubnetGroupDoesNotCoverEnoughAZs < Aws::EmptyStructure; end
3060
+
2922
3061
  # @!attribute [rw] marker
2923
3062
  # An optional pagination token provided by a previous request. If this
2924
3063
  # parameter is specified, the response includes only records beyond
@@ -2937,6 +3076,33 @@ module Aws::Neptune
2937
3076
  include Aws::Structure
2938
3077
  end
2939
3078
 
3079
+ # *DBSubnetGroupName* does not refer to an existing DB subnet group.
3080
+ #
3081
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBSubnetGroupNotFoundFault AWS API Documentation
3082
+ #
3083
+ class DBSubnetGroupNotFoundFault < Aws::EmptyStructure; end
3084
+
3085
+ # Request would result in user exceeding the allowed number of DB subnet
3086
+ # groups.
3087
+ #
3088
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBSubnetGroupQuotaExceededFault AWS API Documentation
3089
+ #
3090
+ class DBSubnetGroupQuotaExceededFault < Aws::EmptyStructure; end
3091
+
3092
+ # Request would result in user exceeding the allowed number of subnets
3093
+ # in a DB subnet groups.
3094
+ #
3095
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBSubnetQuotaExceededFault AWS API Documentation
3096
+ #
3097
+ class DBSubnetQuotaExceededFault < Aws::EmptyStructure; end
3098
+
3099
+ # The DB upgrade failed because a resource the DB depends on could not
3100
+ # be modified.
3101
+ #
3102
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DBUpgradeDependencyFailureFault AWS API Documentation
3103
+ #
3104
+ class DBUpgradeDependencyFailureFault < Aws::EmptyStructure; end
3105
+
2940
3106
  # @note When making an API call, you may pass DeleteDBClusterMessage
2941
3107
  # data as a hash:
2942
3108
  #
@@ -4487,6 +4653,12 @@ module Aws::Neptune
4487
4653
  include Aws::Structure
4488
4654
  end
4489
4655
 
4656
+ # *Domain* does not refer to an existing Active Directory Domain.
4657
+ #
4658
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DomainNotFoundFault AWS API Documentation
4659
+ #
4660
+ class DomainNotFoundFault < Aws::EmptyStructure; end
4661
+
4490
4662
  # A range of double values.
4491
4663
  #
4492
4664
  # @!attribute [rw] from
@@ -4697,6 +4869,12 @@ module Aws::Neptune
4697
4869
  include Aws::Structure
4698
4870
  end
4699
4871
 
4872
+ # You have exceeded the number of events you can subscribe to.
4873
+ #
4874
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/EventSubscriptionQuotaExceededFault AWS API Documentation
4875
+ #
4876
+ class EventSubscriptionQuotaExceededFault < Aws::EmptyStructure; end
4877
+
4700
4878
  # @!attribute [rw] marker
4701
4879
  # An optional pagination token provided by a previous
4702
4880
  # DescribeOrderableDBInstanceOptions request. If this parameter is
@@ -4808,6 +4986,117 @@ module Aws::Neptune
4808
4986
  include Aws::Structure
4809
4987
  end
4810
4988
 
4989
+ # Request would result in user exceeding the allowed number of DB
4990
+ # instances.
4991
+ #
4992
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InstanceQuotaExceededFault AWS API Documentation
4993
+ #
4994
+ class InstanceQuotaExceededFault < Aws::EmptyStructure; end
4995
+
4996
+ # The DB cluster does not have enough capacity for the current
4997
+ # operation.
4998
+ #
4999
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InsufficientDBClusterCapacityFault AWS API Documentation
5000
+ #
5001
+ class InsufficientDBClusterCapacityFault < Aws::EmptyStructure; end
5002
+
5003
+ # Specified DB instance class is not available in the specified
5004
+ # Availability Zone.
5005
+ #
5006
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InsufficientDBInstanceCapacityFault AWS API Documentation
5007
+ #
5008
+ class InsufficientDBInstanceCapacityFault < Aws::EmptyStructure; end
5009
+
5010
+ # There is insufficient storage available for the current action. You
5011
+ # may be able to resolve this error by updating your subnet group to use
5012
+ # different Availability Zones that have more storage available.
5013
+ #
5014
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InsufficientStorageClusterCapacityFault AWS API Documentation
5015
+ #
5016
+ class InsufficientStorageClusterCapacityFault < Aws::EmptyStructure; end
5017
+
5018
+ # The supplied value is not a valid DB cluster snapshot state.
5019
+ #
5020
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBClusterSnapshotStateFault AWS API Documentation
5021
+ #
5022
+ class InvalidDBClusterSnapshotStateFault < Aws::EmptyStructure; end
5023
+
5024
+ # The DB cluster is not in a valid state.
5025
+ #
5026
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBClusterStateFault AWS API Documentation
5027
+ #
5028
+ class InvalidDBClusterStateFault < Aws::EmptyStructure; end
5029
+
5030
+ # The specified DB instance is not in the *available* state.
5031
+ #
5032
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBInstanceStateFault AWS API Documentation
5033
+ #
5034
+ class InvalidDBInstanceStateFault < Aws::EmptyStructure; end
5035
+
5036
+ # The DB parameter group is in use or is in an invalid state. If you are
5037
+ # attempting to delete the parameter group, you cannot delete it when
5038
+ # the parameter group is in this state.
5039
+ #
5040
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBParameterGroupStateFault AWS API Documentation
5041
+ #
5042
+ class InvalidDBParameterGroupStateFault < Aws::EmptyStructure; end
5043
+
5044
+ # The state of the DB security group does not allow deletion.
5045
+ #
5046
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBSecurityGroupStateFault AWS API Documentation
5047
+ #
5048
+ class InvalidDBSecurityGroupStateFault < Aws::EmptyStructure; end
5049
+
5050
+ # The state of the DB snapshot does not allow deletion.
5051
+ #
5052
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBSnapshotStateFault AWS API Documentation
5053
+ #
5054
+ class InvalidDBSnapshotStateFault < Aws::EmptyStructure; end
5055
+
5056
+ # The DB subnet group cannot be deleted because it is in use.
5057
+ #
5058
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBSubnetGroupStateFault AWS API Documentation
5059
+ #
5060
+ class InvalidDBSubnetGroupStateFault < Aws::EmptyStructure; end
5061
+
5062
+ # The DB subnet is not in the *available* state.
5063
+ #
5064
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidDBSubnetStateFault AWS API Documentation
5065
+ #
5066
+ class InvalidDBSubnetStateFault < Aws::EmptyStructure; end
5067
+
5068
+ # The event subscription is in an invalid state.
5069
+ #
5070
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidEventSubscriptionStateFault AWS API Documentation
5071
+ #
5072
+ class InvalidEventSubscriptionStateFault < Aws::EmptyStructure; end
5073
+
5074
+ # Cannot restore from vpc backup to non-vpc DB instance.
5075
+ #
5076
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidRestoreFault AWS API Documentation
5077
+ #
5078
+ class InvalidRestoreFault < Aws::EmptyStructure; end
5079
+
5080
+ # The requested subnet is invalid, or multiple subnets were requested
5081
+ # that are not all in a common VPC.
5082
+ #
5083
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidSubnet AWS API Documentation
5084
+ #
5085
+ class InvalidSubnet < Aws::EmptyStructure; end
5086
+
5087
+ # DB subnet group does not cover all Availability Zones after it is
5088
+ # created because users' change.
5089
+ #
5090
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/InvalidVPCNetworkStateFault AWS API Documentation
5091
+ #
5092
+ class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
5093
+
5094
+ # Error accessing KMS key.
5095
+ #
5096
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/KMSKeyNotAccessibleFault AWS API Documentation
5097
+ #
5098
+ class KMSKeyNotAccessibleFault < Aws::EmptyStructure; end
5099
+
4811
5100
  # @note When making an API call, you may pass ListTagsForResourceMessage
4812
5101
  # data as a hash:
4813
5102
  #
@@ -5790,6 +6079,12 @@ module Aws::Neptune
5790
6079
  include Aws::Structure
5791
6080
  end
5792
6081
 
6082
+ # The designated option group could not be found.
6083
+ #
6084
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/OptionGroupNotFoundFault AWS API Documentation
6085
+ #
6086
+ class OptionGroupNotFoundFault < Aws::EmptyStructure; end
6087
+
5793
6088
  # Contains a list of available options for a DB instance.
5794
6089
  #
5795
6090
  # This data type is used as a response element in the
@@ -6215,6 +6510,12 @@ module Aws::Neptune
6215
6510
  include Aws::Structure
6216
6511
  end
6217
6512
 
6513
+ # Provisioned IOPS not available in the specified Availability Zone.
6514
+ #
6515
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ProvisionedIopsNotAvailableInAZFault AWS API Documentation
6516
+ #
6517
+ class ProvisionedIopsNotAvailableInAZFault < Aws::EmptyStructure; end
6518
+
6218
6519
  # A range of integer values.
6219
6520
  #
6220
6521
  # @!attribute [rw] from
@@ -6492,6 +6793,12 @@ module Aws::Neptune
6492
6793
  include Aws::Structure
6493
6794
  end
6494
6795
 
6796
+ # The specified resource ID was not found.
6797
+ #
6798
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ResourceNotFoundFault AWS API Documentation
6799
+ #
6800
+ class ResourceNotFoundFault < Aws::EmptyStructure; end
6801
+
6495
6802
  # Describes the pending maintenance actions for a resource.
6496
6803
  #
6497
6804
  # @!attribute [rw] resource_identifier
@@ -6922,6 +7229,44 @@ module Aws::Neptune
6922
7229
  include Aws::Structure
6923
7230
  end
6924
7231
 
7232
+ # The SNS topic is invalid.
7233
+ #
7234
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SNSInvalidTopicFault AWS API Documentation
7235
+ #
7236
+ class SNSInvalidTopicFault < Aws::EmptyStructure; end
7237
+
7238
+ # There is no SNS authorization.
7239
+ #
7240
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SNSNoAuthorizationFault AWS API Documentation
7241
+ #
7242
+ class SNSNoAuthorizationFault < Aws::EmptyStructure; end
7243
+
7244
+ # The ARN of the SNS topic could not be found.
7245
+ #
7246
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SNSTopicArnNotFoundFault AWS API Documentation
7247
+ #
7248
+ class SNSTopicArnNotFoundFault < Aws::EmptyStructure; end
7249
+
7250
+ # You have exceeded the maximum number of accounts that you can share a
7251
+ # manual DB snapshot with.
7252
+ #
7253
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SharedSnapshotQuotaExceededFault AWS API Documentation
7254
+ #
7255
+ class SharedSnapshotQuotaExceededFault < Aws::EmptyStructure; end
7256
+
7257
+ # Request would result in user exceeding the allowed number of DB
7258
+ # snapshots.
7259
+ #
7260
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SnapshotQuotaExceededFault AWS API Documentation
7261
+ #
7262
+ class SnapshotQuotaExceededFault < Aws::EmptyStructure; end
7263
+
7264
+ # The source could not be found.
7265
+ #
7266
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SourceNotFoundFault AWS API Documentation
7267
+ #
7268
+ class SourceNotFoundFault < Aws::EmptyStructure; end
7269
+
6925
7270
  # @note When making an API call, you may pass StartDBClusterMessage
6926
7271
  # data as a hash:
6927
7272
  #
@@ -6988,6 +7333,19 @@ module Aws::Neptune
6988
7333
  include Aws::Structure
6989
7334
  end
6990
7335
 
7336
+ # Request would result in user exceeding the allowed amount of storage
7337
+ # available across all DB instances.
7338
+ #
7339
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StorageQuotaExceededFault AWS API Documentation
7340
+ #
7341
+ class StorageQuotaExceededFault < Aws::EmptyStructure; end
7342
+
7343
+ # *StorageType* specified cannot be associated with the DB Instance.
7344
+ #
7345
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StorageTypeNotSupportedFault AWS API Documentation
7346
+ #
7347
+ class StorageTypeNotSupportedFault < Aws::EmptyStructure; end
7348
+
6991
7349
  # Specifies a subnet.
6992
7350
  #
6993
7351
  # This data type is used as a response element in the
@@ -7014,6 +7372,30 @@ module Aws::Neptune
7014
7372
  include Aws::Structure
7015
7373
  end
7016
7374
 
7375
+ # The DB subnet is already in use in the Availability Zone.
7376
+ #
7377
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SubnetAlreadyInUse AWS API Documentation
7378
+ #
7379
+ class SubnetAlreadyInUse < Aws::EmptyStructure; end
7380
+
7381
+ # This subscription already exists.
7382
+ #
7383
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SubscriptionAlreadyExistFault AWS API Documentation
7384
+ #
7385
+ class SubscriptionAlreadyExistFault < Aws::EmptyStructure; end
7386
+
7387
+ # The designated subscription category could not be found.
7388
+ #
7389
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SubscriptionCategoryNotFoundFault AWS API Documentation
7390
+ #
7391
+ class SubscriptionCategoryNotFoundFault < Aws::EmptyStructure; end
7392
+
7393
+ # The designated subscription could not be found.
7394
+ #
7395
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/SubscriptionNotFoundFault AWS API Documentation
7396
+ #
7397
+ class SubscriptionNotFoundFault < Aws::EmptyStructure; end
7398
+
7017
7399
  # Metadata assigned to an Amazon Neptune resource consisting of a
7018
7400
  # key-value pair.
7019
7401
  #