aws-sdk-cloudwatchevidently 1.32.0 → 1.33.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: 1a7fee5ce78b6a85c2fd7a90f27f116ebc1abbc2035dadf3de7e1305e398a441
4
- data.tar.gz: a59d2a656552a7b861f52aa10f7922e669ff6053025d34e0c9c18ea7af82b0e4
3
+ metadata.gz: 143e179bfa50ea5d7137089133376b3fb3460544c3ed46ed112ef18bf0866da5
4
+ data.tar.gz: 245f2b364c7aacd06cef44e36c2ef2260b564290ae5632e0bb6bfb5e7b1d8af8
5
5
  SHA512:
6
- metadata.gz: 0da7c010e4b0dca68a408ca523173161c613d31c419c7b52f7a0486483bf5fca740ffae8297f02e4f023db34ea30cd1465d7e8e53542046f3e5089cfde0b646e
7
- data.tar.gz: 813fc2173f8155bb709648ac7de1496d0196a7644deaa9878fecdd26a0e2965925f3b38e3f2dac7cf58a7b0dcdfca1cd6e4e0610fbb67685a2b2134bf30d3b26
6
+ metadata.gz: 40e95196085cc97d85786eb1a00a1d2f0175562d4df902325ecf3e560aa0581c0bdf60a3f6c688d4758987b2db12dc64fb43856150b5adff5b2cd8fd28255f30
7
+ data.tar.gz: 7e839b37d19773b2a0d03f58cedfecb4baed08f1882571fe26d98aba853a70554e5bad11b72cf2035c1a514f89d73e866113bbdf63270ffc8b7e27e2d707163d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -3205,7 +3205,7 @@ module Aws::CloudWatchEvidently
3205
3205
  tracer: tracer
3206
3206
  )
3207
3207
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
3208
- context[:gem_version] = '1.32.0'
3208
+ context[:gem_version] = '1.33.0'
3209
3209
  Seahorse::Client::Request.new(handlers, context)
3210
3210
  end
3211
3211
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CloudWatchEvidently
11
12
  # @api private
12
13
  module ClientApi
@@ -3647,3 +3647,4 @@ module Aws::CloudWatchEvidently
3647
3647
 
3648
3648
  end
3649
3649
  end
3650
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-cloudwatchevidently/types'
15
- require_relative 'aws-sdk-cloudwatchevidently/client_api'
16
- require_relative 'aws-sdk-cloudwatchevidently/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-cloudwatchevidently/client'
18
- require_relative 'aws-sdk-cloudwatchevidently/errors'
19
- require_relative 'aws-sdk-cloudwatchevidently/resource'
20
- require_relative 'aws-sdk-cloudwatchevidently/endpoint_parameters'
21
- require_relative 'aws-sdk-cloudwatchevidently/endpoint_provider'
22
- require_relative 'aws-sdk-cloudwatchevidently/endpoints'
23
- require_relative 'aws-sdk-cloudwatchevidently/customizations'
24
-
25
14
  # This module provides support for Amazon CloudWatch Evidently. This module is available in the
26
15
  # `aws-sdk-cloudwatchevidently` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-cloudwatchevidently/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::CloudWatchEvidently
43
+ autoload :Types, 'aws-sdk-cloudwatchevidently/types'
44
+ autoload :ClientApi, 'aws-sdk-cloudwatchevidently/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-cloudwatchevidently/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-cloudwatchevidently/client'
49
+ autoload :Errors, 'aws-sdk-cloudwatchevidently/errors'
50
+ autoload :Resource, 'aws-sdk-cloudwatchevidently/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-cloudwatchevidently/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-cloudwatchevidently/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-cloudwatchevidently/endpoints'
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-cloudwatchevidently/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevidently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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