aws-sdk-neptune 1.60.0 → 1.62.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: 45896d22915cce4f3f04393ffb65672f35085637410472bdbbfcd8de4ea3f67c
4
- data.tar.gz: e4e90872209d88014367ec02fa06fabe23634f256bb5821336df7b153bbed1ab
3
+ metadata.gz: 7c3713af2d75433f7e5db61881763288d6e7c72ec981df35be5ae6aca22f6938
4
+ data.tar.gz: 60380fc6e446c6fea77eb8c8ce377655d3f0496a7fe15f65baa77f5b5e97aa8f
5
5
  SHA512:
6
- metadata.gz: 251e77a553e8f8f4c1eec2009e64ec79062ce0bc6fa948cd79a600ff5e31fdae3f6277a45bc4011ecd661ffee0aee3b53f859879f79fc17643c31e162a0bc17c
7
- data.tar.gz: b8ed24ab838cf830a0686ad99fa46e22b30ff50711978828f30461709fcc965b5c00775c4759372cb01b5d337fb822ca2be41a1cf9b3d18b2f1c1cc1a5dd28ad
6
+ metadata.gz: 47b115d0839542531a86b88429b14d3e059a25c5b5eb39c9ffa8e69faaf266df869201ab4d507c27492e424cbcc0b9a5958c6697cdf5d6b26ecdfeffdace6126
7
+ data.tar.gz: 7d2d10aa12e6a06b06b0ecd35e8a318ec1814178feb8da2c6451bc26a7bbd5d39036241842a05aa615eab61e023dfe4b3d4cab4724c08eb2da8e0f70c908268c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.61.0 (2023-12-11)
10
+ ------------------
11
+
12
+ * Feature - This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.
13
+
4
14
  1.60.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.62.0
@@ -778,6 +778,7 @@ module Aws::Neptune
778
778
  # resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
779
779
  # resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
780
780
  # resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean
781
+ # resp.db_cluster_snapshot.storage_type #=> String
781
782
  #
782
783
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CopyDBClusterSnapshot AWS API Documentation
783
784
  #
@@ -1056,8 +1057,14 @@ module Aws::Neptune
1056
1057
  # Default: `false`.
1057
1058
  #
1058
1059
  # @option params [Array<String>] :enable_cloudwatch_logs_exports
1059
- # The list of log types that need to be enabled for exporting to
1060
- # CloudWatch Logs.
1060
+ # A list of the log types that this DB cluster should export to
1061
+ # CloudWatch Logs. Valid log types are: `audit` (to publish audit logs)
1062
+ # and `slowquery` (to publish slow-query logs). See [Publishing Neptune
1063
+ # logs to Amazon CloudWatch logs][1].
1064
+ #
1065
+ #
1066
+ #
1067
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html
1061
1068
  #
1062
1069
  # @option params [Boolean] :deletion_protection
1063
1070
  # A value that indicates whether the DB cluster has deletion protection
@@ -1078,6 +1085,27 @@ module Aws::Neptune
1078
1085
  # The ID of the Neptune global database to which this new DB cluster
1079
1086
  # should be added.
1080
1087
  #
1088
+ # @option params [String] :storage_type
1089
+ # The storage type to associate with the DB cluster.
1090
+ #
1091
+ # Valid Values:
1092
+ #
1093
+ # * `standard | iopt1`
1094
+ #
1095
+ # ^
1096
+ #
1097
+ # Default:
1098
+ #
1099
+ # * `standard`
1100
+ #
1101
+ # ^
1102
+ #
1103
+ # <note markdown="1"> When you create a Neptune cluster with the storage type set to
1104
+ # `iopt1`, the storage type is returned in the response. The storage
1105
+ # type isn't returned when you set it to `standard`.
1106
+ #
1107
+ # </note>
1108
+ #
1081
1109
  # @option params [String] :source_region
1082
1110
  # The source region of the snapshot. This is only needed when the
1083
1111
  # shapshot is encrypted and in a different region.
@@ -1124,6 +1152,7 @@ module Aws::Neptune
1124
1152
  # max_capacity: 1.0,
1125
1153
  # },
1126
1154
  # global_cluster_identifier: "GlobalClusterIdentifier",
1155
+ # storage_type: "String",
1127
1156
  # source_region: "String",
1128
1157
  # })
1129
1158
  #
@@ -1188,6 +1217,7 @@ module Aws::Neptune
1188
1217
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
1189
1218
  # resp.db_cluster.pending_modified_values.engine_version #=> String
1190
1219
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
1220
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
1191
1221
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
1192
1222
  # resp.db_cluster.pending_modified_values.iops #=> Integer
1193
1223
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -1196,6 +1226,8 @@ module Aws::Neptune
1196
1226
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
1197
1227
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
1198
1228
  # resp.db_cluster.global_cluster_identifier #=> String
1229
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
1230
+ # resp.db_cluster.storage_type #=> String
1199
1231
  #
1200
1232
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBCluster AWS API Documentation
1201
1233
  #
@@ -1449,6 +1481,7 @@ module Aws::Neptune
1449
1481
  # resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
1450
1482
  # resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
1451
1483
  # resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean
1484
+ # resp.db_cluster_snapshot.storage_type #=> String
1452
1485
  #
1453
1486
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/CreateDBClusterSnapshot AWS API Documentation
1454
1487
  #
@@ -2365,6 +2398,7 @@ module Aws::Neptune
2365
2398
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
2366
2399
  # resp.db_cluster.pending_modified_values.engine_version #=> String
2367
2400
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
2401
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
2368
2402
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
2369
2403
  # resp.db_cluster.pending_modified_values.iops #=> Integer
2370
2404
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -2373,6 +2407,8 @@ module Aws::Neptune
2373
2407
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
2374
2408
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
2375
2409
  # resp.db_cluster.global_cluster_identifier #=> String
2410
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
2411
+ # resp.db_cluster.storage_type #=> String
2376
2412
  #
2377
2413
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBCluster AWS API Documentation
2378
2414
  #
@@ -2512,6 +2548,7 @@ module Aws::Neptune
2512
2548
  # resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
2513
2549
  # resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
2514
2550
  # resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean
2551
+ # resp.db_cluster_snapshot.storage_type #=> String
2515
2552
  #
2516
2553
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
2517
2554
  #
@@ -3299,6 +3336,7 @@ module Aws::Neptune
3299
3336
  # resp.db_cluster_snapshots[0].db_cluster_snapshot_arn #=> String
3300
3337
  # resp.db_cluster_snapshots[0].source_db_cluster_snapshot_arn #=> String
3301
3338
  # resp.db_cluster_snapshots[0].iam_database_authentication_enabled #=> Boolean
3339
+ # resp.db_cluster_snapshots[0].storage_type #=> String
3302
3340
  #
3303
3341
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DescribeDBClusterSnapshots AWS API Documentation
3304
3342
  #
@@ -3443,6 +3481,7 @@ module Aws::Neptune
3443
3481
  # resp.db_clusters[0].pending_modified_values.iam_database_authentication_enabled #=> Boolean
3444
3482
  # resp.db_clusters[0].pending_modified_values.engine_version #=> String
3445
3483
  # resp.db_clusters[0].pending_modified_values.backup_retention_period #=> Integer
3484
+ # resp.db_clusters[0].pending_modified_values.storage_type #=> String
3446
3485
  # resp.db_clusters[0].pending_modified_values.allocated_storage #=> Integer
3447
3486
  # resp.db_clusters[0].pending_modified_values.iops #=> Integer
3448
3487
  # resp.db_clusters[0].deletion_protection #=> Boolean
@@ -3451,6 +3490,8 @@ module Aws::Neptune
3451
3490
  # resp.db_clusters[0].serverless_v2_scaling_configuration.min_capacity #=> Float
3452
3491
  # resp.db_clusters[0].serverless_v2_scaling_configuration.max_capacity #=> Float
3453
3492
  # resp.db_clusters[0].global_cluster_identifier #=> String
3493
+ # resp.db_clusters[0].io_optimized_next_allowed_modification_time #=> Time
3494
+ # resp.db_clusters[0].storage_type #=> String
3454
3495
  #
3455
3496
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/DescribeDBClusters AWS API Documentation
3456
3497
  #
@@ -4781,6 +4822,7 @@ module Aws::Neptune
4781
4822
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
4782
4823
  # resp.db_cluster.pending_modified_values.engine_version #=> String
4783
4824
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
4825
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
4784
4826
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
4785
4827
  # resp.db_cluster.pending_modified_values.iops #=> Integer
4786
4828
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -4789,6 +4831,8 @@ module Aws::Neptune
4789
4831
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
4790
4832
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
4791
4833
  # resp.db_cluster.global_cluster_identifier #=> String
4834
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
4835
+ # resp.db_cluster.storage_type #=> String
4792
4836
  #
4793
4837
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/FailoverDBCluster AWS API Documentation
4794
4838
  #
@@ -5025,7 +5069,12 @@ module Aws::Neptune
5025
5069
  #
5026
5070
  # @option params [Types::CloudwatchLogsExportConfiguration] :cloudwatch_logs_export_configuration
5027
5071
  # The configuration setting for the log types to be enabled for export
5028
- # to CloudWatch Logs for a specific DB cluster.
5072
+ # to CloudWatch Logs for a specific DB cluster. See [Using the CLI to
5073
+ # publish Neptune audit logs to CloudWatch Logs][1].
5074
+ #
5075
+ #
5076
+ #
5077
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html#cloudwatch-logs-cli
5029
5078
  #
5030
5079
  # @option params [String] :engine_version
5031
5080
  # The version number of the database engine to which you want to
@@ -5087,6 +5136,21 @@ module Aws::Neptune
5087
5136
  #
5088
5137
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html
5089
5138
  #
5139
+ # @option params [String] :storage_type
5140
+ # The storage type to associate with the DB cluster.
5141
+ #
5142
+ # Valid Values:
5143
+ #
5144
+ # * `standard | iopt1`
5145
+ #
5146
+ # ^
5147
+ #
5148
+ # Default:
5149
+ #
5150
+ # * `standard`
5151
+ #
5152
+ # ^
5153
+ #
5090
5154
  # @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5091
5155
  #
5092
5156
  # * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
@@ -5119,6 +5183,7 @@ module Aws::Neptune
5119
5183
  # min_capacity: 1.0,
5120
5184
  # max_capacity: 1.0,
5121
5185
  # },
5186
+ # storage_type: "String",
5122
5187
  # })
5123
5188
  #
5124
5189
  # @example Response structure
@@ -5182,6 +5247,7 @@ module Aws::Neptune
5182
5247
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
5183
5248
  # resp.db_cluster.pending_modified_values.engine_version #=> String
5184
5249
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
5250
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
5185
5251
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
5186
5252
  # resp.db_cluster.pending_modified_values.iops #=> Integer
5187
5253
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -5190,6 +5256,8 @@ module Aws::Neptune
5190
5256
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
5191
5257
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
5192
5258
  # resp.db_cluster.global_cluster_identifier #=> String
5259
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
5260
+ # resp.db_cluster.storage_type #=> String
5193
5261
  #
5194
5262
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/ModifyDBCluster AWS API Documentation
5195
5263
  #
@@ -6243,6 +6311,7 @@ module Aws::Neptune
6243
6311
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
6244
6312
  # resp.db_cluster.pending_modified_values.engine_version #=> String
6245
6313
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
6314
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
6246
6315
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
6247
6316
  # resp.db_cluster.pending_modified_values.iops #=> Integer
6248
6317
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -6251,6 +6320,8 @@ module Aws::Neptune
6251
6320
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
6252
6321
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
6253
6322
  # resp.db_cluster.global_cluster_identifier #=> String
6323
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
6324
+ # resp.db_cluster.storage_type #=> String
6254
6325
  #
6255
6326
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
6256
6327
  #
@@ -6845,6 +6916,13 @@ module Aws::Neptune
6845
6916
  #
6846
6917
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html
6847
6918
  #
6919
+ # @option params [String] :storage_type
6920
+ # Specifies the storage type to be associated with the DB cluster.
6921
+ #
6922
+ # Valid values: `standard`, `iopt1`
6923
+ #
6924
+ # Default: `standard`
6925
+ #
6848
6926
  # @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6849
6927
  #
6850
6928
  # * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
@@ -6878,6 +6956,7 @@ module Aws::Neptune
6878
6956
  # min_capacity: 1.0,
6879
6957
  # max_capacity: 1.0,
6880
6958
  # },
6959
+ # storage_type: "String",
6881
6960
  # })
6882
6961
  #
6883
6962
  # @example Response structure
@@ -6941,6 +7020,7 @@ module Aws::Neptune
6941
7020
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
6942
7021
  # resp.db_cluster.pending_modified_values.engine_version #=> String
6943
7022
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
7023
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
6944
7024
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
6945
7025
  # resp.db_cluster.pending_modified_values.iops #=> Integer
6946
7026
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -6949,6 +7029,8 @@ module Aws::Neptune
6949
7029
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
6950
7030
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
6951
7031
  # resp.db_cluster.global_cluster_identifier #=> String
7032
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
7033
+ # resp.db_cluster.storage_type #=> String
6952
7034
  #
6953
7035
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
6954
7036
  #
@@ -7124,6 +7206,13 @@ module Aws::Neptune
7124
7206
  #
7125
7207
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html
7126
7208
  #
7209
+ # @option params [String] :storage_type
7210
+ # Specifies the storage type to be associated with the DB cluster.
7211
+ #
7212
+ # Valid values: `standard`, `iopt1`
7213
+ #
7214
+ # Default: `standard`
7215
+ #
7127
7216
  # @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7128
7217
  #
7129
7218
  # * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
@@ -7155,6 +7244,7 @@ module Aws::Neptune
7155
7244
  # min_capacity: 1.0,
7156
7245
  # max_capacity: 1.0,
7157
7246
  # },
7247
+ # storage_type: "String",
7158
7248
  # })
7159
7249
  #
7160
7250
  # @example Response structure
@@ -7218,6 +7308,7 @@ module Aws::Neptune
7218
7308
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
7219
7309
  # resp.db_cluster.pending_modified_values.engine_version #=> String
7220
7310
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
7311
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
7221
7312
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
7222
7313
  # resp.db_cluster.pending_modified_values.iops #=> Integer
7223
7314
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -7226,6 +7317,8 @@ module Aws::Neptune
7226
7317
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
7227
7318
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
7228
7319
  # resp.db_cluster.global_cluster_identifier #=> String
7320
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
7321
+ # resp.db_cluster.storage_type #=> String
7229
7322
  #
7230
7323
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
7231
7324
  #
@@ -7315,6 +7408,7 @@ module Aws::Neptune
7315
7408
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
7316
7409
  # resp.db_cluster.pending_modified_values.engine_version #=> String
7317
7410
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
7411
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
7318
7412
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
7319
7413
  # resp.db_cluster.pending_modified_values.iops #=> Integer
7320
7414
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -7323,6 +7417,8 @@ module Aws::Neptune
7323
7417
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
7324
7418
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
7325
7419
  # resp.db_cluster.global_cluster_identifier #=> String
7420
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
7421
+ # resp.db_cluster.storage_type #=> String
7326
7422
  #
7327
7423
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StartDBCluster AWS API Documentation
7328
7424
  #
@@ -7415,6 +7511,7 @@ module Aws::Neptune
7415
7511
  # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean
7416
7512
  # resp.db_cluster.pending_modified_values.engine_version #=> String
7417
7513
  # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer
7514
+ # resp.db_cluster.pending_modified_values.storage_type #=> String
7418
7515
  # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer
7419
7516
  # resp.db_cluster.pending_modified_values.iops #=> Integer
7420
7517
  # resp.db_cluster.deletion_protection #=> Boolean
@@ -7423,6 +7520,8 @@ module Aws::Neptune
7423
7520
  # resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
7424
7521
  # resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
7425
7522
  # resp.db_cluster.global_cluster_identifier #=> String
7523
+ # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
7524
+ # resp.db_cluster.storage_type #=> String
7426
7525
  #
7427
7526
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptune-2014-10-31/StopDBCluster AWS API Documentation
7428
7527
  #
@@ -7446,7 +7545,7 @@ module Aws::Neptune
7446
7545
  params: params,
7447
7546
  config: config)
7448
7547
  context[:gem_name] = 'aws-sdk-neptune'
7449
- context[:gem_version] = '1.60.0'
7548
+ context[:gem_version] = '1.62.0'
7450
7549
  Seahorse::Client::Request.new(handlers, context)
7451
7550
  end
7452
7551
 
@@ -371,6 +371,7 @@ module Aws::Neptune
371
371
  ClusterPendingModifiedValues.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IAMDatabaseAuthenticationEnabled"))
372
372
  ClusterPendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
373
373
  ClusterPendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
374
+ ClusterPendingModifiedValues.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
374
375
  ClusterPendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
375
376
  ClusterPendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
376
377
  ClusterPendingModifiedValues.struct_class = Types::ClusterPendingModifiedValues
@@ -452,6 +453,7 @@ module Aws::Neptune
452
453
  CreateDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
453
454
  CreateDBClusterMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
454
455
  CreateDBClusterMessage.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: GlobalClusterIdentifier, location_name: "GlobalClusterIdentifier"))
456
+ CreateDBClusterMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
455
457
  CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
456
458
  CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
457
459
 
@@ -607,6 +609,8 @@ module Aws::Neptune
607
609
  DBCluster.add_member(:automatic_restart_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "AutomaticRestartTime"))
608
610
  DBCluster.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfigurationInfo, location_name: "ServerlessV2ScalingConfiguration"))
609
611
  DBCluster.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: GlobalClusterIdentifier, location_name: "GlobalClusterIdentifier"))
612
+ DBCluster.add_member(:io_optimized_next_allowed_modification_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "IOOptimizedNextAllowedModificationTime"))
613
+ DBCluster.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
610
614
  DBCluster.struct_class = Types::DBCluster
611
615
 
612
616
  DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
@@ -713,6 +717,7 @@ module Aws::Neptune
713
717
  DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
714
718
  DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
715
719
  DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
720
+ DBClusterSnapshot.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
716
721
  DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
717
722
 
718
723
  DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
@@ -1308,6 +1313,7 @@ module Aws::Neptune
1308
1313
  ModifyDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1309
1314
  ModifyDBClusterMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
1310
1315
  ModifyDBClusterMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
1316
+ ModifyDBClusterMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1311
1317
  ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
1312
1318
 
1313
1319
  ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
@@ -1574,6 +1580,7 @@ module Aws::Neptune
1574
1580
  RestoreDBClusterFromSnapshotMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1575
1581
  RestoreDBClusterFromSnapshotMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
1576
1582
  RestoreDBClusterFromSnapshotMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
1583
+ RestoreDBClusterFromSnapshotMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1577
1584
  RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
1578
1585
 
1579
1586
  RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -1595,6 +1602,7 @@ module Aws::Neptune
1595
1602
  RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
1596
1603
  RestoreDBClusterToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1597
1604
  RestoreDBClusterToPointInTimeMessage.add_member(:serverless_v2_scaling_configuration, Shapes::ShapeRef.new(shape: ServerlessV2ScalingConfiguration, location_name: "ServerlessV2ScalingConfiguration"))
1605
+ RestoreDBClusterToPointInTimeMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1598
1606
  RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
1599
1607
 
1600
1608
  RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -2357,6 +2365,7 @@ module Aws::Neptune
2357
2365
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
2358
2366
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
2359
2367
  o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
2368
+ o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
2360
2369
  end)
2361
2370
 
2362
2371
  api.add_operation(:modify_db_cluster_endpoint, Seahorse::Model::Operation.new.tap do |o|
@@ -14,6 +14,7 @@ module Aws::Neptune
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Neptune::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\