aws-sdk-docdb 1.58.0 → 1.60.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: 479ca386321fbcab87f837eba052007e878fdaf842a958e0a4df954f76f86b1d
4
- data.tar.gz: e32bcf474a64899c2d4453cb2126c51a4771ad11959c1b2b1827b9bef062332b
3
+ metadata.gz: 2d4a8f64c109b83ad942e27a8bbc1152aa417e8e3ff0055dcf568d9a15f9a8a8
4
+ data.tar.gz: 54d7fc1c71b21a71c593972a83a400e935b8cdc378c3edccbb6290896a34b74b
5
5
  SHA512:
6
- metadata.gz: 9c94590c60b9a10f2a67ce465972d208c7e12617cd290679d9e6f61bd8c3dee6dc865fdf44c49ace25735b11109767ab96c2b7a898f4454143bc3e25c45968f3
7
- data.tar.gz: b278c6033bf008fa4ab07f19d2df90d4260de1eab173c0c9d19c1777f37304135b8992e63a6477036f4c45bb49368325b19eadcb90ba79ff948f7a4062ed65f7
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.58.0
1
+ 1.60.0
@@ -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.58.0'
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 '\
@@ -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
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.58.0'
56
+ GEM_VERSION = '1.60.0'
57
57
 
58
58
  end