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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 143e179bfa50ea5d7137089133376b3fb3460544c3ed46ed112ef18bf0866da5
|
|
4
|
+
data.tar.gz: 245f2b364c7aacd06cef44e36c2ef2260b564290ae5632e0bb6bfb5e7b1d8af8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40e95196085cc97d85786eb1a00a1d2f0175562d4df902325ecf3e560aa0581c0bdf60a3f6c688d4758987b2db12dc64fb43856150b5adff5b2cd8fd28255f30
|
|
7
|
+
data.tar.gz: 7e839b37d19773b2a0d03f58cedfecb4baed08f1882571fe26d98aba853a70554e5bad11b72cf2035c1a514f89d73e866113bbdf63270ffc8b7e27e2d707163d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
3208
|
+
context[:gem_version] = '1.33.0'
|
|
3209
3209
|
Seahorse::Client::Request.new(handlers, context)
|
|
3210
3210
|
end
|
|
3211
3211
|
|
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|