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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b315e5edcd01fc416ac70bf310bacf8fd723357c00b76bd89a2c163b09b08b4b
4
- data.tar.gz: 8c7ca0ac9dda043098b399c323842611b1821191aeea1315ad8e331a7596820d
3
+ metadata.gz: 85ab704b124bc69b488c78a83bb3f13f06219146b93001d526a1c8ce99ca9f3d
4
+ data.tar.gz: c89a45c8bc97321b42303741eabd5350caab71fbdb594de49d50606a7135a697
5
5
  SHA512:
6
- metadata.gz: 5999e865db11633e2df3092dd7095bf4b1ab3ec2ad938e34acaae72c1194edcced3d928443198943fc94216661d94c3128f735d2da4a3a144e3d1bf059522eef
7
- data.tar.gz: 321ae2167ec28052687ee82b5dde908f3fa21fc8f2483e4886e56b263845da7a102d3d37b08559982db89988a34b4989dd415e308d7e529c03ef47826539670c
6
+ metadata.gz: 224f0aa53b8aeaaaf55f204dc6cdbe89c28500aedbcd00ac0570902c6a950000181850f860d37e905c0c28e034e184630a5be5651cda83406b06404fd310e41c
7
+ data.tar.gz: 838448c2dc3ec6a9b58e1b9e8ce9d8e4db51f47f87313a8451f19449b21831ac55b9b062be2711f4da2aafa451a2c98b7137ce2ef512dee94cf0b8286c127a03
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.71.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -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.71.0'
1456
+ context[:gem_version] = '1.72.0'
1457
1457
  Seahorse::Client::Request.new(handlers, context)
1458
1458
  end
1459
1459
 
@@ -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
@@ -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.71.0'
57
+ GEM_VERSION = '1.72.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.71.0
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-06 00:00:00.000000000 Z
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