aws-sdk-docdb 1.57.0 → 1.59.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: 922007ae9d3e7d42985643f1632478c98347c852469f67fdd54799d4c12c0769
4
- data.tar.gz: d2d47dbe18cc2ec910338186d9e63bba6e6bf2e7304498fe4fe748505f99cac6
3
+ metadata.gz: 906fcfaa17681dcc6372f5c0a365909e93287050e8c4087bfa868f250428fb75
4
+ data.tar.gz: 67d1219de4eb251f89d275c38a9d03d7f9fe7d3b90a456aaac00f38f68f23717
5
5
  SHA512:
6
- metadata.gz: fa4dc3de447aac2e6c185a01a55ca56e0fc639fa8ff3b1df159440e83be1562b04dd2b51000e82323d5993bf6c65fd98a59dc8f45223ac01cfeac7b019d4dfca
7
- data.tar.gz: 63d5ff26cc902e60caef0e93ea5cd0d855be3c712c90af04502f287eb6863f54b2a19ece8336285d444b17b2558344950a4f33879c1590830897dbb1b86d78a4
6
+ metadata.gz: '081d581fe5081c601d6e82f4fe24703c8d6c9d7f94012b27ef1c702a9372cbac5246fc933730b8bb2389795b0abba7dab386aeda28565f31339b3723e67e6fe0'
7
+ data.tar.gz: 211c1f4d35ea64768c105cc60a2c946a37c39d096eb43a9817528c49350bd6ef844a89fae4847136e57fc946360ce89a7a3351ba8fd36b4c081f59826aec51be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2024-01-04)
5
+ ------------------
6
+
7
+ * Feature - Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
8
+
9
+ 1.58.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.57.0 (2023-11-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.59.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.57.0'
5373
+ context[:gem_version] = '1.59.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
@@ -25,16 +25,17 @@ module Aws::DocDB
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.57.0'
56
+ GEM_VERSION = '1.59.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.57.0
4
+ version: 1.59.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-22 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core