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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d67b6c146b71a58d81ce45f225c1831fe0720137a334afeb0754acf2c98166ce
4
- data.tar.gz: faa5ba828345db381545a57637c073eed76b173eac53f0fb1810c62d2d5ad81c
3
+ metadata.gz: b315e5edcd01fc416ac70bf310bacf8fd723357c00b76bd89a2c163b09b08b4b
4
+ data.tar.gz: 8c7ca0ac9dda043098b399c323842611b1821191aeea1315ad8e331a7596820d
5
5
  SHA512:
6
- metadata.gz: 2e85ae93ace9d6f1b70eefdccd1669dcf1341c9d18ed251c36c1a31d922f0c2f776c0a319c4821df895e6dc3aa8fe6967feece528215ef47dfee01dfd81ba4f0
7
- data.tar.gz: 05a5e21e7498a610b26bb85252dfae713863275e4d4e2a6359a30676d4cabbe80ff6dc4852cb88e23c81905bbdb3c02696a0ae6d4fba2442e9180bdc55ba07c9
6
+ metadata.gz: 5999e865db11633e2df3092dd7095bf4b1ab3ec2ad938e34acaae72c1194edcced3d928443198943fc94216661d94c3128f735d2da4a3a144e3d1bf059522eef
7
+ data.tar.gz: 321ae2167ec28052687ee82b5dde908f3fa21fc8f2483e4886e56b263845da7a102d3d37b08559982db89988a34b4989dd415e308d7e529c03ef47826539670c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -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.70.0'
1456
+ context[:gem_version] = '1.71.0'
1457
1457
  Seahorse::Client::Request.new(handlers, context)
1458
1458
  end
1459
1459
 
@@ -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
- # \: \{ "string" : "string" \}`.
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\{L\}\\p\{Z\}\\p\{N\}_.:/=+\\-@]*)$"`).
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\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
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
@@ -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.70.0'
57
+ GEM_VERSION = '1.71.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.70.0
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-10-18 00:00:00.000000000 Z
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