aws-sdk-pi 1.70.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pi/client.rb +3 -3
- data/lib/aws-sdk-pi/types.rb +3 -3
- 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: b315e5edcd01fc416ac70bf310bacf8fd723357c00b76bd89a2c163b09b08b4b
|
4
|
+
data.tar.gz: 8c7ca0ac9dda043098b399c323842611b1821191aeea1315ad8e331a7596820d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5999e865db11633e2df3092dd7095bf4b1ab3ec2ad938e34acaae72c1194edcced3d928443198943fc94216661d94c3128f735d2da4a3a144e3d1bf059522eef
|
7
|
+
data.tar.gz: 321ae2167ec28052687ee82b5dde908f3fa21fc8f2483e4886e56b263845da7a102d3d37b08559982db89988a34b4989dd415e308d7e529c03ef47826539670c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.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.71.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
|
@@ -1717,7 +1717,7 @@ module Aws::PI
|
|
1717
1717
|
# `aws:` or `rds:`. The string can only contain only the set of
|
1718
1718
|
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
1719
1719
|
# '=', '+', '-', '@' (Java regex:
|
1720
|
-
# `"^([\\p
|
1720
|
+
# `"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"`).
|
1721
1721
|
# @return [String]
|
1722
1722
|
#
|
1723
1723
|
# @!attribute [rw] value
|
@@ -1726,7 +1726,7 @@ module Aws::PI
|
|
1726
1726
|
# with `aws:` or `rds:`. The string can only contain only the set of
|
1727
1727
|
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
1728
1728
|
# '=', '+', '-', '@' (Java regex:
|
1729
|
-
# "^(\[\\\\p
|
1729
|
+
# "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-@\]*)$").
|
1730
1730
|
# @return [String]
|
1731
1731
|
#
|
1732
1732
|
# @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.71.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-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|