aws-sdk-kinesisanalytics 1.64.0 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kinesisanalytics/client.rb +1 -3
- data/lib/aws-sdk-kinesisanalytics.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f2912daf4c53be0c4d87f69924cac391ec295af378064380033c330299f56ff
|
4
|
+
data.tar.gz: 1e369a4f6e65d0a2ae33f776a9740e7f60486a97726dbec10c31a2dc8b774927
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84fbd1d2f4ea3e6cf13ee817a481d56507772cfb9e4c2adebf104c2c053a9d7f0833df3f6ee5cd1a715b24fb80ef27a699f2065115bb51fe1d5dd4341a9b8236
|
7
|
+
data.tar.gz: 3609f1605d663d31b4ebd412e5bc3310668a967c9caf27dfa3821da197007845ec3fca92deb0422f39c29cc33c59bc06f46f03b18110d22eccc0fe016cefa6ef
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.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(:kinesisanalytics)
|
40
|
-
|
41
39
|
module Aws::KinesisAnalytics
|
42
40
|
# An API client for KinesisAnalytics. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -2054,7 +2052,7 @@ module Aws::KinesisAnalytics
|
|
2054
2052
|
tracer: tracer
|
2055
2053
|
)
|
2056
2054
|
context[:gem_name] = 'aws-sdk-kinesisanalytics'
|
2057
|
-
context[:gem_version] = '1.
|
2055
|
+
context[:gem_version] = '1.65.0'
|
2058
2056
|
Seahorse::Client::Request.new(handlers, context)
|
2059
2057
|
end
|
2060
2058
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:kinesisanalytics)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Kinesis Analytics. This module is available in the
|
15
17
|
# `aws-sdk-kinesisanalytics` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::KinesisAnalytics
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-kinesisanalytics/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-kinesisanalytics/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.65.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kinesisanalytics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.65.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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|