aws-sdk-docdb 1.55.0 → 1.57.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: f65dd647f630c23754e485da07fec560d8e74aaf0565bdcd364fbadfc041d9f8
4
- data.tar.gz: 953a4bce8497f7e6b164fee777fcc42c4630892645ef9d188a735349d98ead97
3
+ metadata.gz: 922007ae9d3e7d42985643f1632478c98347c852469f67fdd54799d4c12c0769
4
+ data.tar.gz: d2d47dbe18cc2ec910338186d9e63bba6e6bf2e7304498fe4fe748505f99cac6
5
5
  SHA512:
6
- metadata.gz: 0c694d8c425c137a3be6afcadaa4e2db7c0b210b9cda61e73df3706e76b38f5557d502c9c4ae1dcb9c60df60a8282abd329f8d1d3c629e320fa308841731bda4
7
- data.tar.gz: 2a34fab990a22cdd64450274075824725a7b337cbfb11503d1f3745d1d718e12e9bff1f7300f8a0502195f3b714a456eb735e45596d480736f690c4711f6a1bb
6
+ metadata.gz: fa4dc3de447aac2e6c185a01a55ca56e0fc639fa8ff3b1df159440e83be1562b04dd2b51000e82323d5993bf6c65fd98a59dc8f45223ac01cfeac7b019d4dfca
7
+ data.tar.gz: 63d5ff26cc902e60caef0e93ea5cd0d855be3c712c90af04502f287eb6863f54b2a19ece8336285d444b17b2558344950a4f33879c1590830897dbb1b86d78a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2023-11-20)
10
+ ------------------
11
+
12
+ * Feature - Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
13
+
4
14
  1.55.0 (2023-11-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.0
@@ -772,6 +772,7 @@ module Aws::DocDB
772
772
  # resp.db_cluster_snapshot.kms_key_id #=> String
773
773
  # resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
774
774
  # resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
775
+ # resp.db_cluster_snapshot.storage_type #=> String
775
776
  #
776
777
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CopyDBClusterSnapshot AWS API Documentation
777
778
  #
@@ -943,6 +944,23 @@ module Aws::DocDB
943
944
  # @option params [String] :global_cluster_identifier
944
945
  # The cluster identifier of the new global cluster.
945
946
  #
947
+ # @option params [String] :storage_type
948
+ # The storage type to associate with the DB cluster.
949
+ #
950
+ # For information on storage types for Amazon DocumentDB clusters, see
951
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
952
+ # Guide*.
953
+ #
954
+ # Valid values for storage type - `standard | iopt1`
955
+ #
956
+ # Default value is `standard `
957
+ #
958
+ # <note markdown="1"> When you create a DocumentDB DB cluster with the storage type set to
959
+ # `iopt1`, the storage type is returned in the response. The storage
960
+ # type isn't returned when you set it to `standard`.
961
+ #
962
+ # </note>
963
+ #
946
964
  # @option params [String] :source_region
947
965
  # The source region of the snapshot. This is only needed when the
948
966
  # shapshot is encrypted and in a different region.
@@ -979,6 +997,7 @@ module Aws::DocDB
979
997
  # enable_cloudwatch_logs_exports: ["String"],
980
998
  # deletion_protection: false,
981
999
  # global_cluster_identifier: "GlobalClusterIdentifier",
1000
+ # storage_type: "String",
982
1001
  # source_region: "String",
983
1002
  # })
984
1003
  #
@@ -1027,6 +1046,7 @@ module Aws::DocDB
1027
1046
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
1028
1047
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
1029
1048
  # resp.db_cluster.deletion_protection #=> Boolean
1049
+ # resp.db_cluster.storage_type #=> String
1030
1050
  #
1031
1051
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBCluster AWS API Documentation
1032
1052
  #
@@ -1185,6 +1205,7 @@ module Aws::DocDB
1185
1205
  # resp.db_cluster_snapshot.kms_key_id #=> String
1186
1206
  # resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
1187
1207
  # resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
1208
+ # resp.db_cluster_snapshot.storage_type #=> String
1188
1209
  #
1189
1210
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBClusterSnapshot AWS API Documentation
1190
1211
  #
@@ -1775,6 +1796,7 @@ module Aws::DocDB
1775
1796
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
1776
1797
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
1777
1798
  # resp.db_cluster.deletion_protection #=> Boolean
1799
+ # resp.db_cluster.storage_type #=> String
1778
1800
  #
1779
1801
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBCluster AWS API Documentation
1780
1802
  #
@@ -1859,6 +1881,7 @@ module Aws::DocDB
1859
1881
  # resp.db_cluster_snapshot.kms_key_id #=> String
1860
1882
  # resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
1861
1883
  # resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
1884
+ # resp.db_cluster_snapshot.storage_type #=> String
1862
1885
  #
1863
1886
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
1864
1887
  #
@@ -2496,6 +2519,7 @@ module Aws::DocDB
2496
2519
  # resp.db_cluster_snapshots[0].kms_key_id #=> String
2497
2520
  # resp.db_cluster_snapshots[0].db_cluster_snapshot_arn #=> String
2498
2521
  # resp.db_cluster_snapshots[0].source_db_cluster_snapshot_arn #=> String
2522
+ # resp.db_cluster_snapshots[0].storage_type #=> String
2499
2523
  #
2500
2524
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBClusterSnapshots AWS API Documentation
2501
2525
  #
@@ -2618,6 +2642,7 @@ module Aws::DocDB
2618
2642
  # resp.db_clusters[0].enabled_cloudwatch_logs_exports #=> Array
2619
2643
  # resp.db_clusters[0].enabled_cloudwatch_logs_exports[0] #=> String
2620
2644
  # resp.db_clusters[0].deletion_protection #=> Boolean
2645
+ # resp.db_clusters[0].storage_type #=> String
2621
2646
  #
2622
2647
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBClusters AWS API Documentation
2623
2648
  #
@@ -3412,6 +3437,7 @@ module Aws::DocDB
3412
3437
  # resp.orderable_db_instance_options[0].availability_zones #=> Array
3413
3438
  # resp.orderable_db_instance_options[0].availability_zones[0].name #=> String
3414
3439
  # resp.orderable_db_instance_options[0].vpc #=> Boolean
3440
+ # resp.orderable_db_instance_options[0].storage_type #=> String
3415
3441
  # resp.marker #=> String
3416
3442
  #
3417
3443
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeOrderableDBInstanceOptions AWS API Documentation
@@ -3584,6 +3610,7 @@ module Aws::DocDB
3584
3610
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
3585
3611
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
3586
3612
  # resp.db_cluster.deletion_protection #=> Boolean
3613
+ # resp.db_cluster.storage_type #=> String
3587
3614
  #
3588
3615
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/FailoverDBCluster AWS API Documentation
3589
3616
  #
@@ -3775,6 +3802,17 @@ module Aws::DocDB
3775
3802
  # `DeletionProtection` is disabled. `DeletionProtection` protects
3776
3803
  # clusters from being accidentally deleted.
3777
3804
  #
3805
+ # @option params [String] :storage_type
3806
+ # The storage type to associate with the DB cluster.
3807
+ #
3808
+ # For information on storage types for Amazon DocumentDB clusters, see
3809
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
3810
+ # Guide*.
3811
+ #
3812
+ # Valid values for storage type - `standard | iopt1`
3813
+ #
3814
+ # Default value is `standard `
3815
+ #
3778
3816
  # @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3779
3817
  #
3780
3818
  # * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
@@ -3799,6 +3837,7 @@ module Aws::DocDB
3799
3837
  # engine_version: "String",
3800
3838
  # allow_major_version_upgrade: false,
3801
3839
  # deletion_protection: false,
3840
+ # storage_type: "String",
3802
3841
  # })
3803
3842
  #
3804
3843
  # @example Response structure
@@ -3846,6 +3885,7 @@ module Aws::DocDB
3846
3885
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
3847
3886
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
3848
3887
  # resp.db_cluster.deletion_protection #=> Boolean
3888
+ # resp.db_cluster.storage_type #=> String
3849
3889
  #
3850
3890
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBCluster AWS API Documentation
3851
3891
  #
@@ -4832,6 +4872,17 @@ module Aws::DocDB
4832
4872
  # letters, numbers or hyphens. Its first character must be a letter, and
4833
4873
  # it cannot end with a hyphen or contain two consecutive hyphens.
4834
4874
  #
4875
+ # @option params [String] :storage_type
4876
+ # The storage type to associate with the DB cluster.
4877
+ #
4878
+ # For information on storage types for Amazon DocumentDB clusters, see
4879
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
4880
+ # Guide*.
4881
+ #
4882
+ # Valid values for storage type - `standard | iopt1`
4883
+ #
4884
+ # Default value is `standard `
4885
+ #
4835
4886
  # @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4836
4887
  #
4837
4888
  # * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
@@ -4857,6 +4908,7 @@ module Aws::DocDB
4857
4908
  # enable_cloudwatch_logs_exports: ["String"],
4858
4909
  # deletion_protection: false,
4859
4910
  # db_cluster_parameter_group_name: "String",
4911
+ # storage_type: "String",
4860
4912
  # })
4861
4913
  #
4862
4914
  # @example Response structure
@@ -4904,6 +4956,7 @@ module Aws::DocDB
4904
4956
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
4905
4957
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
4906
4958
  # resp.db_cluster.deletion_protection #=> Boolean
4959
+ # resp.db_cluster.storage_type #=> String
4907
4960
  #
4908
4961
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
4909
4962
  #
@@ -5044,6 +5097,17 @@ module Aws::DocDB
5044
5097
  # `DeletionProtection` is disabled. `DeletionProtection` protects
5045
5098
  # clusters from being accidentally deleted.
5046
5099
  #
5100
+ # @option params [String] :storage_type
5101
+ # The storage type to associate with the DB cluster.
5102
+ #
5103
+ # For information on storage types for Amazon DocumentDB clusters, see
5104
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
5105
+ # Guide*.
5106
+ #
5107
+ # Valid values for storage type - `standard | iopt1`
5108
+ #
5109
+ # Default value is `standard `
5110
+ #
5047
5111
  # @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5048
5112
  #
5049
5113
  # * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
@@ -5068,6 +5132,7 @@ module Aws::DocDB
5068
5132
  # kms_key_id: "String",
5069
5133
  # enable_cloudwatch_logs_exports: ["String"],
5070
5134
  # deletion_protection: false,
5135
+ # storage_type: "String",
5071
5136
  # })
5072
5137
  #
5073
5138
  # @example Response structure
@@ -5115,6 +5180,7 @@ module Aws::DocDB
5115
5180
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
5116
5181
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
5117
5182
  # resp.db_cluster.deletion_protection #=> Boolean
5183
+ # resp.db_cluster.storage_type #=> String
5118
5184
  #
5119
5185
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
5120
5186
  #
@@ -5192,6 +5258,7 @@ module Aws::DocDB
5192
5258
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
5193
5259
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
5194
5260
  # resp.db_cluster.deletion_protection #=> Boolean
5261
+ # resp.db_cluster.storage_type #=> String
5195
5262
  #
5196
5263
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/StartDBCluster AWS API Documentation
5197
5264
  #
@@ -5269,6 +5336,7 @@ module Aws::DocDB
5269
5336
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
5270
5337
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
5271
5338
  # resp.db_cluster.deletion_protection #=> Boolean
5339
+ # resp.db_cluster.storage_type #=> String
5272
5340
  #
5273
5341
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/StopDBCluster AWS API Documentation
5274
5342
  #
@@ -5292,7 +5360,7 @@ module Aws::DocDB
5292
5360
  params: params,
5293
5361
  config: config)
5294
5362
  context[:gem_name] = 'aws-sdk-docdb'
5295
- context[:gem_version] = '1.55.0'
5363
+ context[:gem_version] = '1.57.0'
5296
5364
  Seahorse::Client::Request.new(handlers, context)
5297
5365
  end
5298
5366
 
@@ -349,6 +349,7 @@ module Aws::DocDB
349
349
  CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
350
350
  CreateDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
351
351
  CreateDBClusterMessage.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: GlobalClusterIdentifier, location_name: "GlobalClusterIdentifier"))
352
+ CreateDBClusterMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
352
353
  CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
353
354
  CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
354
355
 
@@ -455,6 +456,7 @@ module Aws::DocDB
455
456
  DBCluster.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
456
457
  DBCluster.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
457
458
  DBCluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtection"))
459
+ DBCluster.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
458
460
  DBCluster.struct_class = Types::DBCluster
459
461
 
460
462
  DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
@@ -521,6 +523,7 @@ module Aws::DocDB
521
523
  DBClusterSnapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
522
524
  DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
523
525
  DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
526
+ DBClusterSnapshot.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
524
527
  DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
525
528
 
526
529
  DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
@@ -960,6 +963,7 @@ module Aws::DocDB
960
963
  ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
961
964
  ModifyDBClusterMessage.add_member(:allow_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowMajorVersionUpgrade"))
962
965
  ModifyDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
966
+ ModifyDBClusterMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
963
967
  ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
964
968
 
965
969
  ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
@@ -1027,6 +1031,7 @@ module Aws::DocDB
1027
1031
  OrderableDBInstanceOption.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
1028
1032
  OrderableDBInstanceOption.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
1029
1033
  OrderableDBInstanceOption.add_member(:vpc, Shapes::ShapeRef.new(shape: Boolean, location_name: "Vpc"))
1034
+ OrderableDBInstanceOption.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1030
1035
  OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
1031
1036
 
1032
1037
  OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
@@ -1138,6 +1143,7 @@ module Aws::DocDB
1138
1143
  RestoreDBClusterFromSnapshotMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1139
1144
  RestoreDBClusterFromSnapshotMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1140
1145
  RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
1146
+ RestoreDBClusterFromSnapshotMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1141
1147
  RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
1142
1148
 
1143
1149
  RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -1155,6 +1161,7 @@ module Aws::DocDB
1155
1161
  RestoreDBClusterToPointInTimeMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1156
1162
  RestoreDBClusterToPointInTimeMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1157
1163
  RestoreDBClusterToPointInTimeMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1164
+ RestoreDBClusterToPointInTimeMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
1158
1165
  RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
1159
1166
 
1160
1167
  RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -668,6 +668,24 @@ module Aws::DocDB
668
668
  # The cluster identifier of the new global cluster.
669
669
  # @return [String]
670
670
  #
671
+ # @!attribute [rw] storage_type
672
+ # The storage type to associate with the DB cluster.
673
+ #
674
+ # For information on storage types for Amazon DocumentDB clusters, see
675
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
676
+ # Guide*.
677
+ #
678
+ # Valid values for storage type - `standard | iopt1`
679
+ #
680
+ # Default value is `standard `
681
+ #
682
+ # <note markdown="1"> When you create a DocumentDB DB cluster with the storage type set to
683
+ # `iopt1`, the storage type is returned in the response. The storage
684
+ # type isn't returned when you set it to `standard`.
685
+ #
686
+ # </note>
687
+ # @return [String]
688
+ #
671
689
  # @!attribute [rw] source_region
672
690
  # The source region of the snapshot. This is only needed when the
673
691
  # shapshot is encrypted and in a different region.
@@ -696,6 +714,7 @@ module Aws::DocDB
696
714
  :enable_cloudwatch_logs_exports,
697
715
  :deletion_protection,
698
716
  :global_cluster_identifier,
717
+ :storage_type,
699
718
  :source_region)
700
719
  SENSITIVE = []
701
720
  include Aws::Structure
@@ -1340,6 +1359,20 @@ module Aws::DocDB
1340
1359
  # deleted.
1341
1360
  # @return [Boolean]
1342
1361
  #
1362
+ # @!attribute [rw] storage_type
1363
+ # Storage type associated with your cluster
1364
+ #
1365
+ # Storage type associated with your cluster
1366
+ #
1367
+ # For information on storage types for Amazon DocumentDB clusters, see
1368
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
1369
+ # Guide*.
1370
+ #
1371
+ # Valid values for storage type - `standard | iopt1`
1372
+ #
1373
+ # Default value is `standard `
1374
+ # @return [String]
1375
+ #
1343
1376
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBCluster AWS API Documentation
1344
1377
  #
1345
1378
  class DBCluster < Struct.new(
@@ -1374,7 +1407,8 @@ module Aws::DocDB
1374
1407
  :clone_group_id,
1375
1408
  :cluster_create_time,
1376
1409
  :enabled_cloudwatch_logs_exports,
1377
- :deletion_protection)
1410
+ :deletion_protection,
1411
+ :storage_type)
1378
1412
  SENSITIVE = []
1379
1413
  include Aws::Structure
1380
1414
  end
@@ -1669,6 +1703,18 @@ module Aws::DocDB
1669
1703
  # the ARN for the source cluster snapshot; otherwise, a null value.
1670
1704
  # @return [String]
1671
1705
  #
1706
+ # @!attribute [rw] storage_type
1707
+ # Storage type associated with your cluster snapshot
1708
+ #
1709
+ # For information on storage types for Amazon DocumentDB clusters, see
1710
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
1711
+ # Guide*.
1712
+ #
1713
+ # Valid values for storage type - `standard | iopt1`
1714
+ #
1715
+ # Default value is `standard `
1716
+ # @return [String]
1717
+ #
1672
1718
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBClusterSnapshot AWS API Documentation
1673
1719
  #
1674
1720
  class DBClusterSnapshot < Struct.new(
@@ -1688,7 +1734,8 @@ module Aws::DocDB
1688
1734
  :storage_encrypted,
1689
1735
  :kms_key_id,
1690
1736
  :db_cluster_snapshot_arn,
1691
- :source_db_cluster_snapshot_arn)
1737
+ :source_db_cluster_snapshot_arn,
1738
+ :storage_type)
1692
1739
  SENSITIVE = []
1693
1740
  include Aws::Structure
1694
1741
  end
@@ -4079,6 +4126,18 @@ module Aws::DocDB
4079
4126
  # deleted.
4080
4127
  # @return [Boolean]
4081
4128
  #
4129
+ # @!attribute [rw] storage_type
4130
+ # The storage type to associate with the DB cluster.
4131
+ #
4132
+ # For information on storage types for Amazon DocumentDB clusters, see
4133
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
4134
+ # Guide*.
4135
+ #
4136
+ # Valid values for storage type - `standard | iopt1`
4137
+ #
4138
+ # Default value is `standard `
4139
+ # @return [String]
4140
+ #
4082
4141
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBClusterMessage AWS API Documentation
4083
4142
  #
4084
4143
  class ModifyDBClusterMessage < Struct.new(
@@ -4095,7 +4154,8 @@ module Aws::DocDB
4095
4154
  :cloudwatch_logs_export_configuration,
4096
4155
  :engine_version,
4097
4156
  :allow_major_version_upgrade,
4098
- :deletion_protection)
4157
+ :deletion_protection,
4158
+ :storage_type)
4099
4159
  SENSITIVE = []
4100
4160
  include Aws::Structure
4101
4161
  end
@@ -4552,6 +4612,10 @@ module Aws::DocDB
4552
4612
  # Indicates whether an instance is in a virtual private cloud (VPC).
4553
4613
  # @return [Boolean]
4554
4614
  #
4615
+ # @!attribute [rw] storage_type
4616
+ # The storage type to associate with the DB cluster
4617
+ # @return [String]
4618
+ #
4555
4619
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/OrderableDBInstanceOption AWS API Documentation
4556
4620
  #
4557
4621
  class OrderableDBInstanceOption < Struct.new(
@@ -4560,7 +4624,8 @@ module Aws::DocDB
4560
4624
  :db_instance_class,
4561
4625
  :license_model,
4562
4626
  :availability_zones,
4563
- :vpc)
4627
+ :vpc,
4628
+ :storage_type)
4564
4629
  SENSITIVE = []
4565
4630
  include Aws::Structure
4566
4631
  end
@@ -5137,6 +5202,18 @@ module Aws::DocDB
5137
5202
  # and it cannot end with a hyphen or contain two consecutive hyphens.
5138
5203
  # @return [String]
5139
5204
  #
5205
+ # @!attribute [rw] storage_type
5206
+ # The storage type to associate with the DB cluster.
5207
+ #
5208
+ # For information on storage types for Amazon DocumentDB clusters, see
5209
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
5210
+ # Guide*.
5211
+ #
5212
+ # Valid values for storage type - `standard | iopt1`
5213
+ #
5214
+ # Default value is `standard `
5215
+ # @return [String]
5216
+ #
5140
5217
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterFromSnapshotMessage AWS API Documentation
5141
5218
  #
5142
5219
  class RestoreDBClusterFromSnapshotMessage < Struct.new(
@@ -5152,7 +5229,8 @@ module Aws::DocDB
5152
5229
  :kms_key_id,
5153
5230
  :enable_cloudwatch_logs_exports,
5154
5231
  :deletion_protection,
5155
- :db_cluster_parameter_group_name)
5232
+ :db_cluster_parameter_group_name,
5233
+ :storage_type)
5156
5234
  SENSITIVE = []
5157
5235
  include Aws::Structure
5158
5236
  end
@@ -5308,6 +5386,18 @@ module Aws::DocDB
5308
5386
  # deleted.
5309
5387
  # @return [Boolean]
5310
5388
  #
5389
+ # @!attribute [rw] storage_type
5390
+ # The storage type to associate with the DB cluster.
5391
+ #
5392
+ # For information on storage types for Amazon DocumentDB clusters, see
5393
+ # Cluster storage configurations in the *Amazon DocumentDB Developer
5394
+ # Guide*.
5395
+ #
5396
+ # Valid values for storage type - `standard | iopt1`
5397
+ #
5398
+ # Default value is `standard `
5399
+ # @return [String]
5400
+ #
5311
5401
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
5312
5402
  #
5313
5403
  class RestoreDBClusterToPointInTimeMessage < Struct.new(
@@ -5322,7 +5412,8 @@ module Aws::DocDB
5322
5412
  :tags,
5323
5413
  :kms_key_id,
5324
5414
  :enable_cloudwatch_logs_exports,
5325
- :deletion_protection)
5415
+ :deletion_protection,
5416
+ :storage_type)
5326
5417
  SENSITIVE = []
5327
5418
  include Aws::Structure
5328
5419
  end
data/lib/aws-sdk-docdb.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-docdb/customizations'
53
53
  # @!group service
54
54
  module Aws::DocDB
55
55
 
56
- GEM_VERSION = '1.55.0'
56
+ GEM_VERSION = '1.57.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-06 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="
84
84
  - !ruby/object:Gem::Version
85
- version: '2.3'
85
+ version: '2.5'
86
86
  required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - ">="