aws-sdk-pi 1.70.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pi/client.rb +3 -3
- data/lib/aws-sdk-pi/types.rb +3 -7
- 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
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.72.0 (2024-11-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.71.0 (2024-11-06)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.70.0 (2024-10-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
data/lib/aws-sdk-pi/client.rb
CHANGED
|
@@ -640,8 +640,8 @@ module Aws::PI
|
|
|
640
640
|
# Additional metrics for the top `N` dimension keys. If the specified
|
|
641
641
|
# dimension group in the `GroupBy` parameter is `db.sql_tokenized`, you
|
|
642
642
|
# can specify per-SQL metrics to get the values for the top `N` SQL
|
|
643
|
-
# digests. The response syntax is as follows: `"AdditionalMetrics" :
|
|
644
|
-
# "string" : "string"
|
|
643
|
+
# digests. The response syntax is as follows: `"AdditionalMetrics" : {
|
|
644
|
+
# "string" : "string" }`.
|
|
645
645
|
#
|
|
646
646
|
# @option params [Types::DimensionGroup] :partition_by
|
|
647
647
|
# For each dimension specified in `GroupBy`, specify a secondary
|
|
@@ -1453,7 +1453,7 @@ module Aws::PI
|
|
|
1453
1453
|
tracer: tracer
|
|
1454
1454
|
)
|
|
1455
1455
|
context[:gem_name] = 'aws-sdk-pi'
|
|
1456
|
-
context[:gem_version] = '1.
|
|
1456
|
+
context[:gem_version] = '1.72.0'
|
|
1457
1457
|
Seahorse::Client::Request.new(handlers, context)
|
|
1458
1458
|
end
|
|
1459
1459
|
|
data/lib/aws-sdk-pi/types.rb
CHANGED
|
@@ -323,7 +323,7 @@ module Aws::PI
|
|
|
323
323
|
# dimension group in the `GroupBy` parameter is `db.sql_tokenized`,
|
|
324
324
|
# you can specify per-SQL metrics to get the values for the top `N`
|
|
325
325
|
# SQL digests. The response syntax is as follows: `"AdditionalMetrics"
|
|
326
|
-
# \:
|
|
326
|
+
# \: { "string" : "string" }`.
|
|
327
327
|
# @return [Array<String>]
|
|
328
328
|
#
|
|
329
329
|
# @!attribute [rw] partition_by
|
|
@@ -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
|
#
|
|
@@ -1717,7 +1713,7 @@ module Aws::PI
|
|
|
1717
1713
|
# `aws:` or `rds:`. The string can only contain only the set of
|
|
1718
1714
|
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
|
1719
1715
|
# '=', '+', '-', '@' (Java regex:
|
|
1720
|
-
# `"^([\\p
|
|
1716
|
+
# `"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"`).
|
|
1721
1717
|
# @return [String]
|
|
1722
1718
|
#
|
|
1723
1719
|
# @!attribute [rw] value
|
|
@@ -1726,7 +1722,7 @@ module Aws::PI
|
|
|
1726
1722
|
# with `aws:` or `rds:`. The string can only contain only the set of
|
|
1727
1723
|
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
|
1728
1724
|
# '=', '+', '-', '@' (Java regex:
|
|
1729
|
-
# "^(\[\\\\p
|
|
1725
|
+
# "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-@\]*)$").
|
|
1730
1726
|
# @return [String]
|
|
1731
1727
|
#
|
|
1732
1728
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pi-2018-02-27/Tag AWS API Documentation
|
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
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|