aws-sdk-cloudwatchrum 1.30.0 → 1.31.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: 528f7581ddcaa6b31b220517ab35234f24c5a0d2fe251fdf0d6e013ed2f7772b
4
- data.tar.gz: ebb3afd0e83598f9eedfe74621bdfb66f9a9dd59d6b67132279b7dfa34105a8a
3
+ metadata.gz: fa0e4ef307e4b368860fafb208184b288eb6bad826f0bbc925cad063e2c6c63d
4
+ data.tar.gz: 24d863b43273ed8a3e07e8b5f8866c1b6a209e0831a5b441b0bb11cf0a919d37
5
5
  SHA512:
6
- metadata.gz: 13736f1e7ff503055f669544c16628fefb82c84caa56e3e5a63d7381cb7e03f385d3f522829d71887309d67fa4a12cdfa3006720628fbdfa7c8644732466164f
7
- data.tar.gz: 57eafbf3976c82fd15ab4bc84bd1af839482a5e9d37dae5e4a3071b58145b72be7eb2a299835c4d834ea074a39086fea8ed4b243597661be36ccc79f6126f8c3
6
+ metadata.gz: 8af693091de77b2407587346d540553db71d8b69c6b45440f0271db6ad48360c6b2f41377bd30628da6bbd38bdb54166f9e5823aeffb232c7e447c3ac29f8a9f
7
+ data.tar.gz: eca2f5a17485c40af5e0bd25c5f064798a824f5629c71cf2b4cc293f081fdd42ce758cc1f4dcf3985c1769a9ba2c46fb93af63e91a25a5c4ae1a4b7f6e3da31d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -1530,7 +1530,7 @@ module Aws::CloudWatchRUM
1530
1530
  tracer: tracer
1531
1531
  )
1532
1532
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1533
- context[:gem_version] = '1.30.0'
1533
+ context[:gem_version] = '1.31.0'
1534
1534
  Seahorse::Client::Request.new(handlers, context)
1535
1535
  end
1536
1536
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CloudWatchRUM
11
12
  # @api private
12
13
  module ClientApi
@@ -1756,3 +1756,4 @@ module Aws::CloudWatchRUM
1756
1756
 
1757
1757
  end
1758
1758
  end
1759
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-cloudwatchrum/types'
15
- require_relative 'aws-sdk-cloudwatchrum/client_api'
16
- require_relative 'aws-sdk-cloudwatchrum/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-cloudwatchrum/client'
18
- require_relative 'aws-sdk-cloudwatchrum/errors'
19
- require_relative 'aws-sdk-cloudwatchrum/resource'
20
- require_relative 'aws-sdk-cloudwatchrum/endpoint_parameters'
21
- require_relative 'aws-sdk-cloudwatchrum/endpoint_provider'
22
- require_relative 'aws-sdk-cloudwatchrum/endpoints'
23
- require_relative 'aws-sdk-cloudwatchrum/customizations'
24
-
25
14
  # This module provides support for CloudWatch RUM. This module is available in the
26
15
  # `aws-sdk-cloudwatchrum` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-cloudwatchrum/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::CloudWatchRUM
43
+ autoload :Types, 'aws-sdk-cloudwatchrum/types'
44
+ autoload :ClientApi, 'aws-sdk-cloudwatchrum/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-cloudwatchrum/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-cloudwatchrum/client'
49
+ autoload :Errors, 'aws-sdk-cloudwatchrum/errors'
50
+ autoload :Resource, 'aws-sdk-cloudwatchrum/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-cloudwatchrum/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-cloudwatchrum/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-cloudwatchrum/endpoints'
54
54
 
55
- GEM_VERSION = '1.30.0'
55
+ GEM_VERSION = '1.31.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-cloudwatchrum/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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