aws-sdk-panorama 1.33.0 → 1.34.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: f97988aaab180e2edcc273b503440484dceb74c398546e13b926867aef063ed7
4
- data.tar.gz: 8551b70f936b33d567da61f85cc407bcb6116dbdbc399c6d73e25e01cb815571
3
+ metadata.gz: 2663d123d8e575f2b14884d41742bf7303eb8f30d4c5cfa412c21e8cf7a2bd88
4
+ data.tar.gz: 44a76158aa62a07c504d307838983c823298d7002d49f0f36e0c6365d58ee6cb
5
5
  SHA512:
6
- metadata.gz: 2f977bffa9353e2137b2d75fd01b0fec8a329857cb9b67f0081e9f58e27243db440b7cd23509865f885f3bff02b3f40cc4a0f124e3d3e9de1a296827336d8762
7
- data.tar.gz: 259145b537f711ad02c6fd6a7aab108bb777e28f207d479a24eb416a90581644956c979a63521f59ae9c57f14b6f8c63dcd4374e79ac8e6976926f0ed0cd8ab4
6
+ metadata.gz: 408a2ff326768ad76fc208de5bbe98b8863c8b8cb1c13b061fad75fc4812cac9a3f787ca97e7be57c9f39488d7b7518ee700061319a73fed9c497e417a2d7bc1
7
+ data.tar.gz: b0a372e0ddb02af66d4c59b21635f4a7b0e44fcb9314407304ddfb2bc64a85148808e0bd85479ba8858b6c740bed66a873525edad9936e2e8b1587341b6c4538
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.33.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -2127,7 +2127,7 @@ module Aws::Panorama
2127
2127
  tracer: tracer
2128
2128
  )
2129
2129
  context[:gem_name] = 'aws-sdk-panorama'
2130
- context[:gem_version] = '1.33.0'
2130
+ context[:gem_version] = '1.34.0'
2131
2131
  Seahorse::Client::Request.new(handlers, context)
2132
2132
  end
2133
2133
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Panorama
11
12
  # @api private
12
13
  module ClientApi
@@ -2937,3 +2937,4 @@ module Aws::Panorama
2937
2937
 
2938
2938
  end
2939
2939
  end
2940
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-panorama/types'
15
- require_relative 'aws-sdk-panorama/client_api'
16
- require_relative 'aws-sdk-panorama/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-panorama/client'
18
- require_relative 'aws-sdk-panorama/errors'
19
- require_relative 'aws-sdk-panorama/resource'
20
- require_relative 'aws-sdk-panorama/endpoint_parameters'
21
- require_relative 'aws-sdk-panorama/endpoint_provider'
22
- require_relative 'aws-sdk-panorama/endpoints'
23
- require_relative 'aws-sdk-panorama/customizations'
24
-
25
14
  # This module provides support for AWS Panorama. This module is available in the
26
15
  # `aws-sdk-panorama` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-panorama/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::Panorama
43
+ autoload :Types, 'aws-sdk-panorama/types'
44
+ autoload :ClientApi, 'aws-sdk-panorama/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-panorama/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-panorama/client'
49
+ autoload :Errors, 'aws-sdk-panorama/errors'
50
+ autoload :Resource, 'aws-sdk-panorama/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-panorama/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-panorama/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-panorama/endpoints'
54
54
 
55
- GEM_VERSION = '1.33.0'
55
+ GEM_VERSION = '1.34.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-panorama/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-panorama
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core