aws-sdk-docdb 1.53.0 → 1.55.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-docdb/client.rb +49 -1
- data/lib/aws-sdk-docdb/client_api.rb +13 -0
- data/lib/aws-sdk-docdb/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-docdb/types.rb +96 -4
- data/lib/aws-sdk-docdb.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f65dd647f630c23754e485da07fec560d8e74aaf0565bdcd364fbadfc041d9f8
|
4
|
+
data.tar.gz: 953a4bce8497f7e6b164fee777fcc42c4630892645ef9d188a735349d98ead97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c694d8c425c137a3be6afcadaa4e2db7c0b210b9cda61e73df3706e76b38f5557d502c9c4ae1dcb9c60df60a8282abd329f8d1d3c629e320fa308841731bda4
|
7
|
+
data.tar.gz: 2a34fab990a22cdd64450274075824725a7b337cbfb11503d1f3745d1d718e12e9bff1f7300f8a0502195f3b714a456eb735e45596d480736f690c4711f6a1bb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.55.0 (2023-11-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
9
|
+
1.54.0 (2023-09-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.53.0 (2023-07-17)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
data/lib/aws-sdk-docdb/client.rb
CHANGED
@@ -1289,6 +1289,19 @@ module Aws::DocDB
|
|
1289
1289
|
# account has a different default KMS key for each Amazon Web Services
|
1290
1290
|
# region.
|
1291
1291
|
#
|
1292
|
+
# @option params [String] :ca_certificate_identifier
|
1293
|
+
# The CA certificate identifier to use for the DB instance's server
|
1294
|
+
# certificate.
|
1295
|
+
#
|
1296
|
+
# For more information, see [Updating Your Amazon DocumentDB TLS
|
1297
|
+
# Certificates][1] and [ Encrypting Data in Transit][2] in the *Amazon
|
1298
|
+
# DocumentDB Developer Guide*.
|
1299
|
+
#
|
1300
|
+
#
|
1301
|
+
#
|
1302
|
+
# [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
|
1303
|
+
# [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
|
1304
|
+
#
|
1292
1305
|
# @return [Types::CreateDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1293
1306
|
#
|
1294
1307
|
# * {Types::CreateDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
@@ -1313,6 +1326,7 @@ module Aws::DocDB
|
|
1313
1326
|
# promotion_tier: 1,
|
1314
1327
|
# enable_performance_insights: false,
|
1315
1328
|
# performance_insights_kms_key_id: "String",
|
1329
|
+
# ca_certificate_identifier: "String",
|
1316
1330
|
# })
|
1317
1331
|
#
|
1318
1332
|
# @example Response structure
|
@@ -1377,6 +1391,8 @@ module Aws::DocDB
|
|
1377
1391
|
# resp.db_instance.db_instance_arn #=> String
|
1378
1392
|
# resp.db_instance.enabled_cloudwatch_logs_exports #=> Array
|
1379
1393
|
# resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
|
1394
|
+
# resp.db_instance.certificate_details.ca_identifier #=> String
|
1395
|
+
# resp.db_instance.certificate_details.valid_till #=> Time
|
1380
1396
|
#
|
1381
1397
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBInstance AWS API Documentation
|
1382
1398
|
#
|
@@ -1937,6 +1953,8 @@ module Aws::DocDB
|
|
1937
1953
|
# resp.db_instance.db_instance_arn #=> String
|
1938
1954
|
# resp.db_instance.enabled_cloudwatch_logs_exports #=> Array
|
1939
1955
|
# resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
|
1956
|
+
# resp.db_instance.certificate_details.ca_identifier #=> String
|
1957
|
+
# resp.db_instance.certificate_details.valid_till #=> Time
|
1940
1958
|
#
|
1941
1959
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBInstance AWS API Documentation
|
1942
1960
|
#
|
@@ -2705,6 +2723,9 @@ module Aws::DocDB
|
|
2705
2723
|
# resp.db_engine_versions[0].exportable_log_types #=> Array
|
2706
2724
|
# resp.db_engine_versions[0].exportable_log_types[0] #=> String
|
2707
2725
|
# resp.db_engine_versions[0].supports_log_exports_to_cloudwatch_logs #=> Boolean
|
2726
|
+
# resp.db_engine_versions[0].supported_ca_certificate_identifiers #=> Array
|
2727
|
+
# resp.db_engine_versions[0].supported_ca_certificate_identifiers[0] #=> String
|
2728
|
+
# resp.db_engine_versions[0].supports_certificate_rotation_without_restart #=> Boolean
|
2708
2729
|
#
|
2709
2730
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DescribeDBEngineVersions AWS API Documentation
|
2710
2731
|
#
|
@@ -2843,6 +2864,8 @@ module Aws::DocDB
|
|
2843
2864
|
# resp.db_instances[0].db_instance_arn #=> String
|
2844
2865
|
# resp.db_instances[0].enabled_cloudwatch_logs_exports #=> Array
|
2845
2866
|
# resp.db_instances[0].enabled_cloudwatch_logs_exports[0] #=> String
|
2867
|
+
# resp.db_instances[0].certificate_details.ca_identifier #=> String
|
2868
|
+
# resp.db_instances[0].certificate_details.valid_till #=> Time
|
2846
2869
|
#
|
2847
2870
|
#
|
2848
2871
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -4090,6 +4113,26 @@ module Aws::DocDB
|
|
4090
4113
|
# account has a different default KMS key for each Amazon Web Services
|
4091
4114
|
# region.
|
4092
4115
|
#
|
4116
|
+
# @option params [Boolean] :certificate_rotation_restart
|
4117
|
+
# Specifies whether the DB instance is restarted when you rotate your
|
4118
|
+
# SSL/TLS certificate.
|
4119
|
+
#
|
4120
|
+
# By default, the DB instance is restarted when you rotate your SSL/TLS
|
4121
|
+
# certificate. The certificate is not updated until the DB instance is
|
4122
|
+
# restarted.
|
4123
|
+
#
|
4124
|
+
# Set this parameter only if you are *not* using SSL/TLS to connect to
|
4125
|
+
# the DB instance.
|
4126
|
+
#
|
4127
|
+
# If you are using SSL/TLS to connect to the DB instance, see [Updating
|
4128
|
+
# Your Amazon DocumentDB TLS Certificates][1] and [ Encrypting Data in
|
4129
|
+
# Transit][2] in the *Amazon DocumentDB Developer Guide*.
|
4130
|
+
#
|
4131
|
+
#
|
4132
|
+
#
|
4133
|
+
# [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
|
4134
|
+
# [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
|
4135
|
+
#
|
4093
4136
|
# @return [Types::ModifyDBInstanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4094
4137
|
#
|
4095
4138
|
# * {Types::ModifyDBInstanceResult#db_instance #db_instance} => Types::DBInstance
|
@@ -4108,6 +4151,7 @@ module Aws::DocDB
|
|
4108
4151
|
# promotion_tier: 1,
|
4109
4152
|
# enable_performance_insights: false,
|
4110
4153
|
# performance_insights_kms_key_id: "String",
|
4154
|
+
# certificate_rotation_restart: false,
|
4111
4155
|
# })
|
4112
4156
|
#
|
4113
4157
|
# @example Response structure
|
@@ -4172,6 +4216,8 @@ module Aws::DocDB
|
|
4172
4216
|
# resp.db_instance.db_instance_arn #=> String
|
4173
4217
|
# resp.db_instance.enabled_cloudwatch_logs_exports #=> Array
|
4174
4218
|
# resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
|
4219
|
+
# resp.db_instance.certificate_details.ca_identifier #=> String
|
4220
|
+
# resp.db_instance.certificate_details.valid_till #=> Time
|
4175
4221
|
#
|
4176
4222
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBInstance AWS API Documentation
|
4177
4223
|
#
|
@@ -4469,6 +4515,8 @@ module Aws::DocDB
|
|
4469
4515
|
# resp.db_instance.db_instance_arn #=> String
|
4470
4516
|
# resp.db_instance.enabled_cloudwatch_logs_exports #=> Array
|
4471
4517
|
# resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
|
4518
|
+
# resp.db_instance.certificate_details.ca_identifier #=> String
|
4519
|
+
# resp.db_instance.certificate_details.valid_till #=> Time
|
4472
4520
|
#
|
4473
4521
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RebootDBInstance AWS API Documentation
|
4474
4522
|
#
|
@@ -5244,7 +5292,7 @@ module Aws::DocDB
|
|
5244
5292
|
params: params,
|
5245
5293
|
config: config)
|
5246
5294
|
context[:gem_name] = 'aws-sdk-docdb'
|
5247
|
-
context[:gem_version] = '1.
|
5295
|
+
context[:gem_version] = '1.55.0'
|
5248
5296
|
Seahorse::Client::Request.new(handlers, context)
|
5249
5297
|
end
|
5250
5298
|
|
@@ -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"))
|
@@ -376,6 +384,7 @@ module Aws::DocDB
|
|
376
384
|
CreateDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
377
385
|
CreateDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
|
378
386
|
CreateDBInstanceMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
387
|
+
CreateDBInstanceMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
379
388
|
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
380
389
|
|
381
390
|
CreateDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -542,6 +551,8 @@ module Aws::DocDB
|
|
542
551
|
DBEngineVersion.add_member(:valid_upgrade_target, Shapes::ShapeRef.new(shape: ValidUpgradeTargetList, location_name: "ValidUpgradeTarget"))
|
543
552
|
DBEngineVersion.add_member(:exportable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "ExportableLogTypes"))
|
544
553
|
DBEngineVersion.add_member(:supports_log_exports_to_cloudwatch_logs, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsLogExportsToCloudwatchLogs"))
|
554
|
+
DBEngineVersion.add_member(:supported_ca_certificate_identifiers, Shapes::ShapeRef.new(shape: CACertificateIdentifiersList, location_name: "SupportedCACertificateIdentifiers"))
|
555
|
+
DBEngineVersion.add_member(:supports_certificate_rotation_without_restart, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsCertificateRotationWithoutRestart"))
|
545
556
|
DBEngineVersion.struct_class = Types::DBEngineVersion
|
546
557
|
|
547
558
|
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
@@ -577,6 +588,7 @@ module Aws::DocDB
|
|
577
588
|
DBInstance.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
578
589
|
DBInstance.add_member(:db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceArn"))
|
579
590
|
DBInstance.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
|
591
|
+
DBInstance.add_member(:certificate_details, Shapes::ShapeRef.new(shape: CertificateDetails, location_name: "CertificateDetails"))
|
580
592
|
DBInstance.struct_class = Types::DBInstance
|
581
593
|
|
582
594
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -977,6 +989,7 @@ module Aws::DocDB
|
|
977
989
|
ModifyDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
978
990
|
ModifyDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
|
979
991
|
ModifyDBInstanceMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
992
|
+
ModifyDBInstanceMessage.add_member(:certificate_rotation_restart, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CertificateRotationRestart"))
|
980
993
|
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
981
994
|
|
982
995
|
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
@@ -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?(
|
36
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
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: {})
|
data/lib/aws-sdk-docdb/types.rb
CHANGED
@@ -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>]
|
@@ -898,6 +927,20 @@ module Aws::DocDB
|
|
898
927
|
# region.
|
899
928
|
# @return [String]
|
900
929
|
#
|
930
|
+
# @!attribute [rw] ca_certificate_identifier
|
931
|
+
# The CA certificate identifier to use for the DB instance's server
|
932
|
+
# certificate.
|
933
|
+
#
|
934
|
+
# For more information, see [Updating Your Amazon DocumentDB TLS
|
935
|
+
# Certificates][1] and [ Encrypting Data in Transit][2] in the *Amazon
|
936
|
+
# DocumentDB Developer Guide*.
|
937
|
+
#
|
938
|
+
#
|
939
|
+
#
|
940
|
+
# [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
|
941
|
+
# [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
|
942
|
+
# @return [String]
|
943
|
+
#
|
901
944
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBInstanceMessage AWS API Documentation
|
902
945
|
#
|
903
946
|
class CreateDBInstanceMessage < Struct.new(
|
@@ -912,7 +955,8 @@ module Aws::DocDB
|
|
912
955
|
:copy_tags_to_snapshot,
|
913
956
|
:promotion_tier,
|
914
957
|
:enable_performance_insights,
|
915
|
-
:performance_insights_kms_key_id
|
958
|
+
:performance_insights_kms_key_id,
|
959
|
+
:ca_certificate_identifier)
|
916
960
|
SENSITIVE = []
|
917
961
|
include Aws::Structure
|
918
962
|
end
|
@@ -1773,6 +1817,24 @@ module Aws::DocDB
|
|
1773
1817
|
# the log types specified by `ExportableLogTypes` to CloudWatch Logs.
|
1774
1818
|
# @return [Boolean]
|
1775
1819
|
#
|
1820
|
+
# @!attribute [rw] supported_ca_certificate_identifiers
|
1821
|
+
# A list of the supported CA certificate identifiers.
|
1822
|
+
#
|
1823
|
+
# For more information, see [Updating Your Amazon DocumentDB TLS
|
1824
|
+
# Certificates][1] and [ Encrypting Data in Transit][2] in the *Amazon
|
1825
|
+
# DocumentDB Developer Guide*.
|
1826
|
+
#
|
1827
|
+
#
|
1828
|
+
#
|
1829
|
+
# [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
|
1830
|
+
# [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
|
1831
|
+
# @return [Array<String>]
|
1832
|
+
#
|
1833
|
+
# @!attribute [rw] supports_certificate_rotation_without_restart
|
1834
|
+
# Indicates whether the engine version supports rotating the server
|
1835
|
+
# certificate without rebooting the DB instance.
|
1836
|
+
# @return [Boolean]
|
1837
|
+
#
|
1776
1838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBEngineVersion AWS API Documentation
|
1777
1839
|
#
|
1778
1840
|
class DBEngineVersion < Struct.new(
|
@@ -1783,7 +1845,9 @@ module Aws::DocDB
|
|
1783
1845
|
:db_engine_version_description,
|
1784
1846
|
:valid_upgrade_target,
|
1785
1847
|
:exportable_log_types,
|
1786
|
-
:supports_log_exports_to_cloudwatch_logs
|
1848
|
+
:supports_log_exports_to_cloudwatch_logs,
|
1849
|
+
:supported_ca_certificate_identifiers,
|
1850
|
+
:supports_certificate_rotation_without_restart)
|
1787
1851
|
SENSITIVE = []
|
1788
1852
|
include Aws::Structure
|
1789
1853
|
end
|
@@ -1945,6 +2009,10 @@ module Aws::DocDB
|
|
1945
2009
|
# CloudWatch Logs.
|
1946
2010
|
# @return [Array<String>]
|
1947
2011
|
#
|
2012
|
+
# @!attribute [rw] certificate_details
|
2013
|
+
# The details of the DB instance's server certificate.
|
2014
|
+
# @return [Types::CertificateDetails]
|
2015
|
+
#
|
1948
2016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBInstance AWS API Documentation
|
1949
2017
|
#
|
1950
2018
|
class DBInstance < Struct.new(
|
@@ -1974,7 +2042,8 @@ module Aws::DocDB
|
|
1974
2042
|
:copy_tags_to_snapshot,
|
1975
2043
|
:promotion_tier,
|
1976
2044
|
:db_instance_arn,
|
1977
|
-
:enabled_cloudwatch_logs_exports
|
2045
|
+
:enabled_cloudwatch_logs_exports,
|
2046
|
+
:certificate_details)
|
1978
2047
|
SENSITIVE = []
|
1979
2048
|
include Aws::Structure
|
1980
2049
|
end
|
@@ -4253,6 +4322,28 @@ module Aws::DocDB
|
|
4253
4322
|
# region.
|
4254
4323
|
# @return [String]
|
4255
4324
|
#
|
4325
|
+
# @!attribute [rw] certificate_rotation_restart
|
4326
|
+
# Specifies whether the DB instance is restarted when you rotate your
|
4327
|
+
# SSL/TLS certificate.
|
4328
|
+
#
|
4329
|
+
# By default, the DB instance is restarted when you rotate your
|
4330
|
+
# SSL/TLS certificate. The certificate is not updated until the DB
|
4331
|
+
# instance is restarted.
|
4332
|
+
#
|
4333
|
+
# Set this parameter only if you are *not* using SSL/TLS to connect to
|
4334
|
+
# the DB instance.
|
4335
|
+
#
|
4336
|
+
# If you are using SSL/TLS to connect to the DB instance, see
|
4337
|
+
# [Updating Your Amazon DocumentDB TLS Certificates][1] and [
|
4338
|
+
# Encrypting Data in Transit][2] in the *Amazon DocumentDB Developer
|
4339
|
+
# Guide*.
|
4340
|
+
#
|
4341
|
+
#
|
4342
|
+
#
|
4343
|
+
# [1]: https://docs.aws.amazon.com/documentdb/latest/developerguide/ca_cert_rotation.html
|
4344
|
+
# [2]: https://docs.aws.amazon.com/documentdb/latest/developerguide/security.encryption.ssl.html
|
4345
|
+
# @return [Boolean]
|
4346
|
+
#
|
4256
4347
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBInstanceMessage AWS API Documentation
|
4257
4348
|
#
|
4258
4349
|
class ModifyDBInstanceMessage < Struct.new(
|
@@ -4266,7 +4357,8 @@ module Aws::DocDB
|
|
4266
4357
|
:copy_tags_to_snapshot,
|
4267
4358
|
:promotion_tier,
|
4268
4359
|
:enable_performance_insights,
|
4269
|
-
:performance_insights_kms_key_id
|
4360
|
+
:performance_insights_kms_key_id,
|
4361
|
+
:certificate_rotation_restart)
|
4270
4362
|
SENSITIVE = []
|
4271
4363
|
include Aws::Structure
|
4272
4364
|
end
|
data/lib/aws-sdk-docdb.rb
CHANGED
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.
|
4
|
+
version: 1.55.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
|
+
date: 2023-11-06 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.
|
22
|
+
version: 3.184.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.
|
32
|
+
version: 3.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|