aws-sdk-oam 1.24.0 → 1.26.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: 5bbbe5cf2441b9c3d1fc7a80bd4a27ffd5b302cc7b7f49f5d412af3b503f907d
4
- data.tar.gz: aceccea0f7239a159e92097265167f3cfa8dcbdab83f32639249a430b19d0f83
3
+ metadata.gz: f2a9fd1e31701a9e667f926abc3ae7ce154fa78032a0a0df93fbaea405c0c482
4
+ data.tar.gz: f40177991353e933765c99b5b63f90f78cbf4cc28762573642f5fa9968c85274
5
5
  SHA512:
6
- metadata.gz: a79e71ac359fd7b114074bcbacbe3b2a8d9b94f3e3bc044c186454e5b8a54e23ac8489faecfabcfd2710af51c6683f7652be57770a898c21f91a5d98be9023f8
7
- data.tar.gz: 591ce0dd17eb41ca607cddd5731760f960c200b1f85ce849522283086134394b841d4f544881a748e98281eaf5d6cde8c2337448cb34c7400a558d8468c6a0f8
6
+ metadata.gz: 6fbb8ac1ccb2c58e4598f2b8df66687ff7b1273ad91572593ff757aafd1c2848e23085ee6646609c68a82780fe6b3d4fcdbafac4849563c56dc64b7fc958d8b3
7
+ data.tar.gz: 2860569632f15424e335a249501a0ffaa7ffea3c00ed9a0723aad33ce2f316948571d29c2e366726a6a41868a4fac1fc3ca2922580ba7adc4c6fc44598ea978a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.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.24.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.26.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(:oam)
40
-
41
39
  module Aws::OAM
42
40
  # An API client for OAM. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1276,7 +1274,7 @@ module Aws::OAM
1276
1274
  tracer: tracer
1277
1275
  )
1278
1276
  context[:gem_name] = 'aws-sdk-oam'
1279
- context[:gem_version] = '1.24.0'
1277
+ context[:gem_version] = '1.26.0'
1280
1278
  Seahorse::Client::Request.new(handlers, context)
1281
1279
  end
1282
1280
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::OAM
11
12
  # @api private
12
13
  module ClientApi
@@ -1061,3 +1061,4 @@ module Aws::OAM
1061
1061
 
1062
1062
  end
1063
1063
  end
1064
+
data/lib/aws-sdk-oam.rb CHANGED
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-oam/types'
15
- require_relative 'aws-sdk-oam/client_api'
16
- require_relative 'aws-sdk-oam/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-oam/client'
18
- require_relative 'aws-sdk-oam/errors'
19
- require_relative 'aws-sdk-oam/resource'
20
- require_relative 'aws-sdk-oam/endpoint_parameters'
21
- require_relative 'aws-sdk-oam/endpoint_provider'
22
- require_relative 'aws-sdk-oam/endpoints'
23
- require_relative 'aws-sdk-oam/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:oam)
24
15
 
25
16
  # This module provides support for CloudWatch Observability Access Manager. This module is available in the
26
17
  # `aws-sdk-oam` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-oam/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::OAM
45
+ autoload :Types, 'aws-sdk-oam/types'
46
+ autoload :ClientApi, 'aws-sdk-oam/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-oam/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-oam/client'
51
+ autoload :Errors, 'aws-sdk-oam/errors'
52
+ autoload :Resource, 'aws-sdk-oam/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-oam/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-oam/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-oam/endpoints'
54
56
 
55
- GEM_VERSION = '1.24.0'
57
+ GEM_VERSION = '1.26.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-oam/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-oam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.26.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