aws-sdk-docdb 1.54.0 → 1.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7559c8d11a65caaac881bec34f768516a0de40dc0ca173697cde869546ddc8a0
4
- data.tar.gz: 17c4bf0f42f5b5eb84c2ce0a263568883914a5b98ec1dd63185597a82b3dada5
3
+ metadata.gz: 0c48a3bbfc89e081a534f5b83b68a697a907883c6722c6e8572a391717cbd9e3
4
+ data.tar.gz: f977bbdf6895e53dc02e2a207a0662924bdf53b135c13b13f0f9396c5365ff23
5
5
  SHA512:
6
- metadata.gz: 01abcd0ccb2d050598a0ab65a03e15daed67294904cb9017ef266f4d77769db5d70af89a0a11910dfdb4e2d48f2be718e6ae1e4d5e8ef5c89c6066263a847fc2
7
- data.tar.gz: 873c4621014f0c915f122a8efaf584f528dc72e314b03dc1d7433df248329afb92d24b1e591754f172fe41412c38c3282a77a1f3af85b799fce929c31e00de2b
6
+ metadata.gz: ba36e53424974da493b39c2ffe7d60ccea72593e5474bc94347985165847a744e4e05169fd5afd5af3364dc472e01c3271e6037d613a359c92be20b3b9de565c
7
+ data.tar.gz: 0541dbb1ba70d900df086ec240547e8e5a1f60c03b19eee8d33a63818c72bbb97c43f90823c8d360237876f03b304fce4682b0ccedc6bd0e6ab534477280b41d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2023-11-20)
5
+ ------------------
6
+
7
+ * Feature - Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
8
+
9
+ 1.55.0 (2023-11-06)
10
+ ------------------
11
+
12
+ * Feature - Update the input of CreateDBInstance and ModifyDBInstance to support setting CA Certificates. Update the output of DescribeDBInstance and DescribeDBEngineVersions to show current and supported CA certificates.
13
+
4
14
  1.54.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.56.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
  #
@@ -1289,6 +1310,19 @@ module Aws::DocDB
1289
1310
  # account has a different default KMS key for each Amazon Web Services
1290
1311
  # region.
1291
1312
  #
1313
+ # @option params [String] :ca_certificate_identifier
1314
+ # The CA certificate identifier to use for the DB instance's server
1315
+ # certificate.
1316
+ #
1317
+ # For more information, see [Updating Your Amazon DocumentDB TLS
1318
+ # Certificates][1] and [ Encrypting Data in Transit][2] in the *Amazon
1319
+ # DocumentDB Developer Guide*.
1320
+ #
1321
+ #
1322
+ #
1323
+ # [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
1324
+ # [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
1325
+ #
1292
1326
  # @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1293
1327
  #
1294
1328
  # * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -1313,6 +1347,7 @@ module Aws::DocDB
1313
1347
  # promotion_tier: 1,
1314
1348
  # enable_performance_insights: false,
1315
1349
  # performance_insights_kms_key_id: "String",
1350
+ # ca_certificate_identifier: "String",
1316
1351
  # })
1317
1352
  #
1318
1353
  # @example Response structure
@@ -1377,6 +1412,8 @@ module Aws::DocDB
1377
1412
  # resp.db_instance.db_instance_arn #=> String
1378
1413
  # resp.db_instance.enabled_cloudwatch_logs_exports #=> Array
1379
1414
  # resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
1415
+ # resp.db_instance.certificate_details.ca_identifier #=> String
1416
+ # resp.db_instance.certificate_details.valid_till #=> Time
1380
1417
  #
1381
1418
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBInstance AWS API Documentation
1382
1419
  #
@@ -1759,6 +1796,7 @@ module Aws::DocDB
1759
1796
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
1760
1797
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
1761
1798
  # resp.db_cluster.deletion_protection #=> Boolean
1799
+ # resp.db_cluster.storage_type #=> String
1762
1800
  #
1763
1801
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBCluster AWS API Documentation
1764
1802
  #
@@ -1843,6 +1881,7 @@ module Aws::DocDB
1843
1881
  # resp.db_cluster_snapshot.kms_key_id #=> String
1844
1882
  # resp.db_cluster_snapshot.db_cluster_snapshot_arn #=> String
1845
1883
  # resp.db_cluster_snapshot.source_db_cluster_snapshot_arn #=> String
1884
+ # resp.db_cluster_snapshot.storage_type #=> String
1846
1885
  #
1847
1886
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
1848
1887
  #
@@ -1937,6 +1976,8 @@ module Aws::DocDB
1937
1976
  # resp.db_instance.db_instance_arn #=> String
1938
1977
  # resp.db_instance.enabled_cloudwatch_logs_exports #=> Array
1939
1978
  # resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
1979
+ # resp.db_instance.certificate_details.ca_identifier #=> String
1980
+ # resp.db_instance.certificate_details.valid_till #=> Time
1940
1981
  #
1941
1982
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBInstance AWS API Documentation
1942
1983
  #
@@ -2478,6 +2519,7 @@ module Aws::DocDB
2478
2519
  # resp.db_cluster_snapshots[0].kms_key_id #=> String
2479
2520
  # resp.db_cluster_snapshots[0].db_cluster_snapshot_arn #=> String
2480
2521
  # resp.db_cluster_snapshots[0].source_db_cluster_snapshot_arn #=> String
2522
+ # resp.db_cluster_snapshots[0].storage_type #=> String
2481
2523
  #
2482
2524
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBClusterSnapshots AWS API Documentation
2483
2525
  #
@@ -2600,6 +2642,7 @@ module Aws::DocDB
2600
2642
  # resp.db_clusters[0].enabled_cloudwatch_logs_exports #=> Array
2601
2643
  # resp.db_clusters[0].enabled_cloudwatch_logs_exports[0] #=> String
2602
2644
  # resp.db_clusters[0].deletion_protection #=> Boolean
2645
+ # resp.db_clusters[0].storage_type #=> String
2603
2646
  #
2604
2647
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBClusters AWS API Documentation
2605
2648
  #
@@ -2705,6 +2748,9 @@ module Aws::DocDB
2705
2748
  # resp.db_engine_versions[0].exportable_log_types #=> Array
2706
2749
  # resp.db_engine_versions[0].exportable_log_types[0] #=> String
2707
2750
  # resp.db_engine_versions[0].supports_log_exports_to_cloudwatch_logs #=> Boolean
2751
+ # resp.db_engine_versions[0].supported_ca_certificate_identifiers #=> Array
2752
+ # resp.db_engine_versions[0].supported_ca_certificate_identifiers[0] #=> String
2753
+ # resp.db_engine_versions[0].supports_certificate_rotation_without_restart #=> Boolean
2708
2754
  #
2709
2755
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBEngineVersions AWS API Documentation
2710
2756
  #
@@ -2843,6 +2889,8 @@ module Aws::DocDB
2843
2889
  # resp.db_instances[0].db_instance_arn #=> String
2844
2890
  # resp.db_instances[0].enabled_cloudwatch_logs_exports #=> Array
2845
2891
  # resp.db_instances[0].enabled_cloudwatch_logs_exports[0] #=> String
2892
+ # resp.db_instances[0].certificate_details.ca_identifier #=> String
2893
+ # resp.db_instances[0].certificate_details.valid_till #=> Time
2846
2894
  #
2847
2895
  #
2848
2896
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3389,6 +3437,7 @@ module Aws::DocDB
3389
3437
  # resp.orderable_db_instance_options[0].availability_zones #=> Array
3390
3438
  # resp.orderable_db_instance_options[0].availability_zones[0].name #=> String
3391
3439
  # resp.orderable_db_instance_options[0].vpc #=> Boolean
3440
+ # resp.orderable_db_instance_options[0].storage_type #=> String
3392
3441
  # resp.marker #=> String
3393
3442
  #
3394
3443
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeOrderableDBInstanceOptions AWS API Documentation
@@ -3561,6 +3610,7 @@ module Aws::DocDB
3561
3610
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
3562
3611
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
3563
3612
  # resp.db_cluster.deletion_protection #=> Boolean
3613
+ # resp.db_cluster.storage_type #=> String
3564
3614
  #
3565
3615
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/FailoverDBCluster AWS API Documentation
3566
3616
  #
@@ -3752,6 +3802,17 @@ module Aws::DocDB
3752
3802
  # `DeletionProtection` is disabled. `DeletionProtection` protects
3753
3803
  # clusters from being accidentally deleted.
3754
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
+ #
3755
3816
  # @return [Types::ModifyDBClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3756
3817
  #
3757
3818
  # * {Types::ModifyDBClusterResult#db_cluster #db_cluster} => Types::DBCluster
@@ -3776,6 +3837,7 @@ module Aws::DocDB
3776
3837
  # engine_version: "String",
3777
3838
  # allow_major_version_upgrade: false,
3778
3839
  # deletion_protection: false,
3840
+ # storage_type: "String",
3779
3841
  # })
3780
3842
  #
3781
3843
  # @example Response structure
@@ -3823,6 +3885,7 @@ module Aws::DocDB
3823
3885
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
3824
3886
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
3825
3887
  # resp.db_cluster.deletion_protection #=> Boolean
3888
+ # resp.db_cluster.storage_type #=> String
3826
3889
  #
3827
3890
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBCluster AWS API Documentation
3828
3891
  #
@@ -4090,6 +4153,26 @@ module Aws::DocDB
4090
4153
  # account has a different default KMS key for each Amazon Web Services
4091
4154
  # region.
4092
4155
  #
4156
+ # @option params [Boolean] :certificate_rotation_restart
4157
+ # Specifies whether the DB instance is restarted when you rotate your
4158
+ # SSL/TLS certificate.
4159
+ #
4160
+ # By default, the DB instance is restarted when you rotate your SSL/TLS
4161
+ # certificate. The certificate is not updated until the DB instance is
4162
+ # restarted.
4163
+ #
4164
+ # Set this parameter only if you are *not* using SSL/TLS to connect to
4165
+ # the DB instance.
4166
+ #
4167
+ # If you are using SSL/TLS to connect to the DB instance, see [Updating
4168
+ # Your Amazon DocumentDB TLS Certificates][1] and [ Encrypting Data in
4169
+ # Transit][2] in the *Amazon DocumentDB Developer Guide*.
4170
+ #
4171
+ #
4172
+ #
4173
+ # [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
4174
+ # [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
4175
+ #
4093
4176
  # @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4094
4177
  #
4095
4178
  # * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
@@ -4108,6 +4191,7 @@ module Aws::DocDB
4108
4191
  # promotion_tier: 1,
4109
4192
  # enable_performance_insights: false,
4110
4193
  # performance_insights_kms_key_id: "String",
4194
+ # certificate_rotation_restart: false,
4111
4195
  # })
4112
4196
  #
4113
4197
  # @example Response structure
@@ -4172,6 +4256,8 @@ module Aws::DocDB
4172
4256
  # resp.db_instance.db_instance_arn #=> String
4173
4257
  # resp.db_instance.enabled_cloudwatch_logs_exports #=> Array
4174
4258
  # resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
4259
+ # resp.db_instance.certificate_details.ca_identifier #=> String
4260
+ # resp.db_instance.certificate_details.valid_till #=> Time
4175
4261
  #
4176
4262
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBInstance AWS API Documentation
4177
4263
  #
@@ -4469,6 +4555,8 @@ module Aws::DocDB
4469
4555
  # resp.db_instance.db_instance_arn #=> String
4470
4556
  # resp.db_instance.enabled_cloudwatch_logs_exports #=> Array
4471
4557
  # resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
4558
+ # resp.db_instance.certificate_details.ca_identifier #=> String
4559
+ # resp.db_instance.certificate_details.valid_till #=> Time
4472
4560
  #
4473
4561
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RebootDBInstance AWS API Documentation
4474
4562
  #
@@ -4784,6 +4872,17 @@ module Aws::DocDB
4784
4872
  # letters, numbers or hyphens. Its first character must be a letter, and
4785
4873
  # it cannot end with a hyphen or contain two consecutive hyphens.
4786
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
+ #
4787
4886
  # @return [Types::RestoreDBClusterFromSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4788
4887
  #
4789
4888
  # * {Types::RestoreDBClusterFromSnapshotResult#db_cluster #db_cluster} => Types::DBCluster
@@ -4809,6 +4908,7 @@ module Aws::DocDB
4809
4908
  # enable_cloudwatch_logs_exports: ["String"],
4810
4909
  # deletion_protection: false,
4811
4910
  # db_cluster_parameter_group_name: "String",
4911
+ # storage_type: "String",
4812
4912
  # })
4813
4913
  #
4814
4914
  # @example Response structure
@@ -4856,6 +4956,7 @@ module Aws::DocDB
4856
4956
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
4857
4957
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
4858
4958
  # resp.db_cluster.deletion_protection #=> Boolean
4959
+ # resp.db_cluster.storage_type #=> String
4859
4960
  #
4860
4961
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
4861
4962
  #
@@ -4996,6 +5097,17 @@ module Aws::DocDB
4996
5097
  # `DeletionProtection` is disabled. `DeletionProtection` protects
4997
5098
  # clusters from being accidentally deleted.
4998
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
+ #
4999
5111
  # @return [Types::RestoreDBClusterToPointInTimeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5000
5112
  #
5001
5113
  # * {Types::RestoreDBClusterToPointInTimeResult#db_cluster #db_cluster} => Types::DBCluster
@@ -5020,6 +5132,7 @@ module Aws::DocDB
5020
5132
  # kms_key_id: "String",
5021
5133
  # enable_cloudwatch_logs_exports: ["String"],
5022
5134
  # deletion_protection: false,
5135
+ # storage_type: "String",
5023
5136
  # })
5024
5137
  #
5025
5138
  # @example Response structure
@@ -5067,6 +5180,7 @@ module Aws::DocDB
5067
5180
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
5068
5181
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
5069
5182
  # resp.db_cluster.deletion_protection #=> Boolean
5183
+ # resp.db_cluster.storage_type #=> String
5070
5184
  #
5071
5185
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
5072
5186
  #
@@ -5144,6 +5258,7 @@ module Aws::DocDB
5144
5258
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
5145
5259
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
5146
5260
  # resp.db_cluster.deletion_protection #=> Boolean
5261
+ # resp.db_cluster.storage_type #=> String
5147
5262
  #
5148
5263
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/StartDBCluster AWS API Documentation
5149
5264
  #
@@ -5221,6 +5336,7 @@ module Aws::DocDB
5221
5336
  # resp.db_cluster.enabled_cloudwatch_logs_exports #=> Array
5222
5337
  # resp.db_cluster.enabled_cloudwatch_logs_exports[0] #=> String
5223
5338
  # resp.db_cluster.deletion_protection #=> Boolean
5339
+ # resp.db_cluster.storage_type #=> String
5224
5340
  #
5225
5341
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/StopDBCluster AWS API Documentation
5226
5342
  #
@@ -5244,7 +5360,7 @@ module Aws::DocDB
5244
5360
  params: params,
5245
5361
  config: config)
5246
5362
  context[:gem_name] = 'aws-sdk-docdb'
5247
- context[:gem_version] = '1.54.0'
5363
+ context[:gem_version] = '1.56.0'
5248
5364
  Seahorse::Client::Request.new(handlers, context)
5249
5365
  end
5250
5366
 
@@ -26,7 +26,9 @@ module Aws::DocDB
26
26
  AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
27
27
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
28
28
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
29
+ CACertificateIdentifiersList = Shapes::ListShape.new(name: 'CACertificateIdentifiersList')
29
30
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
31
+ CertificateDetails = Shapes::StructureShape.new(name: 'CertificateDetails')
30
32
  CertificateList = Shapes::ListShape.new(name: 'CertificateList')
31
33
  CertificateMessage = Shapes::StructureShape.new(name: 'CertificateMessage')
32
34
  CertificateNotFoundFault = Shapes::StructureShape.new(name: 'CertificateNotFoundFault')
@@ -280,6 +282,8 @@ module Aws::DocDB
280
282
 
281
283
  AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
282
284
 
285
+ CACertificateIdentifiersList.member = Shapes::ShapeRef.new(shape: String)
286
+
283
287
  Certificate.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
284
288
  Certificate.add_member(:certificate_type, Shapes::ShapeRef.new(shape: String, location_name: "CertificateType"))
285
289
  Certificate.add_member(:thumbprint, Shapes::ShapeRef.new(shape: String, location_name: "Thumbprint"))
@@ -288,6 +292,10 @@ module Aws::DocDB
288
292
  Certificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
289
293
  Certificate.struct_class = Types::Certificate
290
294
 
295
+ CertificateDetails.add_member(:ca_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CAIdentifier"))
296
+ CertificateDetails.add_member(:valid_till, Shapes::ShapeRef.new(shape: TStamp, location_name: "ValidTill"))
297
+ CertificateDetails.struct_class = Types::CertificateDetails
298
+
291
299
  CertificateList.member = Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate")
292
300
 
293
301
  CertificateMessage.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
@@ -341,6 +349,7 @@ module Aws::DocDB
341
349
  CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
342
350
  CreateDBClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
343
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"))
344
353
  CreateDBClusterMessage.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
345
354
  CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
346
355
 
@@ -376,6 +385,7 @@ module Aws::DocDB
376
385
  CreateDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
377
386
  CreateDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
378
387
  CreateDBInstanceMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
388
+ CreateDBInstanceMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
379
389
  CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
380
390
 
381
391
  CreateDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -446,6 +456,7 @@ module Aws::DocDB
446
456
  DBCluster.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
447
457
  DBCluster.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
448
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"))
449
460
  DBCluster.struct_class = Types::DBCluster
450
461
 
451
462
  DBClusterAlreadyExistsFault.struct_class = Types::DBClusterAlreadyExistsFault
@@ -512,6 +523,7 @@ module Aws::DocDB
512
523
  DBClusterSnapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
513
524
  DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
514
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"))
515
527
  DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
516
528
 
517
529
  DBClusterSnapshotAlreadyExistsFault.struct_class = Types::DBClusterSnapshotAlreadyExistsFault
@@ -542,6 +554,8 @@ module Aws::DocDB
542
554
  DBEngineVersion.add_member(:valid_upgrade_target, Shapes::ShapeRef.new(shape: ValidUpgradeTargetList, location_name: "ValidUpgradeTarget"))
543
555
  DBEngineVersion.add_member(:exportable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "ExportableLogTypes"))
544
556
  DBEngineVersion.add_member(:supports_log_exports_to_cloudwatch_logs, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsLogExportsToCloudwatchLogs"))
557
+ DBEngineVersion.add_member(:supported_ca_certificate_identifiers, Shapes::ShapeRef.new(shape: CACertificateIdentifiersList, location_name: "SupportedCACertificateIdentifiers"))
558
+ DBEngineVersion.add_member(:supports_certificate_rotation_without_restart, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsCertificateRotationWithoutRestart"))
545
559
  DBEngineVersion.struct_class = Types::DBEngineVersion
546
560
 
547
561
  DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
@@ -577,6 +591,7 @@ module Aws::DocDB
577
591
  DBInstance.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
578
592
  DBInstance.add_member(:db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceArn"))
579
593
  DBInstance.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
594
+ DBInstance.add_member(:certificate_details, Shapes::ShapeRef.new(shape: CertificateDetails, location_name: "CertificateDetails"))
580
595
  DBInstance.struct_class = Types::DBInstance
581
596
 
582
597
  DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
@@ -948,6 +963,7 @@ module Aws::DocDB
948
963
  ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
949
964
  ModifyDBClusterMessage.add_member(:allow_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowMajorVersionUpgrade"))
950
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"))
951
967
  ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
952
968
 
953
969
  ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
@@ -977,6 +993,7 @@ module Aws::DocDB
977
993
  ModifyDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
978
994
  ModifyDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
979
995
  ModifyDBInstanceMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
996
+ ModifyDBInstanceMessage.add_member(:certificate_rotation_restart, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CertificateRotationRestart"))
980
997
  ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
981
998
 
982
999
  ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
@@ -1014,6 +1031,7 @@ module Aws::DocDB
1014
1031
  OrderableDBInstanceOption.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
1015
1032
  OrderableDBInstanceOption.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
1016
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"))
1017
1035
  OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
1018
1036
 
1019
1037
  OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
@@ -1125,6 +1143,7 @@ module Aws::DocDB
1125
1143
  RestoreDBClusterFromSnapshotMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1126
1144
  RestoreDBClusterFromSnapshotMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
1127
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"))
1128
1147
  RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
1129
1148
 
1130
1149
  RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -1142,6 +1161,7 @@ module Aws::DocDB
1142
1161
  RestoreDBClusterToPointInTimeMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1143
1162
  RestoreDBClusterToPointInTimeMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
1144
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"))
1145
1165
  RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
1146
1166
 
1147
1167
  RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
@@ -32,8 +32,8 @@ module Aws::DocDB
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
37
37
  return Aws::Endpoints::Endpoint.new(url: "https://rds.#{region}.amazonaws.com", headers: {}, properties: {})
38
38
  end
39
39
  return Aws::Endpoints::Endpoint.new(url: "https://rds-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
@@ -199,6 +199,35 @@ module Aws::DocDB
199
199
  include Aws::Structure
200
200
  end
201
201
 
202
+ # Returns the details of the DB instance’s server certificate.
203
+ #
204
+ # For more information, see [Updating Your Amazon DocumentDB TLS
205
+ # Certificates][1] and [ Encrypting Data in Transit][2] in the *Amazon
206
+ # DocumentDB Developer Guide*.
207
+ #
208
+ #
209
+ #
210
+ # [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
211
+ # [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
212
+ #
213
+ # @!attribute [rw] ca_identifier
214
+ # The CA identifier of the CA certificate used for the DB instance's
215
+ # server certificate.
216
+ # @return [String]
217
+ #
218
+ # @!attribute [rw] valid_till
219
+ # The expiration date of the DB instance’s server certificate.
220
+ # @return [Time]
221
+ #
222
+ # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CertificateDetails AWS API Documentation
223
+ #
224
+ class CertificateDetails < Struct.new(
225
+ :ca_identifier,
226
+ :valid_till)
227
+ SENSITIVE = []
228
+ include Aws::Structure
229
+ end
230
+
202
231
  # @!attribute [rw] certificates
203
232
  # A list of certificates for this Amazon Web Services account.
204
233
  # @return [Array<Types::Certificate>]
@@ -639,6 +668,24 @@ module Aws::DocDB
639
668
  # The cluster identifier of the new global cluster.
640
669
  # @return [String]
641
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
+ #
642
689
  # @!attribute [rw] source_region
643
690
  # The source region of the snapshot. This is only needed when the
644
691
  # shapshot is encrypted and in a different region.
@@ -667,6 +714,7 @@ module Aws::DocDB
667
714
  :enable_cloudwatch_logs_exports,
668
715
  :deletion_protection,
669
716
  :global_cluster_identifier,
717
+ :storage_type,
670
718
  :source_region)
671
719
  SENSITIVE = []
672
720
  include Aws::Structure
@@ -898,6 +946,20 @@ module Aws::DocDB
898
946
  # region.
899
947
  # @return [String]
900
948
  #
949
+ # @!attribute [rw] ca_certificate_identifier
950
+ # The CA certificate identifier to use for the DB instance's server
951
+ # certificate.
952
+ #
953
+ # For more information, see [Updating Your Amazon DocumentDB TLS
954
+ # Certificates][1] and [ Encrypting Data in Transit][2] in the *Amazon
955
+ # DocumentDB Developer Guide*.
956
+ #
957
+ #
958
+ #
959
+ # [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
960
+ # [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
961
+ # @return [String]
962
+ #
901
963
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBInstanceMessage AWS API Documentation
902
964
  #
903
965
  class CreateDBInstanceMessage < Struct.new(
@@ -912,7 +974,8 @@ module Aws::DocDB
912
974
  :copy_tags_to_snapshot,
913
975
  :promotion_tier,
914
976
  :enable_performance_insights,
915
- :performance_insights_kms_key_id)
977
+ :performance_insights_kms_key_id,
978
+ :ca_certificate_identifier)
916
979
  SENSITIVE = []
917
980
  include Aws::Structure
918
981
  end
@@ -1296,6 +1359,20 @@ module Aws::DocDB
1296
1359
  # deleted.
1297
1360
  # @return [Boolean]
1298
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
+ #
1299
1376
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBCluster AWS API Documentation
1300
1377
  #
1301
1378
  class DBCluster < Struct.new(
@@ -1330,7 +1407,8 @@ module Aws::DocDB
1330
1407
  :clone_group_id,
1331
1408
  :cluster_create_time,
1332
1409
  :enabled_cloudwatch_logs_exports,
1333
- :deletion_protection)
1410
+ :deletion_protection,
1411
+ :storage_type)
1334
1412
  SENSITIVE = []
1335
1413
  include Aws::Structure
1336
1414
  end
@@ -1625,6 +1703,18 @@ module Aws::DocDB
1625
1703
  # the ARN for the source cluster snapshot; otherwise, a null value.
1626
1704
  # @return [String]
1627
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
+ #
1628
1718
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBClusterSnapshot AWS API Documentation
1629
1719
  #
1630
1720
  class DBClusterSnapshot < Struct.new(
@@ -1644,7 +1734,8 @@ module Aws::DocDB
1644
1734
  :storage_encrypted,
1645
1735
  :kms_key_id,
1646
1736
  :db_cluster_snapshot_arn,
1647
- :source_db_cluster_snapshot_arn)
1737
+ :source_db_cluster_snapshot_arn,
1738
+ :storage_type)
1648
1739
  SENSITIVE = []
1649
1740
  include Aws::Structure
1650
1741
  end
@@ -1773,6 +1864,24 @@ module Aws::DocDB
1773
1864
  # the log types specified by `ExportableLogTypes` to CloudWatch Logs.
1774
1865
  # @return [Boolean]
1775
1866
  #
1867
+ # @!attribute [rw] supported_ca_certificate_identifiers
1868
+ # A list of the supported CA certificate identifiers.
1869
+ #
1870
+ # For more information, see [Updating Your Amazon DocumentDB TLS
1871
+ # Certificates][1] and [ Encrypting Data in Transit][2] in the *Amazon
1872
+ # DocumentDB Developer Guide*.
1873
+ #
1874
+ #
1875
+ #
1876
+ # [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
1877
+ # [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
1878
+ # @return [Array<String>]
1879
+ #
1880
+ # @!attribute [rw] supports_certificate_rotation_without_restart
1881
+ # Indicates whether the engine version supports rotating the server
1882
+ # certificate without rebooting the DB instance.
1883
+ # @return [Boolean]
1884
+ #
1776
1885
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBEngineVersion AWS API Documentation
1777
1886
  #
1778
1887
  class DBEngineVersion < Struct.new(
@@ -1783,7 +1892,9 @@ module Aws::DocDB
1783
1892
  :db_engine_version_description,
1784
1893
  :valid_upgrade_target,
1785
1894
  :exportable_log_types,
1786
- :supports_log_exports_to_cloudwatch_logs)
1895
+ :supports_log_exports_to_cloudwatch_logs,
1896
+ :supported_ca_certificate_identifiers,
1897
+ :supports_certificate_rotation_without_restart)
1787
1898
  SENSITIVE = []
1788
1899
  include Aws::Structure
1789
1900
  end
@@ -1945,6 +2056,10 @@ module Aws::DocDB
1945
2056
  # CloudWatch Logs.
1946
2057
  # @return [Array<String>]
1947
2058
  #
2059
+ # @!attribute [rw] certificate_details
2060
+ # The details of the DB instance's server certificate.
2061
+ # @return [Types::CertificateDetails]
2062
+ #
1948
2063
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBInstance AWS API Documentation
1949
2064
  #
1950
2065
  class DBInstance < Struct.new(
@@ -1974,7 +2089,8 @@ module Aws::DocDB
1974
2089
  :copy_tags_to_snapshot,
1975
2090
  :promotion_tier,
1976
2091
  :db_instance_arn,
1977
- :enabled_cloudwatch_logs_exports)
2092
+ :enabled_cloudwatch_logs_exports,
2093
+ :certificate_details)
1978
2094
  SENSITIVE = []
1979
2095
  include Aws::Structure
1980
2096
  end
@@ -4010,6 +4126,18 @@ module Aws::DocDB
4010
4126
  # deleted.
4011
4127
  # @return [Boolean]
4012
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
+ #
4013
4141
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBClusterMessage AWS API Documentation
4014
4142
  #
4015
4143
  class ModifyDBClusterMessage < Struct.new(
@@ -4026,7 +4154,8 @@ module Aws::DocDB
4026
4154
  :cloudwatch_logs_export_configuration,
4027
4155
  :engine_version,
4028
4156
  :allow_major_version_upgrade,
4029
- :deletion_protection)
4157
+ :deletion_protection,
4158
+ :storage_type)
4030
4159
  SENSITIVE = []
4031
4160
  include Aws::Structure
4032
4161
  end
@@ -4253,6 +4382,28 @@ module Aws::DocDB
4253
4382
  # region.
4254
4383
  # @return [String]
4255
4384
  #
4385
+ # @!attribute [rw] certificate_rotation_restart
4386
+ # Specifies whether the DB instance is restarted when you rotate your
4387
+ # SSL/TLS certificate.
4388
+ #
4389
+ # By default, the DB instance is restarted when you rotate your
4390
+ # SSL/TLS certificate. The certificate is not updated until the DB
4391
+ # instance is restarted.
4392
+ #
4393
+ # Set this parameter only if you are *not* using SSL/TLS to connect to
4394
+ # the DB instance.
4395
+ #
4396
+ # If you are using SSL/TLS to connect to the DB instance, see
4397
+ # [Updating Your Amazon DocumentDB TLS Certificates][1] and [
4398
+ # Encrypting Data in Transit][2] in the *Amazon DocumentDB Developer
4399
+ # Guide*.
4400
+ #
4401
+ #
4402
+ #
4403
+ # [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
4404
+ # [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
4405
+ # @return [Boolean]
4406
+ #
4256
4407
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
4257
4408
  #
4258
4409
  class ModifyDBInstanceMessage < Struct.new(
@@ -4266,7 +4417,8 @@ module Aws::DocDB
4266
4417
  :copy_tags_to_snapshot,
4267
4418
  :promotion_tier,
4268
4419
  :enable_performance_insights,
4269
- :performance_insights_kms_key_id)
4420
+ :performance_insights_kms_key_id,
4421
+ :certificate_rotation_restart)
4270
4422
  SENSITIVE = []
4271
4423
  include Aws::Structure
4272
4424
  end
@@ -4460,6 +4612,10 @@ module Aws::DocDB
4460
4612
  # Indicates whether an instance is in a virtual private cloud (VPC).
4461
4613
  # @return [Boolean]
4462
4614
  #
4615
+ # @!attribute [rw] storage_type
4616
+ # The storage type to associate with the DB cluster
4617
+ # @return [String]
4618
+ #
4463
4619
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/OrderableDBInstanceOption AWS API Documentation
4464
4620
  #
4465
4621
  class OrderableDBInstanceOption < Struct.new(
@@ -4468,7 +4624,8 @@ module Aws::DocDB
4468
4624
  :db_instance_class,
4469
4625
  :license_model,
4470
4626
  :availability_zones,
4471
- :vpc)
4627
+ :vpc,
4628
+ :storage_type)
4472
4629
  SENSITIVE = []
4473
4630
  include Aws::Structure
4474
4631
  end
@@ -5045,6 +5202,18 @@ module Aws::DocDB
5045
5202
  # and it cannot end with a hyphen or contain two consecutive hyphens.
5046
5203
  # @return [String]
5047
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
+ #
5048
5217
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterFromSnapshotMessage AWS API Documentation
5049
5218
  #
5050
5219
  class RestoreDBClusterFromSnapshotMessage < Struct.new(
@@ -5060,7 +5229,8 @@ module Aws::DocDB
5060
5229
  :kms_key_id,
5061
5230
  :enable_cloudwatch_logs_exports,
5062
5231
  :deletion_protection,
5063
- :db_cluster_parameter_group_name)
5232
+ :db_cluster_parameter_group_name,
5233
+ :storage_type)
5064
5234
  SENSITIVE = []
5065
5235
  include Aws::Structure
5066
5236
  end
@@ -5216,6 +5386,18 @@ module Aws::DocDB
5216
5386
  # deleted.
5217
5387
  # @return [Boolean]
5218
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
+ #
5219
5401
  # @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterToPointInTimeMessage AWS API Documentation
5220
5402
  #
5221
5403
  class RestoreDBClusterToPointInTimeMessage < Struct.new(
@@ -5230,7 +5412,8 @@ module Aws::DocDB
5230
5412
  :tags,
5231
5413
  :kms_key_id,
5232
5414
  :enable_cloudwatch_logs_exports,
5233
- :deletion_protection)
5415
+ :deletion_protection,
5416
+ :storage_type)
5234
5417
  SENSITIVE = []
5235
5418
  include Aws::Structure
5236
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.54.0'
56
+ GEM_VERSION = '1.56.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.54.0
4
+ version: 1.56.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-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core