aws-sdk-pi 1.71.0 → 1.72.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pi/client.rb +1 -1
- data/lib/aws-sdk-pi/types.rb +0 -4
- data/lib/aws-sdk-pi.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85ab704b124bc69b488c78a83bb3f13f06219146b93001d526a1c8ce99ca9f3d
|
4
|
+
data.tar.gz: c89a45c8bc97321b42303741eabd5350caab71fbdb594de49d50606a7135a697
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 224f0aa53b8aeaaaf55f204dc6cdbe89c28500aedbcd00ac0570902c6a950000181850f860d37e905c0c28e034e184630a5be5651cda83406b06404fd310e41c
|
7
|
+
data.tar.gz: 838448c2dc3ec6a9b58e1b9e8ce9d8e4db51f47f87313a8451f19449b21831ac55b9b062be2711f4da2aafa451a2c98b7137ce2ef512dee94cf0b8286c127a03
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|
data/lib/aws-sdk-pi/client.rb
CHANGED
data/lib/aws-sdk-pi/types.rb
CHANGED
@@ -473,7 +473,6 @@ module Aws::PI
|
|
473
473
|
# * Amazon RDS MariaDB
|
474
474
|
#
|
475
475
|
# * Amazon DocumentDB
|
476
|
-
#
|
477
476
|
# * `db.application` - The name of the application that is connected
|
478
477
|
# to the database. The following values are permitted:
|
479
478
|
#
|
@@ -482,7 +481,6 @@ module Aws::PI
|
|
482
481
|
# * Amazon RDS PostgreSQL
|
483
482
|
#
|
484
483
|
# * Amazon DocumentDB
|
485
|
-
#
|
486
484
|
# * `db.host` - The host name of the connected client (all engines).
|
487
485
|
#
|
488
486
|
# * `db.query` - The query that is currently running (only Amazon
|
@@ -528,7 +526,6 @@ module Aws::PI
|
|
528
526
|
# * Amazon RDS PostgreSQL
|
529
527
|
#
|
530
528
|
# * Amazon DocumentDB
|
531
|
-
#
|
532
529
|
# * `db.host.id` - The host ID of the connected client (all engines).
|
533
530
|
#
|
534
531
|
# * `db.host.name` - The host name of the connected client (all
|
@@ -548,7 +545,6 @@ module Aws::PI
|
|
548
545
|
# * Amazon RDS MariaDB
|
549
546
|
#
|
550
547
|
# * Amazon DocumentDB
|
551
|
-
#
|
552
548
|
# * `db.query.id` - The query ID generated by Performance Insights
|
553
549
|
# (only Amazon DocumentDB).
|
554
550
|
#
|
data/lib/aws-sdk-pi.rb
CHANGED
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.
|
4
|
+
version: 1.72.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: 2024-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|