aws-sdk-docdb 1.58.0 → 1.60.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 +11 -1
- data/lib/aws-sdk-docdb/client_api.rb +2 -0
- data/lib/aws-sdk-docdb/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-docdb/types.rb +14 -1
- data/lib/aws-sdk-docdb.rb +1 -1
- data/sig/client.rbs +994 -0
- data/sig/errors.rbs +130 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1250 -0
- data/sig/waiters.rbs +49 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d4a8f64c109b83ad942e27a8bbc1152aa417e8e3ff0055dcf568d9a15f9a8a8
|
4
|
+
data.tar.gz: 54d7fc1c71b21a71c593972a83a400e935b8cdc378c3edccbb6290896a34b74b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb82834dfef5d26108fa62e2fe6c00a8248ad51dc459300ab26e8d9f751c7d231f996d43c5a6c75703a519f2a6dd88052efd4d098e0be8c85ca8d674904da73c
|
7
|
+
data.tar.gz: dae5eaa01878b8b0672d9f3dad88bdb69f31dd5f5db80e598e08eac9173265b498332f1153ee177e308635b0356af63fe8985a0cfde4e03a8ca2bd54941dc340
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2024-01-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.59.0 (2024-01-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
|
13
|
+
|
4
14
|
1.58.0 (2023-11-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
data/lib/aws-sdk-docdb/client.rb
CHANGED
@@ -1414,6 +1414,8 @@ module Aws::DocDB
|
|
1414
1414
|
# resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
|
1415
1415
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
1416
1416
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
1417
|
+
# resp.db_instance.performance_insights_enabled #=> Boolean
|
1418
|
+
# resp.db_instance.performance_insights_kms_key_id #=> String
|
1417
1419
|
#
|
1418
1420
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBInstance AWS API Documentation
|
1419
1421
|
#
|
@@ -1978,6 +1980,8 @@ module Aws::DocDB
|
|
1978
1980
|
# resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
|
1979
1981
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
1980
1982
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
1983
|
+
# resp.db_instance.performance_insights_enabled #=> Boolean
|
1984
|
+
# resp.db_instance.performance_insights_kms_key_id #=> String
|
1981
1985
|
#
|
1982
1986
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBInstance AWS API Documentation
|
1983
1987
|
#
|
@@ -2891,6 +2895,8 @@ module Aws::DocDB
|
|
2891
2895
|
# resp.db_instances[0].enabled_cloudwatch_logs_exports[0] #=> String
|
2892
2896
|
# resp.db_instances[0].certificate_details.ca_identifier #=> String
|
2893
2897
|
# resp.db_instances[0].certificate_details.valid_till #=> Time
|
2898
|
+
# resp.db_instances[0].performance_insights_enabled #=> Boolean
|
2899
|
+
# resp.db_instances[0].performance_insights_kms_key_id #=> String
|
2894
2900
|
#
|
2895
2901
|
#
|
2896
2902
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -4258,6 +4264,8 @@ module Aws::DocDB
|
|
4258
4264
|
# resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
|
4259
4265
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
4260
4266
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
4267
|
+
# resp.db_instance.performance_insights_enabled #=> Boolean
|
4268
|
+
# resp.db_instance.performance_insights_kms_key_id #=> String
|
4261
4269
|
#
|
4262
4270
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBInstance AWS API Documentation
|
4263
4271
|
#
|
@@ -4557,6 +4565,8 @@ module Aws::DocDB
|
|
4557
4565
|
# resp.db_instance.enabled_cloudwatch_logs_exports[0] #=> String
|
4558
4566
|
# resp.db_instance.certificate_details.ca_identifier #=> String
|
4559
4567
|
# resp.db_instance.certificate_details.valid_till #=> Time
|
4568
|
+
# resp.db_instance.performance_insights_enabled #=> Boolean
|
4569
|
+
# resp.db_instance.performance_insights_kms_key_id #=> String
|
4560
4570
|
#
|
4561
4571
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RebootDBInstance AWS API Documentation
|
4562
4572
|
#
|
@@ -5360,7 +5370,7 @@ module Aws::DocDB
|
|
5360
5370
|
params: params,
|
5361
5371
|
config: config)
|
5362
5372
|
context[:gem_name] = 'aws-sdk-docdb'
|
5363
|
-
context[:gem_version] = '1.
|
5373
|
+
context[:gem_version] = '1.60.0'
|
5364
5374
|
Seahorse::Client::Request.new(handlers, context)
|
5365
5375
|
end
|
5366
5376
|
|
@@ -592,6 +592,8 @@ module Aws::DocDB
|
|
592
592
|
DBInstance.add_member(:db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceArn"))
|
593
593
|
DBInstance.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
|
594
594
|
DBInstance.add_member(:certificate_details, Shapes::ShapeRef.new(shape: CertificateDetails, location_name: "CertificateDetails"))
|
595
|
+
DBInstance.add_member(:performance_insights_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PerformanceInsightsEnabled"))
|
596
|
+
DBInstance.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
595
597
|
DBInstance.struct_class = Types::DBInstance
|
596
598
|
|
597
599
|
DBInstanceAlreadyExistsFault.struct_class = Types::DBInstanceAlreadyExistsFault
|
@@ -14,6 +14,7 @@ module Aws::DocDB
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::DocDB::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/lib/aws-sdk-docdb/types.rb
CHANGED
@@ -2060,6 +2060,17 @@ module Aws::DocDB
|
|
2060
2060
|
# The details of the DB instance's server certificate.
|
2061
2061
|
# @return [Types::CertificateDetails]
|
2062
2062
|
#
|
2063
|
+
# @!attribute [rw] performance_insights_enabled
|
2064
|
+
# Set to `true` if Amazon RDS Performance Insights is enabled for the
|
2065
|
+
# DB instance, and otherwise `false`.
|
2066
|
+
# @return [Boolean]
|
2067
|
+
#
|
2068
|
+
# @!attribute [rw] performance_insights_kms_key_id
|
2069
|
+
# The KMS key identifier for encryption of Performance Insights data.
|
2070
|
+
# The KMS key ID is the Amazon Resource Name (ARN), KMS key
|
2071
|
+
# identifier, or the KMS key alias for the KMS encryption key.
|
2072
|
+
# @return [String]
|
2073
|
+
#
|
2063
2074
|
# @see http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBInstance AWS API Documentation
|
2064
2075
|
#
|
2065
2076
|
class DBInstance < Struct.new(
|
@@ -2090,7 +2101,9 @@ module Aws::DocDB
|
|
2090
2101
|
:promotion_tier,
|
2091
2102
|
:db_instance_arn,
|
2092
2103
|
:enabled_cloudwatch_logs_exports,
|
2093
|
-
:certificate_details
|
2104
|
+
:certificate_details,
|
2105
|
+
:performance_insights_enabled,
|
2106
|
+
:performance_insights_kms_key_id)
|
2094
2107
|
SENSITIVE = []
|
2095
2108
|
include Aws::Structure
|
2096
2109
|
end
|