aws-sdk-osis 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: 9fbd2eef8a2bf54caa42b883d5ead2f6702474fbfdcd6a63d5b0a5cd0dc49114
4
- data.tar.gz: 1b80f952158ed6b485becf2d70040fa0059152888b9ef1bfd8ddf4148ac2c5af
3
+ metadata.gz: ec5899c72c51e8e8a1843ae05c0c66921d1cecb3f17055ef8526fec5866df8df
4
+ data.tar.gz: 9e9bd6c3270a1d8c5ea22c14dda5f45239cf459b8119a3275483441dc6adec71
5
5
  SHA512:
6
- metadata.gz: 8ba150ea3d2440c4b21f2749b8b4941f363fa2dde588eac66b2daf3dea3b867d912ba44f7dcec309aa0c8fed52d5d1c1ecdc96cea3808bd0d476b24a675ca22a
7
- data.tar.gz: a8b64cd04f491d12c8051a445e3598a0917e6ec1ae2f15e9e52190d6283610f3254f276f8ef70f464d8665a44cd6c05a4acd33aee3599f94574e2c937f06df79
6
+ metadata.gz: eac5d599376a32e0a37d6818a46297eefc1dacdb7b68af103bfe8d0f4dca55c4af313590d388c4f9a428c3e5b15808278bc77e1b45c132b716844066a9f410f8
7
+ data.tar.gz: 528cffc7efc2d7ded8fb7ef733b46a71c92c17cf51dfdf23318abadcc59d2df1c6c52079ad95bef098268a5b6b6aa506c7af71010fc29379d0ae95e276330235
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(:osis)
40
-
41
39
  module Aws::OSIS
42
40
  # An API client for OSIS. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1246,7 +1244,7 @@ module Aws::OSIS
1246
1244
  tracer: tracer
1247
1245
  )
1248
1246
  context[:gem_name] = 'aws-sdk-osis'
1249
- context[:gem_version] = '1.24.0'
1247
+ context[:gem_version] = '1.26.0'
1250
1248
  Seahorse::Client::Request.new(handlers, context)
1251
1249
  end
1252
1250
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::OSIS
11
12
  # @api private
12
13
  module ClientApi
@@ -1046,3 +1046,4 @@ module Aws::OSIS
1046
1046
 
1047
1047
  end
1048
1048
  end
1049
+
data/lib/aws-sdk-osis.rb CHANGED
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-osis/types'
15
- require_relative 'aws-sdk-osis/client_api'
16
- require_relative 'aws-sdk-osis/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-osis/client'
18
- require_relative 'aws-sdk-osis/errors'
19
- require_relative 'aws-sdk-osis/resource'
20
- require_relative 'aws-sdk-osis/endpoint_parameters'
21
- require_relative 'aws-sdk-osis/endpoint_provider'
22
- require_relative 'aws-sdk-osis/endpoints'
23
- require_relative 'aws-sdk-osis/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:osis)
24
15
 
25
16
  # This module provides support for Amazon OpenSearch Ingestion. This module is available in the
26
17
  # `aws-sdk-osis` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-osis/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::OSIS
45
+ autoload :Types, 'aws-sdk-osis/types'
46
+ autoload :ClientApi, 'aws-sdk-osis/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-osis/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-osis/client'
51
+ autoload :Errors, 'aws-sdk-osis/errors'
52
+ autoload :Resource, 'aws-sdk-osis/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-osis/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-osis/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-osis/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-osis/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-osis
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