aws-sdk-cloudwatchevidently 1.32.0 → 1.34.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: 1a7fee5ce78b6a85c2fd7a90f27f116ebc1abbc2035dadf3de7e1305e398a441
4
- data.tar.gz: a59d2a656552a7b861f52aa10f7922e669ff6053025d34e0c9c18ea7af82b0e4
3
+ metadata.gz: 9161f30653faff4fb04edd87437b40f44ebd2f18b42410e74e39cac0939cb5d8
4
+ data.tar.gz: 57e03ff3558546b84b31e6abbb52c386e3e84da5fbed74dd72f072365093bdba
5
5
  SHA512:
6
- metadata.gz: 0da7c010e4b0dca68a408ca523173161c613d31c419c7b52f7a0486483bf5fca740ffae8297f02e4f023db34ea30cd1465d7e8e53542046f3e5089cfde0b646e
7
- data.tar.gz: 813fc2173f8155bb709648ac7de1496d0196a7644deaa9878fecdd26a0e2965925f3b38e3f2dac7cf58a7b0dcdfca1cd6e4e0610fbb67685a2b2134bf30d3b26
6
+ metadata.gz: 60f4c721d405598e7165bc839b814849920758b3cc99441418458a7bbe662a577d78e3cae8f15ae88539bc2f5fcd29b407393f102f564ad10f3b0cf88f148354
7
+ data.tar.gz: 0befbd121d22838ead05e569bb2635cbe3870d47058ece7bd8bc27bd12d887a0402876588e886630c0bdb8aa1cbd800b3ff30ffcaa87bb32908d6542beb3a0e0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.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.33.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.32.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.34.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/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:cloudwatchevidently)
40
-
41
39
  module Aws::CloudWatchEvidently
42
40
  # An API client for CloudWatchEvidently. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -3205,7 +3203,7 @@ module Aws::CloudWatchEvidently
3205
3203
  tracer: tracer
3206
3204
  )
3207
3205
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
3208
- context[:gem_version] = '1.32.0'
3206
+ context[:gem_version] = '1.34.0'
3209
3207
  Seahorse::Client::Request.new(handlers, context)
3210
3208
  end
3211
3209
 
@@ -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,16 +11,7 @@
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'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudwatchevidently)
24
15
 
25
16
  # This module provides support for Amazon CloudWatch Evidently. This module is available in the
26
17
  # `aws-sdk-cloudwatchevidently` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-cloudwatchevidently/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::CloudWatchEvidently
45
+ autoload :Types, 'aws-sdk-cloudwatchevidently/types'
46
+ autoload :ClientApi, 'aws-sdk-cloudwatchevidently/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-cloudwatchevidently/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-cloudwatchevidently/client'
51
+ autoload :Errors, 'aws-sdk-cloudwatchevidently/errors'
52
+ autoload :Resource, 'aws-sdk-cloudwatchevidently/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-cloudwatchevidently/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-cloudwatchevidently/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-cloudwatchevidently/endpoints'
54
56
 
55
- GEM_VERSION = '1.32.0'
57
+ GEM_VERSION = '1.34.0'
56
58
 
57
59
  end
60
+
61
+ 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.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core