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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52ebfbd8c1ee1520f44ac68eb7f5f0eef3523d122f89c6e6f18027ee7ba19497
4
- data.tar.gz: 77cd662a1ec2d77fd72c73812c21628262065eab2532a53ecd31d2beaabf6e54
3
+ metadata.gz: 9efb7810bbe3f99aeb7dd4ec217c6a0ecb93c2c24e4878b65d9b272638910684
4
+ data.tar.gz: 4b174d42488a3432222903abd89c52ae596ad5b935e3c8bdbb1b0b615dda8c40
5
5
  SHA512:
6
- metadata.gz: d168aac77a34ca8ea4d97145ed11b158356becca5d41104deeff59e2e9c483527f22b6110dd078d82f353d70a8d6f1b520c990617357eed4c0c152419c88979a
7
- data.tar.gz: 0b67e81ff6ea47109a5faa6f931ffe83592f432b104a9301b21ee8e7ba155b5054ff69c487d675a33f0709f68555695006dd6ed791f97cdf9e9578d6efc12f3e
6
+ metadata.gz: c405466678c858af0c5032c2999add4360b60f776732eeb963b929f54d98306b9cf8e180c0c051fc19023661069c00a23e3e2d6ea7a23bf94045c56ef81f43e9
7
+ data.tar.gz: 65a96b099cfe4f005d86a465d2a0c3de94ed400398f7139f2538c89154f15f895a3a7b8e0479fd0b03b9767073e01808765b895d1133a099b4ba79adc665ad64
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -45,9 +46,9 @@ require_relative 'aws-sdk-neptune/customizations'
45
46
  #
46
47
  # See {Errors} for more information.
47
48
  #
48
- # @service
49
+ # @!group service
49
50
  module Aws::Neptune
50
51
 
51
- GEM_VERSION = '1.26.0'
52
+ GEM_VERSION = '1.31.0'
52
53
 
53
54
  end
@@ -85,13 +85,28 @@ module Aws::Neptune
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::Neptune
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -323,6 +338,11 @@ module Aws::Neptune
323
338
  # Neptune DB cluster, for example
324
339
  # `arn:aws:iam::123456789012:role/NeptuneAccessRole`.
325
340
  #
341
+ # @option params [String] :feature_name
342
+ # The name of the feature for the Neptune DB cluster that the IAM role
343
+ # is to be associated with. For the list of supported feature names, see
344
+ # DBEngineVersion.
345
+ #
326
346
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
327
347
  #
328
348
  # @example Request syntax with placeholder values
@@ -330,6 +350,7 @@ module Aws::Neptune
330
350
  # resp = client.add_role_to_db_cluster({
331
351
  # db_cluster_identifier: "String", # required
332
352
  # role_arn: "String", # required
353
+ # feature_name: "String",
333
354
  # })
334
355
  #
335
356
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/AddRoleToDBCluster AWS API Documentation
@@ -852,10 +873,10 @@ module Aws::Neptune
852
873
  # Valid Values: `neptune`
853
874
  #
854
875
  # @option params [String] :engine_version
855
- # The version number of the database engine to use. Currently, setting
856
- # this parameter has no effect.
876
+ # The version number of the database engine to use for the new DB
877
+ # cluster.
857
878
  #
858
- # Example: `1.0.1`
879
+ # Example: `1.0.2.1`
859
880
  #
860
881
  # @option params [Integer] :port
861
882
  # The port number on which the instances in the DB cluster accept
@@ -969,10 +990,7 @@ module Aws::Neptune
969
990
  # This parameter is not currently supported.
970
991
  #
971
992
  # @option params [Boolean] :enable_iam_database_authentication
972
- # True to enable mapping of AWS Identity and Access Management (IAM)
973
- # accounts to database accounts, and otherwise false.
974
- #
975
- # Default: `false`
993
+ # Not supported by Neptune.
976
994
  #
977
995
  # @option params [Array<String>] :enable_cloudwatch_logs_exports
978
996
  # The list of log types that need to be enabled for exporting to
@@ -1067,6 +1085,7 @@ module Aws::Neptune
1067
1085
  # resp.db_cluster.associated_roles #=> Array
1068
1086
  # resp.db_cluster.associated_roles[0].role_arn #=> String
1069
1087
  # resp.db_cluster.associated_roles[0].status #=> String
1088
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
1070
1089
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
1071
1090
  # resp.db_cluster.clone_group_id #=> String
1072
1091
  # resp.db_cluster.cluster_create_time #=> Time
@@ -1083,6 +1102,85 @@ module Aws::Neptune
1083
1102
  req.send_request(options)
1084
1103
  end
1085
1104
 
1105
+ # Creates a new custom endpoint and associates it with an Amazon Neptune
1106
+ # DB cluster.
1107
+ #
1108
+ # @option params [required, String] :db_cluster_identifier
1109
+ # The DB cluster identifier of the DB cluster associated with the
1110
+ # endpoint. This parameter is stored as a lowercase string.
1111
+ #
1112
+ # @option params [required, String] :db_cluster_endpoint_identifier
1113
+ # The identifier to use for the new endpoint. This parameter is stored
1114
+ # as a lowercase string.
1115
+ #
1116
+ # @option params [required, String] :endpoint_type
1117
+ # The type of the endpoint. One of: `READER`, `WRITER`, `ANY`.
1118
+ #
1119
+ # @option params [Array<String>] :static_members
1120
+ # List of DB instance identifiers that are part of the custom endpoint
1121
+ # group.
1122
+ #
1123
+ # @option params [Array<String>] :excluded_members
1124
+ # List of DB instance identifiers that aren't part of the custom
1125
+ # endpoint group. All other eligible instances are reachable through the
1126
+ # custom endpoint. Only relevant if the list of static members is empty.
1127
+ #
1128
+ # @option params [Array<Types::Tag>] :tags
1129
+ # The tags to be assigned to the Amazon Neptune resource.
1130
+ #
1131
+ # @return [Types::CreateDBClusterEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1132
+ #
1133
+ # * {Types::CreateDBClusterEndpointOutput#db_cluster_endpoint_identifier #db_cluster_endpoint_identifier} => String
1134
+ # * {Types::CreateDBClusterEndpointOutput#db_cluster_identifier #db_cluster_identifier} => String
1135
+ # * {Types::CreateDBClusterEndpointOutput#db_cluster_endpoint_resource_identifier #db_cluster_endpoint_resource_identifier} => String
1136
+ # * {Types::CreateDBClusterEndpointOutput#endpoint #endpoint} => String
1137
+ # * {Types::CreateDBClusterEndpointOutput#status #status} => String
1138
+ # * {Types::CreateDBClusterEndpointOutput#endpoint_type #endpoint_type} => String
1139
+ # * {Types::CreateDBClusterEndpointOutput#custom_endpoint_type #custom_endpoint_type} => String
1140
+ # * {Types::CreateDBClusterEndpointOutput#static_members #static_members} => Array&lt;String&gt;
1141
+ # * {Types::CreateDBClusterEndpointOutput#excluded_members #excluded_members} => Array&lt;String&gt;
1142
+ # * {Types::CreateDBClusterEndpointOutput#db_cluster_endpoint_arn #db_cluster_endpoint_arn} => String
1143
+ #
1144
+ # @example Request syntax with placeholder values
1145
+ #
1146
+ # resp = client.create_db_cluster_endpoint({
1147
+ # db_cluster_identifier: "String", # required
1148
+ # db_cluster_endpoint_identifier: "String", # required
1149
+ # endpoint_type: "String", # required
1150
+ # static_members: ["String"],
1151
+ # excluded_members: ["String"],
1152
+ # tags: [
1153
+ # {
1154
+ # key: "String",
1155
+ # value: "String",
1156
+ # },
1157
+ # ],
1158
+ # })
1159
+ #
1160
+ # @example Response structure
1161
+ #
1162
+ # resp.db_cluster_endpoint_identifier #=> String
1163
+ # resp.db_cluster_identifier #=> String
1164
+ # resp.db_cluster_endpoint_resource_identifier #=> String
1165
+ # resp.endpoint #=> String
1166
+ # resp.status #=> String
1167
+ # resp.endpoint_type #=> String
1168
+ # resp.custom_endpoint_type #=> String
1169
+ # resp.static_members #=> Array
1170
+ # resp.static_members[0] #=> String
1171
+ # resp.excluded_members #=> Array
1172
+ # resp.excluded_members[0] #=> String
1173
+ # resp.db_cluster_endpoint_arn #=> String
1174
+ #
1175
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBClusterEndpoint AWS API Documentation
1176
+ #
1177
+ # @overload create_db_cluster_endpoint(params = {})
1178
+ # @param [Hash] params ({})
1179
+ def create_db_cluster_endpoint(params = {}, options = {})
1180
+ req = build_request(:create_db_cluster_endpoint, params)
1181
+ req.send_request(options)
1182
+ end
1183
+
1086
1184
  # Creates a new DB cluster parameter group.
1087
1185
  #
1088
1186
  # Parameters in a DB cluster parameter group apply to all of the
@@ -2085,6 +2183,7 @@ module Aws::Neptune
2085
2183
  # resp.db_cluster.associated_roles #=> Array
2086
2184
  # resp.db_cluster.associated_roles[0].role_arn #=> String
2087
2185
  # resp.db_cluster.associated_roles[0].status #=> String
2186
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
2088
2187
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
2089
2188
  # resp.db_cluster.clone_group_id #=> String
2090
2189
  # resp.db_cluster.cluster_create_time #=> Time
@@ -2101,6 +2200,56 @@ module Aws::Neptune
2101
2200
  req.send_request(options)
2102
2201
  end
2103
2202
 
2203
+ # Deletes a custom endpoint and removes it from an Amazon Neptune DB
2204
+ # cluster.
2205
+ #
2206
+ # @option params [required, String] :db_cluster_endpoint_identifier
2207
+ # The identifier associated with the custom endpoint. This parameter is
2208
+ # stored as a lowercase string.
2209
+ #
2210
+ # @return [Types::DeleteDBClusterEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2211
+ #
2212
+ # * {Types::DeleteDBClusterEndpointOutput#db_cluster_endpoint_identifier #db_cluster_endpoint_identifier} => String
2213
+ # * {Types::DeleteDBClusterEndpointOutput#db_cluster_identifier #db_cluster_identifier} => String
2214
+ # * {Types::DeleteDBClusterEndpointOutput#db_cluster_endpoint_resource_identifier #db_cluster_endpoint_resource_identifier} => String
2215
+ # * {Types::DeleteDBClusterEndpointOutput#endpoint #endpoint} => String
2216
+ # * {Types::DeleteDBClusterEndpointOutput#status #status} => String
2217
+ # * {Types::DeleteDBClusterEndpointOutput#endpoint_type #endpoint_type} => String
2218
+ # * {Types::DeleteDBClusterEndpointOutput#custom_endpoint_type #custom_endpoint_type} => String
2219
+ # * {Types::DeleteDBClusterEndpointOutput#static_members #static_members} => Array&lt;String&gt;
2220
+ # * {Types::DeleteDBClusterEndpointOutput#excluded_members #excluded_members} => Array&lt;String&gt;
2221
+ # * {Types::DeleteDBClusterEndpointOutput#db_cluster_endpoint_arn #db_cluster_endpoint_arn} => String
2222
+ #
2223
+ # @example Request syntax with placeholder values
2224
+ #
2225
+ # resp = client.delete_db_cluster_endpoint({
2226
+ # db_cluster_endpoint_identifier: "String", # required
2227
+ # })
2228
+ #
2229
+ # @example Response structure
2230
+ #
2231
+ # resp.db_cluster_endpoint_identifier #=> String
2232
+ # resp.db_cluster_identifier #=> String
2233
+ # resp.db_cluster_endpoint_resource_identifier #=> String
2234
+ # resp.endpoint #=> String
2235
+ # resp.status #=> String
2236
+ # resp.endpoint_type #=> String
2237
+ # resp.custom_endpoint_type #=> String
2238
+ # resp.static_members #=> Array
2239
+ # resp.static_members[0] #=> String
2240
+ # resp.excluded_members #=> Array
2241
+ # resp.excluded_members[0] #=> String
2242
+ # resp.db_cluster_endpoint_arn #=> String
2243
+ #
2244
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBClusterEndpoint AWS API Documentation
2245
+ #
2246
+ # @overload delete_db_cluster_endpoint(params = {})
2247
+ # @param [Hash] params ({})
2248
+ def delete_db_cluster_endpoint(params = {}, options = {})
2249
+ req = build_request(:delete_db_cluster_endpoint, params)
2250
+ req.send_request(options)
2251
+ end
2252
+
2104
2253
  # Deletes a specified DB cluster parameter group. The DB cluster
2105
2254
  # parameter group to be deleted can't be associated with any DB
2106
2255
  # clusters.
@@ -2488,6 +2637,98 @@ module Aws::Neptune
2488
2637
  req.send_request(options)
2489
2638
  end
2490
2639
 
2640
+ # Returns information about endpoints for an Amazon Neptune DB cluster.
2641
+ #
2642
+ # <note markdown="1"> This operation can also return information for Amazon RDS clusters and
2643
+ # Amazon DocDB clusters.
2644
+ #
2645
+ # </note>
2646
+ #
2647
+ # @option params [String] :db_cluster_identifier
2648
+ # The DB cluster identifier of the DB cluster associated with the
2649
+ # endpoint. This parameter is stored as a lowercase string.
2650
+ #
2651
+ # @option params [String] :db_cluster_endpoint_identifier
2652
+ # The identifier of the endpoint to describe. This parameter is stored
2653
+ # as a lowercase string.
2654
+ #
2655
+ # @option params [Array<Types::Filter>] :filters
2656
+ # A set of name-value pairs that define which endpoints to include in
2657
+ # the output. The filters are specified as name-value pairs, in the
2658
+ # format `Name=endpoint_type,Values=endpoint_type1,endpoint_type2,...`.
2659
+ # `Name` can be one of: `db-cluster-endpoint-type`,
2660
+ # `db-cluster-endpoint-custom-type`, `db-cluster-endpoint-id`,
2661
+ # `db-cluster-endpoint-status`. `Values` for the `
2662
+ # db-cluster-endpoint-type` filter can be one or more of: `reader`,
2663
+ # `writer`, `custom`. `Values` for the `db-cluster-endpoint-custom-type`
2664
+ # filter can be one or more of: `reader`, `any`. `Values` for the
2665
+ # `db-cluster-endpoint-status` filter can be one or more of:
2666
+ # `available`, `creating`, `deleting`, `inactive`, `modifying`.
2667
+ #
2668
+ # @option params [Integer] :max_records
2669
+ # The maximum number of records to include in the response. If more
2670
+ # records exist than the specified `MaxRecords` value, a pagination
2671
+ # token called a marker is included in the response so you can retrieve
2672
+ # the remaining results.
2673
+ #
2674
+ # Default: 100
2675
+ #
2676
+ # Constraints: Minimum 20, maximum 100.
2677
+ #
2678
+ # @option params [String] :marker
2679
+ # An optional pagination token provided by a previous
2680
+ # `DescribeDBClusterEndpoints` request. If this parameter is specified,
2681
+ # the response includes only records beyond the marker, up to the value
2682
+ # specified by `MaxRecords`.
2683
+ #
2684
+ # @return [Types::DBClusterEndpointMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2685
+ #
2686
+ # * {Types::DBClusterEndpointMessage#marker #marker} => String
2687
+ # * {Types::DBClusterEndpointMessage#db_cluster_endpoints #db_cluster_endpoints} => Array&lt;Types::DBClusterEndpoint&gt;
2688
+ #
2689
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2690
+ #
2691
+ # @example Request syntax with placeholder values
2692
+ #
2693
+ # resp = client.describe_db_cluster_endpoints({
2694
+ # db_cluster_identifier: "String",
2695
+ # db_cluster_endpoint_identifier: "String",
2696
+ # filters: [
2697
+ # {
2698
+ # name: "String", # required
2699
+ # values: ["String"], # required
2700
+ # },
2701
+ # ],
2702
+ # max_records: 1,
2703
+ # marker: "String",
2704
+ # })
2705
+ #
2706
+ # @example Response structure
2707
+ #
2708
+ # resp.marker #=> String
2709
+ # resp.db_cluster_endpoints #=> Array
2710
+ # resp.db_cluster_endpoints[0].db_cluster_endpoint_identifier #=> String
2711
+ # resp.db_cluster_endpoints[0].db_cluster_identifier #=> String
2712
+ # resp.db_cluster_endpoints[0].db_cluster_endpoint_resource_identifier #=> String
2713
+ # resp.db_cluster_endpoints[0].endpoint #=> String
2714
+ # resp.db_cluster_endpoints[0].status #=> String
2715
+ # resp.db_cluster_endpoints[0].endpoint_type #=> String
2716
+ # resp.db_cluster_endpoints[0].custom_endpoint_type #=> String
2717
+ # resp.db_cluster_endpoints[0].static_members #=> Array
2718
+ # resp.db_cluster_endpoints[0].static_members[0] #=> String
2719
+ # resp.db_cluster_endpoints[0].excluded_members #=> Array
2720
+ # resp.db_cluster_endpoints[0].excluded_members[0] #=> String
2721
+ # resp.db_cluster_endpoints[0].db_cluster_endpoint_arn #=> String
2722
+ #
2723
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DescribeDBClusterEndpoints AWS API Documentation
2724
+ #
2725
+ # @overload describe_db_cluster_endpoints(params = {})
2726
+ # @param [Hash] params ({})
2727
+ def describe_db_cluster_endpoints(params = {}, options = {})
2728
+ req = build_request(:describe_db_cluster_endpoints, params)
2729
+ req.send_request(options)
2730
+ end
2731
+
2491
2732
  # Returns a list of `DBClusterParameterGroup` descriptions. If a
2492
2733
  # `DBClusterParameterGroupName` parameter is specified, the list will
2493
2734
  # contain only the description of the specified DB cluster parameter
@@ -2953,6 +3194,7 @@ module Aws::Neptune
2953
3194
  # resp.db_clusters[0].associated_roles #=> Array
2954
3195
  # resp.db_clusters[0].associated_roles[0].role_arn #=> String
2955
3196
  # resp.db_clusters[0].associated_roles[0].status #=> String
3197
+ # resp.db_clusters[0].associated_roles[0].feature_name #=> String
2956
3198
  # resp.db_clusters[0].iam_database_authentication_enabled #=> Boolean
2957
3199
  # resp.db_clusters[0].clone_group_id #=> String
2958
3200
  # resp.db_clusters[0].cluster_create_time #=> Time
@@ -4200,6 +4442,7 @@ module Aws::Neptune
4200
4442
  # resp.db_cluster.associated_roles #=> Array
4201
4443
  # resp.db_cluster.associated_roles[0].role_arn #=> String
4202
4444
  # resp.db_cluster.associated_roles[0].status #=> String
4445
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
4203
4446
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
4204
4447
  # resp.db_cluster.clone_group_id #=> String
4205
4448
  # resp.db_cluster.cluster_create_time #=> Time
@@ -4383,12 +4626,18 @@ module Aws::Neptune
4383
4626
  # to CloudWatch Logs for a specific DB cluster.
4384
4627
  #
4385
4628
  # @option params [String] :engine_version
4386
- # The version number of the database engine. Currently, setting this
4387
- # parameter has no effect. To upgrade your database engine to the most
4388
- # recent release, use the ApplyPendingMaintenanceAction API.
4629
+ # The version number of the database engine to which you want to
4630
+ # upgrade. Changing this parameter results in an outage. The change is
4631
+ # applied during the next maintenance window unless the
4632
+ # `ApplyImmediately` parameter is set to true.
4389
4633
  #
4390
- # For a list of valid engine versions, see CreateDBInstance, or call
4391
- # DescribeDBEngineVersions.
4634
+ # For a list of valid engine versions, see [Engine Releases for Amazon
4635
+ # Neptune][1], or call [DescribeDBEngineVersions][2].
4636
+ #
4637
+ #
4638
+ #
4639
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html
4640
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions
4392
4641
  #
4393
4642
  # @option params [Boolean] :deletion_protection
4394
4643
  # A value that indicates whether the DB cluster has deletion protection
@@ -4468,6 +4717,7 @@ module Aws::Neptune
4468
4717
  # resp.db_cluster.associated_roles #=> Array
4469
4718
  # resp.db_cluster.associated_roles[0].role_arn #=> String
4470
4719
  # resp.db_cluster.associated_roles[0].status #=> String
4720
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
4471
4721
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
4472
4722
  # resp.db_cluster.clone_group_id #=> String
4473
4723
  # resp.db_cluster.cluster_create_time #=> Time
@@ -4484,6 +4734,71 @@ module Aws::Neptune
4484
4734
  req.send_request(options)
4485
4735
  end
4486
4736
 
4737
+ # Modifies the properties of an endpoint in an Amazon Neptune DB
4738
+ # cluster.
4739
+ #
4740
+ # @option params [required, String] :db_cluster_endpoint_identifier
4741
+ # The identifier of the endpoint to modify. This parameter is stored as
4742
+ # a lowercase string.
4743
+ #
4744
+ # @option params [String] :endpoint_type
4745
+ # The type of the endpoint. One of: `READER`, `WRITER`, `ANY`.
4746
+ #
4747
+ # @option params [Array<String>] :static_members
4748
+ # List of DB instance identifiers that are part of the custom endpoint
4749
+ # group.
4750
+ #
4751
+ # @option params [Array<String>] :excluded_members
4752
+ # List of DB instance identifiers that aren't part of the custom
4753
+ # endpoint group. All other eligible instances are reachable through the
4754
+ # custom endpoint. Only relevant if the list of static members is empty.
4755
+ #
4756
+ # @return [Types::ModifyDBClusterEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4757
+ #
4758
+ # * {Types::ModifyDBClusterEndpointOutput#db_cluster_endpoint_identifier #db_cluster_endpoint_identifier} => String
4759
+ # * {Types::ModifyDBClusterEndpointOutput#db_cluster_identifier #db_cluster_identifier} => String
4760
+ # * {Types::ModifyDBClusterEndpointOutput#db_cluster_endpoint_resource_identifier #db_cluster_endpoint_resource_identifier} => String
4761
+ # * {Types::ModifyDBClusterEndpointOutput#endpoint #endpoint} => String
4762
+ # * {Types::ModifyDBClusterEndpointOutput#status #status} => String
4763
+ # * {Types::ModifyDBClusterEndpointOutput#endpoint_type #endpoint_type} => String
4764
+ # * {Types::ModifyDBClusterEndpointOutput#custom_endpoint_type #custom_endpoint_type} => String
4765
+ # * {Types::ModifyDBClusterEndpointOutput#static_members #static_members} => Array&lt;String&gt;
4766
+ # * {Types::ModifyDBClusterEndpointOutput#excluded_members #excluded_members} => Array&lt;String&gt;
4767
+ # * {Types::ModifyDBClusterEndpointOutput#db_cluster_endpoint_arn #db_cluster_endpoint_arn} => String
4768
+ #
4769
+ # @example Request syntax with placeholder values
4770
+ #
4771
+ # resp = client.modify_db_cluster_endpoint({
4772
+ # db_cluster_endpoint_identifier: "String", # required
4773
+ # endpoint_type: "String",
4774
+ # static_members: ["String"],
4775
+ # excluded_members: ["String"],
4776
+ # })
4777
+ #
4778
+ # @example Response structure
4779
+ #
4780
+ # resp.db_cluster_endpoint_identifier #=> String
4781
+ # resp.db_cluster_identifier #=> String
4782
+ # resp.db_cluster_endpoint_resource_identifier #=> String
4783
+ # resp.endpoint #=> String
4784
+ # resp.status #=> String
4785
+ # resp.endpoint_type #=> String
4786
+ # resp.custom_endpoint_type #=> String
4787
+ # resp.static_members #=> Array
4788
+ # resp.static_members[0] #=> String
4789
+ # resp.excluded_members #=> Array
4790
+ # resp.excluded_members[0] #=> String
4791
+ # resp.db_cluster_endpoint_arn #=> String
4792
+ #
4793
+ # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyDBClusterEndpoint AWS API Documentation
4794
+ #
4795
+ # @overload modify_db_cluster_endpoint(params = {})
4796
+ # @param [Hash] params ({})
4797
+ def modify_db_cluster_endpoint(params = {}, options = {})
4798
+ req = build_request(:modify_db_cluster_endpoint, params)
4799
+ req.send_request(options)
4800
+ end
4801
+
4487
4802
  # Modifies the parameters of a DB cluster parameter group. To modify
4488
4803
  # more than one parameter, submit a list of the following:
4489
4804
  # `ParameterName`, `ParameterValue`, and `ApplyMethod`. A maximum of 20
@@ -5359,6 +5674,7 @@ module Aws::Neptune
5359
5674
  # resp.db_cluster.associated_roles #=> Array
5360
5675
  # resp.db_cluster.associated_roles[0].role_arn #=> String
5361
5676
  # resp.db_cluster.associated_roles[0].status #=> String
5677
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
5362
5678
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
5363
5679
  # resp.db_cluster.clone_group_id #=> String
5364
5680
  # resp.db_cluster.cluster_create_time #=> Time
@@ -5532,6 +5848,11 @@ module Aws::Neptune
5532
5848
  # the DB cluster, for example
5533
5849
  # `arn:aws:iam::123456789012:role/NeptuneAccessRole`.
5534
5850
  #
5851
+ # @option params [String] :feature_name
5852
+ # The name of the feature for the DB cluster that the IAM role is to be
5853
+ # disassociated from. For the list of supported feature names, see
5854
+ # DBEngineVersion.
5855
+ #
5535
5856
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
5536
5857
  #
5537
5858
  # @example Request syntax with placeholder values
@@ -5539,6 +5860,7 @@ module Aws::Neptune
5539
5860
  # resp = client.remove_role_from_db_cluster({
5540
5861
  # db_cluster_identifier: "String", # required
5541
5862
  # role_arn: "String", # required
5863
+ # feature_name: "String",
5542
5864
  # })
5543
5865
  #
5544
5866
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RemoveRoleFromDBCluster AWS API Documentation
@@ -5966,6 +6288,7 @@ module Aws::Neptune
5966
6288
  # resp.db_cluster.associated_roles #=> Array
5967
6289
  # resp.db_cluster.associated_roles[0].role_arn #=> String
5968
6290
  # resp.db_cluster.associated_roles[0].status #=> String
6291
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
5969
6292
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
5970
6293
  # resp.db_cluster.clone_group_id #=> String
5971
6294
  # resp.db_cluster.cluster_create_time #=> Time
@@ -6212,6 +6535,7 @@ module Aws::Neptune
6212
6535
  # resp.db_cluster.associated_roles #=> Array
6213
6536
  # resp.db_cluster.associated_roles[0].role_arn #=> String
6214
6537
  # resp.db_cluster.associated_roles[0].status #=> String
6538
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
6215
6539
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
6216
6540
  # resp.db_cluster.clone_group_id #=> String
6217
6541
  # resp.db_cluster.cluster_create_time #=> Time
@@ -6292,6 +6616,7 @@ module Aws::Neptune
6292
6616
  # resp.db_cluster.associated_roles #=> Array
6293
6617
  # resp.db_cluster.associated_roles[0].role_arn #=> String
6294
6618
  # resp.db_cluster.associated_roles[0].status #=> String
6619
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
6295
6620
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
6296
6621
  # resp.db_cluster.clone_group_id #=> String
6297
6622
  # resp.db_cluster.cluster_create_time #=> Time
@@ -6375,6 +6700,7 @@ module Aws::Neptune
6375
6700
  # resp.db_cluster.associated_roles #=> Array
6376
6701
  # resp.db_cluster.associated_roles[0].role_arn #=> String
6377
6702
  # resp.db_cluster.associated_roles[0].status #=> String
6703
+ # resp.db_cluster.associated_roles[0].feature_name #=> String
6378
6704
  # resp.db_cluster.iam_database_authentication_enabled #=> Boolean
6379
6705
  # resp.db_cluster.clone_group_id #=> String
6380
6706
  # resp.db_cluster.cluster_create_time #=> Time
@@ -6404,7 +6730,7 @@ module Aws::Neptune
6404
6730
  params: params,
6405
6731
  config: config)
6406
6732
  context[:gem_name] = 'aws-sdk-neptune'
6407
- context[:gem_version] = '1.26.0'
6733
+ context[:gem_version] = '1.31.0'
6408
6734
  Seahorse::Client::Request.new(handlers, context)
6409
6735
  end
6410
6736