aws-sdk-pi 1.75.0 → 1.76.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: 3592bcf56c09992a8e58c7888bfe7336921af2926ca70d9993f00214e2be2955
4
- data.tar.gz: 2b622a8f0f5bd40e0617b43cd0ce96c913ee602d0967e56077f41f09132efefd
3
+ metadata.gz: 974a9e58a4a9a4821c4c3223fa5fb39885c01351fb360470bb699046ea08053d
4
+ data.tar.gz: ff3cb3a7281b45936fe317d059a1505de73c13326254f5370cee58d917898278
5
5
  SHA512:
6
- metadata.gz: 55f9dbedab0d5820f2a26bce231a61b65c5fa53eba71d564343e8fdded3e5875bfef1ffa4bb854aba3e525109581f8bde783079513689a26ed1a5a977bbfccfd
7
- data.tar.gz: c72ca78839a5dd12fe31a960f2b99705e288176b3873658270f4cbf47dc9da8e75bd65d4a86c2ee4e8bddbb915a52ac1ef03cfdccfa4cd34a7bd037530c30678
6
+ metadata.gz: e63e207f2521d7997ef9dec0342a00ed56cc10f91c6b57618a6c826d7fa59517cd46122237adeb9c7f96de941174bc1ba1b649aacaf556ce2feecc9a91c3667f
7
+ data.tar.gz: 1f67a694bfb3534a3c12dea16b32aee975ce54e3574932340ff420e74524aa264b31d68a53c333b5769c306afb973f2e719bba80417bf847ea5cb518f5101111
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-02-11)
5
+ ------------------
6
+
7
+ * Feature - Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.
8
+
4
9
  1.75.0 (2025-02-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -782,6 +782,8 @@ module Aws::PI
782
782
  # specified group for the dimension group ID. The following group name
783
783
  # values are valid:
784
784
  #
785
+ # * `db.execution_plan` (Amazon RDS and Aurora only)
786
+ #
785
787
  # * `db.lock_snapshot` (Aurora only)
786
788
  #
787
789
  # * `db.query` (Amazon DocumentDB only)
@@ -793,6 +795,9 @@ module Aws::PI
793
795
  # details. For dimension group `db.sql`, the group ID is `db.sql.id`.
794
796
  # The following group ID values are valid:
795
797
  #
798
+ # * `db.execution_plan.id` for dimension group `db.execution_plan`
799
+ # (Aurora and RDS only)
800
+ #
796
801
  # * `db.sql.id` for dimension group `db.sql` (Aurora and RDS only)
797
802
  #
798
803
  # * `db.query.id` for dimension group `db.query` (DocumentDB only)
@@ -808,8 +813,13 @@ module Aws::PI
808
813
  # Insights returns all dimension data within the specified dimension
809
814
  # group. Specify dimension names for the following dimension groups:
810
815
  #
811
- # * `db.lock_trees` - Specify the dimension name `db.lock_trees`.
812
- # (Aurora only)
816
+ # * `db.execution_plan` - Specify the dimension name
817
+ # `db.execution_plan.raw_plan` or the short dimension name `raw_plan`
818
+ # (Amazon RDS and Aurora only)
819
+ #
820
+ # * `db.lock_snapshot` - Specify the dimension name
821
+ # `db.lock_snapshot.lock_trees` or the short dimension name
822
+ # `lock_trees`. (Aurora only)
813
823
  #
814
824
  # * `db.sql` - Specify either the full dimension name `db.sql.statement`
815
825
  # or the short dimension name `statement` (Aurora and RDS only).
@@ -1490,7 +1500,7 @@ module Aws::PI
1490
1500
  tracer: tracer
1491
1501
  )
1492
1502
  context[:gem_name] = 'aws-sdk-pi'
1493
- context[:gem_version] = '1.75.0'
1503
+ context[:gem_version] = '1.76.0'
1494
1504
  Seahorse::Client::Request.new(handlers, context)
1495
1505
  end
1496
1506
 
@@ -812,6 +812,8 @@ module Aws::PI
812
812
  # specified group for the dimension group ID. The following group name
813
813
  # values are valid:
814
814
  #
815
+ # * `db.execution_plan` (Amazon RDS and Aurora only)
816
+ #
815
817
  # * `db.lock_snapshot` (Aurora only)
816
818
  #
817
819
  # * `db.query` (Amazon DocumentDB only)
@@ -824,6 +826,9 @@ module Aws::PI
824
826
  # details. For dimension group `db.sql`, the group ID is `db.sql.id`.
825
827
  # The following group ID values are valid:
826
828
  #
829
+ # * `db.execution_plan.id` for dimension group `db.execution_plan`
830
+ # (Aurora and RDS only)
831
+ #
827
832
  # * `db.sql.id` for dimension group `db.sql` (Aurora and RDS only)
828
833
  #
829
834
  # * `db.query.id` for dimension group `db.query` (DocumentDB only)
@@ -841,8 +846,13 @@ module Aws::PI
841
846
  # dimension group. Specify dimension names for the following dimension
842
847
  # groups:
843
848
  #
844
- # * `db.lock_trees` - Specify the dimension name `db.lock_trees`.
845
- # (Aurora only)
849
+ # * `db.execution_plan` - Specify the dimension name
850
+ # `db.execution_plan.raw_plan` or the short dimension name
851
+ # `raw_plan` (Amazon RDS and Aurora only)
852
+ #
853
+ # * `db.lock_snapshot` - Specify the dimension name
854
+ # `db.lock_snapshot.lock_trees` or the short dimension name
855
+ # `lock_trees`. (Aurora only)
846
856
  #
847
857
  # * `db.sql` - Specify either the full dimension name
848
858
  # `db.sql.statement` or the short dimension name `statement` (Aurora
data/lib/aws-sdk-pi.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::PI
54
54
  autoload :EndpointProvider, 'aws-sdk-pi/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-pi/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.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: 2025-02-07 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core