aws-sdk-pi 1.67.0 → 1.69.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: b79a152f35bfa42e9de118117bd1d619e2faced8d4b51037c62235e375658119
4
- data.tar.gz: f4e141e71a4db115560203887aba8830b075b6085de9c688aa303bda94f17b92
3
+ metadata.gz: f7df268f4e4104e49b03729ac1667251acb11e935b5f4afc7a1f45faa3fbab37
4
+ data.tar.gz: 794f9366db142221f4314b3280601ceb4c6b478dacc6dd156b95828c641faeaf
5
5
  SHA512:
6
- metadata.gz: ceaa3b060ee992fdf37ab735635b58d9278d300fccdd07ca7a86055360ca5e0991f890bee35aa692c230c7f047353493295a136f76299a357491a5f8b48cc266
7
- data.tar.gz: c40deb849516a16740c155cc3a76cd3de3a1ede6b14abdbb32ae8d39d14f0231f0a4e7f12c4b2c793c0016066bc360977dca8b7c0784b6d3f071ac5898a636d1
6
+ metadata.gz: 70aa7736082cad072451aa9f165bb55d6a2d557d2a802cb597eb76ee6897c94374530dc8a524a03e9b8e3e5772729a7e0450875489b4140e4fd6709b92e3243a
7
+ data.tar.gz: 290ccac13baee56e89c2a12637dabc707a17dfbfa8bf6794e38e21b2948d8e30d5d140ded0826e3b6075955eaafdf608e2355ca3cf1a802978e88493f9b1378d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.68.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.67.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:pi)
40
-
41
39
  module Aws::PI
42
40
  # An API client for PI. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1455,7 +1453,7 @@ module Aws::PI
1455
1453
  tracer: tracer
1456
1454
  )
1457
1455
  context[:gem_name] = 'aws-sdk-pi'
1458
- context[:gem_version] = '1.67.0'
1456
+ context[:gem_version] = '1.69.0'
1459
1457
  Seahorse::Client::Request.new(handlers, context)
1460
1458
  end
1461
1459
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::PI
11
12
  # @api private
12
13
  module ClientApi
@@ -1810,3 +1810,4 @@ module Aws::PI
1810
1810
 
1811
1811
  end
1812
1812
  end
1813
+
data/lib/aws-sdk-pi.rb CHANGED
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-pi/types'
15
- require_relative 'aws-sdk-pi/client_api'
16
- require_relative 'aws-sdk-pi/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-pi/client'
18
- require_relative 'aws-sdk-pi/errors'
19
- require_relative 'aws-sdk-pi/resource'
20
- require_relative 'aws-sdk-pi/endpoint_parameters'
21
- require_relative 'aws-sdk-pi/endpoint_provider'
22
- require_relative 'aws-sdk-pi/endpoints'
23
- require_relative 'aws-sdk-pi/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:pi)
24
15
 
25
16
  # This module provides support for AWS Performance Insights. This module is available in the
26
17
  # `aws-sdk-pi` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-pi/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::PI
45
+ autoload :Types, 'aws-sdk-pi/types'
46
+ autoload :ClientApi, 'aws-sdk-pi/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-pi/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-pi/client'
51
+ autoload :Errors, 'aws-sdk-pi/errors'
52
+ autoload :Resource, 'aws-sdk-pi/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-pi/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-pi/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-pi/endpoints'
54
56
 
55
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.69.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-pi/customizations'
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.67.0
4
+ version: 1.69.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-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core