aws-sdk-kinesisanalyticsv2 1.67.0 → 1.69.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: 9be6c25e83bd72ee2039563bdcc9b8fd3417f73d85d64393dbd254ce5a8088cd
4
- data.tar.gz: 91cb0f2f4c16d9584465bb607dc11089d36312e1c0fe32fb17d91ab73151cff1
3
+ metadata.gz: cbf086c264b3dc0d7ffa602e8fbbedac6a96190f2494eb6f23a22caee67e1c27
4
+ data.tar.gz: 0ef98f1213e54447e3bf2696ee87265123216aa2f703808b52e0f5458daea7c4
5
5
  SHA512:
6
- metadata.gz: 027d93d2f854d70fa36636b577a6ed7aaa5d11bc04809af0957164d827e66b933a7166a132d067297b9d1b4b6821b82b61e40207fa3c0ea46da5f48417a08e47
7
- data.tar.gz: fa3a414850ea7bcb1b94b010cc24e8cc5ea0467782fca50e7ad0af84a2c87a7067983e672605e8a76dadb220bf4518a46d998290e5b791259fbf1849d4526709
6
+ metadata.gz: eef9b874d0ae8430ccbd1eeecefb1f06fc18096d46a0cd170e64edbd9d3727b1d0778067dfb2acbc1d237350271fae3eb507d9b063174eb35b3b26b58b22c197
7
+ data.tar.gz: 499e41207f5de958d9af73b7fbfdd408901ecbecb012124ea236d81ea2fe1a2afbeb517bd2e01ee7435bc69742934d627af827ace709495857e8e15191351261
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.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.68.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.67.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.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/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:kinesisanalyticsv2)
40
-
41
39
  module Aws::KinesisAnalyticsV2
42
40
  # An API client for KinesisAnalyticsV2. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -3254,7 +3252,7 @@ module Aws::KinesisAnalyticsV2
3254
3252
  tracer: tracer
3255
3253
  )
3256
3254
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
3257
- context[:gem_version] = '1.67.0'
3255
+ context[:gem_version] = '1.69.0'
3258
3256
  Seahorse::Client::Request.new(handlers, context)
3259
3257
  end
3260
3258
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::KinesisAnalyticsV2
11
12
  # @api private
12
13
  module ClientApi
@@ -5366,3 +5366,4 @@ module Aws::KinesisAnalyticsV2
5366
5366
 
5367
5367
  end
5368
5368
  end
5369
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-kinesisanalyticsv2/types'
15
- require_relative 'aws-sdk-kinesisanalyticsv2/client_api'
16
- require_relative 'aws-sdk-kinesisanalyticsv2/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-kinesisanalyticsv2/client'
18
- require_relative 'aws-sdk-kinesisanalyticsv2/errors'
19
- require_relative 'aws-sdk-kinesisanalyticsv2/resource'
20
- require_relative 'aws-sdk-kinesisanalyticsv2/endpoint_parameters'
21
- require_relative 'aws-sdk-kinesisanalyticsv2/endpoint_provider'
22
- require_relative 'aws-sdk-kinesisanalyticsv2/endpoints'
23
- require_relative 'aws-sdk-kinesisanalyticsv2/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:kinesisanalyticsv2)
24
15
 
25
16
  # This module provides support for Amazon Kinesis Analytics. This module is available in the
26
17
  # `aws-sdk-kinesisanalyticsv2` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-kinesisanalyticsv2/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::KinesisAnalyticsV2
45
+ autoload :Types, 'aws-sdk-kinesisanalyticsv2/types'
46
+ autoload :ClientApi, 'aws-sdk-kinesisanalyticsv2/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-kinesisanalyticsv2/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-kinesisanalyticsv2/client'
51
+ autoload :Errors, 'aws-sdk-kinesisanalyticsv2/errors'
52
+ autoload :Resource, 'aws-sdk-kinesisanalyticsv2/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-kinesisanalyticsv2/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-kinesisanalyticsv2/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-kinesisanalyticsv2/endpoints'
54
56
 
55
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.69.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-kinesisanalyticsv2/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalyticsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.69.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